| Commit message (Expand) | Author | Age | Files | Lines |
* | Added kc-kernel target that builds both GENERICAH and GENERICBT kernels. | rgrimes | 1993-08-22 | 1 | -13/+27 |
* | more cleanup (e.g., root and swap partitions are mandatory, not root and /usr) | alm | 1993-08-20 | 1 | -18/+20 |
* | added big loop to allow redoing the configuration | alm | 1993-08-20 | 1 | -5/+29 |
* | added default answers | alm | 1993-08-20 | 1 | -89/+216 |
* | add more notes and examples | alm | 1993-08-15 | 2 | -3/+17 |
* | Wrong path for uucp login, was /usr/lib instead of /usr/libexec. Fixed | rgrimes | 1993-08-13 | 1 | -1/+1 |
* | Fixed entry for t9600, baud rate was 19200, should be and now is 9600. | rgrimes | 1993-08-13 | 1 | -1/+1 |
* | Enable lastlog install commands. | rgrimes | 1993-08-13 | 1 | -2/+2 |
* | Commented out installation of /var/log/lastlog: | rgrimes | 1993-08-12 | 1 | -2/+2 |
* | /etc/termcap is now created as a symlink to /usr/share/misc/termcap, | rgrimes | 1993-08-12 | 1 | -0/+5 |
* | Added 3 targets (kc-ah-floppy, inst1-floppy, inst2-floppy) which build | rgrimes | 1993-08-12 | 1 | -17/+91 |
* | Heavily modified from NetBSD sources to FreeBSD, many fixes and enhancements, | rgrimes | 1993-08-12 | 3 | -19/+30 |
* | Due to broken pwd_mkdb always wanting to do it's work in /etc I have | root | 1993-08-11 | 1 | -0/+10 |
* | Initial import of NetBSD install2 floppy .profile | root | 1993-08-11 | 2 | -3/+241 |
* | Initial import of NetBSD install2 floppy /install script | rgrimes | 1993-08-11 | 1 | -0/+35 |
* | Changed printing messages to refer to ${OPSYSTEM} instead of NetBSD. Comments | rgrimes | 1993-08-11 | 2 | -40/+51 |
* | Import of NetBSD inst1.fs floppy /.profile and /install scripts | rgrimes | 1993-08-11 | 2 | -0/+399 |
* | Added support to build i386-kc_floppy:, kernel copy floppy for FreeBSD. | rgrimes | 1993-08-10 | 1 | -5/+46 |
* | Corrected kernel name from newbsd to 386bsd, it now works. | rgrimes | 1993-08-10 | 1 | -1/+1 |
* | Initial import of .profile from NetBSD Kernel Copy Floppy, to be used in | rgrimes | 1993-08-10 | 1 | -0/+85 |
* | Disabled the scan for SCCS checked out files since it was broken and | rgrimes | 1993-08-10 | 1 | -19/+19 |
* | Miss spelled backups in BSD.var.dist, should have been backups, was backup. | rgrimes | 1993-08-10 | 1 | -1/+1 |
* | Added ntp 123/udp # Network Time Protocol for xntp usage since this is a | rgrimes | 1993-08-10 | 1 | -0/+1 |
* | Moved make copies of src/includes to be after the top level make install | rgrimes | 1993-08-09 | 1 | -1/+1 |
* | Fixed install of ${FREEBSD}, forgot to do a install -c so it removed the | rgrimes | 1993-08-09 | 1 | -1/+1 |
* | Added installation of CONTRIB.386BSD CONTRIB.FreeBSD and COPYRIGHT to / | rgrimes | 1993-08-09 | 1 | -0/+4 |
* | Due to the bug with the console drivers and kill syslogd I have disabled that | rgrimes | 1993-08-09 | 2 | -26/+34 |
* | Fixed spelling error in ifconfig line for ed0, from netwask to netmask | rgrimes | 1993-08-09 | 1 | -1/+1 |
* | Removed man.conf since it is no longer used by the new manual page system | rgrimes | 1993-08-08 | 1 | -1/+1 |
* | Fixed daily so that it no longer does accounting since FreeBSD does not | rgrimes | 1993-08-07 | 2 | -7/+9 |
* | Added var/backup for daily scripts | rgrimes | 1993-08-07 | 1 | -0/+2 |
* | Added install of /var/cron/log. | root | 1993-08-03 | 1 | -5/+9 |
* | Default BLOCKSIZE for root is K-Blocks | nate | 1993-08-02 | 1 | -0/+1 |
* | Removed default 1K behavior from /etc/csh.login, but put comments | nate | 1993-08-02 | 1 | -1/+3 |
* | Set the BLOCKSIZE to K so that du/df/swpainfo all returns the amount of | nate | 1993-08-02 | 1 | -0/+1 |
* | Removed df/du aliases, will make them more global and use BLOCKSIZE | nate | 1993-08-02 | 1 | -2/+0 |
* | Put back the du -k and df -k flags since POSIX says they should still work, | rgrimes | 1993-08-02 | 1 | -0/+2 |
* | Removed as0 and as1 from the all case since these are obsolete (use sd0...) | rgrimes | 1993-08-02 | 2 | -4/+4 |
* | Removed aliases of df -> df -k and du -> du -k, as the k option is not | rgrimes | 1993-08-01 | 1 | -2/+0 |
* | Changeing the /sys link target from usr/src/sys.386bsd to usr/src/sys also | rgrimes | 1993-07-30 | 1 | -1/+1 |
* | Removed vty04 from sh MAKEDEV all since that casued root login problems | rgrimes | 1993-07-30 | 2 | -4/+6 |
* | Fixed com1 -> com00 since com ports are 0 based. | rgrimes | 1993-07-30 | 1 | -2/+2 |
* | Forgot to fix com01 -> com00, and added com02 and com03 | rgrimes | 1993-07-30 | 1 | -0/+2 |
* | Replaced console with vga. | rgrimes | 1993-07-30 | 1 | -1/+1 |
* | Added a default host.conf (gethostnamadr() name resolver) which declares | nate | 1993-07-29 | 2 | -2/+6 |
* | The updated mtree changed a couple things which required changes in | nate | 1993-07-28 | 3 | -69/+69 |
* | Changed sys.386bsd to sys | nate | 1993-07-26 | 2 | -3/+3 |
* | Fixed installation of sendmail. cd'ed to wrong directory. Now works | rgrimes | 1993-07-20 | 1 | -1/+1 |
* | Added .if ${MACHINE} == "i386" section to do install of boot blocks, all | rgrimes | 1993-07-20 | 1 | -0/+7 |
* | Since pwd_mkdb always works in /etc no matter what I added pwd.db and | rgrimes | 1993-07-20 | 1 | -1/+8 |