2b30ed98e9
Added info for gnu stuff
Rodney W. Grimes
1993-08-30 09:56:20 +00:00
1748a7075a
Updated st*) entry from Julian.
Rodney W. Grimes
1993-08-30 07:48:38 +00:00
1cef105821
Added new mtree file to populate /usr/local or /usr/gnu, it is up to the user to run this mtree file. Cleaned up BSD.usr.dist as it had some missing bname=bin, gname=bin mode=0755's in it.
Rodney W. Grimes
1993-08-30 07:22:48 +00:00
7882a1f651
Inserted a modified version of /etc/rc so that a fsck is done on reboot after the cpio floppy has been installed. This fixes the corrupt disk problem during the install. Still need to add some echo's about expecting disk corruption at this point in time.
Rodney W. Grimes
1993-08-30 02:22:02 +00:00
0cfef2e456
Makefile no longer needs passwd, pwd.db and spwd.db due to fixed pwd_mkdb that now takes a directory argument. These files are now built from the master.passwd file.
Rodney W. Grimes
1993-08-30 02:18:25 +00:00
10505e6324
Removed annoying -Wall
Jordan K. Hubbard
1993-08-30 01:51:16 +00:00
58f08fb6f9
Install man pages in /usr/local/man
Jordan K. Hubbard
1993-08-30 01:47:26 +00:00
6aab19adad
Added the RELNOTES.FreeBSD to the FREEBSD list. Changed all occurance of make to ${MAKE}
Rodney W. Grimes
1993-08-29 02:46:13 +00:00
b52ebd3d09
Fixed typo in the syscons.* entries (omde instead of mode)
Rodney W. Grimes
1993-08-29 02:44:41 +00:00
f696d2e300
Added #ifndef inline #endif around definition of inline so that we do not end up definig it twice.
Rodney W. Grimes
1993-08-29 01:59:05 +00:00
4ada418a9b
Replaced the return (1)'s with return (IO_KBDSIZE) in the probe code so that the printfs during the probing prints the range instead of just the start address.
Rodney W. Grimes
1993-08-28 13:26:30 +00:00
a0ad3760a2
Changed trap.c so that a panic will occur if we do not have hardware FP and we try to call the emulator when it is not compiled in. Removed the #if defined(i486) || defined(i387) that use to call the panic if we did not have a math emulator. Removed an extranious include of i386/i386/math_emu.h from math_emulate.c.
Rodney W. Grimes
1993-08-28 13:25:22 +00:00
34f949aed5
Added options MATH_EMULTATE to the kernel config files to pull in the 387 math emulator (sys/i386/i386/math_emulate.c). Made that file only get compiled if options MATH_EMULATE is in the kernel.
Rodney W. Grimes
1993-08-28 13:21:48 +00:00
b9a1ef14c0
New manual pages from NetBSD, revised for FreeBSD slightly
Rodney W. Grimes
1993-08-28 12:41:23 +00:00
8373b81238
Changed MAXSSIZ from MAXDSIZ to 2MB
Rodney W. Grimes
1993-08-28 09:19:01 +00:00
990baf3006
Added targets crypt and non-crypt to make it easier to build the distributions. Now only populates $DESTDIR/dev if we are building the cdrom distribution, since this directory is populated by the install tools it was a conflict to have the dev entries in the full distribution as well.
Rodney W. Grimes
1993-08-28 03:33:06 +00:00
d1de7f30db
Revised headers from Julian. Support for generic scsi. Better audio support
Rodney W. Grimes
1993-08-28 03:10:05 +00:00
a3e4335498
Revised drivers from Julian. Support for generic scsi. Fixed scsi tape (st.c) problems with respect to multiple tar files on one tape. Now uses malloc of data structures to reduce static kernel size.
Rodney W. Grimes
1993-08-28 03:08:59 +00:00
6526fb8330
Revised drivers from Julian.
Rodney W. Grimes
1993-08-28 03:07:44 +00:00
b5bf8c098a
Added support for scsi/sg.c as cdev major 18.
Rodney W. Grimes
1993-08-28 03:06:59 +00:00
89bc97311a
xxxprobe now returns the correct number of I/O registers used so that the probe output during boot gives the I/O range instead of just the starting address
Rodney W. Grimes
1993-08-28 03:02:52 +00:00
d20b621b11
Renamed some files that were giving SUP trouble.
Andrew Moore
1993-08-27 22:15:16 +00:00
0bca9fd9dc
Only a single slash (/) is now necessary to repeat a search as per Theo's request. So the command: /pattern/;/ finds the second line containing "pattern" after the current line. Caveat: The commands st' and sr' are now both legal and have very different meanings. This is because ed(1) extends POSIX to include the old Berkeley syntax s[rgp]*. (So should two slashes still be required in the case of the substitute command, as SunOS ed does?)
Andrew Moore
1993-08-27 22:14:24 +00:00
6bef4df57c
prefixed inline functions' parameter names with _ and declared the return type explicitly.
Andrew Moore
1993-08-27 05:09:38 +00:00
17825e1736
Kernel support for ppp 1.3 + fixes
Rodney W. Grimes
1993-08-27 02:10:12 +00:00
5c25d42af9
Added usr/share/syscons.{fonts,keymaps} for the new syscons tools.
Rodney W. Grimes
1993-08-27 00:55:53 +00:00
22665bad1f
Added the following line to all the supplied config files to shut up the config program until this thing is fixed correctly.
Rodney W. Grimes
1993-08-26 17:55:59 +00:00
4d3ced8b84
Removed Chris D. added --unlink option since our tar does not understand it.
Rodney W. Grimes
1993-08-26 15:59:21 +00:00
926c5ffbf3
Removed LOCATIME and TZDIR stuff since it is now handled correctly by share/zoneinfo and was just duplicated here.
Rodney W. Grimes
1993-08-26 03:36:37 +00:00
2b881de69a
Added a real ugle hack so that cat, tar and gzip tools used to do the extract can be over writen. This is done by coping them to /tmp before the extract begins, running them from /tmp, then removing them after the extract has completed.
Rodney W. Grimes
1993-08-26 03:23:20 +00:00
95a36318cc
Removed mount -at ufs command, since it is now done by the .profile file left by inst1.install.
Rodney W. Grimes
1993-08-26 03:20:28 +00:00
f821ac3089
Added DEFBLOCKING to hold the default blocking factor after the question has been asked once. Disabled the ability to have different blocking factors on different partitions since this is known to trash the vm system.
Rodney W. Grimes
1993-08-26 03:16:51 +00:00
6d946b2e52
The release version of my package install suite. Please see man pages for info.
Jordan K. Hubbard
1993-08-26 01:19:55 +00:00
24a82630a2
adding fpgetround(3) IEEE floating point environment support
Andrew Moore
1993-08-25 09:01:44 +00:00
ad49b43628
Changed prompt from "> " to "kc > " so that it does not look like the halt prompt. Changed the prompt for destination of the kernel copy to be "copy kernel to > " so that it is clear what it wants..
Rodney W. Grimes
1993-08-24 19:55:16 +00:00
905ee1678d
Fix so that unit number 1 is found again.
Rodney W. Grimes
1993-08-24 19:41:58 +00:00
35a3da3475
Changed -r /fastboot to -e /fastboot. File just needs to exist for fastboot. Otherwise, doesn't work for non-root owner of /fastboot.
Steven Wallace
1993-08-24 06:15:36 +00:00
237fbcc806
Corrected off by 2 error in DELAY macro (it was delaying for 2 * value). From Bruce Evans.
Rodney W. Grimes
1993-08-24 01:24:43 +00:00
f8851ba62f
Changed install -o root -g bin to -o ${BINOWN} -g ${BINGRP} on the header install commands to be consistent with other header files.
Rodney W. Grimes
1993-08-23 05:26:19 +00:00
9f07bdff86
Added kc-kernel target that builds both GENERICAH and GENERICBT kernels. Added kc-floppy that does the common part of building the kc floppies. Added kc-bt-floppy to build GENERICBT kernel floppy. Fixed kc-ah-floppy to use kc-floppy.
Rodney W. Grimes
1993-08-22 10:20:05 +00:00
f254020327
Some more small nits in the printf's fixed.
Rodney W. Grimes
1993-08-22 10:00:16 +00:00
2365e64f8b
New kernel config file for checking out the kernel sources. It does pulls in every thing that is known to work, and a lot of things that don't!
Rodney W. Grimes
1993-08-22 02:59:49 +00:00
de3755e751
Moved if_we.c to be back in alphabetic order..
Rodney W. Grimes
1993-08-21 23:52:36 +00:00
452743e9f7
Update to be a clone of GENERICAH, but for syscons driver.
Rodney W. Grimes
1993-08-21 23:48:06 +00:00
a62a649d23
Added Id: string
Rodney W. Grimes
1993-08-21 23:47:20 +00:00
67126047f2
Updated GENERICAH to be more current, new kernel GENERICBT for bt/uha systems cloned from new GENERICAH.
Rodney W. Grimes
1993-08-21 23:46:42 +00:00
6068842d3a
Removal of patch kit header, removal of old scsi as device, added Id:
Rodney W. Grimes
1993-08-21 22:20:50 +00:00
296cbdb15b
Fixed printf's so that they announce them selfs correctly (ie aha%d: before every error message and every probe message).
Rodney W. Grimes
1993-08-21 20:01:59 +00:00
c0bed0d8ae
more cleanup (e.g., root and swap partitions are mandatory, not root and /usr) no functional change
Andrew Moore
1993-08-20 21:47:42 +00:00
aeb14f134e
added big loop to allow redoing the configuration
Andrew Moore
1993-08-20 18:07:39 +00:00
3c742f974a
Added from: line to reference the pccons.c derivation of this code, otherwise the BSD copyright would be very bad to have on this file.
Rodney W. Grimes
1993-08-20 17:19:29 +00:00
104464e053
added default answers changed units from sectors to cylinders
Andrew Moore
1993-08-20 17:17:04 +00:00
12a53a9e4d
Enabled call to sddump so that if you have options SCSIDUMP in your kernel you'll get to the dump code. If you don't trust this on your disk also add option NOT_TRUSTED, that disables the dump code, but prints out what it WOULD do it it was going to scrible on your disk.
Rodney W. Grimes
1993-08-20 12:51:53 +00:00
e5cf9f6134
Update scsi code to the latest from Julian. This code is now identical to the last copy from Julian. After this commit I will be commiting the local fixes and makeing diffs to send back to Julian so he can update his code.
Rodney W. Grimes
1993-08-20 09:23:30 +00:00
b6105e6d2a
Update scsi code to the latest from Julian. This code is now identical to the last copy from Julian. After this commit I will be commiting the local fixes and makeing diffs to send back to Julian so he can update his code.
Rodney W. Grimes
1993-08-20 09:21:40 +00:00
3c4067ef4d
Update scsi code to the latest from Julian. This code is now identical to the last copy from Julian. After this commit I will be commiting the local fixes and makeing diffs to send back to Julian so he can update his code.
Rodney W. Grimes
1993-08-20 09:14:22 +00:00
b648f67ad6
Moved /sys/scsi code files information to independed files file where it should have always been.
Rodney W. Grimes
1993-08-20 08:53:08 +00:00
5bb374bc76
patch 1of2 to prevent kill -1 syslogd from hanging the console blindly applied patch provided by Christoph Robitschko: *** cons.c.orig Sat Jun 12 07:57:53 1993 --- cons.c Thu Aug 19 22:34:53 1993 *************** *** 56,61 **** --- 56,62 ---- #include "sys/tty.h" #include "sys/file.h" #include "sys/conf.h" + #include "sys/vnode.h"
Andrew Moore
1993-08-20 05:46:09 +00:00
79601a3464
chess is now in src/gnu, moved here from src/games
Rodney W. Grimes
1993-08-20 03:23:17 +00:00
e1f941aa67
Added libg++ since it is now in src/gnu
Rodney W. Grimes
1993-08-20 03:06:18 +00:00
382e228bdd
Removed gcc1 from top level make file, moving gcc1 to ports, gcc is becoming the system default compiler. The move of gcc1 in the cvs repository will be done specially to retain all history. You will only see a commit message for it's removal, the addition of it to ports will be done, you just won't see the commit.
Rodney W. Grimes
1993-08-20 01:24:09 +00:00
7aed710168
added Bustek 545 support (patch from Christoph Robitschko): *** aha1542.c~ Thu Aug 19 14:25:33 1993 --- aha1542.c Thu Aug 19 14:25:49 1993 *************** *** 954,959 **** --- 954,960 ---- printf("aha%d:",unit); #define PRNT(x) printf(x) #endif __386BSD__ + DELAY(1000); /* for Bustek 545 */ aha_cmd(unit,0, sizeof(conf), 0 ,&conf, AHA_CONF_GET); switch(conf.chan) {
Andrew Moore
1993-08-19 21:32:59 +00:00
a6f63b5a84
Replaced empty manual page with one that has atleast some of the stuff in it. From: Andreas Schulz <ats@g386bsd.first.gmd.de>
Rodney W. Grimes
1993-08-17 20:16:19 +00:00
55c497bf15
1003.2 requires that lexical comparisons be done in locale specific manner, so we have to use strcoll() instead of strcmp(). 1003.2 requires that a null string be returned if a string does not match a \( \) subexpression. Replaced fprintf/exit with calls to err and errx as appropriate.
J.T. Conklin
1993-08-17 16:06:00 +00:00
3e0ac24dc1
SRCS should contain *.c's, not *.o's.
J.T. Conklin
1993-08-16 16:22:34 +00:00
9c5df0ae70
Nullify pattern after failed regcomp
Andrew Moore
1993-08-16 09:30:18 +00:00
8bb722a390
add more notes and examples
Andrew Moore
1993-08-15 07:11:52 +00:00
d16a3ea75e
Removed Jordan's DO_LINKS from the Makefile, since this behavior is not 'normal' CVS behavior, and we've never used nor depended on it. (And at times I've gotten bit by it)
Nate Williams
1993-08-14 22:00:14 +00:00
21ee46c794
Wrong path for uucp login, was /usr/lib instead of /usr/libexec. Fixed
Rodney W. Grimes
1993-08-13 23:07:31 +00:00
0690e31f5d
Fixed entry for t9600, baud rate was 19200, should be and now is 9600.
Rodney W. Grimes
1993-08-13 23:05:49 +00:00
f5e6a77bff
Commented out installation of /var/log/lastlog: The problem with having it enable is that lastlog grows big, none of the current scripts deal with rotation of /var/log/lastlog, so it shouldn't necessary be installed at first. This has traditionally been something the sysadmin has had to touch after system installations.
Rodney W. Grimes
1993-08-12 15:20:56 +00:00
853f272a0a
/etc/termcap is now created as a symlink to /usr/share/misc/termcap, fixed creation of link for /etc/localtime.
Rodney W. Grimes
1993-08-12 14:51:09 +00:00
3b3837db61
Fixed poor timeout code in out_fdc. The timeout counter was not being reinitialized between while loops. Added comments about what was going on in the out_fdc routine.
Rodney W. Grimes
1993-08-12 09:21:20 +00:00
70ce04ee23
Added 3 targets (kc-ah-floppy, inst1-floppy, inst2-floppy) which build 3 of the 4 needed floppies for FreeBSD.
Rodney W. Grimes
1993-08-12 07:18:34 +00:00
44a8c7b9da
Heavily modified from NetBSD sources to FreeBSD, many fixes and enhancements, now users cpio instead of tar. All displayed references to NetBSD changed to ${OPSYSTEM}, OPSYSTEM=FreeBSD.
Rodney W. Grimes
1993-08-12 07:14:23 +00:00
e36cdb2855
Due to broken pwd_mkdb always wanting to do it's work in /etc I have had to add this file to src/etc, and do a special case install of it to get things working right.
Charlie Root
1993-08-11 13:23:23 +00:00
9110d05d4a
Initial import of NetBSD install2 floppy .profile
Charlie Root
1993-08-11 12:51:37 +00:00
27f5b54817
Initial import of NetBSD install2 floppy /install script
Rodney W. Grimes
1993-08-11 12:30:59 +00:00
ac3c7d3cff
Changed printing messages to refer to ${OPSYSTEM} instead of NetBSD. Comments left intact.
Rodney W. Grimes
1993-08-11 12:30:00 +00:00
6ad76e8d8e
Import of NetBSD inst1.fs floppy /.profile and /install scripts
Rodney W. Grimes
1993-08-11 02:06:14 +00:00
42cee3fad0
Added support to build i386-kc_floppy:, kernel copy floppy for FreeBSD. Added support to build and install GENERICISA kernel in the binary distribution.
Rodney W. Grimes
1993-08-10 14:22:34 +00:00
de34766adc
Corrected kernel name from newbsd to 386bsd, it now works.
Rodney W. Grimes
1993-08-10 14:16:33 +00:00
1d63569dcb
Initial import of .profile from NetBSD Kernel Copy Floppy, to be used in building FreeBSD Kernel Copy Floppy.
Rodney W. Grimes
1993-08-10 12:20:12 +00:00
ae253c20de
Disabled the scan for SCCS checked out files since it was broken and caused error messages to be mailed, and FreeBSD does NOT have SCCS, we use CVS!
Rodney W. Grimes
1993-08-10 11:35:46 +00:00
6ee39ff534
Miss spelled backups in BSD.var.dist, should have been backups, was backup.
Rodney W. Grimes
1993-08-10 11:14:54 +00:00
59a2f32435
Added ntp 123/udp # Network Time Protocol for xntp usage since this is a well known service.
Rodney W. Grimes
1993-08-10 11:03:56 +00:00
0ef0620351
The fdisk man page doesn't show correctly the usage possibilities of fdisk. It was missing the disk argument.
Rodney W. Grimes
1993-08-10 10:31:35 +00:00
1acce5a995
Removed one more reverence to the old Adaptec 1542b as.c driver, one less dependent for autoconf.c.
Rodney W. Grimes
1993-08-10 10:18:33 +00:00
5a5100e3af
added (unsiged) cast to avoid int overflow removed REGEX directive
Andrew Moore
1993-08-09 21:34:11 +00:00
a08d4ed348
Finish removal of reminents of as.c Adaptec scsi driver.
Rodney W. Grimes
1993-08-09 19:02:21 +00:00
94f07b5b72
Moved make copies of src/includes to be after the top level make install so that the binary distribution ends up with full blown include files.
Rodney W. Grimes
1993-08-09 18:39:50 +00:00
1ce6e34045
Moved _eintr{names,cnt} so that vmstat -i does not report all the debugging stuff of the fast interrupt code.
Rodney W. Grimes
1993-08-09 18:20:26 +00:00
35a3a8d75c
Fixed install of ${FREEBSD}, forgot to do a install -c so it removed the files from src on the install of them!
Rodney W. Grimes
1993-08-09 17:29:20 +00:00
f9b4e35433
Added installation of CONTRIB.386BSD CONTRIB.FreeBSD and COPYRIGHT to / when building a distribution for the i386 case. This keeps us from violating Berkeley's and Bill Jolitz's copyrights.
Rodney W. Grimes
1993-08-09 17:02:17 +00:00
cd41d9bac8
Due to the bug with the console drivers and kill syslogd I have disabled that in the daily and weekly scripts so that we don't get bug reports about something we already know. There are explanory comments in the files.
Rodney W. Grimes
1993-08-09 15:18:02 +00:00
fc1fd08682
Removal of support for old scsi as.c driver, removal off old unneeded kernel config files since AH?TEST are now supported by GENERICISA, and the others used the old as driver they are no longer valid.
Rodney W. Grimes
1993-08-09 14:39:37 +00:00
1a2659b6e6
Fixed spelling error in ifconfig line for ed0, from netwask to netmask
Rodney W. Grimes
1993-08-09 09:14:47 +00:00