summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Lock the vm_object when performing swap_pager_isswapped().alc2003-04-282-14/+17
* o add support for multi-mode devices like 802.11 wireless cards that supportsam2003-04-283-40/+80
* sync with the latest KAME (just a cosmetic change)suz2003-04-281-2/+2
* Pull the pst driver out from under GAINT.sos2003-04-284-75/+151
* Rename g_bde_get_sector() to g_bde_get_keysector() and pick up thephk2003-04-282-5/+42
* Only attempt total cache-purge once in case of failure.phk2003-04-281-4/+3
* Don't pass pointers to kernel data structures through 32-bit fieldsscottl2003-04-281-13/+51
* Better criteria for skipping disk reading BIO_READ work packets.phk2003-04-281-1/+2
* uma_zone_set_obj() must perform VM_OBJECT_LOCK_INIT() if the calleralc2003-04-281-2/+3
* Explicitly set the sector state to JUNK if we encounter a read-error.phk2003-04-281-1/+4
* Finish the vm_object locking for this file, including holding the vm_objectalc2003-04-281-3/+8
* - Define VM_OBJECT_LOCK_INIT().alc2003-04-282-5/+6
* Make compiled on RELEGN_4simokawa2003-04-281-1/+2
* Initialize error.imp2003-04-271-1/+1
* SCSI Quirks for:njl2003-04-271-1/+35
* - Tell witness that holding two or more vm_object locks is okay.alc2003-04-271-2/+4
* Make 2/3 of my symbol cards work again. The 3rd symbol card card hasimp2003-04-271-15/+24
* Various changes to vm_object_shadow(): (1) update the vm_object locking,alc2003-04-271-13/+16
* Update to reflect tw removal.imp2003-04-272-2/+0
* Update to reflect tw removal.imp2003-04-271-6/+0
* After careful review of this driver, I'm pretty sure it would take aimp2003-04-271-1157/+0
* unlock sched_lock at right time.davidxu2003-04-272-2/+2
* recognize the Sun Crypto 5821 and Crypto 1K cards;sam2003-04-272-4/+22
* Add generic OEM1 PRISM3 card.imp2003-04-271-0/+1
* Sync to 1.50imp2003-04-271-1/+7
OpenPOWER on IntegriCloud