mandoc(1): Adjust Makefile for 1.11.1.
[dragonfly.git] / sys / kern /
2011-04-09 Sascha WildnerMerge branch 'vendor/MDOCML'
2011-04-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-04-07 Matthew Dillonvkernel64 - Push some non-working (as yet) shims for...
2011-04-07 Sepherosa Ziehaubus: Allow subclass to have the same name as the parent...
2011-04-06 Matthew Dillonkernel - Fix slice open mask tracking
2011-04-06 Venkatesh Srinivaskernel -- Remove unused vfs rangelocks from vnodes.
2011-04-05 Matthew Dillonkernel - Possible fix to 'Bad link elm' panic in random...
2011-04-04 Antonio Huete Jimenezkernel - Add kern.cp_time sysctl.
2011-04-04 Sascha WildnerMerge branch 'vendor/MPFR'
2011-04-04 Sascha WildnerMerge branch 'vendor/GMP'
2011-04-04 Sascha WildnerMerge branch 'vendor/GCC44'
2011-04-03 Matthew Dillonkernel - Check B_NOTMETA in buffer release code
2011-04-02 Peter AvalosMerge branch 'vendor/DIFFUTILS'
2011-04-01 Matthew Dillonkernel - Fix fstatfs() and fstatvfs() when called from...
2011-03-29 Alex Hornungvfs_helper - Remove stale comment
2011-03-25 Sepherosa Ziehauioapic: Properly log interrupt mode
2011-03-24 Matthew Dillonkernel - Revamp LWKT thread migration
2011-03-23 Sascha WildnerMerge branch 'vendor/BINUTILS221'
2011-03-23 Sascha WildnerMerge branch 'vendor/BINUTILS221'
2011-03-21 Matthew Dillonkernel - Reduce dsched console output
2011-03-16 Venkatesh Srinivaskernel -- Remove mplock2.h header from files not using...
2011-03-16 Venkatesh Srinivaskernel -- Mark MQUEUE filterops MPSAFE.
2011-03-16 Venkatesh Srinivaskernel -- Remove MPlock in sys_pselect().
2011-03-14 Joe Talbottmbuf - Factor common code out of m_getjcl() and m_getcl().
2011-03-14 Joe Talbottmbuf - Add MJUMPAGESIZE mbuf cluster support.
2011-03-14 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-10 YONETANI Tomokazukernel - missing PRELE() in ptrace(PT_DETACH).
2011-03-09 Matthew Dillonkernel - Add vm.cache_vmspaces boot-time tunable
2011-03-09 Matthew Dillonkernel - Add lwkt.cache_threads boot-time tunable
2011-03-09 Matthew Dillonkernel - Add kern.zone_cache sysctl
2011-03-08 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-08 Matthew Dillonkernel - Fix null pointer panic related to setproctitle()
2011-03-07 Matthew Dillonkernel - Fix ktrace -C and -d
2011-03-07 Sascha WildnerMerge remote branch 'crater/vendor/MDOCML' into HEAD
2011-03-06 Matthew Dillonkernel - Make sure thread is released before migrating
2011-03-06 Venkatesh SrinivasMerge branch 'master' of ssh://crater.dragonflybsd...
2011-03-06 Venkatesh Srinivaskernel -- file desc malloc zone overflow handling.
2011-03-06 Matthew Dillonkernel - Fix a few MP races against process status
2011-03-04 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-04 Venkatesh Srinivaskernel -- vm_object locking Part 2: Lockup a few vm_obj...
2011-03-04 Venkatesh Srinivaskernel -- POSIX Message Queues: Remove objcache for...
2011-03-04 Venkatesh Srinivaskernel -- Prevent POSIX MQ from overflowing malloc...
2011-03-02 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-03-01 Matthew Dillonkernel - Refactor dsched ref/unref routines
2011-02-28 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-02-27 Sascha Wildnerkernel: Remove some variables that are set but not...
2011-02-23 Venkatesh Srinivaskernel -- Add O_FRNONBLOCKING, to allow reads which...
2011-02-17 Venkatesh Srinivaslibrt: Initial userland implementation of POSIX AIO...
2011-02-17 Matthew Dillonkernel - Add batch heuristic to scheduler and refactor...
2011-02-17 Matthew Dillonkernel - Fix seg-fault in clock interrupt due to race
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct sigacts
2011-02-16 Matthew Dillonkernel - knote_alloc() must always succeed
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct pargs (2)
2011-02-16 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-16 Matthew Dillonkernel - Fix MP refcount race in struct pargs
2011-02-16 Venkatesh Srinivaskernel -- Eliminate AIO.
2011-02-16 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-02-16 Venkatesh SrinivasUpdate stale comment in lwkt_token_init().
2011-02-15 Matthew Dillonkernel - Add options SLAB_DEBUG to help debug memory...
2011-02-15 Matthew Dillonkernel - MPSAFE work, fix race in init zombie cleanup
2011-02-14 Matthew Dillonkernel - Remove safety mplocks around VFS system calls
2011-02-14 Matthew Dillonkernel - Remove incorrect assertion
2011-02-14 Matthew Dillonkernel - Make numerous proc accesses use p->p_token...
2011-02-13 Matthew Dillonkernel - Replace sys/ref.h & kern/kern_ref.c with sys...
2011-02-12 Matthew Dillonkernel - Make most of the fork and exit paths MPSAFE
2011-02-12 Matthew Dillonkernel - Fix list corruption in dsched
2011-02-12 Matthew Dillonkernel - Fix list corruption in dsched
2011-02-12 Matthew Dillonkernel - Add per-process token, adjust signal code...
2011-02-11 Matthew Dillonkernel - Add per-process token, adjust signal code...
2011-02-10 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-10 Matthew Dillonkernel - Greatly reduce usched_bsd4_decay default
2011-02-09 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-02-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2011-02-05 YONETANI Tomokazukernel - adjust devfs mount point according to init_chr...
2011-02-05 Samuel J. Greearkern - aio - Add missing flags to objcache_get()
2011-02-05 Samuel J. Greearkern - Convert aio from zalloc to objcache
2011-02-01 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-01-31 Matthew Dillonkernel64 - Fix disabled interrupts during dbg/bpt trap
2011-01-31 Matthew Dillonkernel - Fix stall after mountroot w/ SMP & ncpus == 1
2011-01-31 Peter AvalosMerge branch 'vendor/GDTOA'
2011-01-31 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2011-01-30 Matthew Dillonkernel - Add callback API for mpipe
2011-01-29 Matthew Dillonkernel - Run emergency interrupt handlers in critical...
2011-01-29 Matthew Dillonkernel - Fix parent process signaling race during exit
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-28 Sepherosa Ziehaulwkt_synchronize_ipiqs: Add volatile to cpumask
2011-01-28 Nicolas Therykernel - migrate knote from zone to kmalloc
2011-02-02 Sepherosa Ziehauintr: Further delay MachIntrABI.finalize()
2011-02-02 Matthew Dillonkernel - Add kern.usched_global_cpumask
2011-01-27 Joe TalbottMerge branch 'master' of git://git.theshell.com/dragonfly
2011-01-25 Venkatesh Srinivaskernel -- lockmgr debugging.
2011-01-23 Matthew Dillonkernel - Fix a case where a panic dump can stall
2011-01-23 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-23 Sascha Wildnerkernel: Silence an unused variable warning.
2011-01-23 Matthew Dillonkernel - stop cpus on panic whether the debugger is...
2011-01-21 Matthew Dillonkernel - Conditionalize ipiq debugging
2011-01-21 Matthew Dillonkernel - Fix lockup when debug.ktr.resynchronize is...
2011-01-20 Venkatesh SrinivasRemove sys/mplock2.h from more files.
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
2011-01-20 Matthew Dillonkernel - Remove mplock shims from global tokens
next