MPSAFE: MPSAFE kern_sig.c
[dragonfly.git] / sys / dev /
2010-08-28 Sascha Wildnersio: Fix a typo. lwkt_gettoken -> lwkt_reltoken
2010-08-28 Matthew Dillonsio - Minor token fix for sio
2010-08-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2010-08-28 Matthew Dillonvkernel - Fix deadlocks with cothread locks
2010-08-28 Alex HornungMPSAFE - TTY & related drivers
2010-08-27 Matthew Dillonkernel - Major MPSAFE Infrastructure
2010-08-26 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2010-08-25 Sascha WildnerBring in arcmsr(4), a driver for Areca RAID controllers.
2010-08-25 Matthew Dillonkernel - Remove D_KQFILTER flag
2010-08-25 Matthew Dillonkernel - Run AHCI and SILI disk drivers MPSAFE
2010-08-25 Matthew Dillonkernel - Adjust device D_MPSAFE_* flags
2010-08-22 Alex Hornungdm_target_crypt - Clean up debug
2010-08-22 Alex Hornungdm_target_crypt - Bump version to 1.6.0
2010-08-22 Alex Hornungdm_target_crypt - Fix a number of bugs
2010-08-21 Alex Hornungdm_target_crypt - fix logic for xts support
2010-08-21 Alex HornungMerge branch 'master' of git://git.dragonflybsd.org...
2010-08-21 Alex Hornungdm_target_crypt - Enable support for AES-XTS
2010-08-21 Alex Hornungdm_target_crypt - Fix compatibility with Linux
2010-08-20 Matthew Dillonkernel - Correct hex2key() in dm_crypt
2010-08-20 Matthew Dillonkernel - Fix iv sector mush in dm_target_crypt for...
2010-08-20 Alex Hornungdm_target_crypt - rework ivgen magic, fix bug
2010-08-20 Matthew Dillonkernel - dm_target_crypt - use CRYPTO_F_BATCH
2010-08-17 Sascha WildnerSync amdpm(4) with FreeBSD (and bring in amdsmb(4)).
2010-08-17 Sascha Wildnerpowermng: Fix some printf -> kprintf.
2010-08-17 Sascha WildnerSync alpm(4) with FreeBSD.
2010-08-16 Sascha Wildneriicbus: Bring us closer to FreeBSD.
2010-08-15 Matthew Dillonkernel - dm_crypt - Pre-zero control structures, disabl...
2010-08-15 Matthew Dillonkernel - dm - Reorganize the crypt code and implement...
2010-08-14 Matthew Dillonkernel - dm - Fix panic in dm_target_crypt
2010-08-14 Matthew Dillonkernel - dm - Add support for BUF_CMD_FLUSH
2010-08-14 Matthew Dillonkernel - dm - rewrite dm_target_stripe.c to add functio...
2010-08-13 Matthew Dillonkernel - More tty and devfs race fixes
2010-08-10 Sascha Wildneraicasm: Correct logic bug in the undefined register...
2010-08-09 Sascha WildnerUndo part of the last change until I understand why...
2010-08-09 Sascha WildnerFix some mis-usage of && and || in the kernel.
2010-08-09 Sascha Wildnersound(4): Fix typos: illeagal -> illegal
2010-08-08 Jan LentferMerge branch 'master' of git://island.quantumachine...
2010-08-08 Thomas Nikolajsenre(4): fix re_setmulti(): PCIe mcast hash registers...
2010-08-07 Sascha Wildneriwn(4): Add Makefile for building iwn6050fw.ko.
2010-08-06 Joe Talbottiwn - Fix warning related to token work.
2010-08-06 Joe Talbottiwn - Cleanup sysctl tree on detach.
2010-08-06 Joe Talbottiwn - Clean up memory freeing.
2010-08-06 Joe Talbottiwn - Convert to use the new wlan layer's global token.
2010-08-06 Joe Talbottiwn - Bring in recent changes from FreeBSD.
2010-08-06 Joe Talbottiwn - Lock callout iwn_timer_timeout().
2010-08-06 Joe Talbottiwn - Update firmware for 6000 chipset.
2010-08-05 Sascha WildnerFix LINT build.
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-08-03 Sascha Wildnertwa(4): Sync with FreeBSD's current code.
2010-08-02 Sascha Wildnerbce(4): Remove some carriage returns.
2010-07-27 Joe Talbottral - Move NULL test to correct location and remove...
2010-07-27 Joe Talbottiwn - Hook iwn into the build infrastructure.
2010-07-26 Sascha Wildnertwe(4): Correct indent.
2010-07-24 Nicolas Theryral - fix crash during attach
2010-07-23 Alex Hornungdm_target_crypt - cleanup & minor improvements
2010-07-23 Sascha Wildneriwi(4): Properly lock iwi_watchdog().
2010-07-20 Joe Talbottiwn - Fix for x86_64.
2010-07-19 Samuel J. Greearpcm - Remove unused variable
2010-07-19 Samuel J. GreearMerge branch 'selwakeup'
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 Talbottiwn - Add firmware and build infrastructure
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 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-17 Joe Talbottwpi - Remove unneeded WPI_UNLOCKs
2010-07-14 Samuel J. Greearkernel - Tear out selwakeup()
2010-07-14 Samuel J. Greearkernel - Add missing KNOTE's
2010-07-13 Sascha WildnerFix LINT build.
2010-07-13 Samuel J. GreearMerge branch 'master' into selwakeup
2010-07-13 Samuel J. Greeardev - dsp - Remove unnecessary selrecord call
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-12 Samuel J. GreearMerge branch 'master' into kq_devices
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 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 device polling
2010-07-11 Samuel J. Greeardev - Mask false uninitialized variable warning
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
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-07 Samuel J. GreearMerge branch 'master' into kq_devices
2010-07-07 Samuel J. Greeardev - Add kq support to usbmisc devices
2010-07-07 Samuel J. Greeardev - Add kq support to drm
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
next