Rodney W. Grimes
58f0484fa2
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
Rodney W. Grimes
fb49e767ba
Cast arguments to timeout() to quite compiler warnings. Should we
...
change all of these to be timeout_funt_t and remove the casts and
typedef?
Remove secound argument (uban) from ifp->if_reset routines since it is now
obsolete.
Reviewed by: David Greenman
1994-05-27 04:02:10 +00:00
Geoff Rehmet
21b2d32daf
My last fix broke things more, thanks to Paul Traina for pointing that out!
1994-05-26 20:16:49 +00:00
Rodney W. Grimes
fb502a37dc
Update the Makefile to work correctly when copying and/or symlinking
...
/usr/include.
Make comment about mp.h missing and remove it from the list of files.
Fix installation of ufs include files as this is now a tree ufs/{ffs,lfs,
mfs,ufs}.
Make setting of SHARED optional by makeing it SHARED?=.
Comment out installation of X11 includes since it does not work
for XFree86 until we get XFree86 to install as /usr/X11.
Update _PATH_UNIX to be /kernel. Remove /usr/{contrib,old}/bin from
_PATH_STDPATH.
1994-05-26 13:48:52 +00:00
Rodney W. Grimes
c7cb9b9654
SYSCONS is no longer needed since pccons has been removed.
...
Update the GENERIC* to have the new file system options and the new kernel
name.
Fix the clean target in Makefile.i386 to rm kernel instead of 386bsd.
1994-05-26 13:38:01 +00:00
Rodney W. Grimes
35c2e6db96
Since we have removed com.c and renamed comreg.h to sioreg.h I need to
...
fix sio.c to #include sioreg.h.
1994-05-26 13:31:40 +00:00
Rodney W. Grimes
d5d6e3f5d0
Fix some references to MIN() and MAX() that have been replaced by min() and
...
max().
1994-05-26 13:30:20 +00:00
Rodney W. Grimes
4eaaddb7ff
Upgrade config to be compatible with our i386 port, pull in 95% of the
...
changes that have been made in FreeBSD 1.x, except for possibly the nfs
diskless support this is a completed config.
1994-05-26 13:24:02 +00:00
David Greenman
d4d0967e5b
Added missing ntohl()'s that are needed before calling IN_MULTICAST in
...
a couple of places.
Submitted by: Johannes Helander
1994-05-26 09:51:33 +00:00
David Greenman
594110fe18
Moved header definitions to buf.h, and added missing splx() - found
...
by Johannes Helander.
1994-05-26 08:45:29 +00:00
Geoff Rehmet
29e950a20d
Bump all minor nos. of libs in /usr/src/gnu/lib.
...
shlibs are now version 1.1
1994-05-26 08:17:25 +00:00
Geoff Rehmet
f38100393f
>From Jordan
...
Fix braindeadness in my makefile
1994-05-26 07:52:23 +00:00
Rodney W. Grimes
3219c922a9
BSD 4.4 Lite sbin -> usr.sbin Sources
...
Note: The sources for XNSrouted and routed are being imported to usr.sbin
instead of sbin.
1994-05-26 06:39:07 +00:00
Rodney W. Grimes
8fae3551ec
BSD 4.4 Lite sbin Sources
...
Note: XNSrouted and routed NOT imported here, they shall be imported with
usr.sbin.
1994-05-26 06:35:07 +00:00
Rodney W. Grimes
4b88c807ea
BSD 4.4 Lite bin Sources
1994-05-26 06:18:55 +00:00
Rodney W. Grimes
02fab103c2
Got this fix from think.com:
...
The following two patches should allow the documented "-I !" option to
skip the ignore lists and import/update all files in the directory.
I need it to force certain files to import (ie, csh.a which is part of
the csh documentation).
1994-05-26 06:06:47 +00:00
Rodney W. Grimes
dea673e932
BSD 4.4 Lite usr.sbin Sources
1994-05-26 05:23:31 +00:00
Andrey A. Chernov
40a845cd5b
Fix -z key, patch from Taylor
1994-05-25 20:14:52 +00:00
Andrey A. Chernov
120a306987
Documentation added
1994-05-25 19:04:00 +00:00
Satoshi Asami
5edd12d270
The environment variable PKG_PREFIX is set to the first @cwd command
...
in the packing list, or the argument to -p if it is specified, before
the requirements/installation/deinstallation scripts are called. This
enables the scripts to be written to work on the final installation
destination, even if the user uses -p to override the package's default.
1994-05-25 18:00:04 +00:00
Rodney W. Grimes
26f9a76710
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
...
Reviewed by: Rodney W. Grimes
Submitted by: John Dyson and David Greenman
1994-05-25 09:21:21 +00:00
Jordan K. Hubbard
dbda0ec78e
Change Header to Id.
1994-05-25 06:28:14 +00:00
Jordan K. Hubbard
4e8667ba2c
Add new find_plist() function.
1994-05-25 06:27:24 +00:00
Jordan K. Hubbard
b6532a528a
Change in_plist() call to find_plist().
1994-05-25 06:24:41 +00:00
Jordan K. Hubbard
b2f6083aad
Remove find_name(), replace with more generic find_plist() function.
1994-05-25 06:24:18 +00:00
Rodney W. Grimes
6cda32c071
BSD 4.4 Lite Kernel Sources
1994-05-25 01:34:38 +00:00
Rodney W. Grimes
df8bae1de4
BSD 4.4 Lite Kernel Sources
1994-05-24 10:09:53 +00:00
Rodney W. Grimes
59deaec541
BSD 4.4 Lite Include Sources
1994-05-24 09:57:34 +00:00
Rodney W. Grimes
628b2ef68c
Got this from think.com, nice patch to add Index: lines to cvs diff output
...
so you can put it right into patch.
Patch by Brian Berliner.
1994-05-24 08:16:26 +00:00
Rodney W. Grimes
b0ca86919b
Enhancements to use now -K option to rcs so that certain keywords are
...
NOT touched by cvs. Only takes effect if -DFREEBSD_DEVELOPER, and installs
as ncvs when this is defined. You must also have the changes to rcs
for this to work.
1994-05-24 08:11:37 +00:00
Jordan K. Hubbard
c783dff047
Get us closer to being able to install on the second drive.
1994-05-24 08:09:49 +00:00
Andrey A. Chernov
4039f70287
Fix catman to produce zipped cats, like man does.
...
In other (old) case we have both kind of cats at once.
1994-05-23 22:13:36 +00:00
Andrey A. Chernov
b04a36b2c2
Path of uucp lock/temp corrected
1994-05-23 11:22:10 +00:00
Joerg Wunsch
538788f367
Make use of the new FDOPT_NORETRY facility. It does not make sense to
...
verify formatted tracks with fully retryng. The head should not be moved
in either case.
Also some minor copyright cleanup.
1994-05-22 17:43:34 +00:00
Geoff Rehmet
3074d43922
Add some clarifications to lpt manpage,
...
remove lpa manpage.
1994-05-22 12:29:21 +00:00
Rodney W. Grimes
26ceed66d4
Fix all the sound devices to NOT have the absolute path /dev, the makes for
...
missing device files in releases!!
1994-05-21 08:55:52 +00:00
Jordan K. Hubbard
7a7d4eea40
Gordon Burditt <gordon@sneaky.lonestar.org>
...
Fix ownership of catpages, make ~uucp/uucppublic really public.
1994-05-20 22:50:37 +00:00
Satoshi Asami
54685a8efa
Typo (pkg_add => pkg-add).
1994-05-20 19:35:33 +00:00
Satoshi Asami
da239ee1ba
Make clear what arguments the "require" script gets.
1994-05-20 19:34:44 +00:00
Satoshi Asami
45597cd27f
Make clear what arguments the "require" package gets (the original didn't
...
make any sense, with a ".b" instead of ".B" in front of "INSTALL"!).
1994-05-20 19:33:08 +00:00
Søren Schmidt
f4f09149e5
Fixed Id string
1994-05-20 12:24:15 +00:00
Søren Schmidt
ee5676a0ae
Added prober Id string
1994-05-20 12:22:40 +00:00
Jordan K. Hubbard
b4b08b2982
Latest error correction code from Steve Gerakines
1994-05-20 10:09:46 +00:00
Guido van Rooij
dbd34b8383
Put md5.c copyright on md4.c. I contacted RSA inc. for that some time ago
...
but forgot to do it.
-Guido
1994-05-20 06:44:56 +00:00
Andrey A. Chernov
8ada725ee1
Fix multiply slash problem
1994-05-20 00:34:30 +00:00
Jordan K. Hubbard
382bb6cf5d
Wait a much longer time for slow devices like CD multichangers to timeout
...
(by request of Horo Hideo).
1994-05-19 22:21:05 +00:00
Andrew Moore
6a87350c4e
Add `-h' option to force tar to follow symbolic links
1994-05-19 18:27:41 +00:00
Guido van Rooij
110af3d672
1) Added s/key support .
...
2 Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
for the logging and access control features.
-Guido
1994-05-19 18:13:11 +00:00
Guido van Rooij
9eb28b5fde
1) Added s/key support .
...
2 Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
for the logging and access control features.
-Guido
1994-05-19 18:06:46 +00:00
Jordan K. Hubbard
0c8096059c
A perfectly good libgnuregex.a and you can't use it! No header was being
...
installed. Do so now as gnuregex.h
1994-05-19 17:40:01 +00:00