mbuf: Save linker layer, IP and TCP/UDP header length
[dragonfly.git] / sys / kern /
2012-07-31 François Tigeotkernel: Implement O_CLOEXEC
2012-07-30 Alex Hornungimplement linkat
2012-07-30 Alex Hornungopen - implement O_DIRECTORY
2012-07-30 François Tigeotkernel: remove O_FRNONBLOCKING
2012-07-30 François Tigeotkernel: remove O_ROOTCRED
2012-07-26 Sepherosa Ziehaucallout: Add callout_reset_bycpu, which dispatches...
2012-07-20 Markus Pfeifferkernel - another attempt at fixing checkloop panic
2012-07-19 Sascha Wildnerkernel: Remove two duplicate words in messages.
2012-07-18 Nuno Antuneskernel/lwkt_msgport: Improve comments a bit.
2012-07-17 François TigeotVFS quota: replace MNT_ACCOUNTING by MNT_QUOTA
2012-07-14 Sascha WildnerRemove bogus (void *) casts.
2012-07-11 Matthew Dillonkernel - Fix MP race in sysv semaphore code
2012-07-11 Peter AvalosMerge branch 'vendor/OPENPAM'
2012-07-11 Peter AvalosMerge branch 'vendor/XZ'
2012-07-11 Peter AvalosMerge branch 'vendor/TNFTP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-07-11 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-07-05 Sascha Wildnerkernel/sbuf: Add back a lost newline.
2012-07-04 Markus Pfeifferkernel: add handling for ENODEV in poll_copyout and...
2012-07-04 Peter AvalosMerge branch 'vendor/FILE'
2012-07-03 Matthew Dillonkernel - reduce kernel stack use (2)
2012-07-03 Matthew Dillonkernel - reduce kernel stack use
2012-07-02 Mihai Carabassbuf_vprintf: ap is not consistent at second call of...
2012-06-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2012-06-20 Markus Pfeifferkernel: fix a checkloop panic caused by EOPNOTSUPP...
2012-06-16 Sascha WildnerFix more wrong sizeof() usages, part 1/x
2012-06-13 Sascha Wildnerkernel: Remove an unused variable.
2012-06-07 Sascha Wildnerkernel: Use hashdestroy() to free hash tables allocated...
2012-06-07 Sascha Wildnerkernel: Remove some unused variables.
2012-06-06 Sascha Wildnerkernel: Add hashdestroy() (taken from FreeBSD).
2012-06-02 Matthew Dillonkernel - Add comment on spinlocks_wr
2012-06-02 Matthew Dillonkernel - Remove kernel-level ccms module (it will be...
2012-05-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2012-05-25 Sascha Wildnerkernel: Remove the inclusion of opt_ddb.h from where...
2012-05-24 Venkatesh Srinivaskernel -- CLFLUSH support
2012-05-23 Sascha Wildnerkernel: Remove some bogus casts to the own type.
2012-05-17 Sascha Wildnerkernel/profiling: Fix a kprintf format.
2012-05-15 John MarinoMerge branch 'vendor/GDB'
2012-05-14 John MarinoMerge branch 'vendor/NCURSES'
2012-05-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-05-12 John MarinoMerge branch 'vendor/GMP'
2012-05-11 John MarinoMerge branch 'vendor/NCURSES'
2012-05-11 John MarinoMerge branch 'vendor/ZLIB'
2012-05-11 John MarinoMerge branch 'vendor/GDB'
2012-05-10 John MarinoMerge branch 'vendor/LIBEDIT'
2012-05-10 Sascha WildnerRemove some AppleTalk remains.
2012-05-08 John MarinoMerge branch 'vendor/GREP'
2012-05-03 Sascha Wildnerkernel: Remove the unused HW_WDOG option.
2012-05-03 Sascha Wildnerkernel/wdog: Compile in kern_wdog.c by default.
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
next