lukem
b04ab05ddd
save/restore errno as necessary (printf() et al might have modified it...)
1999-06-07 15:34:07 +00:00
thorpej
2712865930
Re-indent some of the NFSKERB code, to make the entire loop its in easier
...
to read.
1999-06-07 06:13:41 +00:00
thorpej
6be407523d
Add a missing close bracket, in some currently-unused code.
1999-06-07 06:06:20 +00:00
mrg
b734ec4664
note that the calls to mktemp() are OK.
1999-06-07 03:06:08 +00:00
thorpej
2e2748128a
Use pidfile(3).
1999-06-06 03:39:11 +00:00
thorpej
bcd4659148
Use pidfile(3).
1999-06-06 03:27:35 +00:00
thorpej
ad9c4f4fa5
Use daemon(3) and pidfile(3).
1999-06-06 03:27:06 +00:00
thorpej
56c5efa335
Use pidfile(3).
1999-06-06 02:52:16 +00:00
thorpej
653c3855f5
Use pidfile(3).
1999-06-06 02:38:00 +00:00
thorpej
78688ba793
Use pidfile(3).
1999-06-06 01:50:23 +00:00
tron
ab86ce8dab
Fix byte ordering problem on little endian systems. Patch supplied by
...
Jarle Greipsland in PR bin/7700.
1999-06-05 09:50:39 +00:00
thorpej
4281f72137
If we get an NIS domain name, set it. If we set, clear it when the
...
lease is released.
1999-06-04 20:40:50 +00:00
thorpej
a2b8006ca9
If we get a host-name option, set it.
1999-06-04 20:12:52 +00:00
thorpej
26e41e4c44
The host-name option is text.
1999-06-04 20:09:12 +00:00
tron
343ac4c964
Remove support for absolutes pathnames completely. This can't work with
...
binary packages like we support them now.
1999-05-30 16:08:23 +00:00
christos
3024caeb08
Don't prepend directories if the plist files are absolute.
1999-05-29 20:44:20 +00:00
christos
250a1a772c
PR/7662: TheMan: crontab does not think the file changed if the editing session
...
took < 1sec.
1999-05-29 18:43:40 +00:00
christos
bff7683341
Use postfix as an example
1999-05-29 18:18:30 +00:00
christos
854002ab86
Allow remapped commands to have arguments appended to them.
1999-05-29 18:18:15 +00:00
bad
4254ad64cc
Resurrect the code to check for duplicate interface addresses that was
...
lost in the previous change.
This fixes PRs 7065 and 7482 by Martin Husemann <martin@rumolt.teuto.de>.
Also do the interface copying iff INT_LOOPBACK as in the BSDI version of
this code.
1999-05-27 17:12:22 +00:00
mjl
2a12a3e76d
Correct typo in option name. Fixes PR 7645 by Paul Shupak <paul@plectere.com>
1999-05-25 20:46:54 +00:00
ad
ccc7e59e1f
Add new sysctl (net.inet.tcp.log_refused) that when set, causes refused TCP
...
connections to be logged.
1999-05-23 20:33:50 +00:00
mycroft
01e0430cea
Allow absolute path names for `object' files.
1999-05-23 19:30:30 +00:00
he
d0c388761b
Don't print trailing spaces if there are no flag value to print.
1999-05-23 16:15:18 +00:00
is
ce8cbb67e7
Fix typo..
1999-05-22 21:15:18 +00:00
tron
bf63a3160b
Back out last commit, local includes were out of sync.
1999-05-16 18:00:35 +00:00
tron
0f70bcd711
Adapt for changes in "src/sys/dev/usb/usb.h".
1999-05-16 17:18:41 +00:00
augustss
041a8536ac
s/revision/release/
1999-05-16 12:05:10 +00:00
drochner
5046f283f4
update for keyboard attachment
1999-05-15 14:45:06 +00:00
drochner
6f1e305b69
add support for attaching/deleting of keyboards to/from displays
1999-05-15 14:24:45 +00:00
hubertf
b6d55241da
@srcdir was renamed to @src long ago, reflect this in documentation;
...
noted in PR 7555 by R. C. Dowdeswell <elric@imrryr.org>
1999-05-15 03:27:50 +00:00
tron
1fceefc0ce
Fix wrong error handling in case "/var/db/pkg" needs to be created.
...
Patch suppled by Roland Dowdeswell in PR pkg/7566.
1999-05-12 20:43:49 +00:00
thorpej
7e3a0bf0c5
Decouple inbound and outbound filters. Now instead of using "active-filter"
...
and "pass-filter" and "inbound" and "outbound" qualifiers in the filter
expression, use new "active-filter-in", "active-filter-out", "pass-filter-in",
and "pass-filter-out" without these qualifiers.
This is necessary due to the horrible, awful way "inbound" and "outbound"
were specified for the filter programs when a packet was passed through them.
Basically, the "address" byte in the serial PPP header was overwritten with
a value to indicate the direction. However, the "address" byte doesn't even
exist on PPP headers for all other PPP encaps! So, this old method worked
only for serial encaps, and corrupted packets for all others (PPPoE, ATM, etc.)
1999-05-12 18:50:51 +00:00
thorpej
38d9ae6199
Oops, fix a typo in a printf.
1999-05-11 02:56:55 +00:00
thorpej
fe124d16bb
Add support for the new NetBSD PPP data link types, add some more
...
PPP definitions, and handle Cisco-format frames that come in off
of sync PPP interfaces.
1999-05-11 02:54:29 +00:00
thorpej
e1db0debfa
Fix one that Christos missed.
1999-05-09 21:22:53 +00:00
christos
9fae9a1863
Pass NULL for checking only
1999-05-09 16:07:20 +00:00
christos
405991437d
Adjust for dot_quad_addr() changes
1999-05-09 16:05:35 +00:00
jeremy
60d83bcb76
[PR/5685] Set ONLCR bit in oflags of tty mode to prevent hanging in
...
absence of carrier. From Simon J. Gerraty <sjg@quick.com.au>.
1999-05-06 08:59:21 +00:00
perseant
5415bc30ff
Reversed (corrected) sense of superblock timestamp comparison; added the
...
disk address of the reported superblock to the "master superblock" line
of the report.
1999-05-02 00:26:01 +00:00
sommerfe
88201e4f1b
Fix PR 7196: bad udp checksum reported when capture barely too short
1999-04-29 21:20:13 +00:00
thorpej
44ee87006e
Add support for kern.mbuf.*
1999-04-26 22:13:52 +00:00
mellon
3c82a97a8d
Merge with ISC source.
1999-04-26 15:47:03 +00:00
mellon
58d7576468
Patchlevel 27
1999-04-26 15:43:06 +00:00
abs
bf094b728a
If -s and/or -d set, report invalid host entries in bootparams when parsed.
...
Currently an invalid entry will cause any subsequent entries to fail
if hostlookups take take several seconds (This can happen with DNS).
Now we can more easily detect this situation.
1999-04-26 02:35:17 +00:00
lukem
04833e78b6
split line
1999-04-25 06:28:10 +00:00
mycroft
ce477983b4
The previous change didn't even compile due to a warning.
...
Also, fix the same core dump in the case where there are no `_build' lines.
These should probably both emit a warning, so the user knows what happened.
1999-04-20 14:22:32 +00:00
dante
554cdf7fe9
No more core dump if _crunch section is missing in man.conf
1999-04-20 10:59:13 +00:00
mrg
3e4fcb2e57
newlfs -> newfs_lfs.
1999-04-20 07:15:38 +00:00
mycroft
a6b6e0db55
Don't rebuild the cat page if the time stamp is the *same*; this can happen
...
just because `make install' ran quickly.
1999-04-20 05:02:36 +00:00