Actually hook powernow.4 into the build.
[dragonfly.git] / sys / sys /
2010-03-13 Sascha WildnerFix LINT build.
2010-03-13 Alex Hornunglinux emu - peripheral changes
2010-03-05 Samuel J. Greearkernel - Remove msf buffer code
2010-03-05 Michael NeumannMerge branch 'master' of git://git.dragonflybsd.org...
2010-03-02 Matthew Dillonkernel - cleanup some unnecessary casts
2010-02-28 Peter AvalosMerge branch 'vendor/OPENSSL'
2010-02-25 Samuel J. Greearkernel - Remove msf_buf dependency from VFS Journals
2010-02-23 Matthew DillonMerge branch 'vendor/EXPAT'
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-17 Matthew Dillonkernel - SWAP CACHE part 20/many - add 'cache' and...
2010-02-14 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-02-13 Matthew Dillonkernel - More readdirplus deadlock avoidance work
2010-02-13 Matthew Dillonkernel - TMPFS - Add infrastructure to main kernel...
2010-02-12 Matthew Dillonkernel - TMPFS - Initial port of NetBSD's tmpfs
2010-02-12 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-12 Matthew Dillonkernel - SWAP CACHE part 19/many - distinguish bulk...
2010-02-11 Matthew Dillonkernel NFS - Fix another deadlock in the readdirplus...
2010-02-11 Matthew Dillonkernel - sysref - Fix vnode interlock for 1->0 transition
2010-02-10 Matthew DillonNTFS VFS - Fix dangling vnode panic on umount
2010-02-09 Matthew Dillonkernel - slab allocator - Refactor struct kmemusage
2010-02-06 Matthew Dillonkernel - SWAP CACHE part 13/many - More vm_pindex_t...
2010-02-06 Matthew Dillonkernel - More conversions to size_t in struct malloc_type
2010-02-06 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-06 Matthew Dillonx86_64 kernel - Increase buffer cache and vnode resourc...
2010-02-06 Michael NeumannMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-04 Matthew Dillonkernel - SWAP CACHE part 8/many - Add the swap cache...
2010-02-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 2/many - Remove VM pager lists
2010-01-31 Sascha WildnerRegenerate sysproto.h (forgotten in last commit to...
2010-01-31 Sascha WildnerPOSIX says mprotect(2)'s first argument shall not be...
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-19 Matthew Dillonkernel - Add new bufcache/VM consolidated API, fsx...
2010-01-18 Matthew Dillonkernel - Fix vkernel_trap
2010-01-18 Matthew Dillonkernel - Finish implementing PG_RAM / pipelined mmap...
2010-01-17 Matthew Dillonkernel - do not wire user pages in sysctl
2010-01-16 Matthew Dillonkernel - add UP version for spin_trylock_wr()
2010-01-15 Matthew Dillonkernel - Fix not-quite-nonblocking VX lock in allocfree...
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-12 Matthew DillonHAMMER VFS - REDO implementation base code part 3/many...
2010-01-11 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-10 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-09 Peter AvalosMerge branch 'vendor/OPENSSH'
2010-01-07 Stathis Kamperismqueues: Garbage collect dead function prototype.
2010-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
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 Matthew Dillonkernel - kqueue - move kq_kev out of struct kqueue
2010-01-01 Matthew Dillonkernel - namecache - fix deadlock
2010-01-01 Sascha WildnerBump copyright years. Happy new year!
2009-12-27 Matthew Dillonkernel - Add per-mount token to replace mplock.
2009-12-23 Antonio Huete Jimenezsignal.h - Rename 'union sigval' members to fit require...
2009-12-21 Matthew Dillonkernel - namecache MPSAFE work
2009-12-21 Alex Hornungdevfs - Introduce MPSAFE read/write/ioctl support
2009-12-21 Matthew Dillonkernel - Refactor the lwkt_token code, making it faster
2009-12-20 Matthew Dillonkernel - remove FSMID support
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-12-20 Matthew Dillonkernel - add hashinit_ext() and phashinit_ext()
2009-12-20 Matthew Dillonkernel - misc MPSAFe work
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-19 Alex Hornungsignal - Introduce si_code codes
2009-12-18 Alex Hornungdump - rename md dumpsys to md_dumpsys
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-17 Jan LentferMerge branch 'vendor/NCURSES'
2009-12-16 Sascha WildnerFix some warnings that creep up when compiling without...
2009-12-15 Matthew Dillonkernel - adjust falloc and arguments to dupfdopen,...
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-12-15 Matthew Dillonkernel - Third time's the charm - move lwp_ucred to...
2009-12-15 Matthew Dillonkernel - Make adjustments to the per-lwp ucred
2009-12-15 Matthew Dillonkernel - move proc->p_lock, add lwp ucred caching
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-12-10 Jan LentferMerge branch 'master' of ssh://crater.dragonflybsd...
2009-12-09 Michael NeumannRename "hammer expand" to "hammer volume-add"
2009-12-06 Alex Hornungdump - Make use of the new dumping
2009-12-05 Matthew Dillonnetwork - Move socket from netmsg ext to netmsg header...
2009-12-05 Aggelos EconomopoulosMerge commit 'lentferj/top_update'
2009-12-04 Alexander PolakovImport hotplug(4) pseudo-device.
2009-12-03 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-27 Jan LentferMerge branch 'vendor/BIND' into bind_vendor2
2009-11-14 Aggelos EconomopoulosMerge branch 'less_update'
2009-11-14 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-11-14 Jan LentferMerge branch 'vendor/LESS' into less_update
2009-11-08 Alexander PolakovMerge branch 'newacpi+'
2009-11-08 Alexander PolakovBUS_CONFIG_INTR takes 2 devices now: parent and child
2009-11-08 Alexander Polakovresource manager: add optional resource id.
2009-11-08 Alexander Polakovsys/sbuf.h: add sbuf_new_auto macro
2009-11-08 Stathis KamperisGarbage collect ghost sysctl.
2009-11-07 Stathis KamperisGarbage collect ghost sysctl.
2009-11-07 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-11-07 Aggelos EconomopoulosMerge branch 'vendor/OPENSSL'
next