socket: Don't use NOTE_OOB as hint for KNOTE upon OOB
[dragonfly.git] / sys / kern /
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
2015-10-14 Sepherosa Ziehaukern: Use atomic ops for nfiles and move them out of...
2015-10-05 Sascha Wildnerkernel/ktr: Make room in KTR_TESTLOG's mask for future...
2015-10-05 Sascha Wildnerkernel/ktr: Add some more meaningful tests to KTR_TESTLOG.
2015-09-26 Sepherosa Ziehaurevoke(2): Use unix socket externalize code to handle...
2015-09-26 Sepherosa Ziehaukernel: Allow fhold() in allfiles_scan_exclusive()
2015-09-23 Sepherosa Ziehaurevoke(2): Replace 'count' w/ a boolean 'found'
2015-09-22 John Marinokernel: Handle zero-length ELF sections better
2015-09-22 John MarinoBad commits always come in threes (copied lined instead...
2015-09-22 John MarinoFix mis-paste (move section down 1 line)
2015-09-22 John Marinokernel: Fix loading of gold-linked modules
2015-09-18 Sepherosa Ziehauuipc: Rework unp_pcblist() to make it MPSAFE
2015-09-18 Sepherosa Ziehauuipc: Make unp_discard MPSAFE by deferring closef to...
2015-09-16 Sascha Wildnerkernel/dup: Correct dup{,2}()'s fd params to int in...
2015-09-16 Sepherosa Ziehauuipc: Allow fdalloc() to fail in unp_externalize()
2015-09-16 Sepherosa Ziehauuipc: White space
2015-09-14 Sepherosa Ziehauunp: Fix falloc() failure in unp_fp_externalize()
2015-09-14 Sepherosa Ziehauuipc: Protect proc.p_fd access properly in unp_internal...
2015-09-10 Sepherosa Ziehautaskqueue: Fix taskqueue locking issues
2015-09-09 Matthew Dillonkernel - Fix multi-threaded coredump
2015-09-06 Sepherosa Ziehauuipc: Simplify unp_ino generation
2015-09-01 Matthew Dillonkernel - Improve namecache generation handling
2015-09-01 Sepherosa Ziehauuipc: Assert 0->1 reference count transition; it must...
2015-09-01 Sepherosa Ziehauuipc: Check unp_conn again after unp_connect().
2015-08-31 Sepherosa Ziehauuipc: Hold per-unp token for all unp usrreq methods
2015-08-27 Matthew Dillonkernel - Add root mount support for hammer2
2015-08-27 Matthew Dillonkernel - allow '@' key at mountroot> prompt
next