aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unlock the VM lock at the end of munlock() instead of locking it again.John Baldwin2001-05-221-1/+1
* Sort includes from previous commit.John Baldwin2001-05-221-1/+1
* Correct the vm_mtx handling; specifically, don't acquire it inDima Dorfman2001-05-221-5/+13
* Update description of the stripe size created by vinum_stripe,Greg Lehey2001-05-221-48/+45
* Major tidy up. Add explicit header files, thus enabling the .c filesGreg Lehey2001-05-221-26/+40
* Tidy up header files. Don't include stuff we don't need.Greg Lehey2001-05-221-50/+79
* Tidy up header files. Don't include stuff we don't need.Greg Lehey2001-05-221-28/+40
* Tidy up header files. Don't include stuff we don't need.Greg Lehey2001-05-221-108/+107
* Add a field 'version' to vinum_conf. This field is a constant whichGreg Lehey2001-05-221-191/+30
* vinumstart: If a write request is for a RAID-[45] plex or a volumeGreg Lehey2001-05-221-13/+23
* tokenize: Take third parameter specifying the maximum number ofGreg Lehey2001-05-221-6/+8
* Cosmetics: wrap long lines to be < 80 characters.Greg Lehey2001-05-221-2/+4
* Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests.Greg Lehey2001-05-221-12/+25
* Change ioctls to use the expurgated userland version of the VinumGreg Lehey2001-05-223-20/+22
* format_config: Replace long format lines.Greg Lehey2001-05-221-18/+28
* complete_rqe:Greg Lehey2001-05-221-7/+41
* Remove unnecessary declarations of userland functions.Greg Lehey2001-05-221-13/+25
* config_sd: Add code to recognize "retryerrors" keyword.Greg Lehey2001-05-221-29/+48
* free_vinum: Change some explicit struct member references to the SD,Greg Lehey2001-05-221-13/+23
* Add xferinfo flag bit for copied buffers.Greg Lehey2001-05-221-2/+16
* New file containing definitions for separate views of objects forGreg Lehey2001-05-221-0/+275
* Remove KASSERT test for sleeping on mv_mtx, instead let WITNESS catchAlfred Perlstein2001-05-221-2/+0
* Sort includes.John Baldwin2001-05-221-3/+3
* Fix a grammar nit.Dima Dorfman2001-05-221-1/+1
* Remove a few more spl's I missed earlier.John Baldwin2001-05-222-4/+0
* Introduce a background_fsck rc.conf option which allows the user toDima Dorfman2001-05-223-6/+23
* Sort includes from previous commit.John Baldwin2001-05-212-2/+2
* Fix constness warning introduced in syslog.h 1.21.David Malone2001-05-211-2/+2
* s/Cthulu/Cthulhu/Daniel C. Sobral2001-05-211-2/+2
* Disable SIGHUP while getting the login name.Guido van Rooij2001-05-211-0/+2
* Sort includes.John Baldwin2001-05-217-7/+7
* - Assert that the vm mutex is held in pipe_free_kmem().John Baldwin2001-05-211-1/+6
* Axe unneeded spl()'s.John Baldwin2001-05-213-10/+1
* Update comment: We don't use vn(4) anymore in -CURRENT, we use md(4).Bruce A. Mah2001-05-211-1/+2
* syslog.h fails to compile with -Wwrite-stringsPoul-Henning Kamp2001-05-211-2/+2
* Work around the side effect of src/include/Makefile,v 1.137 changes.Ruslan Ermilov2001-05-211-1/+1
* Add note about pccard rototill and swapping breakage.Warner Losh2001-05-211-0/+8
* Change pmap_emulate_reference() so that it only touches the vm_pageAndrew Gallatin2001-05-211-1/+9
* catch these files up to their i386 neighbors to make alpha bootAndrew Gallatin2001-05-215-20/+60
* Update pc98 memory probe functions.Yoshihiro Takahashi2001-05-214-572/+82
* Get rid of LSYMSUBDIRS by merely setting up symlinks to LNOHEADERDIRS.Ruslan Ermilov2001-05-211-9/+2
* Merged from sys/i386/isa/npx.c revisions 1.99 and 1.100.Yoshihiro Takahashi2001-05-211-74/+29
* Merged from sys/i386/i386/machdep.c revisions 1.452 and 1.453.Yoshihiro Takahashi2001-05-212-24/+24
* Merged from sys/boot/i386/btx/btx/btx.s revision 1.24.Yoshihiro Takahashi2001-05-212-8/+8
* Added pc98 note menu.Yoshihiro Takahashi2001-05-211-0/+45
* Correct error message of an example.Hajimu UMEMOTO2001-05-211-1/+1
* Submitted by: Juha-Matti Liukkonen, Cubical Solutions Ltd (jml@cubical.fi)Hellmuth Michaelis2001-05-211-4/+4
* Move allocation of ExCA registers from the base driver into the busWarner Losh2001-05-213-34/+17
* Move setting of Vcc bit to before the vcc switch statement. TheWarner Losh2001-05-211-7/+5
* Next step on the road to pci: power taming.Warner Losh2001-05-214-84/+108