summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add an off_t cast to prevent overflow on media size. This shouldnjl2003-09-221-1/+1
* - vm_hold_free_pages() should lock the kernel object. (The pages beingalc2003-09-221-6/+6
* Fix the ACPI_DEBUG case.njl2003-09-221-2/+2
* Initialize the page's pindex field even for VM_ALLOC_NOOBJ allocations.alc2003-09-221-0/+2
* Allocate the page table directory page(s) as "no object" pages. (Thisalc2003-09-211-10/+14
* Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partitionphk2003-09-212-4/+9
* Make this compile.phk2003-09-211-0/+2
* (atapi_cb): Reorganize error handling circuitry.thomas2003-09-211-17/+19
* (atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.thomas2003-09-211-2/+8
* (scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.thomas2003-09-211-0/+1
* (camperiphdone): When the cam_periph layer performs sense recovery,thomas2003-09-211-1/+1
* - Fix MD_SMALL_ALLOC on architectures that support it. Define a new allocjeff2003-09-211-21/+46
* Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"njl2003-09-211-17/+49
* Reimplement pmap_release() such that it uses the page table rather than thealc2003-09-201-10/+5
* Bad Jeffr! No cookie!peter2003-09-201-2/+2
* Remove the dual-address cycle stuff. DAC is used to allow a bus masterwpaul2003-09-201-4/+2
* Fix the last remaining problem encountered by KSE: apparently it ismarcel2003-09-201-1/+5
* Add vendor Samsung and device Samsung ML-6060.se2003-09-203-2/+22
* Move uma_small_alloc() and uma_small_free() to uma_machdep.c. Thesemarcel2003-09-203-77/+105
* EXPsys PCMCIA Ethernet Comboimp2003-09-201-1/+3
* update to 1.71imp2003-09-201-1/+4
* EXPsys PCMCIA Ethernet Comboimp2003-09-201-0/+1
* Remove unused #defines.imp2003-09-201-3/+0
* The method link_preload_finish is not static.dfr2003-09-201-1/+1
* Remove an invalid KASSERT. Apparently pmap_remove_all gets called onjake2003-09-201-3/+0
* Add missing file, it is sorely needed to make if_sk.c compile again.wilko2003-09-202-0/+342
* Add support for SK-9521 V2.0 and 3COM 3C940.wilko2003-09-207-406/+1738
* Dont reject a master device if it said slave failed.sos2003-09-201-2/+2
* In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so thatgj2003-09-201-1/+1
* New Proxim Harmony OEM card.imp2003-09-201-0/+1
* sync to 1.70imp2003-09-201-1/+4
* OEM version of Proxim Harmony cardimp2003-09-201-0/+1
* - Somewhere along the line I stupidly removed critical logic fromjeff2003-09-201-10/+11
* - In reassignbuf() don't unlock vp and lock newvp if they are the same.jeff2003-09-201-6/+11
* - Remove spls(). The locking that has replaced them is in place and theyjeff2003-09-191-62/+6
* - Remove interlock protection around VI_XLOCK. The interlock is notjeff2003-09-193-10/+9
* - Remove the working-set algorithm. Instead, use the per cpu buckets as thejeff2003-09-192-81/+29
* - Remove the cache colorization code. We can't use it due to all of thejeff2003-09-192-54/+0
* Fix the most significant KSE breakage caused by not restoring themarcel2003-09-191-4/+12
* Add HP 4400C, Belkin F5U208 VideoBusIIjb2003-09-193-2/+18
* Revamp trap(): make it more explicit which kinds of traps/faults wemarcel2003-09-191-264/+304
* - There are an endless stream of style(9) errors in this file. Fix a few.jeff2003-09-191-44/+18
* revert rev 1.64; this is not needed with rev 1.49 of lock.hsam2003-09-191-1/+1
* when MUTEX_PROFILING is enabled turn on LOCK_DEBUG; otherwise all the mutex'ssam2003-09-191-1/+1
* Mention the puc(4) glue driver in a commented-out example so the userjoerg2003-09-193-0/+13
* Add an entry for the VScom (Titan?) PCI-800L 8-port serial multiportjoerg2003-09-191-0/+24
* Eliminate one case of VI_UNLOCK followed by an immediatekan2003-09-191-3/+2
* This commit was generated by cvs2svn to compensate for changes in r120239,njl2003-09-192-11/+42
|\
| * Fix an overflow in the resource list code for Address16, 32, 64, andnjl2003-09-192-11/+42
* | Document MUTEX_NOINLINE.jhb2003-09-191-0/+7
OpenPOWER on IntegriCloud