Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00
Rodney W. Grimes
efd31c5952
Initial revision
1994-05-27 12:32:03 +00:00
David Greenman
b6504a8d7c
Completed version of my clist management code. Requires hooks in tty.c
...
for adding and removing cblocks from the cfreelist queue (to give them
back to malloc). I'll add those tomorrow.
1994-05-27 12:28:05 +00:00
Rodney W. Grimes
5fbf048f26
Do not create link for *lib_p.a if you are not installing profiled libraries.
1994-05-27 11:02:31 +00:00
Rodney W. Grimes
21b9e2c17e
Comment out missing sources.
1994-05-27 11:01:30 +00:00
Rodney W. Grimes
8e101982f3
Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with
...
gcc2.x
1994-05-27 11:00:56 +00:00
Rodney W. Grimes
1cb16b68b3
Comment out missing libmp and libplot, disable csu until it is ported.
1994-05-27 11:00:20 +00:00
Geoff Rehmet
4c640372f4
Remove explicit specification of SHLIB major and minor nos.
1994-05-27 10:53:33 +00:00
Rodney W. Grimes
2413b6ac48
This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and
...
stty.c.
1994-05-27 10:33:22 +00:00
Rodney W. Grimes
e5c43ac55b
This is James da Silva at the University of Maryland at College Park's
...
regex.c code as picked up from the net.
1994-05-27 10:26:59 +00:00
Paul Traina
0d92fee747
Clean up S/key library (libskey.a) so that filename access is via the
...
standard 4.4bsd pathnames mechanism.
Also document a potential security hole vs backwards compatibility tradeoff.
1994-05-27 07:50:08 +00:00
Rodney W. Grimes
ee765d4857
BSD 4.4 Lite KerberosIV Sources
1994-05-27 05:12:12 +00:00
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