kernel - Do not allow destroyed namecache entries to be re-resolved
[dragonfly.git] / sys / kern /
2012-08-25 Matthew Dillonkernel - Do not allow destroyed namecache entries to...
2012-08-24 Matthew Dillonkernel - add cache_unlink(), fix a rename issue.
2012-08-24 Matthew Dillonkernel - Add additional clock_gettime() modes
2012-08-24 Alex Hornungusched_bsd4 - use wakeup_mycpu as appropriate
2012-08-24 Alex Hornungusched_bsd4 - fix incorrect use of PINTERLOCKED tsleep
2012-08-24 Matthew Dillonkernel - Do not allow the time to be set to { 0, 0 }
2012-08-22 Matthew Dillonkernel - Fix 32-bit build
2012-08-22 Mihai Carabasusched_bsd4 - Topology-aware scheduling
2012-08-22 Mihai CarabasCPU topology support
2012-08-20 François Tigeotkernel: Set kern.ipc.shm_use_phys to 1 by default
2012-08-17 Matthew Dillonkernel - Fix condvar races
2012-08-17 Matthew Dillonkernel - Adjust UFS and HAMMER to use uiomovebp()
2012-08-17 Matthew Dillonkernel - Change lockmgr LK_SHARED behavior to fix impro...
2012-08-16 Matthew Dillonkernel - Stop KTR logging during panic
2012-08-16 Matthew Dillonkernel - Fix exit races which can lead to a corrupt...
2012-08-16 Matthew DillonKernel - Fix numerous procfs/ptrace issues (2)
2012-08-16 Matthew DillonKernel - Fix numerous procfs/ptrace issues
2012-08-07 Sascha Wildnerkernel/dsched: Add a version parameter to the DSCHED_PO...
2012-08-03 François Tigeotkernel: add a flags argument to LOCK_SYSINIT
2012-08-03 François Tigeotkernel: add a LOCK_SYSINIT helper macro
2012-08-03 Nuno Antuneskernel: Fix kernel build when compiled without INVARIANTS.
2012-08-02 Sepherosa Ziehaustatclock: Fix intr% counting on heavily interrupted...
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.
next