summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some sleep strings to make more sense.phk2003-02-071-3/+3
* shield kernel data structures so user apps can include this filesam2003-02-071-0/+3
* Add the new statistics structure, put one in consumers and providers.phk2003-02-073-0/+28
* Rename bio_linkage to the more obvious bio_parent.phk2003-02-076-4/+7
* Add some comments about the deficiencies of this module. I had hoped to getgordon2003-02-071-0/+7
* Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is veryharti2003-02-071-0/+18
* pci_if.h is not needed.nyan2003-02-071-1/+1
* Garbage-collect stub VFS ops, use the defaults instead.tjr2003-02-071-45/+3
* Garbage-collect stub vnode ops, use the defaults instead.tjr2003-02-072-62/+0
* - Clean up ISA DMA supports.nyan2003-02-0714-144/+182
* isa_if.h is not needed.nyan2003-02-0719-19/+19
* Add missing braces.mbr2003-02-072-2/+4
* Regensanpei2003-02-072-2/+11
* Turn off interrupts in pcn_stop().mdodd2003-02-071-0/+4
* Add support FUJITSU AH-F401U Air H devicesanpei2003-02-071-0/+3
* Merged from sys/dev/sio/sio.c revision 1.383.nyan2003-02-072-0/+4
* Remove debug message.simokawa2003-02-071-1/+0
* Update to new crashdump APIps2003-02-071-38/+9
* Update to new crashdump apips2003-02-071-39/+2
* Commit some cosmetic changes I had laying around and almost includedpeter2003-02-072-10/+4
* Fix the mly driver! If card resources became unavailable, the driver wouldscottl2003-02-062-0/+48
* Check return value of g_clone_bio().phk2003-02-061-0/+4
* Experimentally don't let go of Giant in geom_disk's done.phk2003-02-061-0/+5
* Consolidate resource release code on error condition.mdodd2003-02-061-9/+8
* Put the checks we perform on a bio before calling ::start in theirphk2003-02-061-69/+59
* Fix comment typo.orion2003-02-061-18/+28
* Fix memory leak.simokawa2003-02-061-13/+20
* Fix another typo in a comment which I noticed while doing the MFC.gj2003-02-061-1/+1
* Oops. Include opt_ddb.h.benno2003-02-061-0/+2
* Add a driver that attaches to the gpio node of macio and allows you to enterbenno2003-02-063-1/+144
* Add a cast to silence a warning.benno2003-02-061-1/+1
* If a device tries to allocate an interrupt that's not on it's resource list,benno2003-02-061-0/+16
* Teach the CAM module how to deregister itself so it can be unloaded.scottl2003-02-062-2/+10
* Remove vestiges of no longer needed unp_rvnode field.hsu2003-02-062-2/+0
* Free the container and sim objects on detach. Convert several uses ofscottl2003-02-061-6/+10
* Don't include aac_cam.h, since it was nuked in the last commit.scottl2003-02-062-6/+7
* Various cleanups:scottl2003-02-054-96/+104
* Since we drop NSHUFF values now, set default seed to what it becomesache2003-02-051-1/+1
* Move the DC_SETBIT to the attach function.mbr2003-02-052-6/+14
* Implement the new "struct disk" centered API for device drivers.phk2003-02-052-22/+50
* Finally make vinum ready for the root filesystem in FreeBSD 5.x. (Ajoerg2003-02-054-22/+91
* Add three more properties to struct disk: Stripe offset and widthphk2003-02-051-0/+3
* The lockmanager has to keep track of locks per thread, not per process.julian2003-02-053-24/+24
* Take the rc4 code out of ng_mppc module so we don't fail to load whenambrisko2003-02-052-2/+6
* Fix for fwmem write part.simokawa2003-02-051-14/+14
* Remove srandom():ache2003-02-051-6/+1
* Comment out srandom():ache2003-02-052-1/+4
* Spelling.charnier2003-02-052-2/+2
* GC an unused variable.benno2003-02-052-4/+0
* Export the ns_per_tick variable through md_var.h rather than by declaringbenno2003-02-054-4/+4
OpenPOWER on IntegriCloud