summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* MF22: install correct kerneljkh1998-03-211-5/+6
|
* MF22: create raw slice entries.jkh1998-03-201-3/+9
|
* Ack, fix typo in last commit.jkh1998-03-201-2/+2
|
* My face is red - make the code for creating slices actually work now.jkh1998-03-201-3/+4
|
* correct checks for "already written" case.jkh1998-03-191-7/+9
|
* Add noatime option to new filesystems to speed up initial extraction.jkh1998-03-191-2/+2
| | | | Suggested by: bde
* Use .An/.Aq.charnier1998-03-191-3/+3
|
* 1. If device node already exists, don't gratuituously try to make itjkh1998-03-161-2/+5
| | | | | | | | again. 2. Don't create slice entries when running multi-user; it adds far too much to sysinstall's startup time. User is expected to have correct slice entries after system is installed.
* Fix some bogons with variable handling.jkh1998-03-152-6/+6
|
* Reformatting, more sanity checks.jkh1998-03-152-54/+35
|
* When doing "make unders", also remember to make entries forjkh1998-03-151-9/+27
| | | | any slices that exist.
* Add Danish mirrors.jkh1998-03-131-1/+5
| | | | Submitted by: phk
* Be careful not to spam ld.so.hints in multi-user case.jkh1998-03-131-2/+5
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Fix bogusly shadowed variable.jkh1998-03-131-5/+3
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* MF22: don't snip SYSVSHMjkh1998-03-101-3/+2
|
* Correct misfeature with quoting, better error reporting.jkh1998-03-103-16/+25
|
* MF22: installEnvironment() fix, reshuffle, vidcontrol on correct vty.jkh1998-03-104-23/+29
|
* Update to XFree86 3.3.2jkh1998-03-101-772/+246
|
* Update to XFree86 3.3.2 - I had to remove the entries for the VFB andjkh1998-03-103-79/+89
| | | | | | | PRT servers since the extra PC98 servers have eaten all my flag bits. Time to redo the way distribution masks are calculated, definitely, but for now I guess people can always install those two components by hand if they really want them.
* Remove deprecated XIG support - that project neverjkh1998-03-096-157/+4
| | | | happened.
* 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.
OpenPOWER on IntegriCloud