aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-986/+653
* 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
* Don't hold a driver lock across bus_teardown_intr. Jhb points outWarner Losh2003-04-291-2/+1
* Use 16 byte alignment for internal labels, 32 bytes is excessive.Jake Burkholder2003-04-291-8/+8
* - Fix placement of cvs ids in previous commit to match .S files in libc.Jake Burkholder2003-04-299-38/+24
* This file is unused.Jake Burkholder2003-04-281-66/+0
* Properly define CHAR_MIN/CHAR_MAX taking into account whether orAlexander Kabaev2003-04-281-2/+8
* Remove unmatched #endif left over incidenntally in last commit.Alexander Kabaev2003-04-281-1/+0
* Define AFMT_S16_NE for "16-bit signed format in machine'sMartin Blapp2003-04-281-0/+8
* Add missing braces.Archie Cobbs2003-04-281-1/+2
* Use inlines for loading and storing page table entries. Use cmpxchg8b forJake Burkholder2003-04-284-48/+128
* Argh! We want to return the old signal set when the error return is zeroJohn Baldwin2003-04-281-1/+1
* Make IRQ shareable for the cardbus case too.Warner Losh2003-04-281-0/+1
* style(9)Mike Barcroft2003-04-281-25/+20
* I accidentally leaked this debugging tool in with my last commit.Poul-Henning Kamp2003-04-281-2/+4
* - Lock the vm_object when performing swap_pager_isswapped().Alan Cox2003-04-282-14/+17
* o add support for multi-mode devices like 802.11 wireless cards that supportSam Leffler2003-04-283-40/+80
* sync with the latest KAME (just a cosmetic change)SUZUKI Shinsuke2003-04-281-2/+2
* Pull the pst driver out from under GAINT.Søren Schmidt2003-04-284-75/+151
* Rename g_bde_get_sector() to g_bde_get_keysector() and pick up thePoul-Henning Kamp2003-04-282-5/+42
* Only attempt total cache-purge once in case of failure.Poul-Henning Kamp2003-04-281-4/+3
* Don't pass pointers to kernel data structures through 32-bit fieldsScott Long2003-04-281-13/+51
* Better criteria for skipping disk reading BIO_READ work packets.Poul-Henning Kamp2003-04-281-1/+2
* uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the callerAlan Cox2003-04-281-2/+3
* Explicitly set the sector state to JUNK if we encounter a read-error.Poul-Henning Kamp2003-04-281-1/+4
* Finish the vm_object locking for this file, including holding the vm_objectAlan Cox2003-04-281-3/+8
* - Define VM_OBJECT_LOCK_INIT().Alan Cox2003-04-282-5/+6
* Make compiled on RELEGN_4Hidetoshi Shimokawa2003-04-281-1/+2
* Initialize error.Warner Losh2003-04-271-1/+1
* SCSI Quirks for:Nate Lawson2003-04-271-1/+35
* - Tell witness that holding two or more vm_object locks is okay.Alan Cox2003-04-271-2/+4
* Make 2/3 of my symbol cards work again. The 3rd symbol card card hasWarner Losh2003-04-271-15/+24
* Various changes to vm_object_shadow(): (1) update the vm_object locking,Alan Cox2003-04-271-13/+16
* Update to reflect tw removal.Warner Losh2003-04-272-2/+0
* Update to reflect tw removal.Warner Losh2003-04-271-6/+0
* After careful review of this driver, I'm pretty sure it would take aWarner Losh2003-04-271-1157/+0
* unlock sched_lock at right time.David Xu2003-04-272-2/+2
* recognize the Sun Crypto 5821 and Crypto 1K cards;Sam Leffler2003-04-272-4/+22
* Add generic OEM1 PRISM3 card.Warner Losh2003-04-271-0/+1