summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* -I${.CURDIR}/../..phk1994-11-211-1/+1
|
* Absolute path to /sys again...phk1994-11-211-1/+1
|
* More absolute pathsphk1994-11-211-1/+1
|
* Don't install bogus tftp, tftpd, tcom manual pages from the MIT Kerberoswollman1994-11-201-3/+3
| | | | distribution. They don't apply here.
* Add a `help-distribute' target which does a `distribute' in our subdirs,wollman1994-11-201-1/+14
| | | | | | | then goes into all the directories a `make kprog' would have and does it there, too. This should complete the krbdist, except that P-HK has to figure out where in his build process he wants to build and install this stuff.
* Submitted by: Julian H. Staceyats1994-11-201-1/+1
| | | | Changed the echo to match correctly the intended code.
* Add krb (Kerberos) to EXTRADISTRIBUTIONS.wollman1994-11-201-2/+2
|
* Add distribution=krb for P-HKwollman1994-11-208-3/+11
|
* Add DISTRIBUTION=krb for Kerberos case.wollman1994-11-201-1/+2
|
* Add DISTRIBUTION=krb for P-HK.wollman1994-11-201-1/+2
|
* No point, what so ever, in installing /etc/mynamephk1994-11-201-2/+2
|
* Another absolute path... Two actually.phk1994-11-201-2/+2
|
* add extract.sh to distsphk1994-11-201-1/+2
|
* bin_tgz.aa -> bindist_tgz.aaphk1994-11-201-2/+2
|
* Guess whatphk1994-11-202-2/+2
|
* Whoops.phk1994-11-202-2/+2
|
* I might soon stop to keep count of these...phk1994-11-202-2/+2
|
* And another absolute path -I :-<phk1994-11-203-3/+3
|
* This time: an absolute -I :-<phk1994-11-202-2/+2
|
* fix another BLODDY ABSOLUTE .PATH !!!! :-<phk1994-11-201-1/+1
|
* Add parameters "compress", "normal" and "noicmp" for the slip usage.ats1994-11-201-0/+3
| | | | | These names are used in the slip.hosts file as examples, but ifconfig have formerly only accepted link0, -link0 and link1 for this.
* Add ref.tfs.com to mirrors now that wcarchive is temporarily down andjkh1994-11-201-9/+12
| | | | we'd like to do the BETA.
* o Add Michael Reifenberger's mini-adduser script.jkh1994-11-205-27/+242
| | | | | o Optionally invoke tzsetup or adduser from the last stage. o Add tzsetup and friends to cpio floppy.
* Add getopt. 1.x used to have it, it's gone from 2.0, I need it, endjkh1994-11-201-7/+5
| | | | of story.
* Put a simple algorithmus in there that checks the last generated prototypeats1994-11-201-4/+13
| | | | | | | for ioconf.c with the current and suppress the generation if they are equal. This now prevents all the warnings from the c-compiler about sio or snd or two adaptecs. This works only if the sio lines are grouped together in the config files, but it is better than nothing.
* Eliminate a couple of the last remaining bogons.jkh1994-11-201-7/+7
|
* G-d help me to do it right first time....ugen1994-11-201-2/+2
| | | | Minor patch to man page,test.
* Add Russian mirror site to list.jkh1994-11-201-2/+7
|
* Make "games" dist by moving everything relevant out of bindist.phk1994-11-201-1/+4
|
* Make the "games" dist the hard way.phk1994-11-201-2/+0
|
* /usr/share/games belong in "games dist"phk1994-11-201-1/+4
|
* Make the tarballs target work.phk1994-11-201-2/+27
|
* A couple of changes more. Now Paul & Jordan can play again... :-)phk1994-11-202-6/+18
|
* Add ^X,^B,^F,^E,^Aache1994-11-201-38/+50
| | | | | | Implement KEY_DC/^D Fix some displaying errors Add more beeps on reaching edges
* Changes to match Pauls code. Had to "globalize" the variables for thephk1994-11-193-37/+37
| | | | mountpoints.
* Now use "btab" keyword in all keymapsache1994-11-195-7/+7
|
* More intelligent BackTab fix using BTAB special key (unused before)ache1994-11-196-27/+33
|
* Fix all keymaps to bring BackTab to life.ache1994-11-193-18/+18
|
* I just learned that isa.h is included in assembler files too...phk1994-11-192-6/+4
|
* addphk1994-11-192-2/+6
| | | | | extern u_int atdevbase; /* offset in virtual memory of ISA io mem */ here for a moment, to get it into BETA
* Changed the MBR partition type field from being a string topaul1994-11-193-13/+21
| | | | | | | | a decimal value. I don't have the time to deal with users typing in partition names such as "FreeBSD" at the moment so just allow the numerical id to be specified for the moment.
* NetBSD -> FreeBSDnate1994-11-191-2/+2
| | | | (Bring to 2.0 please)
* NetBSD -> FreeBSDnate1994-11-191-2/+2
| | | | (Please bring into 2.0)
* NetBSD -> FreeBSDnate1994-11-193-12/+12
| | | | (Poul, bring this into 2.0 please)
* Add the missing subdirs cdplay and spkrtest into the clean/cleandir targets.ats1994-11-191-2/+3
|
* Implemented buttons for all the screens.paul1994-11-1910-458/+415
| | | | | | | | Could do with some cosmetic tuning regarding placement and things. Fixed some dialog code (from Andrew). Pass mountpoints onto stage2 in a struct fstab *mounts[] Fix all the field connections to conform to the new L&F document.
* Ooops, change back the LIBDIR macro to the SHLIBDIR macro for the sharedats1994-11-191-2/+2
| | | | libs as told by Bruce. Now it works.
* Some miscellaneous bug fixes inspired by Adam Glass's work. Adam'sjkh1994-11-192-2/+34
| | | | | | work is actually more comprehensive, but I just took what was needed for now given our compressed time schedules. Thanks, Adam! Submitted by: glass
* More updates to the manual pages. Used also the unknown macro.ats1994-11-192-7/+7
| | | | Also install the named-xfer manual page, when we have it in the source.
* More updates to the manual pages. Used also the unknown macro.ats1994-11-192-7/+7
|
OpenPOWER on IntegriCloud