acpi.4: Xr aibs(4)
[dragonfly.git] / sys /
2010-01-31 Constantine A. Mureninaibs(4): s/misformed/malformed/; suggested by Paul...
2010-01-31 Constantine A. Mureninaibs(4): use ACPI_INTEGER and PRIx64; suggested by...
2010-01-29 Matthew Dillonkernel - Fix issue in UFS related to new nvtruncbuf...
2010-01-28 Matthew Dillonkernel - Even more buffer cache / VM coherency work
2010-01-26 Matthew DillonHAMMER VFS - Disallow rebalancing on small-memory machines
2010-01-26 Matthew Dillonkernel - More buffer cache / VM coherency work
2010-01-25 Matthew Dillonincludes - Shift inclusion of sys/event.h from sys...
2010-01-25 Jan LentferMerge branch 'vendor/FILE'
2010-01-25 Jan LentferMerge branch 'vendor/SENDMAIL'
2010-01-23 YONETANI TomokazuFix kernel build with IPFILTER but IPFILTER_LOG
2010-01-23 YONETANI TomokazuFix kernel build for UP+KTR
2010-01-23 Stathis Kamperismqueues: Add sysctl for max message count in a queue.
2010-01-22 Matthew Dillonkernel - Fix bug in recent swap/paging work
2010-01-22 Matthew Dillonkernel - NFS - fix another B_CLUSTEROK / B_NEEDCOMMIT...
2010-01-21 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-21 Matthew Dillonkernel - Add burst reads back into swap_pager
2010-01-21 Matthew Dillonkernel - Add VM_ALLOC_QUICK feature to vm_page_alloc()
2010-01-21 Matthew Dillonkernel - reduces kern.maxvnodes on machines with less...
2010-01-20 Matthew Dillonkernel - ufs, ext2fs getpages/putpages cleanup
2010-01-20 Matthew Dillonkernel - Fix bug in recent defered-zap namecache code.
2010-01-20 Sascha Wildnersyscalls.master: List all auto-generated files.
2010-01-19 Matthew Dillonkernel - Add new bufcache/VM consolidated API, fsx...
2010-01-19 Sascha Wildnersched_rr_get_interval(2): Use copyout(9) for the interv...
2010-01-18 Matthew Dillonkernel - Fix vkernel_trap
2010-01-18 Matthew Dillonkernel - Fix pager bug in vm_fault and UFS and have...
2010-01-18 Sascha WildnerSome devfs(5) related cleanup.
2010-01-18 Matthew Dillonkernel - Finish implementing PG_RAM / pipelined mmap...
2010-01-18 Matthew Dillonkernel - simplify vm pager ops, add pre-faulting for...
2010-01-18 Matthew Dillonkernel - add spinlock to syscons console write path
2010-01-17 Matthew Dillonkernel - do not wire user pages in sysctl
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
next