mikel
332409ce59
update to match new reality (/usr/lib/supfiles -> /etc/supfiles)
1998-01-21 09:10:40 +00:00
mikel
ef33c3eddc
Add -DEE_XXX to CPPFLAGS so that system supfiles are obtained from
...
/etc/supfiles instead of /usr/lib/supfiles.
1998-01-21 09:07:04 +00:00
christos
9fab7a4ffa
PR/4837: Jeff Thieleke: inetd does not compile without libwrap.
1998-01-20 16:44:22 +00:00
hubertf
fdbf4d9eec
Quote filenames handed off to tar, chmod, chown. (Fixes possible security
...
problem discovered while looking at pkgsrc/audio/tracker).
1998-01-19 00:24:03 +00:00
christos
02f88f3555
PR/4835: Izumi Tsutsui: rarpd does not set the link level address length.
...
While there change "6" to "ETHER_ADDR_LEN"
1998-01-17 11:38:36 +00:00
cgd
27ef674380
(char)-1 != (int)-1 on unsigned-char machines.
1998-01-15 22:58:28 +00:00
enami
491b9bd801
Remove redundant assignment.
1998-01-14 01:15:24 +00:00
hubertf
9bc65afc99
Check length of given user name to (slip)login. Fixed the exploit in
...
http://www.rootshell.com/archive-Rbf4ahcmxzw5qn2S/199801/sliplogin.c .
1998-01-12 08:59:56 +00:00
thorpej
bc1733bc88
Add code to emit the cfdriver structures into ioconf.c. This requires
...
a change to the config grammar, to specify a device's class (i.e. DV_xxx)
like:
device sd class disk: ...
Also emit an ioconf.h, which contains extern declarations of the
cfdriver structures.
While I'm here, add support for specifying multiple options per defopt
line, as well as specifying the file name in which the options will
appear.
defopt foo bar baz
generates "opt_foo.h", "opt_bar.h", and "opt_baz.h"
defopt opt_mumble.h foo bar baz
generates "opt_mumble.h" which contains all three options.
Also, clean up and fix some bugs in the code that generates header files.
1998-01-12 07:37:40 +00:00
perry
3fe138c146
RCS Id Police.
1998-01-09 08:03:16 +00:00
perry
4db5a54188
RCS Id Police.
1998-01-09 06:06:02 +00:00
lukem
028802f851
document net.inet.ip.anonport{min,max}
1998-01-05 09:59:03 +00:00
lukem
0acc42ca87
fix rcsid
1998-01-05 05:59:45 +00:00
thorpej
1679a04502
Change a couple of exit()s to _exit(), to make it safe for vfork().
1997-12-31 06:59:54 +00:00
mikel
1f38aba134
auto-rebuild /etc/aliases.db to match 'traditional' behavior,
...
suggested by perry
1997-12-22 05:53:06 +00:00
kleink
b90b902782
Update a comment: neither does POSIX define the `-h' option, nor does it
...
define symbolic links.
1997-12-21 18:34:30 +00:00
kleink
65d1679f46
Add a paragraph to document the clearing of the setuid and setgid bits unless
...
invoked by the super-user.
1997-12-21 18:11:19 +00:00
christos
0c52e80b3e
Install the docs.
1997-12-21 16:14:41 +00:00
christos
24209f3874
Obj dir and groff fixes.
1997-12-21 16:00:49 +00:00
christos
8f09e5bcdb
Use obj dirs
1997-12-21 15:53:38 +00:00
veego
65e263edc6
You can't use %\ns in a fprintf.
1997-12-21 13:35:34 +00:00
darrenr
19ab75620c
add missing \n's for fprintf
1997-12-21 12:53:01 +00:00
christos
16c7b8eb7e
PR/4569: Phil Nelson: inconsistent documentation / examples.
1997-12-20 20:36:04 +00:00
christos
24ef784453
PR/4383: Martin Husemann: ipnat fails to mention file name on open errors
1997-12-20 20:29:12 +00:00
christos
5e54e11fbe
PR/3830: Enami Tsugutomo: ipnat -l prints netmask in dot-notation even if
...
contiguous.
1997-12-20 20:18:47 +00:00
christos
96b7728cb2
PR/3576: Enami Tsugutomo: getline overruns and bugs
1997-12-20 20:07:47 +00:00
bad
0a833b6587
Remove leftovers from last rcsmerge.
1997-12-15 16:23:46 +00:00
mrg
1d8157e01a
use MAP_PRIVATE|MAP_FILE
1997-12-15 04:21:33 +00:00
thorpej
c3b579a571
Mention net.inet.tcp.init_win.
1997-12-11 23:38:01 +00:00
thorpej
406a5ad503
Fix a paste-o.
1997-12-11 18:50:58 +00:00
mycroft
a88cef6970
Ignore SIGPIPE, which may be caused by non-forking internal TCP services if
...
the remote side closes the connection before we answer.
1997-12-04 06:39:02 +00:00
mikel
57c740296d
eliminate invalid options from SYNOPSIS; from Johan Danielsson in PR 4570
1997-12-02 08:21:45 +00:00
kleink
96720d8f9c
Remove a paragraph obsoleted by the recently implemented `-h' option; add
...
Xref to lchown(2).
1997-11-26 17:37:53 +00:00
is
d4fc5fab1b
If we answer a RARP request, also add the mapping to the local arp cache.
...
[This was broken when the 4.4BSD ARP table changes were done, and never
repaired.]
Inspired by Jarle Greipsland, PR 4531; code stolen from arp.a and cleaned
up (mostly removing global variables).
XXX As pointed out in the PR, this should be in some library (libutil?),
to be usable by other servers like bootpd and dhcpd.
1997-11-24 18:43:12 +00:00
veego
e7c9edc89c
- New FILES section for /dev/ipauth, /dev/ipl and /dev/ipstate
...
- Add ipl(4), ipmon(8) and ipnat(8) to the SEE ALSO section
1997-11-24 14:39:27 +00:00
veego
c72cabd3ae
- Add /dev/ipauth, /dev/ipl, /dev/ipstate and /usr/share/examples/ipf
...
to the FILES section
- Add iptest(1), ipf(4), ipnat(5) and ipfstat(8) to the SEE ALSO section
- s/ipftest(8)/ipftest(1)/
1997-11-24 14:38:34 +00:00
veego
cb4b3eba6c
- New FILES section for /dev/ipauth, /dev/ipl, /dev/ipnat and /dev/ipstate
...
- Add ipl(4) and ipnat(4) to the SEE ALSO section
1997-11-24 14:36:27 +00:00
veego
0845d43628
Add ipsend(5) and resort the SEE ALSO section.
1997-11-24 14:35:52 +00:00
veego
398c9613b6
Add ipsend(1), iptest(1), hosts(5), protocols(5), and services(5) to the
...
SEE ALSO section.
1997-11-24 14:34:40 +00:00
veego
72c99f0790
s/ipsend(1)/ipsend(5)/
1997-11-24 14:33:14 +00:00
veego
ec33220e8b
- remove the the empty FILES section
...
- s/ipresend(1)/ipsend(1)/ and add ipsend(5)
1997-11-24 14:31:30 +00:00
veego
111d2c1172
- New FILES section for /dev/ipnat and /usr/share/examples/ipf
...
- Remove ipftest(1) from the SEE ALSO section
1997-11-24 14:30:02 +00:00
veego
d58e05351c
- Add /dev/ipnat and /usr/share/examples/ipf to the FILES section
...
- Add hosts(5), services(5) and ipf(8) to the SEE ALSO section
1997-11-24 14:28:33 +00:00
veego
e8363d9e81
New FILES section for /dev/ipnat and move the BUGS section at the end.
1997-11-24 14:27:45 +00:00
veego
da4678c8db
- Add /dev/ipnat and /dev/ipstate to the FILES section
...
- Add ipl(4) and ipnat(8) to the SEE ALSO section
1997-11-24 14:27:14 +00:00
veego
a8799fada7
remove the empty FILES section and resort the SEE ALSO section
1997-11-24 14:26:17 +00:00
veego
04c6eee3a5
- s/vmunix/netbsd/
...
- s/ipl/ipstate/
- Add /dev/ipstate to the FILES section
1997-11-24 14:25:28 +00:00
veego
be87239f57
Remove the reference to snoop(1m), etherfind(8c) and dlpi(7p).
1997-11-24 08:35:44 +00:00
veego
89b8e7ca72
Remove the refernce to etherfind(8c).
1997-11-24 08:34:35 +00:00
lukem
0e3b290810
fix .Nx usage (use 1.0 instead of 0.9a, etc), and other minor cleanups
1997-11-24 06:28:50 +00:00