BIND: enable DNSSEC support for named and related tools by default.
[dragonfly.git] / sys /
2010-01-17 Stathis Kamperismqueues: Reduce diffs with NetBSD.
2010-01-16 Stathis Kamperismqueues: Fix deadlock situation.
2010-01-16 Matthew Dillonkernel - improve panic message on syscall MP mismatch
2010-01-16 Matthew Dillonkernel - fix MP lock mismatch in sys_lwp_rtprio()
2010-01-16 Sascha Wildnersys_linux_socketcall(): Add missing return() (fixes...
2010-01-16 Matthew Dillonkernel - fix sctp build (LINT)
2010-01-16 Matthew Dillonkernel - add UP version for spin_trylock_wr()
2010-01-15 Matthew DillonHAMMER VFS - Fix umount panic related to volume flush
2010-01-15 Stathis Kamperismqueues: Partially sync with NetBSD.
2010-01-15 Matthew Dillonkernel - linux emulation - fix linux socketcall MP...
2010-01-15 Matthew Dillonkernel - Replace zalloc zones with kmalloc for PCBs
2010-01-15 Matthew Dillonkernel - Fix not-quite-nonblocking VX lock in allocfree...
2010-01-15 Matthew DillonHAMMER VFS - hammer_inode / vp races
2010-01-15 Matthew Dillonkernel - Fix mislocated __vbusy()
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-15 Matthew Dillonkernel - Increase default kern.maxfiles from (maxproc...
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2010-01-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-15 Matthew Dillonkernel - Improve VM fault performance for sequential...
2010-01-14 Stathis Kamperismqueues: Remove duplicate code.
2010-01-14 Stathis Kamperismqueues: Return EINVAL upon invalid timeout request.
2010-01-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-13 Matthew Dillonkernel - fifofs - Fix missing token releases
2010-01-13 Matthew Dillonkernel - fifofs - Fix missing token releases
2010-01-13 Matthew DillonHAMMER VFS - REDO implementation base code part 4/many
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 3/many...
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 3/many...
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 3/many
2010-01-12 Matthew DillonHAMMER VFS - REDO implementation base code part 2/many
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-11 Jan Lentferuchcom: Fix panic when accessing a ucom device based...
2010-01-11 Sascha WildnerFix kernel build without INET6.
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-11 Matthew DillonHAMMER VFS - Add workaround to HAMMERIOC_GET_SNAPSHOT...
2010-01-11 Matthew DillonHAMMER VFS - Add workaround to HAMMERIOC_GET_SNAPSHOT...
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Matthew DillonHAMMER VFS - REDO implementation base code part 1/many
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Matthew DillonHAMMER VFS - Add debugging for write I/O
2010-01-10 Matthew DillonHAMMER VFS - REDO/fsync precursor work
2010-01-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-07 Stathis Kamperismqueues: Garbage collect dead function prototype.
2010-01-06 Matthew Dillonkernel - poll - Fix MP races
2010-01-05 Sascha WildnerFix a panic during snd_uaudio(4) attach.
2010-01-05 Matthew DillonHAMMER VFS - Fix volume ref count leak in fhtovp code.
2010-01-05 Matthew DillonHAMMER VFS - Fix serious bug when downgrading (and...
2010-01-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-05 Matthew Dillonnetwork - VR driver - increase RX ring descriptors
2010-01-04 Sascha WildnerUnbreak LINT (tick() -> ustick()).
2010-01-03 Sascha Wildnervfs_conf.c: Fix a warning and remove 'nowerror'.
2010-01-03 Matthew Dillonkernel - kqueue - fix bug in marker handling
2010-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-03 Matthew Dillonkernel - poll/select - temporary fix for stalls
2010-01-03 Matthew Dillonkernel - poll/select - temporary fix for stalls
2010-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-03 Matthew Dillonkernel - kqueue - refactor kqueue_scan(), rename tick...
2010-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-03 Matthew Dillonkernel - kqueue - major refactoring
2010-01-02 Sascha Wildnerkprintf(9): Add 'h' and 'hh' modifiers (ACPI debug...
2010-01-02 Matthew Dillonkernel - kqueue - move kq_kev out of struct kqueue
2010-01-02 Matthew Dillonkernel - pmap (i386) - fix bugs in gd_GDMAP1 and gd_GDA...
2010-01-02 Sascha WildnerAdd some missing ACPI source files to 'files' (for...
2010-01-02 Sascha Wildneracpi(4): Fix some x86_64 warnings.
2010-01-01 Sascha WildnerEnable the machdep.disable_rtc_set sysctl on x86_64.
2010-01-01 Matthew Dillonkernel - adjust vnode reclamation
2010-01-01 Matthew Dillonkernel - namecache - fix deadlock
2010-01-01 Matthew Dillonkernel - pmap - more invltlb stuff
2010-01-01 Sascha WildnerBump copyright years. Happy new year!
2009-12-31 Matthew Dillonkernel - pmap - add additional logic for cpu_invltlb()
2009-12-30 Matthew Dillonkernel - pmap (i386) - Refactor the foreign pmap mapping
2009-12-30 Matthew Dillonkernel - pmap (mainly i386) - fix TLB race and other...
2009-12-29 Matthew Dillonkernel - Fix improper vgone() in procfs and races in...
2009-12-29 Matthew Dillonkernel - fix fifofs kqueue broken on the 25th
2009-12-29 Antonio Huete Jimenezmd(4) - Several fixes to make the module loading/unload...
2009-12-28 Matthew Dillonkernel - MPSAFE stabilization
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-12-27 Michael Neumannhammer volume - Serialize volume operations
2009-12-27 Matthew Dillonkernel - Correct bug in cache_fullpath()
2009-12-27 Matthew Dillonkernel - fix improper VOP_*() calls on dead vnode
2009-12-27 Matthew Dillonkernel - Add per-mount token to replace mplock.
2009-12-24 Sascha Wildnervesa(4): Remove some old prototypes.
2009-12-24 Sascha Wildnerx86_64: Fix a warning.
2009-12-23 Michael NeumannDecrement prisoncount on error
2009-12-23 Antonio Huete Jimenezsignal.h - Rename 'union sigval' members to fit require...
2009-12-22 Sascha WildnerFix some x86_64 warnings in the kernel (and remove...
2009-12-21 Stathis Kamperisaio: Make sysconf() report correct value.
2009-12-21 Matthew Dillonkernel - Fix atomic ops for x86_64 kernel build
2009-12-21 Matthew Dillonkernel - namecache MPSAFE work
2009-12-21 Matthew Dillonkernel - Split an assertion in the sysref code to make...
2009-12-21 Sascha WildnerRemove the JG64 kernel config (a subset of X86_64_GENERIC).
2009-12-21 Alex Hornungcrypto - Mark cryptodev ioctl as MPSAFE
2009-12-21 Alex Hornungkern_memio - mark dev_ops READ and WRITE MPSAFE
2009-12-21 Alex Hornungdevfs - Introduce MPSAFE read/write/ioctl support
2009-12-21 Matthew Dillonkernel - lwkt_token code, minor fix to last commit
2009-12-21 Matthew Dillonkernel - Refactor the lwkt_token code, making it faster
2009-12-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
next