summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync with usb4bsd:alfred2009-01-0447-840/+2426
* Resolve some regressions related to tabs and linewrap handling.ed2009-01-034-2/+34
* Fix the OFW interrupt map parser to use its own idea of the number of interruptnwhitehorn2009-01-038-49/+35
* Reapply the intpin correction part of r146420 which somehowmarius2009-01-031-0/+7
* Added section type SHT_GNU_HASH. GNU-style .hash section is a newkaiw2009-01-031-0/+1
* Extend the struct vm_page wire_count to u_int to avoid the overflowkib2009-01-033-6/+14
* Allow the IP_MINTTL socket option to be set to 0 so that it can berwatson2009-01-031-1/+1
* Call pcn_start_locked() instead of pcn_start() where the softc lock isbrueffer2009-01-031-1/+1
* Some modules such as SCTP supplies a valid route entry as an input argumentqingli2009-01-032-37/+17
* Fix a corner case in my previous commit.ed2009-01-021-1/+2
* Don't let /dev/console be revoked if the TTY below is being closed.ed2009-01-021-0/+7
* The log message should terminate with a newline insteadqingli2009-01-021-1/+1
* Remove an unneeded assertion in libteken.ed2009-01-011-1/+0
* White space and comment tweaks.rwatson2009-01-011-2/+2
* Temporary workaround for the limitations of the mbuf flowid field: zerorwatson2009-01-011-0/+2
* - Currently the PMAP code is laid out to let the kernel TSB cover themarius2009-01-013-2/+29
OpenPOWER on IntegriCloud