summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Mystery OEM #1: A really no-name prism3 card that wi supports.imp2003-04-271-0/+4
* | Remove some debug options that are no longer needed.jake2003-04-271-7/+0
* | Sync to 1.49imp2003-04-271-1/+5
* | Various changes to vm_object_page_remove():alc2003-04-262-8/+8
* | MF-p4:imp2003-04-261-1/+19
* | Add a generic cdrom.imp2003-04-261-0/+2
* | Bail as soon as the first write request has failed, there is no pointphk2003-04-261-2/+11
* | Appearantly UFS no longer issues BIO_DELETE requests correctly, andphk2003-04-261-0/+7
* | I was wrong, the ENTRY bits in asm.h did have a purpose -- for userland.obrien2003-04-269-55/+60
* | - Lock the vm_object on entry to vm_object_terminate().alc2003-04-262-4/+9
* | - Convert vm_object_pip_wait() from using tsleep() to msleep().alc2003-04-265-9/+24
* | Update the mbuf watermark settings to match the latest documentationps2003-04-261-3/+3
* | The ENTRY bits were in two places. Remove the one not used (asm.h), butobrien2003-04-262-24/+11
* | Two tokens that don't together form a vaid preprocssor token cannot beobrien2003-04-262-4/+4
* | - Improve configuration ROM parser for multiple unit directory.simokawa2003-04-265-149/+139
* | Remove an unused declaration.alc2003-04-261-1/+0
* | - Lock the vm_object when performing vm_page_alloc() in allocbuf().alc2003-04-261-0/+4
* | Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs withanholt2003-04-261-10/+17
* | - Extend the scope of two existing vm_object locks to coveralc2003-04-262-2/+2
* | Remove an XXX comment. It is no longer a problem.alc2003-04-261-4/+1
OpenPOWER on IntegriCloud