| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct u_int_64 casting to remove warnings in printf() | grog | 1998-11-03 | 1 | -2/+2 |
* | Remove some dead code and comments | grog | 1998-11-03 | 2 | -20/+16 |
* | Print a warning if we removed a junked drive | grog | 1998-11-03 | 2 | -2/+14 |
* | Take drive down if the disk driver tells us it's not there | grog | 1998-11-03 | 2 | -2/+10 |
* | Check for duplicate subdisk names | grog | 1998-11-03 | 2 | -18/+18 |
* | Add the Ficl (Forth Inspired Command Language) interpreter. If all goes well, | msmith | 1998-11-03 | 23 | -2/+9740 |
* | Deal with both foo.hlp and FOO.TXT files. | jkh | 1998-11-03 | 8 | -34/+52 |
* | Copy appropriate docs into help/ directory of boot floppy. | jkh | 1998-11-03 | 1 | -2/+4 |
* | Use the new doc locations. | jkh | 1998-11-03 | 1 | -22/+7 |
* | Stage 1: Move a bunch of docs out from under sysinstall and other | jkh | 1998-11-03 | 14 | -0/+1541 |
* | Don't update the screen while the cursor shape is being changed | yokota | 1998-11-03 | 2 | -2/+10 |
* | Ok, the entry aging algorithm sucked; 1s time resolution is not enough for | msmith | 1998-11-02 | 1 | -7/+16 |
* | Implement a simple LRU block cache. By default this is initialised to 16k, | msmith | 1998-11-02 | 7 | -13/+278 |
* | Revise a few comments. | rnordier | 1998-11-02 | 2 | -14/+14 |
* | Standardise on ';' as a component separator; it seems to be a little more | msmith | 1998-11-02 | 1 | -4/+4 |
* | Include `enigma' into the list of usr.bin programs. | joerg | 1998-11-02 | 1 | -1/+2 |
* | Remove the "adding default route" message and replace with | obrien | 1998-11-02 | 2 | -2/+4 |
* | spell check | obrien | 1998-11-02 | 2 | -6/+6 |
* | Show revive pointer in percentage complete as well as absolute value. | grog | 1998-11-02 | 1 | -4/+5 |
* | Remove kludge to set subdisk states when bringing up a plex | grog | 1998-11-02 | 1 | -50/+1 |
* | Change some numeric #defines to enums | grog | 1998-11-02 | 2 | -24/+22 |
* | Don't close drives when called from interrupt context, set a flag for | grog | 1998-11-02 | 2 | -46/+126 |
* | Get the default revive blocksize right for striped and RAID-5 plexes | grog | 1998-11-02 | 2 | -6/+8 |
* | Close any drives downed in an interrupt context. | grog | 1998-11-02 | 2 | -10/+48 |
* | Accept incorrect device open counts, but print a warning | grog | 1998-11-02 | 2 | -4/+34 |
* | Check for maximum number of subdisks in a plex | grog | 1998-11-02 | 2 | -2/+22 |
* | Only do one VOP_ACCESS() per open() instead of two. This should reduce | peter | 1998-11-02 | 1 | -8/+9 |
* | Optimize bzero() by unrolling the aligned quadword loop and moving the length | alex | 1998-11-02 | 1 | -2/+14 |
* | Changed my e-mail address. | abial | 1998-11-01 | 39 | -101/+57 |
* | Change my e-mail address. | abial | 1998-11-01 | 4 | -10/+10 |
* | Added info on Unified Configuration Interface Project. Several people | abial | 1998-11-01 | 2 | -2/+857 |
* | Oops forgot to remove peter's 'device iicbb0' declaration. Done. | nsouch | 1998-11-01 | 3 | -6/+3 |
* | Add controller iicbb (generic I2C bit-banging code) and lpbb | nsouch | 1998-11-01 | 3 | -6/+48 |
* | The kernel should compile even /dev/null does not exists. | wosch | 1998-11-01 | 1 | -3/+2 |
* | Ignore, rather than emulate, an i386 'hlt' instruction (though for | rnordier | 1998-11-01 | 2 | -22/+22 |
* | Write temp files with a uniq name into /var/run | wosch | 1998-11-01 | 2 | -4/+4 |
* | Add: | msmith | 1998-11-01 | 5 | -10/+73 |
* | Ported to OpenBSD. sys/pci/smc83c170.h renamed to sys/pci/if_txvar.h to be | semenu | 1998-11-01 | 5 | -1098/+2615 |
* | Fix errors detected by -Wformat. | jdp | 1998-11-01 | 3 | -6/+7 |
* | Link objformat statically by default. This makes it possible to | jdp | 1998-11-01 | 1 | -0/+1 |
* | Unneeded file. | phk | 1998-10-31 | 1 | -93/+0 |
* | Set BLLI Layer 2 protocol field when using a 'User specified' protocol. | phk | 1998-10-31 | 1 | -2/+4 |
* | Trivial stylish changes, mostly to silence gcc. | phk | 1998-10-31 | 85 | -424/+434 |
* | If the CBCP callee offsers no callback, send our configured | brian | 1998-10-31 | 1 | -5/+7 |
* | Allow multiple systems (config labels) on the command | brian | 1998-10-31 | 6 | -101/+116 |
* | Increase the size of the tx and rx rings from 10 to 20 descriptors | wpaul | 1998-10-31 | 2 | -8/+8 |
* | Add John Dyson's SYSCTL descriptions, and an export of more stats to | peter | 1998-10-31 | 5 | -20/+124 |
* | * Extend the memory available for the heap from 256k to 512k. | dfr | 1998-10-31 | 8 | -20/+86 |
* | vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not | peter | 1998-10-31 | 2 | -4/+4 |
* | Change dirty block list handling to use TAILQ macros. | peter | 1998-10-31 | 3 | -24/+24 |