summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Adjust Marvell SOC support for A0 chip revision.raj2009-01-085-21/+87
* Lock the uepm_lock around the autostart of extattrs.kib2009-01-081-15/+30
* If unmount of the ffs mp failed, reinitialize the extended attributeskib2009-01-081-0/+14
* Do not call namei() while having another user-controlled vnodekib2009-01-081-18/+31
* Handle mge(4) chip revision differences at run-time rather then compile time,raj2009-01-082-52/+90
* cam: Retry TEST UNIT READY command if not successful.raj2009-01-081-1/+8
* Make ufoma2 driver work.takawata2009-01-082-2/+144
* Always check whether dma map is valid before unloading the map.yongari2009-01-081-1/+2
* Make it possible to override the number of retries for the CD media.imp2009-01-081-1/+8
* correct fixed rate handling; the rixmap was changed a while backsam2009-01-071-16/+11
* Make the whole initiator mode part of mpt(4) endian-clean,marius2009-01-075-37/+223
* Check the return values of contigmalloc(9) as well as bus_dma(9)marius2009-01-072-11/+24
* Add some new oss_sysinfo structure fields from OSSv4.mav2009-01-072-1/+7
* only mark an infrastructure node to require an associd for xmit; fixes adhocsam2009-01-071-1/+4
* Using KMODOWN/KMODGRP rather than hard coding root/wheel forbz2009-01-071-5/+5
* - Remove snd_au88x0 which seems never got compiled into kernel nor as a kernelrafan2009-01-075-921/+0
* Change the way I2C bus attachment works to allow firmware-assisted busnwhitehorn2009-01-067-8/+10
* Add a reference to the "env" kernel config option in the GENERIC file,luigi2009-01-061-0/+6
* Add small hint that snd_ich is the AC'97 controller driver.mav2009-01-061-1/+1
* Do a lockless read of the audit pipe list before grabbing the audit piperwatson2009-01-061-0/+4
* - Don't enforce an upper-bound to the number of sectors or heads,marius2009-01-061-7/+15
* In AUDIT_SYSCALL_EXIT(), invoke audit_syscall_exit() only if an auditrwatson2009-01-061-3/+3
* Addresses Roberts comments on comments. Also addsrrs2009-01-062-18/+12
* Adds flags for SCTP checksum offload. Preprrs2009-01-061-0/+2
* Add the ability of an alternate transport protocolrrs2009-01-063-10/+133
* Further cleanup protosw.h:bz2009-01-061-21/+5
* Add workaround for Parallels 4.0. Without it, ehci and uhci driverstrasz2009-01-062-0/+14
* Don't enforce an upper-bound to the number of sectors or headsmarcel2009-01-061-4/+2
* remove the ath_rate module dependency; it's all bundledsam2009-01-061-1/+0
* Add a new quirk type so that the MacIO driver will assign memory resourcesnwhitehorn2009-01-061-2/+8
* remove module glue, it's not used any moresam2009-01-063-81/+0
* Import yet some more small fixes to libteken sources:ed2009-01-053-0/+25
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.jkim2009-01-054-4/+4
* First cut at fixing memory mapping botch. Nobody must use the ray(4)imp2009-01-051-16/+29
* Define bits for memory mapping house keeping by bridges.imp2009-01-051-0/+4
* Switch the last protosw* structs to C99 initializers.bz2009-01-052-17/+25
* This patch introduces a number of simplifications to the Forthluigi2009-01-053-511/+315
* Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME,rwatson2009-01-052-0/+3
* Add the missing PRU_FLUSH and 'FLUSH' defines noticedrrs2009-01-051-2/+3
* Fix rendering glitch in cons25 emulation.ed2009-01-041-0/+12
* Fix non-C99 initialization for protosw initializing pr_ousrreq.rwatson2009-01-041-1/+0
* Unlike with struct protosw, several instances of struct ip6protoswrwatson2009-01-042-2/+0
* struct ip6protosw is a copy of struct protosw, so remove pr_usrreq thererwatson2009-01-041-5/+0
* Remove Giant locking from domains list.ed2009-01-041-9/+9
* Remove two further uses (debugging and NULLing) of pr_ousrreq, missed duerwatson2009-01-042-3/+0
* Remove now-unused pr_ousrreq from struct protosw. It may not have beenrwatson2009-01-041-2/+0
* Do not incorrectly add the low 5 bits of the offset to the resultingkib2009-01-041-1/+1
* Back out r186615; the sanitizing of the pointers in the error casebz2009-01-041-2/+0
* Improve probing.marcel2009-01-041-5/+9
* Print control characters, even though they are normally not visible.ed2009-01-042-1/+7
OpenPOWER on IntegriCloud