Sync zoneinfo database with tzdata2013b from ftp://ftp.iana.org/tz/releases
[dragonfly.git] / sys / kern /
2013-03-11 Sepherosa Ziehauasync_rcvd: Fix possible deadlock
2013-03-08 Antonio Huete Jimenezkernel/ddb - Add 'show tokens' function.
2013-03-06 Matthew Dillonkernel - Fix namecache hash list corruption
2013-03-05 John Marinokernel - remove kprintf info about magazine capacity
2013-03-04 Matthew Dillonkernel - Attempt to fix SMP races with ^T
2013-03-03 Matthew Dillonkernel - Add swap block allocation iterator
2013-03-02 Matthew Dillonkernel - Change namecache negative caching algorithm
2013-03-01 Matthew Dillonkernel - Do not clean VM pages on fsync() for tmpfs
2013-02-28 Matthew Dillonkernel - Remove improper EBUSY error on mount (2)
2013-02-28 Matthew Dillonkernel - Remove improper EBUSY error on mount
2013-02-26 Matthew Dillonkernel - Fix mount bug caught by assertion
2013-02-26 Matthew Dillonkernel - Try harder to unmount a filesystem
2013-02-26 Matthew Dillonkernel - Fix shared/excl livelock with vm.shared_fault
2013-02-26 Matthew Dillonkernel - Fix panic on ptrace termination
2013-02-26 Matthew Dillonkernel - Beef up lwkt_dropmsg() API and fix deadlock...
2013-02-25 Matthew Dillonkernel - Fix incorrect assertion in nlookup()
2013-02-23 Matthew Dillonkernel - Track slabs allocated and freed
2013-02-23 Matthew Dillonkernel - Implementat much deeper use of shared VM objec...
2013-02-23 Matthew Dillonkernel - Implement shared namecache locks
2013-02-22 Matthew Dillonkernel - Remove getnewvnode() bottlenecks
2013-02-22 Matthew Dillonkernel - Add negative caching to cache_findmount()
2013-02-22 Matthew Dillonkernel - Increase NCMOUNT_NUMCACHE, add enable & statistics
2013-02-22 Matthew Dillonkernel - Fix performance issue due to buffer fragmentation
2013-02-22 Matthew Dillonkernel - Add frontend cache for cache_findmount()
2013-02-22 Matthew Dillonkernel - Fix network lockup due to msgport bug
2013-02-21 Matthew Dillonkernel - Add critical section in lwkt_yield_quick()
2013-02-21 Matthew Dillonkernel - Fix cpu/token starvation, vfs_busy deadlocks...
2013-02-21 Matthew Dillonkernel - Fix excessive kprintf()s during refcount_wait()
2013-02-21 Matthew Dillonkernel - cleanup
2013-02-21 Matthew Dillonkernel - Fix cpu/token starvation, vfs_busy deadlocks...
2013-02-20 Matthew Dillonkernel - Properly account system time for contending...
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-18 Matthew Dillonkernel - Fix a race and enable the VM read shortcut...
2013-02-18 Matthew Dillonkernel - Fix rare race in namecache
2013-02-16 Sascha Wildnerkernel: Move some externs under INET too.
2013-02-16 Sascha Wildnerkernel: A few small fixes to make a minimal kernel...
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-12 Sascha Wildnerkernel/callout: Remove some unused old code.
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-09 François Tigeotkernel: Properly lock dounmount()
2013-02-01 Matthew Dillonkernel - Fix kernel panic caused by rename race
2013-02-01 Matthew Dillonkernel - cycle vnode in cache_unlink()
2013-02-01 Matthew Dillonkernel - Fix memory leak on iocom terminaion
2013-01-29 Matthew Dillonkernel - Fix deadlock when umount races an access on...
2013-01-29 Matthew Dillonkernel - Fix tty cool-aid
2013-01-29 Sepherosa Ziehausocket: Mark the asynchronous rcvd netmsg dead, when...
2013-01-23 Matthew Dillonkernel - Do not allow (devfs) devices to be force-unmounted
2013-01-22 Antonio Huete JimenezReplace few more cases where %D format string is used.
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-15 Sascha WildnerRemove %D conversion from kprintf(9) and the GCCs.
2013-01-15 Antonio Huete Jimenezkern - More work replacing %D
2013-01-07 Sascha Wildnerkernel: Replace the remaining __amd64__ with __x86_64__...
2013-01-05 Sascha Wildnerkernel: Remove some unused variables in kern/, opencryp...
2013-01-05 Sascha Wildnerkernel/posix scheduling: Style, indentation, etc.
2013-01-03 Sascha Wildnerkprintf(9): Implement optional 'precision' for numbers.
2013-01-03 Sascha Wildnerkernel: The COMPAT_DF12 kernel option is pc32 specific.
2012-12-23 François Tigeotkernel: Add CLOCK_THREAD_CPUTIME_ID
2012-12-20 Sascha WildnerRevert "mknod(2): Restrict functionality to creating...
2012-12-20 Sascha Wildnermknod(2): Restrict functionality to creating FIFOs.
2012-12-14 Matthew Dillonkernel - Fix buffer cache mismatch assertion (hammer)
2012-12-13 Matthew Dillonkernel - Fix sync() system call
2012-12-13 Sepherosa Ziehauthread: Add td_type field; this avoids blowout td_flags...
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-12-12 Sascha Wildnerkernel/makesyscalls.sh: Fix copy/paste error.
2012-12-11 Sascha Wildnerkernel/makesyscalls.sh: Improve comment and regenerate...
2012-12-11 Sascha Wildnerkernel/makesyscalls.sh: Output a friendlier comment...
2012-12-10 Matthew Dillonkernel - Reduce the size of the callout wheel
2012-12-10 Sascha WildnerFix buildkernel with 'options KTR' in the config.
2012-12-08 Matthew Dillonkernel - Fix improper assertion panic in vinvalbuf()
2012-12-08 François Tigeotkernel: Import sglist subsystem from FreeBSD
2012-12-08 Matthew Dillonkernel - Adjust NFS server for new allocvnode() code
2012-12-08 Matthew Dillonkernel - Change allocvnode() to not recursively block...
2012-12-07 Matthew Dillonkernel - Fix filesystem lookup error due to parent...
2012-12-05 Matthew Dillonkernel - Fix memory starvation issue w/tmpfs
2012-12-05 Matthew Dilloncluster - xdisk automatic BIO restart
2012-12-04 Sascha Wildnerkernel: Remove NULL checks after kmalloc(..., M_INTWAIT).
2012-12-04 Matthew Dilloncluster - Kernel cluster code work
2012-12-03 Matthew Dillonkernel - Reorder dsched teardown to fix race
2012-12-03 Matthew Dilloncluster - Major kernel component work (diskiocom, xdisk...
2012-12-01 Matthew Dilloncluster - remote block device work
2012-11-30 Matthew Dillonhammer2 - kernel cluster messaging support API work
2012-11-30 Matthew Dillonkernel - Move dsched_disk_destroy_callback() call
2012-11-30 Matthew Dillonkernel - Fix races in disk iteration and diskctx handling
2012-11-29 Sepherosa Ziehausosendudp: Try to optimize out the additional mbuf...
2012-11-28 Matthew Dillonkernel - Fix proc_reparent() race/assertion panic
2012-11-28 Sepherosa Ziehaumax_linkhdr: Increase from 16 to 20; mainly to cooperat...
2012-11-23 François TigeotVFS quota: hpfs is now read-only, remove support
2012-11-21 Matthew Dillonkernel - Fix NFS panic when competing clients collide...
2012-11-21 Sascha WildnerRemove some duplicated semicolons (mostly in the kernel).
2012-11-19 Sepherosa Ziehaumchian: Sync w/ FreeBSD a little bit
2012-11-16 Sascha Wildnervfork.2: Document that vfork(2) returns pid_t.
2012-11-16 Sepherosa Ziehaupolling: Remove device_polling remainder
2012-11-16 Sepherosa Ziehaupolling: Remove device_polling support
2012-11-15 Matthew Dillonkernel - Fix off-by-1 error in semexit
2012-11-14 Sascha Wildnerinit(8): Resurrect kern.shutdown_timeout as kern.init_s...
2012-11-10 Adam SakareassenFix INVARIANT build issue
2012-11-06 Sascha WildnerFix some typos in user visible messages, etc.
2012-11-02 John MarinoImplement SO_NOSIGPIPE
2012-10-30 John MarinoImplement eaccess
next