summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* Update ssh version number. It's only informational, anyway.abial1998-11-151-3/+3
| | | | Submitted by: jkh
* Use console instead of ttyv0 - it didn't work with serial console...abial1998-11-151-4/+18
|
* o Break fixups into binary fixups and XFree86 based fixups.jkh1998-11-158-120/+122
| | | | | | | | o Move fixups into extraction routine so all consumers don't have to duplicate the right behavior. o Make some things more orthogonal (just for asthetics sake) o Add option to go back and do it again if XF86Setup fails (possibly with a different setup - this one has always annoyed me).
* Change USERCONFIG_BOOT -> INTRO_USERCONFIGabial1998-11-143-6/+6
|
* Simplify call to dokern.sh - now the no MFS case is the default.jkh1998-11-126-32/+32
|
* Boy, two typos in one day. Time to go back to bed.jkh1998-11-125-5/+5
|
* Elimintate gratuitous backslashjkh1998-11-125-5/+5
|
* Removeobrien1998-11-122-6/+0
|
* Add MATH_EMULATE back to kern.flp. Now at least the FPU-less have *some*jkh1998-11-115-5/+0
| | | | way to install 3.0.x.
* We've overflowed boot.flp again. Go to a boot.flp which containsjkh1998-11-116-18/+247
| | | | | | a bit less legacy hardware support, that all still remaining a supported option with kern.flp (and a two-floppy install). This will be documented in the release notes, I promise.
* Whoops, properly compress doc files again.jkh1998-11-081-2/+2
|
* TEST -> testjkh1998-11-061-2/+2
|
* Alpha loader lives in /boot now; no need for a special hack.jkh1998-11-061-5/+1
|
* OK, trim the null off again.jkh1998-11-051-2/+2
|
* Formatting tweak.jkh1998-11-042-6/+6
|
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-031-2/+2
| | | | flag day unless we can hack config(8) to smooth things over.
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-031-2/+2
| | | | and will stick around for a while.
* USERCONFIG_BOOT -> INTRO_USERCONFIGmsmith1998-11-031-2/+2
|
* Deal with both foo.hlp and FOO.TXT files.jkh1998-11-033-12/+18
|
* 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
| | | | less than accessible places.
* Remove the "adding default route" message and replace withobrien1998-11-021-1/+2
| | | | | | "Looking up host %s". Suggested by: msmith
* 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
| | | | | contributed their ideas to this document, among them Terry Lambert and Bryan Mann, both @whistle.com. Thanks!
* Update help files to reflect changes in vm utility.abial1998-10-292-5/+5
|
* Fix conversion from pages to kB's.abial1998-10-291-8/+13
| | | | | Noticed by: luigi Obtained from: sources for vmstat(8)
* Increase the granularity of the debugging messages.obrien1998-10-291-12/+17
|
* Add some debugging statments (only if DEBUG opt is set), to try pin downobrien1998-10-291-1/+5
| | | | the hangs many of us are experiencing.
* Corect info about help files being stored in ar archive.abial1998-10-282-2/+2
| | | | Submitted by: Eric P. Scott <eps@sirius.com>
* Add missing psm0 dev entry.abial1998-10-281-1/+2
| | | | Submitted by: Eric P. Scott <eps@sirius.com>
* Added TODO list. Automate changing of the "Last updated" field.abial1998-10-288-25/+191
|
* Check for C:\FREEBSD also, for backwards compatibilityjkh1998-10-281-2/+2
|
* Remove redundant files (they are recreated during building from templatesabial1998-10-2518-279/+10
| | | | in ../../lang/).
* Changes to comply with new syntax.abial1998-10-253-81/+62
| | | | Noticed by: bde, the Hawk Eye :-)
* Add msg.abial1998-10-251-2/+3
|
* Changes to comply with new syntax.abial1998-10-251-21/+17
| | | | Noticed by: bde, the Hawk Eye :-)
* Allow to use other floppy sizes for "router" floppy.abial1998-10-251-2/+7
|
* Remove redundant copies, and give credit to proper person.abial1998-10-257-665/+5
| | | | Noticed by: jkh
* With much regret, I had to remove these two programs - their licenseabial1998-10-2517-9390/+0
| | | | | | | doesn't permit us to distribute them. I think I should take some law classes... Explained by: bde
* Added ability to auto-run a presentation.abial1998-10-231-8/+27
|
* fix spelling error.jkh1998-10-231-2/+2
| | | | Submitted by: Pomegranate <daver@flag.blackened.net>
* This is a copyrighted software. I forgot to include the license here.abial1998-10-225-2/+163
| | | | | | Apologies to all parties involved - it wasn't intended... Reminded by: bde
* s/boot2/loader/ on the alphagpalmer1998-10-221-2/+2
|
* Added two new utilities, both ported from Minix: mined (editor), andabial1998-10-2115-0/+9229
| | | | msh (largely compatible Bourne shell).
* Add entries for DiskOnChip2000 Flash device.jkh1998-10-191-1/+3
| | | | Submitted by: phk
* We're now in post-release; make the docs indicate as much.jkh1998-10-192-359/+25
|
* Add driver support for PCI fast ethernet adapters based on thewpaul1998-10-183-1/+12
| | | | | | | | | RealTek 8129/8139 chipset like I've been threatening. Update kernel configs, userconfig.c, relnotes and sysinstall. No man page yet; comming soon. I consider this driver stable enough that I want to give it some exposure in -current.
* adjust to match current times.jkh1998-10-181-2/+2
|
OpenPOWER on IntegriCloud