summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check for duplicate subdisk namesgrog1998-11-032-18/+18
* Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well,msmith1998-11-0323-2/+9740
* Deal with both foo.hlp and FOO.TXT files.jkh1998-11-038-34/+52
* Copy appropriate docs into help/ directory of boot floppy.jkh1998-11-031-2/+4
* Use the new doc locations.jkh1998-11-031-22/+7
* Stage 1: Move a bunch of docs out from under sysinstall and otherjkh1998-11-0314-0/+1541
* Don't update the screen while the cursor shape is being changedyokota1998-11-032-2/+10
* Ok, the entry aging algorithm sucked; 1s time resolution is not enough formsmith1998-11-021-7/+16
* Implement a simple LRU block cache. By default this is initialised to 16k,msmith1998-11-027-13/+278
* Revise a few comments.rnordier1998-11-022-14/+14
* Standardise on ';' as a component separator; it seems to be a little moremsmith1998-11-021-4/+4
* Include `enigma' into the list of usr.bin programs.joerg1998-11-021-1/+2
* Remove the "adding default route" message and replace withobrien1998-11-022-2/+4
* spell checkobrien1998-11-022-6/+6
* Show revive pointer in percentage complete as well as absolute value.grog1998-11-021-4/+5
* Remove kludge to set subdisk states when bringing up a plexgrog1998-11-021-50/+1
* Change some numeric #defines to enumsgrog1998-11-022-24/+22
* Don't close drives when called from interrupt context, set a flag forgrog1998-11-022-46/+126
* Get the default revive blocksize right for striped and RAID-5 plexesgrog1998-11-022-6/+8
* Close any drives downed in an interrupt context.grog1998-11-022-10/+48
* Accept incorrect device open counts, but print a warninggrog1998-11-022-4/+34
* Check for maximum number of subdisks in a plexgrog1998-11-022-2/+22
* Only do one VOP_ACCESS() per open() instead of two. This should reducepeter1998-11-021-8/+9
* Optimize bzero() by unrolling the aligned quadword loop and moving the lengthalex1998-11-021-2/+14
* Changed my e-mail address.abial1998-11-0139-101/+57
* Change my e-mail address.abial1998-11-014-10/+10
* Added info on Unified Configuration Interface Project. Several peopleabial1998-11-012-2/+857
* Oops forgot to remove peter's 'device iicbb0' declaration. Done.nsouch1998-11-013-6/+3
* Add controller iicbb (generic I2C bit-banging code) and lpbbnsouch1998-11-013-6/+48
* The kernel should compile even /dev/null does not exists.wosch1998-11-011-3/+2
* Ignore, rather than emulate, an i386 'hlt' instruction (though forrnordier1998-11-012-22/+22
* Write temp files with a uniq name into /var/runwosch1998-11-012-4/+4
* Add:msmith1998-11-015-10/+73
* Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to besemenu1998-11-015-1098/+2615
* Fix errors detected by -Wformat.jdp1998-11-013-6/+7
* Link objformat statically by default. This makes it possible tojdp1998-11-011-0/+1
* Unneeded file.phk1998-10-311-93/+0
* Set BLLI Layer 2 protocol field when using a 'User specified' protocol.phk1998-10-311-2/+4
* Trivial stylish changes, mostly to silence gcc.phk1998-10-3185-424/+434
* If the CBCP callee offsers no callback, send our configuredbrian1998-10-311-5/+7
* Allow multiple systems (config labels) on the commandbrian1998-10-316-101/+116
* Increase the size of the tx and rx rings from 10 to 20 descriptorswpaul1998-10-312-8/+8
* Add John Dyson's SYSCTL descriptions, and an export of more stats topeter1998-10-315-20/+124
* * Extend the memory available for the heap from 256k to 512k.dfr1998-10-318-20/+86
* vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm notpeter1998-10-312-4/+4
* Change dirty block list handling to use TAILQ macros.peter1998-10-313-24/+24
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-3129-96/+94
* I do not know if this is correct, but add iicbb0 as a device so thatpeter1998-10-313-3/+6
* Fixup prototypes so that this beastie compiles.peter1998-10-312-8/+8
* Convert lists for bufs attached to vnodes from a LIST to a TAILQ.peter1998-10-312-102/+116
OpenPOWER on IntegriCloud