summaryrefslogtreecommitdiffstats
path: root/release
Commit message (Collapse)AuthorAgeFilesLines
* MF22: NOSHARED=YESjkh1998-04-011-0/+2
|
* Use the correct templates file.jkh1998-03-301-2/+2
| | | | | PR: 6135 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* - The PS/2 mouse driver, psm, is not disabled in the GENERICyokota1998-03-271-4/+4
| | | | | kernel anymore. - While I am here, brush up the description on the mse driver as well.
* Add new documentation.jkh1998-03-241-0/+261
| | | | Submitted by: Doug
* Sync with 2.2-stable branch.jkh1998-03-244-13/+20
|
* Add new help file.jkh1998-03-241-0/+98
| | | | Submitted by: Doug
* MF22: resync.jkh1998-03-232-2/+16
|
* - Remove the notice that psm0 must be enabled before using the PS/2 mouse;yokota1998-03-233-19/+33
| | | | | | the device is enabled by default in the GENERIC kernel. - Kill the mouse daemon, if any, when the user wants to disable it. - Minor update on mouse menus.
* MF22: catch up with recent changes.jkh1998-03-233-4/+20
|
* Make the vn device that is being used to build the floppies configurable.jhay1998-03-223-6/+13
| | | | | | You can now do something like "make release VNDEVICE=vn1". This makes it possible to do something else with vn0, for instance building another release.
* 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
|
OpenPOWER on IntegriCloud