aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Range check the syscall number before looking it up in the syscallnames[]John Baldwin2003-04-307-8/+8
* Use %j instead of %q in printf to unbreak sparc64.Poul-Henning Kamp2003-04-301-3/+4
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-3028-32/+28
* Warns fixing. Protect against inappropriate linting, and markMark Murray2003-04-302-2/+16
* Help out with linting. Print the ${LINT} command line. This makesMark Murray2003-04-301-1/+1
* Make bitfields plain old u_int. u_int16_t makes no sense.Mark Murray2003-04-301-6/+6
* Release devq before detach.Hidetoshi Shimokawa2003-04-301-0/+3
* Set status to FWDEVINVAL if probe failed.Hidetoshi Shimokawa2003-04-301-6/+7
* o Don't announce that the timer is good when in fact it isn't timingMarcel Moolenaar2003-04-301-22/+43
* Fix tpyo in last commit.Warner Losh2003-04-301-1/+1
* Eliminate an unused parameter from vm_pageout_object_deactivate_pages().Alan Cox2003-04-301-6/+5
* Get rid of the redundant 'gone' field, and overload suspend instead.Warner Losh2003-04-302-13/+12
* Increase some default values.David Xu2003-04-302-4/+4
* Add vm_object locking to vmspace_swap_count().Alan Cox2003-04-301-5/+6
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reKenneth D. Merry2003-04-304-88/+347
* Add missing crom_next() in the previous revision.Hidetoshi Shimokawa2003-04-291-1/+3
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.Matthew N. Dodd2003-04-292-0/+4
* IP_RECVTTL socket option.Matthew N. Dodd2003-04-294-1/+20
* Allow fast instruction and data access mmu miss traps to be handled byJake Burkholder2003-04-293-9/+11
* Fix an obscure fencepost error in GBDE's sector mapping code:Poul-Henning Kamp2003-04-291-0/+26
* Typo in last commit: Do not press xZZ to leave vi(1).Poul-Henning Kamp2003-04-291-1/+1
* When a bio comes back from below with a zero error code, check thatPoul-Henning Kamp2003-04-291-0/+4
* Catch up with the new acpi files.Nate Lawson2003-04-291-21/+24
* Resolve conflicts.Nate Lawson2003-04-2917-330/+515
* Support functions for the new ACPI import.Nate Lawson2003-04-297-24/+143
* Remove unused declarations and definitions.Alan Cox2003-04-291-6/+0
* Updated import-preparation script. It now removes vendor paths from headerNate Lawson2003-04-291-2/+17
* Resolve conflictsNate Lawson2003-04-291-85/+46
* This commit was generated by cvs2svn to compensate for changes in r114239,Nate Lawson2003-04-294-0/+1690
|\
| * Import of Intel ACPI 20030228 vendor distributionNate Lawson2003-04-294-0/+1690
* | This commit was generated by cvs2svn to compensate for changes in r114237,Nate Lawson2003-04-29133-4488/+4321
|\|
| * Import of Intel ACPI 20030228 vendor distributionNate Lawson2003-04-29151-4863/+4887
* | Add media types and options for ATM. While on most ATM cards media cannotHartmut Brandt2003-04-292-0/+63
* | Initialize tbuf in newstat_copyout() too.Martin Blapp2003-04-291-0/+1
* | Set recv.len to zero if we get no response.Hidetoshi Shimokawa2003-04-291-1/+4
* | Get correct firmware/model information for multiple unit directories.Hidetoshi Shimokawa2003-04-291-0/+4
* | Fix indentation.Hidetoshi Shimokawa2003-04-291-13/+13
* | Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-2962-521/+86
* | Move CSR definitions to iec*.h from firewirereg.h.Hidetoshi Shimokawa2003-04-293-28/+28
* | Do the same thing for stat64_copyout() as we alreadyMartin Blapp2003-04-291-0/+19
* | Revamp the newbus functions:Marcel Moolenaar2003-04-293-978/+645
* | panic() doesn't need \nSUZUKI Shinsuke2003-04-296-53/+53
* | Add module data and version to the atm_subr and reference this info from theHartmut Brandt2003-04-295-8/+38
* | Keep syscons specific I/O functions internal/specific to syscons onMarcel Moolenaar2003-04-291-1/+27
* | - Remove unnecessary useracc() calls from osf1_sigreturn().Alan Cox2003-04-291-12/+3
* | Fix typo on O2Micro devices names.Warner Losh2003-04-291-2/+2
* | (5) from last commit was omitted by mistake:Warner Losh2003-04-291-0/+3
* | Fix 5 bugs:Warner Losh2003-04-292-8/+11
* | Sort lines.Marcel Moolenaar2003-04-291-44/+44
* | MFi386: revision 1.1086.Yoshihiro Takahashi2003-04-291-6/+0