Poul-Henning Kamp
a42a667de1
Clean up warnings.
...
fix return/exit codes in some cases.
Add -S which will delete any old entry first.
Add "auto" in proxy case, so it finds the right interface automatically.
1996-02-08 21:05:52 +00:00
Mike Pritchard
7cdd64468f
Link some man pages from man*/i386/xxx to man*/xxx so that you
...
can actually look at them.
1996-02-08 20:32:45 +00:00
Mike Pritchard
98f63eb3d2
Added entries for some info files that are being installed, but
...
not referenced in the main info menu:
cvs, cvsclient (cvs client/server stuff), diff/patch, gmp (GNU MP math
library).
1996-02-08 20:00:52 +00:00
Paul Traina
cfbf02b6ad
Clean up documentation on setuid/setgid bit handling.
1996-02-08 19:06:06 +00:00
Mike Pritchard
e2e7e7042b
Make sure that the --no-split flag gets passed to makeinfo.
...
Fixes PR # 1003 (gdb info files don't work).
1996-02-08 18:27:07 +00:00
Poul-Henning Kamp
296a2cc62f
ppp now requires -lmd
1996-02-08 18:02:51 +00:00
Garrett Wollman
4de31ee58e
#if out unsupported IMP code.
1996-02-08 15:43:35 +00:00
Jordan K. Hubbard
b1c46b6825
Minor tweak to this test.
1996-02-08 11:55:15 +00:00
Paul Traina
ab58050112
Close kern/627 - panic if syscons not attached
1996-02-08 06:30:31 +00:00
Paul Traina
19c8e2e153
Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow drives)
1996-02-08 06:23:49 +00:00
Paul Traina
2e2b09d90d
Kludge-fix for a specific instance of bin/517.
...
The real fix requires changes to getpwent(3) and friends and getgrent(3)
and friends.
Submitted by: Tim Wilkinson
1996-02-08 06:17:50 +00:00
Paul Traina
961ce31804
Fix bin/pr506 - uname from current system
1996-02-08 06:04:57 +00:00
Andrey A. Chernov
af7f66183c
Remove netccitt, netiso
1996-02-08 04:54:34 +00:00
Adam David
08b0d4223c
correct semantic error in the English usage:
...
distributed patches --> distribution patches
1996-02-08 00:44:33 +00:00
Jordan K. Hubbard
b6856ddb83
Add Daniel Baker for general good works and aid.
1996-02-08 00:08:25 +00:00
John Polstra
f8b117f1e4
Update the manual page to reflect the fact that an "Index" line
...
now takes precedence over a context diff header for determining
the name of the file to patch.
1996-02-07 23:47:55 +00:00
Garrett Wollman
b1fea4ca10
Add a couple of macros I expect to need.
1996-02-07 21:52:57 +00:00
Garrett Wollman
e29c324e2e
Recognize ld.so.hints file. Don't ask.
1996-02-07 21:02:20 +00:00
Garrett Wollman
b43e0b6891
Comment out netccitt, netimp, and netiso entries, since we
...
no longer ship this code.
Submitted by: davidg
1996-02-07 20:06:22 +00:00
Garrett Wollman
e50d775901
Call setsockopt(SO_PRIVSTATE) to renounce SS_PRIV on all the sockets
...
we create. (Nothing being called from inetd should use it anyway,
but you can never be too careful.)
Translate the man page back into -mdoc.
1996-02-07 17:15:01 +00:00
Garrett Wollman
b135805469
Define a new socket option, SO_PRIVSTATE. Getting it returns the state
...
of the SS_PRIV flag in so_state; setting it always clears same.
1996-02-07 16:19:19 +00:00
Satoshi Asami
a8344ffc23
Mention "make reinstall" in the message that gets printed out when
...
/var/db/pkg/${PKGNAME} exists. ("make install" will do nothing
because this is not a critical error and the installation is
treated as successful.)
Closes PR 870.
1996-02-07 09:54:23 +00:00
John Dyson
26d2f00960
Apparent fix for a pipe hang problem.
1996-02-07 06:41:56 +00:00
Wolfram Schneider
cc54f38c51
making <page>.1 from <page>.man
1996-02-06 23:48:03 +00:00
Satoshi Asami
406b7d655c
Update the ports collection section. Boy, was this thing outdated!
1996-02-06 23:41:01 +00:00
Wolfram Schneider
cb67c1dd54
replace 'install' with ${INSTALL}
1996-02-06 23:36:16 +00:00
John Polstra
fc29ad10fd
Fixed pkg_create to eliminate the limits on the size of the PLIST.
...
Formerly, there were limits on both the number of files (hard-coded into
the program) and the number of characters (because of the ARG_MAX limit
in exec(2)). In this new version, the filenames are passed to tar through
a pipe, using tar's "-T" option, rather than on the command line.
1996-02-06 22:49:11 +00:00
Andrey A. Chernov
42a43db4bb
Add NCFTP tailer arguments: ${NCFTPTAIL} variable
...
Since it is empty in normal case, it not affect anything
It is useful for ncftp -c ugly_name > nice_name
^^^^^^^^^^^ ${NCFTPTAIL}
1996-02-06 21:25:23 +00:00
Garrett Wollman
1df738d453
Kill netccitt. The code is ancient, nobody wants to maintain it, and it
...
doesn't compile cleanly.
1996-02-06 21:07:22 +00:00
Garrett Wollman
8df32b19de
Get rid of netiso. It hasn't compiled in some time, there are no
...
applications, and nobody uses it.
1996-02-06 21:02:09 +00:00
Garrett Wollman
bba9a7a06b
Comment out ISO, CCITT, LLC, and HDLC with a note to the effect
...
that we no longer ship source for these protocols.
1996-02-06 20:57:46 +00:00
Garrett Wollman
d24ceb93d8
Don't install netccitt and netiso, they are going away.
1996-02-06 20:42:46 +00:00
Garrett Wollman
0761cb293e
Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)
...
in preparation for its removal from the kernel source tree. NB: because
a function was deleted, libc is now at version 3.0 (was 2.2 previously).
1996-02-06 20:36:15 +00:00
Paul Traina
c87204dc2d
Oops, accidently committed makefile change, back it out
1996-02-06 19:04:41 +00:00
Paul Traina
ed7585a414
make setproctitle display smaller
1996-02-06 19:03:58 +00:00
Garrett Wollman
9b44ff2214
Clean up Ethernet drivers:
...
- fill in and use ifp->if_softc
- use if_bpf rather than private cookie variables
- change bpf interface to take advantage of this
- call ether_ifattach() directly from Ethernet drivers
- delete kludge in if_attach() that did this indirectly
1996-02-06 18:51:28 +00:00
Paul Traina
049afade1b
Setproctitle some useful information
1996-02-06 18:48:03 +00:00
Mike Pritchard
98375367d2
I forgot to move gsc.4 to the correct makefile after
...
moving it from man4 to man4/man4.i386. Pointed out by bde again.
1996-02-06 14:53:31 +00:00
Jordan K. Hubbard
2c80f9c5ff
Update Stallion entry again.
1996-02-06 10:48:50 +00:00
Jordan K. Hubbard
04793c8b18
Correct single character typo in URL - argh!
1996-02-06 09:02:07 +00:00
Jordan K. Hubbard
86f58c5775
Add J.R. Westmoreland as coordinator for the DOS emulator project.
1996-02-06 03:35:16 +00:00
Jordan K. Hubbard
70a459064d
Fix METEOR_TEST_VIDEO case.
...
Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
1996-02-05 23:04:05 +00:00
Garrett Wollman
c67b1d17da
Provide a direct entry point for IP input. This actually results
...
in a slight decrease in performance, but will lead to better
performance later.
1996-02-05 20:36:02 +00:00
Garrett Wollman
5eb1d25adb
Make me feel a little better by filling in reasonable values for rmx_sendpipe
...
and rmx_recvpipe. This has no demonstrable effect on performance.
(ttcp reports about 44 Mbit/s for all the buffer sizes I tried between
16384 and 65536.)
1996-02-05 19:34:27 +00:00
Mike Pritchard
9ac475e266
Updated to include cvs-supfile & stable-supfile.
...
Added a section describing how to find a list of alternate
sup servers, explaining that sup.freebsd.org is currently overloaded.
1996-02-05 18:52:05 +00:00
Garrett Wollman
cbb0b46ab7
Fill in the corresponding ether address of multicast and broadcast
...
pseudo-``ARP entries'' so arp(8) doesn't show them as `unresolved'.
1996-02-05 18:04:30 +00:00
Andrey A. Chernov
abc8ea162c
Be more specific about Europe servers
1996-02-05 17:37:54 +00:00
Andrey A. Chernov
0ae3124381
Don't make directory here, it is mtree task
1996-02-05 17:35:17 +00:00
Andrey A. Chernov
4b8b25f14c
Make share/calendar/de_DE.ISO_8859-1
1996-02-05 17:33:34 +00:00
Mike Pritchard
097d42f425
Correct some man page cross references and some file
...
locations.
1996-02-05 17:32:16 +00:00