gpio/dsched/devfs: Fix wrong lock checks.
[dragonfly.git] / sys / kern /
2013-04-23 Sascha Wildnergpio/dsched/devfs: Fix wrong lock checks.
2013-04-23 John MarinoMerge branch 'vendor/MPFR'
2013-04-23 John MarinoMerge branch 'vendor/DIFFUTILS'
2013-04-23 John MarinoMerge branch 'vendor/GREP'
2013-04-23 John MarinoMerge branch 'vendor/EXPAT'
2013-04-16 Sascha Wildnerkernel/checkpoint: Fix wrong sizeof (p_sigacts is a...
2013-04-15 Sascha WildnerMerge branch 'vendor/MDOCML'
2013-04-13 Sascha Wildnerkernel/rmdir: Return EBUSY if the dir is a mount point...
2013-04-13 Sascha Wildnerkernel: Add lpathconf(2) syscall.
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-04-02 Sascha Wildnerkernel: Fix build without DDB.
2013-04-01 Sascha Wildnerkernel: Fix buildkernel without INVARIANTS.
2013-04-01 Sascha Wildnerkernel: Make tty_compat.c optional in 'files' instead...
2013-04-01 Sepherosa ZiehauMerge remote-tracking branch 'hofmann/wlan_serialize'
2013-03-29 Sascha Wildnerkernel: Remove 'options COMPAT_SUNOS'.
2013-03-26 Matthew Dillonkernel - Fix bug in uiomove() error handling, fix deadl...
2013-03-26 Sepherosa Ziehauipiq: Use cached mycpu to access per-cpu ipiq stats
2013-03-26 Sepherosa Ziehauipiq: Make stats per-cpu
2013-03-19 Sepherosa Ziehauasync_rcvd: Don't add/drop socket reference on hot...
2013-03-19 Sepherosa Ziehauasync_rcvd: Move MSGF_DONE test under async rcvd spinlock
2013-03-19 Sepherosa Ziehauasync_rcvd: Remove the dead async rcvd message debug...
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-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
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 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
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-24 Johannes Hofmannmerge
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-12 Johannes Hofmannmerge
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
next