lvm - get rid of CVS directories
[dragonfly.git] / sys /
2010-07-19 Samuel J. Greearpcm - Remove unused variable
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
2010-07-19 Joe Talbottwlan - For the time being include wlan_amrr when wlan...
2010-07-19 Joe Talbottratectl_none - first pass at updating to the new wlan...
2010-07-19 Joe TalbottGENERIC - Add a note that wireless NIC drivers require...
2010-07-19 Joe Talbottfiles - Cleanup
2010-07-19 Joe Talbottwpi - Remove debugging leftovers.
2010-07-19 Joe Talbottiwn - Lock iwn_timer_timeout callback.
2010-07-19 Joe Talbottiwn - Port to DragonFly BSD
2010-07-19 Joe Talbottwlan_amrr - NULL structure variables after kfree()ing.
2010-07-19 Joe Talbottiwn - Add firmware and build infrastructure
2010-07-19 Joe Talbottfirmware - Remove some debug printf()s that got committed.
2010-07-19 Joe Talbottlibkern - Add abs(), labs(), and qabs().
2010-07-19 Joe Talbottiwn - Add a Makefile so the driver can be built.
2010-07-19 Joe Talbottiwn - Import iwn driver from FreeBSD
2010-07-19 Samuel J. GreearMerge branch 'kq_devices' into selwakeup
2010-07-18 Samuel J. Greearkern - Add kq support to mqueue
2010-07-18 Sascha WildnerMake mxge(4) compilable into the kernel and add it...
2010-07-18 Sascha WildnerMake the firmwares for iwi(4), ral(4) and wpi(4) compil...
2010-07-18 Sascha Wildneriwi(4) firmware: Remove leftover binary file and adjust...
2010-07-18 Sascha Wildneriwi(4): Hook it into the build again and enable it...
2010-07-18 Johannes HofmannUpdate iwi(4) from FreeBSD.
2010-07-18 Sascha Wildnersys/tools/fw_stub.awk: Change printf to kprintf as...
2010-07-17 Joe Talbottwpi - Remove unneeded WPI_UNLOCKs
2010-07-17 Joe Talbottkern_linker - Rearrange locking a bit for module loading.
2010-07-17 Sascha Wildner<sys/_null.h>: Remove the #include guard.
2010-07-14 Samuel J. Greearkern - Always give a new thread a ucred
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-14 Samuel J. Greearkernel - Add missing KNOTE's
2010-07-14 Matthew Dillonkqueue - Minor adjustments to fix x86_64 build errors
2010-07-13 Sascha WildnerFix LINT build.
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-13 Samuel J. Greearkernel - Remove selrecord()
2010-07-13 Samuel J. Greearkernel - Remove legacy vnode poll support
2010-07-13 Samuel J. Greeardev - dsp - Remove unnecessary selrecord call
2010-07-13 Samuel J. Greearkern - Make socket_wait() actually work
2010-07-13 Joe Talbottwlan - Don't use M_NOWAIT in kmalloc() calls.
2010-07-13 Joe Talbottaltq - Get rid of unneeded fields in struct altq.
2010-07-13 Joe Talbottral - Don't use M_NOWAIT in kmalloc() calls.
2010-07-13 Joe Talbottwpi - Fix mbuf flags and kmalloc flags, plus refcount...
2010-07-13 Joe Talbottwlan - Fix mbuf handling when using encryption.
2010-07-12 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-12 Samuel J. Greearkernel - Tear out socket polling
2010-07-11 Alex Hornungudev - Tag some subsystems/drivers
2010-07-11 Alex Hornungdm - Bind into build system, fix small problem
2010-07-11 Alex Hornungvfs_conf - export vfs.root.realroot via sysctl
2010-07-11 Alex Hornunglvm/dm - clean up debug, fix open bug
2010-07-11 Alex Hornungdm - General printout cleanup
2010-07-11 Alex Hornungdm_target_crypt - Make compatible with luks
2010-07-11 Alex Hornungdm - Add crypt target
2010-07-11 Alex Hornungdm - Port to DragonFly
2010-07-11 Alex Hornungdm - Import verbatim from NetBSD
2010-07-11 Samuel J. Greearkernel - Tear out descriptor polling
2010-07-11 Samuel J. Greearkernel - Tear out vfs polling
2010-07-11 Samuel J. Greearkernel - Tear out device polling
2010-07-11 Samuel J. Greearnet - Add dummy kq write support to tun and tap
2010-07-11 Samuel J. Greeardev - Mask false uninitialized variable warning
2010-07-10 Alex Hornungtmpfs - fix failing writes with no swap
2010-07-10 Nicolas Therykernel - fix crash in smb mount
2010-07-09 Matthew Dillonkernel - kqfilter - Fix edge-case lockup in kern_kevent()
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
2010-07-09 Matthew Dillonkernel - implement serialno for kqueue poll handling...
2010-07-09 Matthew DillonMerge remote branch 'crater/master' into kq_devices
2010-07-08 Matthew Dillondev - Properly propogate wakeup events for ums
2010-07-08 Samuel J. Greeardev - Properly propogate wakeup events for ums
2010-07-08 Matthew Dillonkernel - skip PG_MARKER vm pages.
2010-07-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-07 Sascha Wildnerdevfs(4): Remove a bogus assertion (nchildren is unsign...
2010-07-07 Samuel J. Greearbus - Add kq support to usb bus
2010-07-07 Samuel J. Greeardev - Add kq support to usbmisc devices
2010-07-07 Samuel J. Greeari4b - Add kq support
2010-07-07 Samuel J. Greearkernel - Add kq support to ctty
2010-07-07 Samuel J. Greeardev - Add kq support to drm
2010-07-07 Samuel J. Greearbus - Add kq support to fwdev
2010-07-07 Matthew Dillonkernel - Fix altq for x86_64 vkernel build
2010-07-07 Matthew Dillonkernel - MPSAFE work - Basic tokenization for vkernel...
2010-07-06 Matthew Dillonkernel - MPSAFE work - Basic tokenization for vkernel...
2010-07-06 Sascha Wildnersys/conf/kmod.mk: Adjust the genassym stuff a wee bit.
2010-07-05 Samuel J. Greeardev - Add kq support to hotplug
2010-07-05 Samuel J. Greeardev - Add kq support to spic
2010-07-05 Samuel J. Greeardev - Add kq support to tw
2010-07-05 Samuel J. Greeardev - Add kq support to cmx
2010-07-05 Samuel J. Greeardev - Add kq support to bktr
2010-07-05 Samuel J. Greeardev - Add kq support to cxm
2010-07-05 Samuel J. Greeardev - Add kq support to aac
2010-07-05 Samuel J. Greearvinum - Add kq support
2010-07-05 Samuel J. Greeardev - Add kq support to snp
2010-07-05 Samuel J. Greeardev - Add kq support to mse
2010-07-05 Samuel J. Greeardev - Add kq support to asc
2010-07-05 Samuel J. Greearlinux - Finish bringing epoll in sync with kevent changes
2010-07-05 Samuel J. Greearapm - Add kq support
2010-07-05 Samuel J. Greeardev - Add kq support to kbd
2010-07-05 Samuel J. Greearfilters - Minor fixes
2010-07-04 Sascha Wildneracpi_sony(4): Sync with FreeBSD.
2010-07-04 Sascha WildnerMake the loader load ehci.ko by default.
2010-07-03 Sascha WildnerAdd a few __printflike() and __scanflike() to various...
2010-07-03 Sascha Wildnervinum(4): Use char for has_part since that's what we...
2010-07-03 Sascha WildnerUncomment vinum in LINT to have it covered by -Werror.
2010-07-03 Matthew Dillonkernel - MPSAFE work - Basic tokenization for x86_64...
2010-07-03 Matthew Dillonkernel - MPSAFE work - Finish tokenizing vm_page.c
next