aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Moved a lot of my inline comments to head of code and documentedDuncan Barclay2000-03-051-377/+772
* Tidy up.Duncan Barclay2000-03-051-100/+140
* Mostly notes and minor style changes whilst I was travelling.Duncan Barclay2000-03-031-46/+132
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-034-22/+15
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).Bruce Evans2000-03-034-24/+48
* I applied the wrong patch set. Back out anything associatedPeter Dufault2000-03-026-11/+1
* Patches that eliminate extra context switches in FIFO case.Peter Dufault2000-03-029-17/+61
* Fix flushing of the clists before deleting them. Stops the machineNick Hibma2000-03-022-0/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
* Fix a problem with device number parsing, which caused da10 to map toGreg Lehey2000-03-021-5/+5
* Fix two more problems with freeing the softc data manually. subr_bus.cPeter Wemm2000-03-022-4/+0
* adv_pci.c:Justin T. Gibbs2000-03-025-99/+115
* Fix a initialization bug.Poul-Henning Kamp2000-03-011-22/+20
* Don't free(sc) before returning an error from probe, it does not "belong"Peter Wemm2000-03-012-2/+0
* Spell construct right.Søren Schmidt2000-03-011-3/+3
* Merged from sys/i386/isa/isa_compat.h revision 1.27.KATO Takenori2000-03-011-1/+1
* Merged from sys/i386/i386/userconfig.c revision 1.174.KATO Takenori2000-03-011-1/+1
* Merged from sys/i386/i386/machdep.c revisions 1.384 and 1.385.KATO Takenori2000-03-012-0/+184
* Merged from sys/i386/conf/GENERIC revisions 1.243, 1.244 and 1.245.KATO Takenori2000-03-012-2/+8
* Merged from files.i386 rev 1.307.KATO Takenori2000-03-011-1/+1
* Disconnect pcfclock from the build until it works on the Alpha.Sheldon Hearn2000-03-011-1/+1
* Set default revive block size to 64 kB.Greg Lehey2000-03-011-1/+2
* Tidy up splbio() protection.Greg Lehey2000-03-011-18/+8
* vinumstrategy: Don't count the read and written bytes before they'reGreg Lehey2000-03-011-16/+7
* Add keywords raid4 and partition.Greg Lehey2000-03-011-1/+1
* complete_rqe: Handle volume read stats here with other objects.Greg Lehey2000-03-011-1/+5
* The "sdl_family" field in a "struct sockaddr_dl" will be equalArchie Cobbs2000-03-011-1/+1
* Fix a superuser credential check.Brian S. Dean2000-02-291-1/+3
* Add DVD-RAM support.Søren Schmidt2000-02-292-14/+60
* Add a little more history of when netgraph appeared in FreeBSD.Bill Fumerola2000-02-291-1/+3
* Fix panic when doing keep-state and "forward".Luigi Rizzo2000-02-291-69/+68
* Only read user data when blocksize != 2048, this "read the works"Søren Schmidt2000-02-291-1/+1
* Enable pcfclock as a kernel loadable module.Sheldon Hearn2000-02-292-1/+9
* 'driver support' -> 'driver supports'Bill Fumerola2000-02-291-1/+1
* If a driver probe fails, unset it from the device. This fixes a problemDoug Rabson2000-02-291-1/+3
* * Fix the memory probing code so that it sees all memory clusters, notDoug Rabson2000-02-293-53/+43
* Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR withGreg Lehey2000-02-291-14/+19
* plex_org: Add case for RAID-4.Greg Lehey2000-02-291-14/+18
* set_drive_state: update subdisk states more correctly.Greg Lehey2000-02-291-76/+91
* Fix horrible, embarrassing breakage which caused occasional panics andGreg Lehey2000-02-291-181/+177
* launch_requests: If too many requests are active, include PCATCH inGreg Lehey2000-02-291-28/+21
* Add support for RAID-4. This is the only change which is needed forGreg Lehey2000-02-291-3/+6
* Malloc: Save the caller's file name in the correct entry.Greg Lehey2000-02-291-2/+2
* Add keywords 'partition' and 'raid4'.Greg Lehey2000-02-291-0/+2
* Modify comments to indicate that RAID-5 functions also apply toGreg Lehey2000-02-292-8/+6
* open_drive: open drives directly rather than going via namei andGreg Lehey2000-02-291-197/+125
* Remove references to vnode pointers, including debug output. VinumGreg Lehey2000-02-291-14/+2
* Remove declarations of read_drive and write_drive and replace themGreg Lehey2000-02-291-2/+6
* Add support for RAID-4, even though it is inferior in almost every wayGreg Lehey2000-02-291-51/+73
* Change the startup sequence of the vinum volume from SI_SUB_DRIVERSGreg Lehey2000-02-291-5/+10