summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Include the Power Control page (0x1a) that is standardized by SCSI-3.joerg2001-05-221-0/+9
* Sort the package lists to make tracking changes easier. No functional changes.olgeni2001-05-221-31/+31
* Update BIOS time.tg2001-05-221-0/+11
* Beautify debugging output.tg2001-05-221-2/+2
* Fix slice handling. Add 6 (`big' DOS partition) as a legal systemID.tg2001-05-221-2/+3
* Silence some debugging output when installing Borland's Turbo C.tg2001-05-221-1/+14
* Fix boot order (really try A:, then C:, unless the `boot' option istg2001-05-221-12/+32
* Implement file truncation (DOS function 0x21, sub 0x40).tg2001-05-221-4/+20
* Correct typo to get DOS function 0x51 (get PSP) to work.tg2001-05-221-1/+1
* DOS function 0x0a (buffered keyboard input) returned immediately.tg2001-05-221-1/+1
* Fix DOS function 4c (exit with return code).tg2001-05-221-0/+1
* Fix argument processing.ru2001-05-223-91/+47
* If we don't receive a TY_IPADDR option as part of a configure request, NAKbrian2001-05-221-62/+80
* Hide UNION in opt_dontuse.h (see vfs_syscalls.c,v 1.109).ru2001-05-221-4/+1
* Remove duplicate include and sort includes.jhb2001-05-221-3/+2
* mdoc(7) police: fix markup.ru2001-05-221-40/+57
* Sort includes.jhb2001-05-221-1/+1
* Remove an accidentaly added extra blank line.eric2001-05-221-1/+0
* Add vinumobj.h to SRCS.grog2001-05-221-2/+2
* Remove Malloc definitions (now in vinumext.h)grog2001-05-221-21/+2
* Unlock the VM lock at the end of munlock() instead of locking it again.jhb2001-05-221-1/+1
* Sort includes from previous commit.jhb2001-05-221-1/+1
* Correct the vm_mtx handling; specifically, don't acquire it indd2001-05-221-5/+13
* Update description of the stripe size created by vinum_stripe,grog2001-05-221-48/+45
* Major tidy up. Add explicit header files, thus enabling the .c filesgrog2001-05-221-26/+40
* Tidy up header files. Don't include stuff we don't need.grog2001-05-221-50/+79
* Tidy up header files. Don't include stuff we don't need.grog2001-05-221-28/+40
* Tidy up header files. Don't include stuff we don't need.grog2001-05-221-108/+107
* Add a field 'version' to vinum_conf. This field is a constant whichgrog2001-05-221-191/+30
* vinumstart: If a write request is for a RAID-[45] plex or a volumegrog2001-05-221-13/+23
* tokenize: Take third parameter specifying the maximum number ofgrog2001-05-221-6/+8
* Cosmetics: wrap long lines to be < 80 characters.grog2001-05-221-2/+4
* Add a new debug flag, DEBUG_LOCKREQS, which logs only lock requests.grog2001-05-221-12/+25
* Change ioctls to use the expurgated userland version of the Vinumgrog2001-05-223-20/+22
* format_config: Replace long format lines.grog2001-05-221-18/+28
* complete_rqe:grog2001-05-221-7/+41
* Remove unnecessary declarations of userland functions.grog2001-05-221-13/+25
* config_sd: Add code to recognize "retryerrors" keyword.grog2001-05-221-29/+48
* free_vinum: Change some explicit struct member references to the SD,grog2001-05-221-13/+23
* Add xferinfo flag bit for copied buffers.grog2001-05-221-2/+16
* New file containing definitions for separate views of objects forgrog2001-05-221-0/+275
* Remove KASSERT test for sleeping on mv_mtx, instead let WITNESS catchalfred2001-05-221-2/+0
* Sort includes.jhb2001-05-221-3/+3
* Fix a grammar nit.dd2001-05-221-1/+1
* Remove a few more spl's I missed earlier.jhb2001-05-222-4/+0
* Introduce a background_fsck rc.conf option which allows the user todd2001-05-223-6/+23
* Sort includes from previous commit.jhb2001-05-212-2/+2
* Fix constness warning introduced in syslog.h 1.21.dwmalone2001-05-211-2/+2
* s/Cthulu/Cthulhu/dcs2001-05-211-2/+2
* Disable SIGHUP while getting the login name.guido2001-05-211-0/+2
OpenPOWER on IntegriCloud