summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* ... since config no long have a -n option in -current either, do theeivind1998-02-181-2/+2
| | | | obvious thing. (-n gone).
* Note VFAT/FAT32 support in msdosfs now.jkh1998-02-181-0/+2
|
* MF22: Optimize DOC bootstrap.jkh1998-02-131-2/+3
|
* MF22: correct bogus failure return.jkh1998-02-131-2/+2
|
* Add an entry for the Brazilian keymap with accent key definitionsyokota1998-02-121-1/+2
| | | | in the keymap menu.
* Form device names correctly with new unit# syntax.jkh1998-02-101-4/+13
|
* Totally change the way that devices are made in the MFS and subsequentlyjkh1998-02-104-163/+175
| | | | | | | | probed in sysinstall. Rather than make template devices and use up lots of inodes, also restricting the number of devices that can be dealt with, mknod all necessary devices as necessary using built-in information. This removes a number of constraints on the number and type of devices that sysinstall can see.
* Remove some ancient cruft discovered during a recent code review.jkh1998-02-082-60/+1
|
* MF22: reset root flags properly.jkh1998-02-061-1/+3
|
* Remove INTCVSROOT, no longer needed thanks to cvsuppst1998-02-011-9/+1
|
* Typo: PAT -> FAT.steve1998-02-011-2/+2
| | | | PR: 5593
* MF22: only fclose() OpenConn if non-NULL.jkh1998-01-281-3/+5
|
* Collapse 2 settings of PATH into one (didn't notice the 1st one before).jkh1998-01-281-4/+6
|
* Tweak PATH for ports build. I have no idea why this worked on my testjkh1998-01-271-2/+3
| | | | machine but not on the -current build box.
* Update the keymap menu.yokota1998-01-272-5/+12
|
* Temporary work-around for a ports building problem I really don'tjkh1998-01-271-2/+2
| | | | understand just yet.
* Add script for properly breaking out the doc dist.jkh1998-01-241-0/+8
|
* Clean up doc bootstrap ports afterwards.jkh1998-01-241-2/+4
| | | | Small stylistic cleanup.
* Bring back handbook and FAQ by adding a mechanism for bootstrap portsjkh1998-01-231-4/+10
| | | | | to the build. This will need more review as we go into it, but it should do the basic job for now.
* In !dists case, invoke the custom dist menu rather than the topleveljkh1998-01-231-2/+2
| | | | | dist menu. This makes a good deal more sense and should have been this way all along.
* spelling and style police.jkh1998-01-231-2/+2
|
* MF22: match entries for wfdjkh1998-01-221-2/+2
|
* Mention LS-120 drives.jkh1998-01-221-0/+2
|
* Update for current events, format police.jkh1998-01-221-146/+150
|
* Add entry for SMC 9432TX cards (tx driver).jkh1998-01-211-1/+2
|
* Add wfd style devices to detection list (we'll have to put them on thejkh1998-01-191-1/+2
| | | | boot floppy too, of course - hope I still have enough inodes! :)
* Add a missing \ the previous committer omitted from the crunch target.jkh1998-01-191-2/+2
|
* Remove the necessity of -ldes and -lalias etc from release/Makefile.brian1998-01-176-18/+18
| | | | | | | | | | When building a release, RELEASE_CRUNCH is defined for a `make' of the objects required by the crunch of each program. The object list is still obtained in the same way, so you must make sure that all objects are built (empty if necessary) by this make. ppp/Makefile provides an example. Reviewed by: jkh
* Adapt to new mount(2) argument syntax.jkh1998-01-164-10/+10
| | | | Submitted by: bde
* Benign changes to support Justin's CAM code.jkh1998-01-161-1/+3
|
* Mention moused and mouse drivers update.yokota1998-01-051-0/+9
|
* gateway -> gateway_enablejkh1997-12-291-2/+2
| | | | Pointed out by: Susie Ward <sward@voltage.net>
* Another sysconfig -> rc.conf fix.steve1997-12-271-1/+1
| | | | | PR: 5374 Submitted by: Studded <Studded@dal.net>
* Add -lzjkh1997-12-252-4/+4
|
* document some things that others and I have done to the tree... thesejmg1997-12-101-0/+9
| | | | | | include the PnP and Luigi's Sound code... in the security section, talk about the f00f bug being fixed...
* Sigh - add libz to libs. Brian just keeps adding stuff to ppp. :)jkh1997-12-045-10/+10
|
* Remove an extraneous ".kbd" that crept in for the Swiss Germanjoerg1997-11-261-2/+2
| | | | | | keyboard map. Submitted by: georg.wagner@ubs.com
* Whine when a depended package can't be found at all, vs being foundjkh1997-11-131-1/+7
| | | | | but failing to load. PR: 4959
* MFS.obrien1997-11-054-12/+13
|
* Since doc no longer contains the Handbook, stop saying that it does.jkh1997-11-041-2/+2
| | | | Submitted by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>
* Do chflags properly even when running multi-user.jkh1997-10-291-5/+5
|
* Fix typo in startup menu.jkh1997-10-251-2/+2
| | | | Submitted by: max
* MF22: rev 1.246.2.65, put the bootstrap files onto the fixit floppy.joerg1997-10-201-2/+7
|
* Document 100Mbit media selection flag.jkh1997-10-201-0/+1
|
* Add the hint how to install on a Compaq `Aero'.joerg1997-10-191-1/+12
|
* Fix disk counting bug.jkh1997-10-181-5/+5
| | | | Submitted by: Arjan de Vet <Arjan.deVet@adv.IAEhv.nl>
* MF2.2: rev 1.17.2.36, and parts of 1.17.2.35 and 1.17.2.37joerg1997-10-181-6/+6
|
* Mention the problem with the Intel AL440LX BIOS; hopefully we willmsmith1997-10-171-1/+12
| | | | | | have more details from Intel about this shortly. Submitted by: David Filo <filo@yahoo.com>
* Update XFree86 reference.jkh1997-10-171-2/+2
| | | | Submitted by: luigi
* Fix various bogons reported in this PR.jkh1997-10-156-11/+20
| | | | | PR: 4765 Submitted by: fdiv
OpenPOWER on IntegriCloud