summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Correct the nslookup manpage that has some macros in it, that our man systemats1994-11-191-3/+3
| | | | doesn't understand.
* Correct the named manpage that has some macros in it, that our man systemats1994-11-191-8/+8
| | | | doesn't understand.
* Correct the dig manpage that has some macros in it, that our man systemats1994-11-191-6/+6
| | | | doesn't understand.
* Automatically turn off insert mode when end of field reachedache1994-11-191-4/+3
| | | | in line_edit().
* Highlight only flen sized part while editing in line_edit()ache1994-11-191-20/+56
|
* I hope this gets my changes merged back into the current branch.paul1994-11-198-296/+429
| | | | | | | | | Removed a layer of menus. Auto select partition to install into -- first FreeBSD partition in MBR table. Abort if no FreeBSD partition. Added a F_BUTTON type. Fixed up label editor to show free space properly. Fixed a few bugs.
* Highlight only space available for editingache1994-11-191-5/+14
|
* Insert newline into too long lineache1994-11-191-2/+2
|
* Fix more dialog bugs and core dumps introduced by previous commiterache1994-11-193-31/+27
|
* Make two variables static so that the compiler warnings areats1994-11-181-3/+3
| | | | | vanishing. As far as i know rpc.rusersd is single_threaded, so this shouldn't be a problem.
* Fix dialog things broken by previous commiterache1994-11-182-7/+12
|
* Reviewed by: Roger Holst roger@first.gmd.deats1994-11-181-1/+2
| | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rwalld can run under inetd.
* silently restrict all boxes to LINES, COLSache1994-11-188-0/+32
|
* Reviewed by: Roger Holst roger@first.gmd.deats1994-11-181-1/+2
| | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rusersd can run under inetd.
* Reviewed by: Roger Holst roger@first.gmd.deats1994-11-181-1/+2
| | | | | Add an initialization of the len parameter for the getsockname call. Now rpc.rstatd can run under inetd.
* Nuke edit_line crawled in again. Change all occurances to line_edit.ache1994-11-184-159/+19
|
* Fixed a typo. Seems this manual page has stemmed from the rwallats1994-11-181-2/+2
| | | | man page :-).
OpenPOWER on IntegriCloud