summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix RFC number 1544 -> 1644ache1998-03-091-2/+2
|
* Make a /var/run directory before starting ppp so that it doesn'tjkh1998-03-091-1/+2
| | | | complain.
* MF22: nuke compat slice for root.jkh1998-03-091-10/+2
|
* MF22: update table.jkh1998-03-081-4/+3
|
* Note that ed0's IRQ is now 10 to help those upgrading from 2.x.obrien1998-03-081-0/+5
|
* Add a mouse configuration menu.jkh1998-03-075-51/+185
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* DOH! Forgot a backslash.jkh1998-03-061-2/+2
|
* MF22: various doc bogons noticed.jkh1998-03-063-5/+12
|
* Go to reduced device set now that "make-unders" work.jkh1998-03-061-4/+2
|
* Update stand-alone DOS I/O routines to be able to read from FAT32/VFATjkh1998-03-032-583/+530
| | | | | | partitions. This should allow sysinstall to function properly in all Win95 installation based scenarios now. Submitted by: Robert Nordier <rnordier@iafrica.com>
* Edit a message so that people stop sending me weird emails. :)jkh1998-02-221-5/+4
|
* ... 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
|
OpenPOWER on IntegriCloud