ioapic: By default, disable I/O APIC if we are booting on a virtual machine
[dragonfly.git] / sys / kern /
2012-03-13 John MarinoMerge branch 'vendor/GCC44'
2012-03-06 Alex Hornungvfs_conf - remove old debug message tryroot()
2012-03-06 Alex Hornungdump_conf - delay extra 2s before looking for dumpdev
2012-03-05 Alex Hornungvfsops - add two new ops, ncpgen_set, ncpgen_test
2012-02-27 Alex Hornungdisk - add flag to use underlying psize
2012-02-27 Alex Hornungsubr_disk - clear out old labels
2012-02-27 Alex Hornungdisklabel - add new freedisklabel op
2012-02-24 Alex Hornungkthread_create - fix varargs bug
2012-02-24 Antonio Huete Jimenezkern - Do not expose _kthread_create()
2012-02-21 Antonio Huete Jimenezkern - Merge two functions to avoid duplicated code.
2012-02-20 Sascha WildnerFix some typos.
2012-02-20 Sascha Wildnerdsched(4): Some miscellaneous cleanup.
2012-02-18 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-18 François TigeotVFS accounting: optimize vop_write() performance
2012-02-18 Francois TigeotVFS accounting: check if nullfs mp* really exist
2012-02-16 Sascha Wildnerkernel: Remove unused attributes from stuff that is...
2012-02-16 Venkatesh Srinivaskernel: mfs -- Fix unmount panic for MFS filesystems.
2012-02-16 Sascha Wildnerkernel: Include <sys/ioccom.h> where ioctls are defined.
2012-02-16 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-10 Alex Hornungdisk - add uuid to udev dict of parts
2012-02-01 Matthew Dillonkernel - Add vm_page_need_commit() and vm_page_clear_co...
2012-01-31 Antonio Huete Jimenezkern - Skip rlimit check when caller is a kernel thread.
2012-01-29 Francois Tigeotkernel - properly initialize vnode->v_pfsmp
2012-01-23 John Marinoelf: Add translation function between vm_prot_t and...
2012-01-23 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-01-23 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-01-22 Sepherosa Ziehausendfile: Block or return EAGAIN, iff we are really...
2012-01-22 Sepherosa Ziehausockbuf: Pre-alloc sockbuf space, so asynchronized...
2012-01-22 Sepherosa Ziehaupru_send: Disable asynchornized pru_send usage by default
2012-01-22 Sepherosa Ziehausendfile: Add sysctl to disable the usage of the asynch...
2012-01-20 Matthew Dillonkernel - Fix race in callout_stop_sync()
2012-01-20 Sascha WildnerRemove empty DragonFly CVS IDs.
2012-01-20 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-19 Sepherosa Ziehaubus: Pass intsrerupt description to setup_intr bus...
2012-01-16 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-16 Matthew Dillonkernel - Fix 3:00 a.m. crashes (deadlocks) related...
2012-01-16 Sepherosa Ziehaumbuf: Don't raise mbuf limit for jcluster
2012-01-16 Sepherosa Ziehaumbuf: Avoid kmalloc "limit" overflow
2012-01-13 Sepherosa ZiehauMachIntrABI: intr_{config,cpuid} -> legacy_intr_{config...
2012-01-12 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-10 Nuno Antunesuipc: Import mbuf utility function m_unshare() from...
2012-01-08 Peter AvalosMerge branch 'vendor/XZ'
2012-01-08 Peter AvalosMerge branch 'vendor/TNFTP'
2012-01-05 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2012-01-03 Francois TigeotRun VFS_START() for the root mount point.
2012-01-03 François Tigeotkernel/vfs: enable accounting for ro mounts
2012-01-03 Sascha Wildnerkernel/mchain: Fix a NULL check.
2012-01-01 Sascha Wildnerkernel/vfs_quota: Add a missing spin_unlock().
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-31 Sepherosa Ziehauvkernel/intr: Pin vkernel "hardware interrupts" to...
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-12-29 Sepherosa Ziehauintr: Remove no longer correct ithread_cpuid; use rman_...
2011-12-28 Venkatesh Srinivastaskqueue -- Register swi_taskq_mp as an MP-safe SWI.
2011-12-26 Venkatesh Srinivaskernel -- Per-mount syncer thread infrastructure.
2011-12-25 Matthew Dillonkernel - Fix missing chain wait
2011-12-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-12-25 Matthew Dillonkernel - Correct sysctl variable type for kern.stackgap...
2011-12-24 Peter AvalosMerge branch 'master' of /home/www-data/gitweb/dragonfly
2011-12-24 Venkatesh SrinivasProperly dispose of page in sf_buf_mfree(), #2.
2011-12-24 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-12-24 Venkatesh Srinivaskernel: Factor out common parts of bufdamon and bufdaem...
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-22 Matthew Dillonkernel - Fix new static stackgap feature from recent...
2011-12-22 Matthew Dillonkernel - Properly dispose of vm_page_t in sf_buf_mfree()
2011-12-22 Matthew Dillonkernel - Implement static stackgap feature in addition...
2011-12-22 Matthew Dillonkernel - Increase cluster_limit for exec args on machin...
2011-12-22 Matthew Dillonkernel - Add suword32 and fix argc/envc initialization
2011-12-15 Francois TigeotVFS accounting: add a sync command
2011-12-15 Sepherosa Ziehauintr: Per-cpu MI interrupt information array
2011-12-15 Matthew Dillonkernel - Update loader.conf documentation and add sio...
2011-12-14 Sascha Wildnerkernel/vfs_quota: Fix the placement of braces.
2011-12-14 Francois TigeotNULL VFS: store PFS mount points for later use
2011-12-14 François TigeotUse a sysctl to show if VFS accounting is enabled
2011-12-14 François TigeotDisable VFS accounting by default
2011-12-14 Sepherosa Ziehauintr: Per-CPU emergency thread
2011-12-14 Sepherosa Ziehauintr: Remove the broken sysctl_intrcnt(); use sysctl_in...
2011-12-14 Sepherosa Ziehauintr: Nuke count_registered_ints()
2011-12-14 Sepherosa Ziehauintr: Remove unused function
2011-12-14 Matthew Dillonkernel - Fix signal races against exiting processes
2011-12-13 YONETANI TomokazuFix wrong argument to allproc_scan in elf_brand_inuse()
2011-12-13 Francois TigeotVFS accounting: add a new vquotactl() syscall
2011-12-12 Francois TigeotVFS accounting: start collecting data
2011-12-12 Matthew DillonKernel - Fix double-unlock in nlookupdotdot
2011-12-12 Matthew Dillonkernel - Dynamically size lwkt_cache_threads free cache
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 Francois TigeotVFS accounting: list enabled filesystems
2011-12-11 Sascha Wildnerkernel/vfs_quota: Put the 'accounting enabled' message...
2011-12-10 Francois TigeotVFS accounting: add in-memory storage counters
2011-12-09 Sascha Wildnerkernel: Fix various whitespace and indent issues (no...
2011-12-08 Matthew Dillonkernel - Fix missing token release on I/O error during...
2011-12-08 Matthew Dillonkernel - Do not use LK_NOWAIT for vfs_busy() after...
2011-12-08 Matthew Dillonkernel - Add TDF_RUNNING assertions
2011-12-08 Matthew Dillonkernel - Fix alarm() timer race against exit
2011-12-08 Matthew Dillonkernel - add DEBUG_LOCKS_LATENCY option
2011-12-08 Matthew Dillonkernel - Fix kqueue race with NOTE_EXIT
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-12-06 Matthew Dillonkernel - Remove unnecessary < 0 checks for sopt_valsize...
2011-12-05 Sascha Wildnerkernel: Use M_ZERO for kmalloc() instead of bzero(...
2011-12-05 Sascha Wildnerkernel: Remove some unneeded NULL checks after kmalloc...
next