aic(4): Remove ISA attachment.
[dragonfly.git] / sys / kern /
2012-03-31 François TigeotVFS accounting: avoid VOP_GETATTR() calls
2012-03-31 Sascha Wildnerkernel: Indent a debugging kprintf.
2012-03-31 Sascha Wildnerkernel: Adjust some casts.
2012-03-30 François TigeotKernel - Completely remove DFLTPHYS
2012-03-30 Francois TigeotVFS accounting: do not count write operations for remov...
2012-03-30 Samuel J. Greearkern.cp_time - Add convenience defines
2012-03-28 Francois TigeotVFS accounting: use vq_vptomp() in kern_ftruncate()
2012-03-28 Matthew Dillonkernel - Revert 0d52e78c527ec7ba3ac62d40d9fa588c964d4c55
2012-03-28 Matthew Dillonkernel - Fix improper BUF_UNLOCK() with spinlock held
2012-03-27 Venkatesh Srinivaskernel -- DEBUG_LOCKS: Do not panic if releasing a...
2012-03-26 Francois Tigeotmountlist_exists(): use a TAILQ_FOREACH macro again
2012-03-25 Francois TigeotVFS accounting: use an explicit TAILQ_FIRST/TAILQ_NEXT...
2012-03-25 Francois TigeotVFS accounting: do not set vp->v_pfsmp for non-nullfs...
2012-03-24 Francois TigeotVFS accounting: fix an issue with unlink operations
2012-03-23 Matthew Dillonkernel - Fix mount refs interactions and umount races
2012-03-22 Matthew Dillonkernel - Cluster fixes + Enable clustering for HAMMER1
2012-03-22 Sascha Wildnerkernel/kobj: Put the default kobj_method inside the...
2012-03-22 Francois TigeotVFS accounting: handle file truncation on open(2)
2012-03-22 François TigeotVFS accounting: isolate the code to find the real mp
2012-03-20 Matthew Dillonkernel - Add argument to nvtruncbuf()
2012-03-20 Matthew Dillonkernel - Fix buffer cache deadlock due to multiple...
2012-03-20 Matthew Dillonkernel - Fix clustered read bug (2)
2012-03-20 Matthew Dillonkernel - Fix clustered read bug
2012-03-17 Sascha Wildnerkernel: Add sbuf_done() (taken from FreeBSD).
2012-03-17 Sascha Wildnerkernel/{a,b}list: Remove some unused variables in the...
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
next