Commit Graph

12737 Commits

Author SHA1 Message Date
pst
dd9709123a 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
pst
bfcdc42403 Fix bin/pr506 - uname from current system 1996-02-08 06:04:57 +00:00
ache
60f70b6e73 Remove netccitt, netiso 1996-02-08 04:54:34 +00:00
adam
0e9c7f47cd correct semantic error in the English usage:
distributed patches --> distribution patches
1996-02-08 00:44:33 +00:00
jkh
304190a1c2 Add Daniel Baker for general good works and aid. 1996-02-08 00:08:25 +00:00
jdp
df590699c9 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
wollman
458006d550 Add a couple of macros I expect to need. 1996-02-07 21:52:57 +00:00
wollman
f719d2ace3 Recognize ld.so.hints file. Don't ask. 1996-02-07 21:02:20 +00:00
wollman
5d4cf224aa 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
wollman
41f00ad7a0 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
wollman
88a3e24de1 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
asami
5a8e1b1297 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
dyson
88532580c7 Apparent fix for a pipe hang problem. 1996-02-07 06:41:56 +00:00
wosch
3a72155781 making <page>.1 from <page>.man 1996-02-06 23:48:03 +00:00
asami
c029cf9865 Update the ports collection section. Boy, was this thing outdated! 1996-02-06 23:41:01 +00:00
wosch
890f379739 replace 'install' with ${INSTALL} 1996-02-06 23:36:16 +00:00
jdp
87d671feaf 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
ache
c3ffff9d28 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
wollman
d5b2f00dce 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
wollman
a2d5b5c9bf 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
wollman
4c8887d923 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
wollman
ea1f3c2eef Don't install netccitt and netiso, they are going away. 1996-02-06 20:42:46 +00:00
wollman
61d8d8e40b 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
pst
f0d10418a5 Oops, accidently committed makefile change, back it out 1996-02-06 19:04:41 +00:00
pst
6935bcb93e make setproctitle display smaller 1996-02-06 19:03:58 +00:00
wollman
25ee6cca2a 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
pst
2dfb242145 Setproctitle some useful information 1996-02-06 18:48:03 +00:00
mpp
6bc6f4a20e 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
jkh
e9c04c2a24 Update Stallion entry again. 1996-02-06 10:48:50 +00:00
jkh
92fd4ba767 Correct single character typo in URL - argh! 1996-02-06 09:02:07 +00:00
jkh
d13869eb43 Add J.R. Westmoreland as coordinator for the DOS emulator project. 1996-02-06 03:35:16 +00:00
jkh
3a4dbb3ce7 Fix METEOR_TEST_VIDEO case.
Submitted by:	Jim Lowe <james@miller.cs.uwm.edu>
1996-02-05 23:04:05 +00:00
wollman
9bfe2ca847 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
wollman
b87b197fab 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
mpp
dbc684408d 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
wollman
0f4941f370 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
ache
ef3f867ce4 Be more specific about Europe servers 1996-02-05 17:37:54 +00:00
ache
cb030b238b Don't make directory here, it is mtree task 1996-02-05 17:35:17 +00:00
ache
c72893260d Make share/calendar/de_DE.ISO_8859-1 1996-02-05 17:33:34 +00:00
mpp
27e5218d1c Correct some man page cross references and some file
locations.
1996-02-05 17:32:16 +00:00
mpp
ba19fba1c4 gsc.4 should reside in share/man/man4.i386 not share/man4.
Pointed out by bde.
1996-02-05 17:20:36 +00:00
mpp
f07c8e8840 Added a little more verbage to the top of this document and
added sup2.au.freebsd.org.
1996-02-05 17:15:38 +00:00
phk
b72f21d5ba Added Christian.Haury@sagem.fr 1996-02-05 16:10:48 +00:00
phk
20dc7e151c Add support for local modifications to the tree, by using FOO.ctm instead
of FOO if present.  Various other tweaks.

Submitted by:	Christian Haury <Christian.Haury@sagem.fr>
1996-02-05 16:06:55 +00:00
joerg
3a86983b1a Typo.
Submitted by:	somebody in Usenet whose name i forgot
1996-02-05 15:35:41 +00:00
dg
8f7e0fb9a7 Unspam my changes in rev 1.54 that John spammed in rev 1.55. 1996-02-05 14:23:19 +00:00
ache
83f2da5e45 Deliver all bells to current console, use different pitch
for non-originating bells.
1996-02-05 14:08:39 +00:00
dyson
8682ae1fc5 More fixes from bde.
Only modify times on success.
	splhigh() around time variable usage.
	Make atomic writes more posix compliant.
	Spelling errors.
Submitted by:	bde
1996-02-05 05:50:34 +00:00
dyson
01c2e97c89 Kva space allocated for direct buffer wasn't quite big enough. The
system can panic easily without this patch.
1996-02-05 05:17:15 +00:00
ache
15f25db6c3 Remove cdplay, cdcontrol is superset of it 1996-02-05 00:05:04 +00:00