drm: Move vbl_lock initialization to the right place
[dragonfly.git] / sys / kern /
2015-01-17 Matthew Dillonkernel - Augment resource_string_value() to check kenv.
2015-01-15 Sascha WildnerMerge branch 'vendor/OPENSSL'
2015-01-12 Matthew Dillonkernel - Flag cdevpriv use (2)
2015-01-12 Matthew Dillonkernel - remove O_FBUFFERED and O_FUNBUFFERED
2015-01-11 Sascha Wildnerkernel/dev_ops: Make default dev_ops (noopen(), etc...
2015-01-09 Imre Vadaszkernel: Remove stray SYSCTL_XUNLOCK from sysctl_sysctl_...
2015-01-07 Sascha Wildnerkernel: Remove our ancient SCTP support.
2015-01-04 Sascha Wildnerlibc/sysvipc: Constify msgsnd()'s message pointer argum...
2014-12-27 Sepherosa Ziehausocket: Add KTR_SOWAKEUP
2014-12-17 Sepherosa Ziehauicmp: Asynchonize ctlinput/mtudisc/redirect processing
2014-12-04 François Tigeotnamecache: Remove a diagnostic message
2014-12-04 Sascha Wildnerkernel/lockf: Make a function as printf-like and fix...
2014-11-29 Imre Vadaszlink_elf: Work around a GCC optimization bug. Fixes...
2014-11-27 Matthew Dillonkernel - Add debugging to try to catch callout panics
2014-11-26 Matthew Dillonkernel - Fix race in recent callout work
2014-11-25 Matthew Dillonkernel - Implement new callout*() core
2014-11-24 Sepherosa Ziehaunetmsg: ctlinput is proto message not a proto-user...
2014-11-22 Matthew Dillonkernel - Add lock canceling features
2014-11-19 Matthew Dillonkernel - Improve slab cleanup performance
2014-11-17 Sepherosa Ziehauproto: ctlinput is a pr method; not a pru method
2014-11-16 François Tigeotsysctl: Give each device its own context and subtree
2014-11-16 Sepherosa Ziehauuipc: Remove never used last pr entry of localdomain
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-11 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-10 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-10 Matthew Dillonkernel - Add reapctl() system call for managing sub...
2014-11-09 Sascha WildnerMerge branch 'vendor/BYACC'
2014-11-05 Matthew Dillonkernel - Fix exec optimization race
2014-11-04 Joris GiovannangeliRevert "kern/dsched: Fix a panic at proc exit"
2014-11-02 Joris Giovannangelisysv_shm: allow attaching to REMOVED shm segments
2014-10-29 Joris Giovannangelikern/dsched: Fix a panic at proc exit
2014-10-27 Franco FichtnerMerge branch 'vendor/MDOCML'
2014-10-22 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-10-21 Matthew Dillonkernel - Fix int/long truncation problem in rman_reserv...
2014-10-17 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap...
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap...
2014-10-16 Matthew Dillonkernel - Add /dev/upmap and /dev/kpmap and sys/upmap.h
2014-10-13 John MarinoMerge branch 'vendor/LIBEDIT'
2014-10-10 John MarinoMerge branch 'vendor/GREP'
2014-10-10 John MarinoMerge branch 'vendor/XZ'
2014-10-10 John MarinoMerge branch 'vendor/GCC47'
2014-10-05 Sascha Wildnerkernel: Remove some dead code.
2014-10-04 Sascha Wildnerkernel/slaballoc: Remove redundant if().
2014-09-28 Sepherosa Ziehausocket: Provide socket owner cpuid hint
2014-09-23 Sascha Wildnerkernel/lockf: Add include for LOCKF_DEBUG and fix print...
2014-08-31 Sepherosa Ziehauudp: Make udp pcbinfo and portinfo per-cpu; greatly...
2014-08-26 Michael Neumannudev - use objcache for struct udev_event_kernel
2014-08-24 Sascha Wildnerkernel/spinlock: Add a description to struct spinlock.
2014-08-23 Matthew Dillonkernel - Fix sendfile() bugs / nginx
2014-08-21 Sascha Wildnerkernel/kern_dup(): Fix comment.
2014-08-21 Sascha Wildnerkernel: Fix error for dup2 if the new file descriptor...
2014-08-20 Markus Pfeiffersys/subr_rman: fix some issues
2014-08-18 Matthew Dillonkernel - Add EVFILT_USER
2014-08-10 Sepherosa Ziehaumsgport: Add message put done receipt support
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-07 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-08-02 Sascha Wildnerkernel/usched: Make the bootverbose messages a bit...
2014-07-31 Antonio Huete Jimenezkernel - Rule out vkernels from config hook delays.
2014-07-29 Sascha Wildnerkernel: Make sysvipc syscalls non-optional.
2014-07-25 Alex Hornungcsprng - Add copyright & comment around sleep code
2014-07-24 Alex Hornungcsprng - fix unused variable
2014-07-24 Alex Hornungcsprng - don't wait for entropy for the ratectl'ed...
2014-07-24 Matthew Dillonkernel - Fix jumbo cluster buffer deadlock
2014-07-24 Alex Hornungcsprng - If not enough entropy is available, sleep
2014-07-23 Matthew Dillonkernel - Redo struct vmspace allocator and ref-count...
2014-07-18 Matthew Dillonkernel - Adjust ssb_space_prealloc() use cases
2014-07-18 Matthew Dillonkernel - network adjustments (netisr, tcp, and socket...
2014-07-17 Matthew Dillonkernel - minor cpu idle statistics adjustment
2014-07-16 Matthew Dillonkernel - Improve TCP socket handling at high speeds
2014-07-14 Alex Hornungkern_nrandom, rnd drivers: update for new CSPRNG
2014-07-14 Alex Hornungkernel - add a fortuna-based CSPRNG
2014-07-13 Matthew Dillonkernel - More verbose boot de-spamming
2014-07-13 Matthew Dillonkernel - Add lwkt_cpusync_quick()
2014-07-13 Matthew Dillonkernel - Reduce console spam in verbose mode when print...
2014-07-11 Sascha Wildnerkernel: Remove unused functions vop_panic() and vfs_std...
2014-07-08 Matthew Dillonvkernel - Fix systat -vm 1
2014-07-06 Matthew Dillonkernel - extend cpus past 64 - fixes and adjustments
2014-07-06 Matthew Dillonkernel - remove debugging
2014-07-05 Sascha Wildnerkernel: Fix KTR compilation.
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-01 Matthew Dillonkernel - Fix several taskqueue livelocks
2014-06-30 Matthew Dillonkernel - Move CPUMASK_LOCK out of the cpumask_t
2014-06-18 Matthew Dillonkernel - Fix rare ucred race
2014-06-18 Sepherosa Ziehausocket: so_pru_abort_oncpu -> so_pru_abort_direct
2014-06-18 Sepherosa Ziehausocket: {soabort,so_pru_abort}a -> {soabort,so_pru_abor...
2014-06-18 Sepherosa Ziehauuipc: Fix comment
2014-06-18 Sepherosa Ziehauuipc: Nuke unnecessary void cast
2014-06-18 Sepherosa Ziehaunet: Add initport protosw method to init socket's defau...
2014-06-13 Matthew Dillonkernel - Update existing csprng
2014-06-10 Joris Giovannangelikernel: fix an invalid self assignment in linker
2014-06-09 Sascha Wildnerkernel: Add a missing vn_unlock().
2014-06-07 Joris Giovannangelikern/dsched: remove leftover code
2014-06-07 Joris Giovannangelikernel/dsched: add a missing LK_RELEASE
2014-06-07 Peter AvalosMerge branch 'vendor/TNFTP'
2014-06-06 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-06-04 Sepherosa Ziehauudp: Wait for address memory
2014-05-28 John MarinoMerge branch 'vendor/WPA_SUPPLICANT'
2014-05-28 John MarinoMerge branch 'vendor/HOSTAPD'
next