Remove some duplicated semicolons (mostly in the kernel).
[dragonfly.git] / sys / kern /
2012-11-21 Sascha WildnerRemove some duplicated semicolons (mostly in the kernel).
2012-11-19 Sepherosa Ziehaumchian: Sync w/ FreeBSD a little bit
2012-11-16 Sascha Wildnervfork.2: Document that vfork(2) returns pid_t.
2012-11-16 Sepherosa Ziehaupolling: Remove device_polling remainder
2012-11-16 Sepherosa Ziehaupolling: Remove device_polling support
2012-11-15 Matthew Dillonkernel - Fix off-by-1 error in semexit
2012-11-14 Sascha Wildnerinit(8): Resurrect kern.shutdown_timeout as kern.init_s...
2012-11-10 Adam SakareassenFix INVARIANT build issue
2012-11-06 Sascha WildnerFix some typos in user visible messages, etc.
2012-11-02 John MarinoImplement SO_NOSIGPIPE
2012-10-30 John MarinoImplement eaccess
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-26 Matthew Dillonhammer2 - dmsg blockdev work
2012-10-25 Matthew Dillonhammer2 - Add server-side disk advertisements
2012-10-25 Matthew Dillonkernel - cleanup subr_disk.c
2012-10-25 Matthew Dillonhammer2 - Messaging layer separation work part 4
2012-10-25 Matthew Dillonhammer2 - Messaging layer separation work part 3
2012-10-25 Matthew Dillonkernel - Implement UDEVWAIT ioctl for /dev/udev
2012-10-25 Matthew Dillonkernel - Auto-initiate message stream for udev on read()
2012-10-25 Matthew Dillonkernel - Allow multiple opens on /dev/udev
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-22 Sascha WildnerRemove CAPS.
2012-10-22 Sascha Wildnerkernel/kinfo: Don't use 'SMP' alone to check for userla...
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-21 Sepherosa Ziehauobjcache: Make sure magazines are cache line aligned
2012-10-21 Sepherosa Ziehauobjcache: Make sure that percpu_objcache and depot...
2012-10-21 Sepherosa Ziehauobjcache: objcache_create on longer changes cluster_limit
2012-10-21 Sepherosa Ziehauobjcache: Cache align magazinedepot and percpu_objcache
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-19 Matthew Dillonkernel - Fix UP build for usched_dfly
2012-10-19 Matthew Dillonkernel - Detect edge cases in ELF note handling
2012-10-19 Sepherosa Ziehaumbuf: Make cacheable fraction of mbuf clusters tunable
2012-10-19 Sepherosa Ziehaumbuf: Factor out m_getcl_cache; optimize m_getcl a...
2012-10-19 Sepherosa Ziehaumbuf: Jumbo clusters are rarely used; keep the amount...
2012-10-19 Sepherosa Ziehaumbuf: Remove unused MALLOC_DEFINEs
2012-10-19 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-14 François Tigeotkernel: add device_delete_children()
2012-10-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-13 Matthew Dillonkernel - Fix sysclock_t comparison in usched code
2012-10-13 Timmake device_probe_child() public
2012-10-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-12 Sascha Wildnerkernel: Add KOBJMETHOD_END and use it.
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-11 Matthew Dillonkernel - Make pcb_onfault more robust.
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-11 Matthew Dillonkernel - Use atomic op for usched_global_cpumask
2012-10-11 Sepherosa Ziehauktr: Use __cachealign to align ktr_cpu
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-10 Matthew Dillonkernel - Adjust cache_fullpath() API
2012-10-10 Sepherosa Ziehaukmalloc: Streamline the code a little bit
2012-10-10 Sepherosa Ziehaukmalloc: Fix comment
2012-10-10 Sepherosa Ziehaukmalloc: Use powerof2() to detect power-of-2 size
2012-10-10 Sepherosa Ziehaukmalloc: No need to call fls if the size is already...
2012-10-10 Sepherosa Ziehaukmalloc_cachealign: Utilize kmalloc() chunk size aligne...
2012-10-10 Sepherosa Ziehaukmalloc: Add comment about alignment property
2012-10-10 Sepherosa Ziehaukmalloc: Make allocation zone's chunk size align
2012-10-09 Matthew Dillonkernel - Fix UP build for usched_dfly.c
2012-10-08 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-08 Antonio Huete Jimenezvkernel - Properly initialize pool tokens.
2012-10-08 Sepherosa Ziehaukmalloc: Use 'fls' to round up the size to the nearest...
2012-10-07 Sepherosa Ziehaukmalloc: Add kmalloc_powerof2() and kmalloc_cachealign()
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-26 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-26 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2012-09-26 Matthew Dillonkernel - usched_dfly revamp (8), add reschedule hints
2012-09-25 Matthew Dillonkernel - usched_dfly revamp (7), bring back td_release...
2012-09-25 Matthew Dillonkernel - usched_dfly revamp (6), reimplement shared...
2012-09-24 Matthew Dillonkernel - usched_dfly revamp (5), correct default in...
2012-09-24 Matthew Dillonkernel - usched_dfly revamp (4), improve tail
2012-09-24 Matthew Dillonkernel - Add v_token_name to gd_cnt
2012-09-23 Matthew Dillonkernel - usched_dfly revamp (3), fix estcpu
2012-09-22 Matthew Dillonkernel - usched_dfly revamp (2), reduce token collisions
2012-09-21 Matthew Dillonkernel - Add vmmeter counter for token collisions
2012-09-21 Matthew Dillonkernel - usched_dfly revamp
2012-09-20 Matthew Dillonkernel - Improve regressions in usched_dfly (2)
2012-09-20 Matthew Dillonkernel - Include physical cpu in ktrace header
2012-09-20 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-20 Matthew Dillonkernel - Improve regressions in usched_dfly (1)
2012-09-20 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-20 Matthew Dillonkernel - Add lwkt_yield_quick()
2012-09-20 Matthew Dillonkernel - Don't call lwkt_user_yield() in uiomove()...
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-18 Sascha Wildnerkernel/usched_dfly: Small UP compilation fix.
2012-09-18 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-18 Sascha Wildnerkernel/usched_dfly: #if 0 all unused KTR_INFOs (fixes...
2012-09-18 Sascha Wildnerkernel/usched_bsd4: Declare the KTR_INFO_MASTER(usched...
2012-09-18 Matthew Dillonkernel - add usched_dfly algorith, set as default for...
2012-09-18 Matthew Dillonkernel - add usched_dfly algorith, set as default for...
2012-09-18 Matthew Dillonkernel - add usched_dfly algorith, set as default for now
2012-09-17 Matthew Dillonkernel - usched_bsd4 algorith fixes & improvements
2012-09-17 Sepherosa Ziehaumsgport: Always save owner thread for threads' msgports
2012-09-16 Matthew Dillonkernel - Add vm.read_shortcut_enable
2012-09-16 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
next