kernel - Fix /dev/dsp failure after a few days of uptime
[dragonfly.git] / sys / kern /
2011-01-29 Peter AvalosMerge branch 'vendor/FILE'
2011-01-28 Sepherosa Ziehaulwkt_synchronize_ipiqs: Add volatile to 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
2011-01-20 Matthew Dillonkernel - Optimize the x86-64 lwbuf API
2011-01-19 Matthew Dillonkernel - Fix deadlock assertion panic with mmap/read...
2011-01-19 Matthew Dillonkernel - Use atomic ops for devstat's ds->busy_count...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2011-01-17 Sascha Wildnerkernel: Use NELEM() in a few more places and nuke priva...
2011-01-14 Matthew Dillonkernel - Fix an inefficiency in wait*()
2011-01-11 Matthew Dillonkernel - Fix very annoying lockup (SMP)
2011-01-11 Matthew Dillonkernel - Enhance getcacheblk() (improve saturated write...
2011-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Venkatesh SrinivasMerge branch 'master' of ssh://crater.dragonflybsd...
2011-01-11 Venkatesh Srinivaskernel -- kref: Add KREF_DEC macro to allow braced...
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2011-01-10 Matthew Dillonkernel - Refactor VMSC_ONEPASS
2011-01-10 Matthew Dillonkernel - Ensure rover in vfs_cache is not optimized.
2011-01-10 Matthew Dillonkernel - refactor cpusync and pmap_inval code, fix...
2011-01-09 Sepherosa ZiehauRevert "Revert "IO APIC: Assign pins dedicated to PCI...
2011-01-04 Matthew Dillonvkernel - Fix corrupt tailq (vkernel64 only)
2011-01-04 Matthew Dillonkernel - Fix vkernel lwp stuck thread bug
2011-01-02 Sascha Wildnerkernel: Remove support for the Xerox Network Systems...
2011-01-02 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-29 Matthew Dillonkernel - Fix lockmgr non-zero exclusive count panic (2)
2010-12-29 Matthew Dillonkernel - Fix lockmgr non-zero exclusive count panic
2010-12-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-12-26 Venkatesh Srinivaskernel -- Spinlock debugging.
2010-12-23 Venkatesh Srinivaskernel -- MPIPE: Don't call a NULL constructor.
2010-12-23 Venkatesh Srinivaskernel -- MPIPE: Add a constructor argument and priv...
2010-12-22 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-22 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-22 Samuel J. Greearkernel - Add many sysctl definitions, sysv, vfs, nfs...
2010-12-21 Venkatesh Srinivaskernel -- Convert sfbuf to use kref.
2010-12-21 Venkatesh SrinivasCode clean -- nuke private defines of __arysize and...
2010-12-21 Venkatesh Srinivaskernel -- Implement kref, a very lightweight reference...
2010-12-20 Sascha WildnerFix VKERNEL/VKERNEL64 build.
2010-12-20 Matthew Dillonkernel - vm_page BUSY handling, change vm_page_cache...
2010-12-19 Matthew Dillonkernel - Optimize idle thread halt
2010-12-19 Matthew Dillonkernel - Add MONITOR/MWAIT support to the LWKT scheduler
2010-12-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE' into HEAD
2010-12-19 Peter AvalosMerge branch 'vendor/XZ' into HEAD
2010-12-18 Matthew Dillonkernel - scheduler adjustments for large ncpus / 48...
2010-12-18 Venkatesh Srinivaskernel -- Remove fo_poll.
2010-12-17 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-12-17 Venkatesh Srinivaskernel -- vnlru: Resolve minor race between vnlru_proc_...
2010-12-15 Matthew Dillonkernel - IPI subset of cpus on token de-collision.
2010-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-12-15 Alex Hornungkern_proc - add kern.proc.cwd sysctl
2010-12-15 Peter AvalosMerge branch 'vendor/TNFTP'
2010-12-15 Peter AvalosMerge branch 'vendor/ZLIB'
2010-12-12 Samuel J. Greearkernel - Mark kqfilters of several devices MPSAFE
2010-12-12 Thomas Nikolajsenkernel - Fix UP build
2010-12-12 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-12-11 Matthew Dillonkernel - 48-core MP work
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-11 Matthew Dillonkernel - Remove CACHE_*MPLOCK* macros & sysctl
2010-12-11 Matthew Dillonkernel - Mark pty devices D_MPSAFE
2010-12-11 Matthew Dillonkernel - Rearrange usched_bsd4.c a bit
2010-12-11 Matthew Dillonkernel - Make swap, nullfs MPSAFE
2010-12-11 Matthew Dillonkernel - Record token & mplock collisions in thread...
2010-12-11 Matthew Dillonkernel - Add debugging features
2010-12-11 Matthew Dillonkernel - Set wmesg when spinning on a token or the...
2010-12-10 Matthew Dillonkernel - Fix MP system call performance regression
2010-12-10 Samuel J. GreearMerge branch 'malloc_constructor'
2010-12-10 Samuel J. GreearMerge branch 'GCI2010'
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus & 512G of ram...
2010-12-08 Sascha Wildnerkernel: Serial numbers have to be either 2 chars minimu...
2010-12-05 Samuel J. Greearkernel - Provide descriptions for many net.inet sysctl's
2010-12-04 YONETANI Tomokazukernel - remove extra crit_exit()
2010-12-03 Matthew Dillonkernel - Remove unneeded critical sections from VM...
2010-12-03 Matthew Dillonkernel - Document ordering requirement in lwkt_cpusync_...
2010-12-03 Matthew Dillonkernel - Fix bug in x86-64 version of bzeront()
2010-12-01 Matthew Dillonkernel - Fix mbuf header exhaustion w/ degenerate unix...
2010-12-01 Matthew Dillonkernel - Fix deep stack recursion in unix domain socket...
2010-11-30 Stathis Kamperiscondvar - Constify
2010-11-30 Sascha Wildnerkernel: Bring in hexdump() from FreeBSD.
2010-11-30 Samuel J. GreearMerge branch 'GCI2010'
2010-11-30 Samuel J. Greearkernel - Provide descriptions for lwkt.* and debug...
2010-11-30 Joe TalbottMerge branch 'master' of git://crater.dragonflybsd...
2010-11-30 Joe Talbottunp_connect() - Use euid/egid for access checks via...
2010-11-29 Alex Hornungcondvar - add cv_has_waiters()
2010-11-28 Matthew Dillonkernel - Hold vm_token() for certain buf/bio/vm_page...
2010-11-28 Matthew Dillonkernel - Fix MP race in signotify_remote()
2010-11-23 Matthew Dillonkernel - Fix namecache memory exhaustion edge case
2010-11-22 Peter AvalosMerge branch 'vendor/OPENSSL' into HEAD
2010-11-21 Alex Hornungkern_shutdown - sync_devs before looking for dumpdev
2010-11-19 Alex Hornungkern_udev - fix the devtype property
2010-11-19 Alex Hornungsubr_disk - Keep an open count
2010-11-19 Alex Hornungsubr_disk - 'official' support for cloning; cleanup
2010-11-19 Alex Hornungkern_conf - add make_only_dev_covering
next