Commit Graph

12557 Commits

Author SHA1 Message Date
ache
0e374c950a LBA addition to new commands 1996-02-09 01:16:23 +00:00
mpp
a39873142c Correct one small typo in previous commit. 1996-02-09 00:48:52 +00:00
mpp
bd901d38da Added some missing MLINKS for section 3 man pages.
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.

This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
jkh
c5559dc2d8 There are now 5 FTP mirrors sites in Brazil. 1996-02-09 00:24:08 +00:00
ache
c8bb1193be Integrate vak fixes, mostly command parsing & cosmetic
Submitted by: vak@cronyx.ru
1996-02-09 00:22:17 +00:00
joerg
abd4b2bcc5 Add `cfinger'. This ain't an official service, but is in use by the
finger data collection service of GNU finger.
1996-02-09 00:20:26 +00:00
mpp
82b32b7c96 Fix some minor formatting problems in the curs_termin.3 man page. 1996-02-08 22:25:44 +00:00
mpp
3c88447e66 Fix a typo in one of the function names. 1996-02-08 22:16:13 +00:00
wollman
d6aa8e653b If a slow input queue was defined by the driver, initialize it. 1996-02-08 21:34:56 +00:00
pst
9c6409da80 Whoops, do not reference myself. 1996-02-08 21:12:08 +00:00
pst
2d8fa17025 Close docs/1002 - remove bogus cross references 1996-02-08 21:10:07 +00:00
pst
7eff8f18b2 Close bin/937 - handle negative timestamps 1996-02-08 21:06:40 +00:00
phk
e32a080e76 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
mpp
039018c757 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
mpp
01864dd4ab 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
pst
f813d88ba3 Clean up documentation on setuid/setgid bit handling. 1996-02-08 19:06:06 +00:00
mpp
1e87f8e1fa 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
phk
9f299b0400 ppp now requires -lmd 1996-02-08 18:02:51 +00:00
wollman
cd6a91afd6 #if out unsupported IMP code. 1996-02-08 15:43:35 +00:00
jkh
c11d5de52f Minor tweak to this test. 1996-02-08 11:55:15 +00:00
pst
c74ca5a0b2 Close kern/627 - panic if syscons not attached 1996-02-08 06:30:31 +00:00
pst
f1c203982f Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow drives) 1996-02-08 06:23:49 +00:00
pst
a84533d564 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
f47455ee07 Fix bin/pr506 - uname from current system 1996-02-08 06:04:57 +00:00
ache
b71768add6 Remove netccitt, netiso 1996-02-08 04:54:34 +00:00
adam
8a0ac5a946 correct semantic error in the English usage:
distributed patches --> distribution patches
1996-02-08 00:44:33 +00:00
jkh
ccc2be1ab7 Add Daniel Baker for general good works and aid. 1996-02-08 00:08:25 +00:00
jdp
1385188326 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
402d9e8042 Add a couple of macros I expect to need. 1996-02-07 21:52:57 +00:00
wollman
4afbb5b293 Recognize ld.so.hints file. Don't ask. 1996-02-07 21:02:20 +00:00
wollman
e9776d45c3 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
aa67e718ba 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
73663d126e 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
cd42d28569 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
1c56ac0579 Apparent fix for a pipe hang problem. 1996-02-07 06:41:56 +00:00
wosch
96d07711e3 making <page>.1 from <page>.man 1996-02-06 23:48:03 +00:00
asami
0e1a7b8b0c Update the ports collection section. Boy, was this thing outdated! 1996-02-06 23:41:01 +00:00
wosch
8ed05f5525 replace 'install' with ${INSTALL} 1996-02-06 23:36:16 +00:00
jdp
7976c75ce6 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
dd467a3beb 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
23d644f7c3 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
79f1c26b96 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
c521ea9801 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
4b61e8528b Don't install netccitt and netiso, they are going away. 1996-02-06 20:42:46 +00:00
wollman
48ff8f7a87 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
73d585d54d Oops, accidently committed makefile change, back it out 1996-02-06 19:04:41 +00:00
pst
90cb819c7d make setproctitle display smaller 1996-02-06 19:03:58 +00:00
wollman
867027fa1d 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
5262e63e10 Setproctitle some useful information 1996-02-06 18:48:03 +00:00
mpp
60090ff61a 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