summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add vm_object locking to vmspace_swap_count().alc2003-04-301-5/+6
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reken2003-04-304-88/+347
* Add missing crom_next() in the previous revision.simokawa2003-04-291-1/+3
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.mdodd2003-04-292-0/+4
* IP_RECVTTL socket option.mdodd2003-04-294-1/+20
* Allow fast instruction and data access mmu miss traps to be handled byjake2003-04-293-9/+11
* Fix an obscure fencepost error in GBDE's sector mapping code:phk2003-04-291-0/+26
* Typo in last commit: Do not press xZZ to leave vi(1).phk2003-04-291-1/+1
* When a bio comes back from below with a zero error code, check thatphk2003-04-291-0/+4
* Catch up with the new acpi files.njl2003-04-291-21/+24
* Resolve conflicts.njl2003-04-2917-330/+515
* Support functions for the new ACPI import.njl2003-04-297-24/+143
* Remove unused declarations and definitions.alc2003-04-291-6/+0
* Updated import-preparation script. It now removes vendor paths from headernjl2003-04-291-2/+17
* Resolve conflictsnjl2003-04-291-85/+46
* This commit was generated by cvs2svn to compensate for changes in r114239,njl2003-04-294-0/+1690
|\
| * Import of Intel ACPI 20030228 vendor distributionnjl2003-04-294-0/+1690
* | This commit was generated by cvs2svn to compensate for changes in r114237,njl2003-04-29133-4526/+4359
|\ \ | |/
| * Import of Intel ACPI 20030228 vendor distributionnjl2003-04-29151-4901/+4925
* | Add media types and options for ATM. While on most ATM cards media cannotharti2003-04-292-0/+63
* | Initialize tbuf in newstat_copyout() too.mbr2003-04-291-0/+1
* | Set recv.len to zero if we get no response.simokawa2003-04-291-1/+4
* | Get correct firmware/model information for multiple unit directories.simokawa2003-04-291-0/+4
* | Fix indentation.simokawa2003-04-291-13/+13
* | Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-2962-521/+86
* | Move CSR definitions to iec*.h from firewirereg.h.simokawa2003-04-293-28/+28
* | Do the same thing for stat64_copyout() as we alreadymbr2003-04-291-0/+19
* | Revamp the newbus functions:marcel2003-04-293-986/+653
* | panic() doesn't need \nsuz2003-04-296-53/+53
* | Add module data and version to the atm_subr and reference this info from theharti2003-04-295-8/+38
* | Keep syscons specific I/O functions internal/specific to syscons onmarcel2003-04-291-1/+27
* | - Remove unnecessary useracc() calls from osf1_sigreturn().alc2003-04-291-12/+3
* | Fix typo on O2Micro devices names.imp2003-04-291-2/+2
* | (5) from last commit was omitted by mistake:imp2003-04-291-0/+3
* | Fix 5 bugs:imp2003-04-292-8/+11
* | Sort lines.marcel2003-04-291-44/+44
* | MFi386: revision 1.1086.nyan2003-04-291-6/+0
* | Don't hold a driver lock across bus_teardown_intr. Jhb points outimp2003-04-291-2/+1
* | Use 16 byte alignment for internal labels, 32 bytes is excessive.jake2003-04-291-8/+8
* | - Fix placement of cvs ids in previous commit to match .S files in libc.jake2003-04-299-38/+24
* | This file is unused.jake2003-04-281-66/+0
* | Properly define CHAR_MIN/CHAR_MAX taking into account whether orkan2003-04-281-2/+8
* | Remove unmatched #endif left over incidenntally in last commit.kan2003-04-281-1/+0
* | Define AFMT_S16_NE for "16-bit signed format in machine'smbr2003-04-281-0/+8
* | Add missing braces.archie2003-04-281-1/+2
* | Use inlines for loading and storing page table entries. Use cmpxchg8b forjake2003-04-284-48/+128
* | Argh! We want to return the old signal set when the error return is zerojhb2003-04-281-1/+1
* | Make IRQ shareable for the cardbus case too.imp2003-04-281-0/+1
* | style(9)mike2003-04-281-25/+20
* | I accidentally leaked this debugging tool in with my last commit.phk2003-04-281-2/+4
OpenPOWER on IntegriCloud