2e38124735
Removed man.conf since it is no longer used by the new manual page system
Rodney W. Grimes
1993-08-08 09:27:53 +00:00
0f5b6b9987
Fixed for DQFLQUIET flag from: Terry Lee <terry@uivlsisd.csl.uiuc.edu> I submitted the part of patch00155 that fixes wd.c not reporting any bad blocks. Unfortunately, the patch created a new problem that makes new installations using that kernel impossible. I have included a patch below that should fix both problems. The fix comes from Tom Ivar Helbekkmo's wd driver (the Norway wd driver). I've also eliminated the use of the DKFL_QUIET flag completely, since it is not used anymore.
Rodney W. Grimes
1993-08-08 07:03:21 +00:00
3db77f6ee9
Removed the asking for a root file system when booting from floppy as that is now handled by the new boot blocks immediatly after the kernel is loaded.
Rodney W. Grimes
1993-08-08 06:24:15 +00:00
7e00252602
Added printf for cases AHB_ASN (async even notification) and AHB_HW_ERR so that we are notified when these events occur. This may lead us to the cause of certain AHB timeout/lockup problems.
Rodney W. Grimes
1993-08-08 04:46:37 +00:00
7ad97ad453
Changed afterintall: target to beforeinstall: so that it is easy to get the regex.h header file installed.
Rodney W. Grimes
1993-08-08 04:38:56 +00:00
8843e04abc
This is GNU cpio 2.3. It handles tar files and is fully compatible with SYSV cpio. It's also supposed to integrate rmt support, though I haven't tried this.
Jordan K. Hubbard
1993-08-07 22:33:48 +00:00
db8789d38e
Added target for cpio.
Jordan K. Hubbard
1993-08-07 22:30:36 +00:00
fb7cd0676b
Fixed daily so that it no longer does accounting since FreeBSD does not yet have the accounting stuff in it. Disabled ncheck search in security due to missing ncheck.
Rodney W. Grimes
1993-08-07 09:58:37 +00:00
3c37182747
Added var/backup for daily scripts
Rodney W. Grimes
1993-08-07 09:49:30 +00:00
f1d678eac9
Fixed manual page names from .0 to .8.
Rodney W. Grimes
1993-08-06 23:38:29 +00:00
fdb2069e27
Since there are no c sources in this directory we need a null depend: target. I added this.
Rodney W. Grimes
1993-08-06 23:28:02 +00:00
d7933e73a3
FreeBSD doesn't define sig_atomic_t in <signal.h> like it should...
J.T. Conklin
1993-08-06 16:49:30 +00:00
3fcadce583
Have rlog output be much easier to parse. (Added one line which is not used by any CVS/RCS commands)
Nate Williams
1993-08-06 16:47:16 +00:00
903a4691a3
Removed tabs from the front of XXU: messages to make it fit the other messages closer. Added missing new line to the message about to many scsi cd drives.
Rodney W. Grimes
1993-08-06 12:11:52 +00:00
2ea3f75bd2
Fixed **probing for scsi devices** message to have a controller and unit message on the begining of it: aha0: **probing for scsi devices**
Rodney W. Grimes
1993-08-06 11:59:06 +00:00
a5ebd84e62
Taylor UUCP 1.04
J.T. Conklin
1993-08-05 18:28:27 +00:00
4ff3cd9d3d
Fix the problem where newvers gets called every time make is run on the kernel.
Nate Williams
1993-08-04 23:51:59 +00:00
501584c759
Cleaned up the Makefile to look nicer and not require a lot of hacks
Nate Williams
1993-08-04 21:00:46 +00:00
9e5ebc8c71
Added man page - it looks a little odd in places (the 'i' and 'o' commands), but this is the way it looked in the texinfo docs so I stayed faithful to RMS's original presentation.
Jordan K. Hubbard
1993-08-04 17:51:47 +00:00
ea76af5346
Added install of /var/cron/log. Made it clean up in /sys/i386/boot after building and installing the boot blocks. Moved the cd ..; make install to be after the special case stuff for sendmail. Added the installation of tcpproto.cf as /etc/sendmail.cf
Charlie Root
1993-08-03 17:42:35 +00:00
470210e2dc
dc has no man page, so add NOMAN to Makefile
Nate Williams
1993-08-03 16:35:31 +00:00
8beb755231
Added libregex to Makefile
Rodney W. Grimes
1993-08-03 03:32:24 +00:00
db267812a6
Default BLOCKSIZE for root is K-Blocks
Nate Williams
1993-08-02 22:50:43 +00:00
fa8a060ea6
Removed default 1K behavior from /etc/csh.login, but put comments stating how to get 'old' BSD behavior
Nate Williams
1993-08-02 22:46:06 +00:00
26c3bd8f8f
Set the BLOCKSIZE to K so that du/df/swpainfo all returns the amount of 1K blocks and not 512 byte blocks.
Nate Williams
1993-08-02 21:25:29 +00:00
774839c35a
Removed df/du aliases, will make them more global and use BLOCKSIZE environment variable
Nate Williams
1993-08-02 21:23:27 +00:00
a236d4b122
Put back the du -k and df -k flags since POSIX says they should still work, and Nate is fixing them to work.
Rodney W. Grimes
1993-08-02 21:04:36 +00:00
22a102fb97
Remove GNU regex.[ch] and use system's regex library. The library is still GNU regex for now, but will be replaced as soon as an alternative is made availiable.
J.T. Conklin
1993-08-02 16:57:26 +00:00
b5a50652cc
Remove -I${.CURDIR}, as we now use system's regex.h
J.T. Conklin
1993-08-02 16:43:54 +00:00
fa5e9643ff
Use ./foo.sh, so scripts work if . is not in $PATH.
J.T. Conklin
1993-08-02 16:42:08 +00:00
7a77680068
Use system's posix compliant regex library (GNU regex for now).
J.T. Conklin
1993-08-02 16:40:59 +00:00
0d1a37c0f1
* Fixed problem where some rev 8013EBT boards want the DCR_LS flag * set in order to work in 16bit mode.
David Greenman
1993-08-02 10:36:05 +00:00
9f12b7bf9a
Removed as0 and as1 from the all case since these are obsolete (use sd0...)
Rodney W. Grimes
1993-08-02 10:16:10 +00:00
67c386d827
added dc to gnu/Makefile
Andrew Moore
1993-08-02 02:27:17 +00:00
30c9ac0b78
Removed aliases of df -> df -k and du -> du -k, as the k option is not supported in the new df and du code, use setenv BLOCKSIZE 1024 to get the same effect.
Rodney W. Grimes
1993-08-01 00:40:29 +00:00
e20f62775f
adding GNU dc ("desk calculator")
Andrew Moore
1993-07-31 01:10:24 +00:00
6eefa612a9
GNU Regex 0.12
J.T. Conklin
1993-07-30 20:16:53 +00:00
ff5c17099b
Changeing the /sys link target from usr/src/sys.386bsd to usr/src/sys also changes its length from 18 to 12.
Rodney W. Grimes
1993-07-30 15:09:40 +00:00
3e7a5d3d62
Removed vty04 from sh MAKEDEV all since that casued root login problems on the console if you do not run codrv.
Rodney W. Grimes
1993-07-30 11:00:54 +00:00
4f9da52127
Fixed com1 -> com00 since com ports are 0 based.
Rodney W. Grimes
1993-07-30 10:58:46 +00:00
1172bacb07
Whoops - try again. Include safeties.
Jordan K. Hubbard
1993-07-30 10:57:09 +00:00
5cd488dfd0
Forgot to fix com01 -> com00, and added com02 and com03
Rodney W. Grimes
1993-07-30 10:56:34 +00:00
a1fea88be2
Replaced console with vga.
Rodney W. Grimes
1993-07-30 10:55:24 +00:00
c8fadf0180
Now have very necessary include safety checks
Jordan K. Hubbard
1993-07-30 10:51:58 +00:00
c3b435bb51
Updated syscons to 0.2b - please test this! It won't be in the ALPHA release, but it's still worth testing.
Jordan K. Hubbard
1993-07-30 02:20:26 +00:00
e5d2fcc149
Free'd up major number assigned to codrv.
Jordan K. Hubbard
1993-07-30 00:57:06 +00:00
e483a5b233
Removed entries for codrv, nuked sample config file since no longer necessary.
Jordan K. Hubbard
1993-07-30 00:56:31 +00:00
222c6cb757
Added a default host.conf (gethostnamadr() name resolver) which declares to resolve all names via bind first and then try /etc/hosts.
Nate Williams
1993-07-29 18:30:36 +00:00
02e451a8a9
Syncing our sources back with Julian's, and removing PATCHKIT headers.
Nate Williams
1993-07-29 11:55:37 +00:00
d97875d4b0
Removed PATCHKIT headers and updated our sources to Julian's with our patches back in. Major changes to the Bustek driver and the Tape driver, the rest are minor.
Nate Williams
1993-07-29 11:49:13 +00:00
c0307f56ea
The updated mtree changed a couple things which required changes in the mtree files.
Nate Williams
1993-07-28 01:53:52 +00:00
f798d06073
fts(3) integration patches
Nate Williams
1993-07-28 01:42:17 +00:00
16b2e59175
Added README which explains the copyright status of getopt(1)
Nate Williams
1993-07-27 17:24:17 +00:00
6e6e120d7a
There was additional cruft at the bottom on the man page.
Nate Williams
1993-07-27 17:08:57 +00:00
269312019a
* Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, profiling, and various protection checks that cause security holes and system crashes. * Changed min/max/bcmp/ffs/strlen to be static inline functions - included from cpufunc.h in via systm.h. This change improves performance in many parts of the kernel - up to 5% in the networking layer alone. Note that this requires systm.h to be included in any file that uses these functions otherwise it won't be able to find them during the load. * Fixed incorrect call to splx() in if_is.c * Fixed bogus variable assignment to splx() in if_ed.c
David Greenman
1993-07-27 10:52:31 +00:00
af7f5fbec0
changed BINMODE= 6555 and CATMODE= 0664
Andrew Moore
1993-07-27 03:28:32 +00:00
49386830c3
* Added include of systm.h to pick up inlined min/max/bcmp if you have * them in cpufunc.h. Modified wait loop in reset to look a little better. * Added read for talley counters to prevent an infinite loop on old * 8003E's if they (the counters) overflow.
David Greenman
1993-07-27 03:13:50 +00:00
e5082edc10
Added setreuid() calls so that shell escapes work. The effective ID's need to be set to the real ID's before invoking a shell for security reasons.
Andrew Moore
1993-07-27 02:54:46 +00:00
08cbe8b148
Changed sys.386bsd to sys
Nate Williams
1993-07-26 22:46:16 +00:00
add6d758b6
Added Charles changes for GCC@ symbols.
Paul Richards
1993-07-26 22:40:41 +00:00
b37b9a6d2d
Added getopt(1) from NetBSD
Nate Williams
1993-07-26 22:22:37 +00:00
0f8495d03c
Sample kernel config for syscons.
Jordan K. Hubbard
1993-07-26 21:27:38 +00:00
916347f77e
Added necessary files for syscons (may move font include later, but for now it's easier to leave there since I don't feel like breaking anything).
Jordan K. Hubbard
1993-07-26 21:21:11 +00:00
37338777df
Added entry for syscons.
Jordan K. Hubbard
1993-07-26 21:19:30 +00:00
266f6fdff9
updated man to use more as the default pager
Andrew Moore
1993-07-26 19:41:13 +00:00
d0338d9612
Fixed logic problem which caused a bogus value to be written to the 3c503 asic register even if the board isn't a 3c503. This caused old 8003E's not to work because they ignore IO address bits >10bits and the 3c503 asic is located at +0x400....the offset was ignored by the 8003E and so the value was written to one of the NIC registers. The bug was discovered by Wolfgang Solfrank.
David Greenman
1993-07-25 23:43:30 +00:00
1b7072f477
changed find . -name '*' to find . -type f
Andrew Moore
1993-07-24 03:41:41 +00:00
f48c5293f6
add links to ../
Andrew Moore
1993-07-23 21:29:57 +00:00
3244235258
Added ${DESTDIR} to all the naked install commands w/out them.
Nate Williams
1993-07-23 08:23:19 +00:00
47dee7af0b
Changes to make `maninstall' work.
Jordan K. Hubbard
1993-07-23 02:58:20 +00:00
9bd9789ec0
Added Christoph Robitschko's catman
Jordan K. Hubbard
1993-07-23 02:36:24 +00:00
5bd44448a9
Very small patch from Julian Elischer to make the ultra14f.c driver work with the 34f as well.
Rodney W. Grimes
1993-07-22 00:56:23 +00:00
c1b5908979
install new manual page
J.T. Conklin
1993-07-21 23:07:02 +00:00
c9fe00dc0b
Update to my latest expr (fixes bugs with comparison and matching operators) Add man page I wrote.
J.T. Conklin
1993-07-21 22:56:14 +00:00
d696f8b647
Removed manpath.1 and added CLEANFILES directive to Makefile since it's made automagically.
Nate Williams
1993-07-21 21:37:54 +00:00
7784cc2f09
Made makewhatis installed as 555 so that people could actually run it.
Nate Williams
1993-07-21 21:37:20 +00:00
4a5e9a2017
added mandoc macro support; each name now generates a separate whatis data base entry
Andrew Moore
1993-07-21 21:08:32 +00:00
2aaed01e05
One last thing for making sure it works.
Nate Williams
1993-07-21 20:48:37 +00:00
caa40a118a
Changes to allow man to work with or without obj dirs.
Jordan K. Hubbard
1993-07-21 17:18:04 +00:00
31e73a990a
Fixed attach printfs for new format (thanks Chris)
Paul Richards
1993-07-21 06:07:58 +00:00
d55523f96b
Added statistical counters ipackets,opackets etc.
Paul Richards
1993-07-21 04:18:47 +00:00
9f2e9809a2
Libcrypt upgrade
Nate Williams
1993-07-20 23:49:11 +00:00
69a164c5e3
Added config file override for memory size and added flags to force 8bit or 16bit operation, and a flag to disable transmitter double buffering. See the updated "ed.relnotes" file for information about how to set the flags. This should be considered the first "production" release. It still needs a manual page, though.
David Greenman
1993-07-20 23:16:50 +00:00
7b0d50fdfe
Libcrypt upgrade
Nate Williams
1993-07-20 22:57:03 +00:00
3eed882fa1
TCPDUMP was installing in /usr/local/bin, changed to /usr/sbin.
Rodney W. Grimes
1993-07-20 19:38:44 +00:00
05b5f220a8
Fixed installation of sendmail. cd'ed to wrong directory. Now works correctly.
Rodney W. Grimes
1993-07-20 18:20:56 +00:00
242029ec9e
Added .if ${MACHINE} == "i386" section to do install of boot blocks, all standard tools, copies of include files, and sendmail.
Rodney W. Grimes
1993-07-20 16:04:11 +00:00
3b1dcbdd1a
The install of manpath.config did not have a ${DESTDIR} in it. These are needed on all install commands in Makefiles!
Rodney W. Grimes
1993-07-20 02:13:11 +00:00
ba52f64934
Applied Andrew's patch to fix loop-on-logout problem.
Jordan K. Hubbard
1993-07-20 02:06:49 +00:00
c58613f344
Changed comment relating to memsize to be a little less misleading.
Jordan K. Hubbard
1993-07-20 02:02:12 +00:00
2a1e5244b2
Fixed to allow iosiz config parameter to override what was (for me, incorrectly) probed. This allows you more flexibility in getting weird WD 80x3 clones to work.
Jordan K. Hubbard
1993-07-20 01:39:24 +00:00
64784fa9e8
Since pwd_mkdb always works in /etc no matter what I added pwd.db and spwd.db that are created from the template master.passwd to src/etc so that a build distribution can populate /etc correctly. This is a work around until a better solution can be found.
Rodney W. Grimes
1993-07-20 01:23:28 +00:00
bb5d729efe
Removed check for interrupting board before interrupts were enabled. This should result in more AST clones getting seen.
Jordan K. Hubbard
1993-07-20 00:22:30 +00:00
5f021e6ca8
The man page is now in two places, both in the DOCUMENTATION directory and the source directory, but there isn't a very portable way of creating it w/out writing to the source directory, so I just copied it.
Nate Williams
1993-07-19 23:40:05 +00:00
54d88c88d6
Pulled in patch kit 0.2.4 netstart, added ifconfig ed0 line. This is a crock so I can get the binaries released.
Rodney W. Grimes
1993-07-19 21:08:53 +00:00
ca8687bd42
Fixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD.
Rodney W. Grimes
1993-07-19 21:05:58 +00:00
15771e3683
Fixed /dev/fd to be owner bin group bin mode 555 per the /dev/MAKEDEV script
Rodney W. Grimes
1993-07-19 19:49:45 +00:00
0a71fe694b
From NetBSD, copied verbatium. May need some work yet.
Rodney W. Grimes
1993-07-19 19:14:45 +00:00
7ed4398e92
New file from NetBSD, for when we get ready for the rpc code.
Rodney W. Grimes
1993-07-19 19:13:15 +00:00