Remove the broken burncd(8).
[dragonfly.git] / sys / kern /
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
2010-11-18 Matthew Dillonkernel - Fix global counter used in lockf assertions
2010-11-18 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-11-04 Alex Hornungdisk - Add device-mapper specific fallthroughs
2010-11-15 Alex Hornungsubr_disk - Maintain uuid aliases for disk volumes
2010-11-15 Alex Hornungdevfs - Add a destroy_dev_alias, remove hotplug
2010-11-15 Alex Hornungkern_udev - Also add the device type to the dict
2010-11-15 Alex Hornungdm/disk - cleanup, add '.' between name and slices
2010-11-15 Alex Hornungdsched - adjust to work nicely with dm disks
2010-11-15 Alex Hornungdm/nestbuf - Bind into devstat, clean up
2010-11-15 Alex Hornungdisk_setdiskinfo - correct assertion
2010-11-15 Alex Hornungdisk_create_named - Adapt a bit to work with dm
2010-11-14 Matthew Dillonkernel - add kern.sysbeep_enable feature
2010-11-11 Matthew Dillonkernel - Make sure invalidated pages are unmapped in...
2010-11-10 Venkatesh Srinivaskernel - kmem_slab_alloc: Record vm_pages from page...
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-06 Matthew Dillonkernel - Fix spinlock held on switch
2010-11-02 Sascha Wildnerkernel: Remove a number of unnecessary use_*.h inclusions.
2010-11-01 Matthew Dillonkernel - Minor rerrangement to help w/ low level debugging
2010-10-31 Sascha Wildnerkernel: Remove most definitions of CDEV_MAJOR.
2010-10-29 Matthew Dillonkernel - Increase UPAGES, add kernel stack guard page
2010-10-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-25 Antonio Huete Jimeneznullfs - Add 'noexec' flag support.
2010-10-24 Matthew Dillonkernel - Fix bug in the emergency interrupt polling...
2010-10-23 Matthew Dillonnetwork - Fix issue with recent unix domain socket...
2010-10-23 Matthew Dillonkernel - x86_64 - Add additional checks to lwp_wait...
2010-10-23 Sascha WildnerFix UP kernel build.
2010-10-22 Alex Hornungdm dumping - peripheral changes
next