sys/vfs/hammer: Add hammer_is_pfs_{master|slave|deleted}()
[dragonfly.git] / sys / kern /
2016-02-25 Sepherosa Ziehaukqueue: Avoid code duplication for knote searching...
2016-02-25 Sepherosa Ziehaukqueue: Use lwkt_{get,rel}pooltoken in kqueue_register
2016-02-25 Sepherosa Ziehaukqueue: Move fp holding out of kqueue token
2016-02-23 Sepherosa Ziehaukqueue: Nuke unused code
2016-02-23 Sepherosa Ziehaukqueue: Return value of knote_release is no longer...
2016-02-23 Sepherosa Ziehaukqueue: Avoid reprocessing processed knotes in KNOTE.
2016-02-18 Sepherosa Ziehaukqueue: Knote should not be accessed once the KN_PROCES...
2016-02-13 Sepherosa Ziehaukqueue/signal: Send kevent even if the signal is masked
2016-02-12 Sepherosa Ziehaukqueue: Rework timer expiration
2016-02-12 Sepherosa Ziehaukqueue: Remove unused global kqueue token
2016-02-08 Imre VadászMerge branch 'vendor/BINUTILS225'
2016-02-05 Sascha Wildnerkernel: Use POSIX constants for pathconf defaults ...
2016-01-28 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-01-26 zrjCorrect BSD License clause numbering from 1-2-4 to...
2016-01-15 Sascha Wildnerkernel: Fix the kern.dumpdev sysctl.
2016-01-13 Matthew Dillonkernel - Fix degenerate condition in dfly_setrunqueue_l...
2016-01-03 Sepherosa Ziehaukqueue: Move notifymsglist out of kqinfo
2015-12-31 Sepherosa Ziehaukqueue: Use wakeup_one() to wake up kqueue scanner
2015-12-31 Sepherosa Ziehaukqueue: Reduce file/hash list token coverage
2015-12-29 Sepherosa Ziehaukqueue: Mark user filter MPSAFE
2015-12-29 Sepherosa Ziehaukqueue: Remove unapplied comment
2015-12-29 Sepherosa Ziehausocket: Use {get,rel}pooltoken in netmsg_so_notify()
2015-12-21 Imre Vadasztty_pty - The tty_token isn't needed in ptckqfilter().
2015-12-21 Imre Vadaszkernel - Mark sig_filtops kqueue filter as mpsafe.
2015-12-21 Sascha Wildnerkernel: Adjust some comments to the unionfs removal.
2015-12-21 Sascha Wildnerkernel: Remove the old unionfs that was unhooked from...
2015-12-20 Sepherosa Ziehausocket: Don't use NOTE_OOB as hint for KNOTE upon OOB
2015-12-20 Sepherosa Ziehaukqueue: Hint is not used by socket filters
2015-12-20 Sepherosa Ziehaukqueue: Remove unapplied comment
2015-12-20 Sepherosa Ziehaukqueue: Minor style changes
2015-12-20 Sepherosa Ziehaukqueue: Avoid duplicate KN_PROCESSING clearing
2015-12-20 Sepherosa Ziehaukqueue: knote_alloc will never fail
2015-12-20 Sepherosa Ziehaukqueue: Fix description for kern.kq_checkloop
2015-12-19 Matthew Dillonkernel - Reduce lwp_signotify() latency
2015-12-15 Matthew Dillonkernel - Change where dump context is saved
2015-12-08 Sascha Wildnerkernel: Silence two unused variables warnings without...
2015-12-07 Imre Vadaszkqueue: Make EVFILT_TIMER mpsafe, by modifying kq_ncall...
2015-12-04 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-12-04 John MarinoMerge branch 'vendor/GCC50'
2015-12-04 Ben Woolleykqueue: Bring in EV_RECEIPT and EV_DISPATCH from FreeBSD
2015-12-02 Sascha Wildnerdevfs(9): Rename DEVFS_DECLARE_CLONE_BITMAP to DEVFS_DE...
2015-11-30 Sepherosa Ziehaukevent: Reduce kqueue token contention
2015-11-30 Sepherosa Ziehaukevent: Fix comment and remove extra blank line
2015-11-28 Imre Vadaszkern: Support hh modifier in ksscanf (needed for drm...
2015-11-28 Sepherosa Ziehaukevent: Mark file_filtops and kqread_filtops MPSAFE
2015-11-27 Sepherosa Ziehausocket: Make sure that accept queues are empty before...
2015-11-27 Sepherosa Ziehausocket: Remove fo_ioctl(FIONBIO) for sockets.
2015-11-24 Imre Vadászacpi_pvpanic: Notify Qemu VM host if we panic.
2015-11-20 Sepherosa Ziehaudevice: Add device_getenv_string()
2015-11-20 Sepherosa Ziehaudevice: Prefer dev.driver.unit.knob for per-device...
2015-11-20 Sepherosa Ziehaukern/lwp: Check lwp_lock before remove lwp from process...
2015-11-19 Tomohiro Kusumisys/kern/vfs: Fix panic message
2015-11-19 Sepherosa Ziehaupthread: Add lwp_setname(2) and implement pthread_set_n...
2015-11-19 Sepherosa Ziehaukinfo/proc: Set nthreads properly for kernel threads
2015-11-18 Sepherosa Ziehaukern: Hold lwp before possible blocking operation
2015-11-17 Sepherosa Ziehaukinfo: Set kernel idle threads state to SIDL.
2015-11-17 Sepherosa Ziehaubus: Fix devctl nonblocking support.
2015-11-16 Sascha Wildnerkernel: Remove more syslink remains (headers and a...
2015-11-16 Sascha Wildnerkernel: Fix three declarations of (obsolete) syscalls.
2015-11-16 Sepherosa Ziehaukinfo: Zero-out pctcpu for zombie processes
2015-11-16 Sepherosa Ziehaukinfo: Deliver address of kernel thread
2015-11-15 Sepherosa Ziehautcp: Fix bind races due to async close and random socke...
2015-11-14 Sepherosa Ziehaustyle: Fix white spaces
2015-11-14 Sepherosa Ziehauuipc: Port Unix socket domain GC from FreeBSD.
2015-11-12 Sepherosa Ziehauuipc: Release token in the proper order on unconnected...
2015-11-11 Matthew Dillonkernel - Remove dsched
2015-11-09 Sepherosa Ziehauuipc: Use taskqueue to run GC.
2015-11-09 Sepherosa Ziehauuipc: No need to call sorflush() before unp_gc()
2015-11-06 Tomohiro Kusumisys/kern/vfs: Add comment on buf(9) manpage
2015-11-06 Tomohiro Kusumisys/kern/vfs: Fix wrong function name in panic()
2015-11-06 Tomohiro Kusumisys/kern/vfs: Fix wrong function name in kprintf/panic
2015-11-06 Sepherosa Ziehauuipc: Use token for rights counting
2015-11-06 Sepherosa Ziehauuipc: Factor out unp_{add,del}_right()
2015-11-05 Sepherosa Ziehauuipc: Consolidate unp_drop()
2015-11-04 John MarinoMerge branch 'vendor/TNFTP'
2015-11-04 John MarinoMerge branch 'vendor/DIALOG'
2015-11-04 John MarinoMerge branch 'vendor/TCSH'
2015-11-04 Sepherosa Ziehauuipc: Use fdrop instead of closef
2015-11-04 John MarinoMerge branch 'vendor/GREP'
2015-11-04 John MarinoMerge branch 'vendor/BINUTILS225'
2015-11-04 Sepherosa Ziehauuipc: Use CTASSERT to simplify the externalize/internal...
2015-11-04 Sepherosa Ziehauuipc: Remove unnecessary unp_token in unp_dispose()
2015-11-04 Sepherosa Ziehausocket: Dispose rights directly in soreceive(), if...
2015-11-03 John MarinoMerge branch 'vendor/LIBEDIT'
2015-11-03 John MarinoMerge branch 'vendor/XZ'
2015-11-03 Sepherosa Ziehauuipc: Reduce token coverage on detach path
2015-11-03 Sepherosa Ziehauuipc: Remove unnecessary socket ref/unref on detach...
2015-11-03 Sepherosa Ziehauuipc: Hold unp_token before calling unp_find_lockref()
2015-11-02 John MarinoMerge branch 'vendor/ELFTOOLCHAIN'
2015-11-02 zrjsocket/recvfrom: Add MSG_CMSG_CLOEXEC support
2015-10-30 Sepherosa Ziehausocket: Add accept4 syscall and bump __DragonFly_version
2015-10-30 Sepherosa Ziehausocket: Shortcircuit FIONBIO in soo_ioctl().
2015-10-30 Sepherosa Ziehausocket/socketpair: Add SOCK_{NONBLOCK,CLOEXEC} support.
2015-10-26 Sascha Wildnerkernel/p1003_1b: Fix the p1003_1b.shared_memory_objects...
2015-10-20 Sepherosa Ziehausocket/tcp: Implement asynchronized pru_attach for TCP
2015-10-14 Sepherosa Ziehausocket: Simplify soclose_fast by always sending the...
2015-10-14 Sepherosa Ziehausocket: Rename soabort_oncpu -> soabort_direct
2015-10-14 Sepherosa Ziehausocket: Use WAITOK|NULLOK to allocate async connect...
2015-10-14 Sepherosa Ziehautoken: Cache align pooled tokens
2015-10-14 Sepherosa Ziehaukern: Split filehead into multiple heads
next