Import ichwd(4) from FreeBSD
[dragonfly.git] / sys / kern /
2012-05-03 François TigeotKernel: do not manipulate watchdog list if empty
2012-05-01 Sascha Wildnerkernel: Remove some bogus casts of NULL to something.
2012-04-30 Matthew Dillonkernel - Fix degenerate cluster_write() cases
2012-04-30 Sascha Wildnerkernel: Remove some unused variables.
2012-04-30 Sascha Wildnerkernel: Remove some unused variables.
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-04-28 Sepherosa Ziehaumsgport: Implement dropmsg for spin port
2012-04-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-24 Markus Pfeifferkernel: Change wmesg type for lockinit, lockreinit
2012-04-21 Sascha Wildnerkernel: Fix some whitespace from the previous commit.
2012-04-21 Matthias Rampkekill zombies if the parent set SIG_IGN on SIGCHLD
2012-04-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-18 François TigeotRename vfs_accounting_enabled to vfs_quota_enabled
2012-04-18 Sepherosa Ziehausocket: Change sysctl names sosnd -> sosend, no functio...
2012-04-17 Francois TigeotVFS quota: enforce user and group limits
2012-04-17 Francois TigeotVFS quota: add a command to set a group quota
2012-04-17 Francois TigeotVFS quota: add a command to set a user's quota
2012-04-16 Francois TigeotVFS quota: start enforcing limits
2012-04-16 Francois TigeotVFS quota: add a function to set a per mount-point...
2012-04-16 Francois TigeotVFS accounting: have syscalls fail if not enabled
2012-04-16 Francois TigeotVFS quota: report per mount-point space limits
2012-04-16 Sepherosa Ziehaubus: Change device_getenv_int interface a little bit
2012-04-16 Sepherosa Ziehaubus: Add device_getenv_int helper function
2012-04-15 François TigeotVFS accounting: remove unneeded code
2012-04-15 Francois TigeotVFS accounting: do not call initialization functions...
2012-04-15 Francois TigeotVFS accounting: fix vfs_register()
2012-04-15 Francois TigeotVFS quota: add per mount-point global, uid and gid...
2012-04-14 Venkatesh Srinivaskernel -- Enable threaded syncer for NFS mounts.
2012-04-14 Venkatesh Srinivaskernel -- Per-mount threaded syncer infrastructure.
2012-04-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-10 Peter AvalosMerge remote-tracking branch 'origin/master'
2012-04-08 Sascha Wildnerkernel: Remove NULL checks after kmalloc() with M_WAITOK.
2012-04-07 François TigeotKernel - properly handle max. io size when dumping
2012-04-04 Sascha Wildnerkernel: Pass a real format string to functions which...
2012-04-03 Venkatesh Srinivaskernel -- vnlru: Remove MPLOCK from vnlru.
2012-04-02 Matthew Dillonkernel - Add max I/O size cap to vmaxiosize()
2012-04-02 Matthew Dillonkernel - Reduce impact of write_behind on small/tempora...
2012-04-02 François TigeotKernel: Set max io size limit for all disk devices
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 Peter AvalosMerge branch 'vendor/OPENSSL'
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...
next