Joerg Wunsch
9c2c5c6d6e
.Ql --> .Dv
...
Submitted by: wollman
1996-04-05 23:23:25 +00:00
Wolfram Schneider
8e1a411f0b
remove BINGRP?=, BINOWN?=, BINMODE?=, STRIP?=
...
use .for loop for common targets
1996-04-05 22:22:44 +00:00
Wolfram Schneider
4c3dfdc376
$* -> $@
...
check exit code from $MKDEP_CPP, not sed(1)
1996-04-05 22:13:49 +00:00
Mike Pritchard
ac6a55a386
List tsleep & wakeup in the summary line so that they can
...
be found with "man -k".
1996-04-05 21:08:40 +00:00
Mike Pritchard
288b0245a2
Add man page links for the SLIST_* and STAILQ_* macros that were added
...
recently.
1996-04-05 20:57:47 +00:00
Andrey A. Chernov
88d807a676
Detect if /etc/wall_cmos_clock gone while adjkerntz paused.
1996-04-05 19:17:05 +00:00
Marc G. Fournier
4297524c49
Fixed a bug in DEVFS code that was producing "name slot allocation failed"
...
messages.
1996-04-05 19:12:01 +00:00
Andrey A. Chernov
b0b321257d
Fix adjkerntz expression priority.
...
Make filetimes the same as DOS times for UTC cmos clock.
1996-04-05 18:59:06 +00:00
Andrey A. Chernov
2cb9219c5d
Fix adjkerntz expression priority
1996-04-05 18:56:10 +00:00
Andrey A. Chernov
ef5fdc52f5
Don't adjust file times for UTC clock to have the same timestamps
...
for DOS/FreeBSD.
1996-04-05 16:31:49 +00:00
Andrey A. Chernov
c6337b7b46
Dynamically sense /etc/wall_cmos_clock presence/absense
1996-04-05 16:25:38 +00:00
Joerg Wunsch
9cb8a1050f
Xref clocks(7).
1996-04-05 08:53:38 +00:00
Joerg Wunsch
c6e1c8d3c1
Add clocks(7).
...
Submitted by: bde
1996-04-05 08:51:22 +00:00
Joshua Peck Macdonald
8098023dde
Added a note about the return value. Its been so long I can't
...
remember who suggested the 'caveat' section. Sorry.
1996-04-05 05:35:57 +00:00
Andrey A. Chernov
9243a8f346
Fix error with multiply 'adjkerntz -a' copies running.
...
Manage adjkerntz kernel variable even for UTC clocks.
Code cleanup.
1996-04-05 03:40:55 +00:00
Andrey A. Chernov
fe0d5f43c5
Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for
...
UTC cmos clocks (needed for Local Timezone FSes)
1996-04-05 03:36:31 +00:00
Jordan K. Hubbard
b376966fbf
Add an `aux' field for some other gunk I'm doing.
1996-04-05 02:29:12 +00:00
Joerg Wunsch
27913596e0
Mention the `amd' program version number. The amq(8) man page
...
mentions it as being Sun registered,.
1996-04-04 17:29:26 +00:00
Joerg Wunsch
c80faa792c
Work around a braindead signal handling in many newer HP printers.
...
They don't have BUSY de-asserted by the time they ACK (and thus cause
an interrupt). The workaround is to try seeing if the BUSY will be
de-asserted soon, and if not, to use an incremental backoff and
semi-polled mode instead of the fixed timeout with 1/2 s we've been
using previously (that caused the printer to run really slooow).
Printers that have been working previously should not be affected by
this.
1996-04-04 12:28:36 +00:00
Poul-Henning Kamp
34be9bf3ce
Add a sysctl (net.inet.tcp.always_keepalive: 0) that when set will force
...
keepalive on all tcp sessions. Setsockopt(2) cannot override this setting.
Maybe another one is needed that just changes the default for SO_KEEPALIVE ?
Requested by: Joe Greco <jgreco@brasil.moneng.mei.com>
1996-04-04 11:17:04 +00:00
Poul-Henning Kamp
816a3d836e
Log TCP syn packets for ports we don't listen on.
...
Controlled by: sysctl net.inet.tcp.log_in_vain: 1
Log UDP syn packets for ports we don't listen on.
Controlled by: sysctl net.inet.udp.log_in_vain: 1
Suggested by: Warren Toomey <wkt@cs.adfa.oz.au>
1996-04-04 10:46:44 +00:00
Peter Wemm
0bb54c2df4
Add rpc.statd and the stub rpc.lockd, as these build and are of some use to
...
some people.
1996-04-04 03:17:48 +00:00
Sujal Patel
04a4979760
Fixed a typo in the comment for sv_errsize.
1996-04-04 01:08:20 +00:00
Gary Palmer
d02e870c7e
Add a small message to the ``CAVEATS'' section saying if you get the
...
warning about the root directory, then you could corrupt your filesystem
if you write to it. Someone, please, feel free to improve this :-)
1996-04-03 23:11:08 +00:00
Gary Palmer
c94554b47d
add a `Warning:' to the message saying that the root directory is not a
...
multiple of the clustersize in length to try and reduce the number
of questions we get on the subject.
1996-04-03 23:05:40 +00:00
Sean Eric Fagan
e0048e9658
Makefile: Add new modes.c file to list of objects.
...
printjob.c: Use termios instead of sgtty structs and ioctls; remove
support for fs/fc/xs/xc capabilities, and replace them with the ms
capability (stty-like words, instead of octal bit patterns).
modes.c: Modified from stty's file, parses comma-seperated list of
tty modes (e.g., "cs8,-paren,-opost").
Reviewed by: rgrimes, joerg
1996-04-03 22:49:15 +00:00
Sean Eric Fagan
a1e5d6f458
Remove definitions and declarations for FS, FC, XS, XC variables, and
...
replace them with MS char* variable.
Reviewed by: rgrimes, joerg
1996-04-03 22:46:59 +00:00
Sean Eric Fagan
21b2a25cfb
printcap.5: Remove fs,fc,xs,xc capability, and replace them with the ms
...
capability
Reviewed by: rgrimes, joerg
1996-04-03 22:46:17 +00:00
Poul-Henning Kamp
506c540bbb
Improvementss to netboot
...
Initial but not yet functional PCI support.
Reviewed by: phk
Submitted by: Luigi Rizzo <luigi@labinfo.iet.unipi.it>
1996-04-03 19:01:37 +00:00
Garrett Wollman
d3d20ad196
Always pass a route structure when calling ip_output().
1996-04-03 18:52:22 +00:00
Poul-Henning Kamp
429c71776e
Add skeleton firewall setup(s). Comments very welcome.
1996-04-03 17:13:59 +00:00
Poul-Henning Kamp
23bf99538c
Add feature for tcp "established".
...
Change interface between netinet and ip_fw to be more general, and thus
hopefully also support other ip filtering implementations.
1996-04-03 13:52:20 +00:00
Poul-Henning Kamp
6cece43912
recognize "allow", "accept" and "pass"
...
add new feature for "established"
1996-04-03 13:49:10 +00:00
Poul-Henning Kamp
56bac51bc7
Pick up CWARNFLAGS from /etc/make.conf if defined.
1996-04-03 12:08:52 +00:00
Andrey A. Chernov
481f550e6c
Cast to unsigned char instead of unsigned
...
Cast ctype argument to unsigned char
1996-04-03 07:47:35 +00:00
Joerg Wunsch
7b0d14f596
Populate this. :)
...
Add a man page for tsleep()/wakeup().
1996-04-03 07:41:27 +00:00
Jordan K. Hubbard
b7cda8bf5b
Update paths to Taiwan sites.
1996-04-03 06:55:09 +00:00
John Dyson
030ad08012
Fixed a problem that the UPAGES of a process were being run down
...
in a suboptimal manner. I had also noticed some panics that appeared
to be at least superficially caused by this problem. Also, included
are some minor mods to support more general handling of page table page
faulting. More details in a future commit.
1996-04-03 05:23:44 +00:00
Peter Wemm
7184fada11
Remove outdated (and never quite correct anyway) reference to the
...
"fact" that pipes were implemented as calls to socketpair().
1996-04-03 04:57:27 +00:00
Bill Paul
92a11b8721
yppush_main.c:
...
- Remove unused 'pid' member from the jobs structure. (This was left over
from an earlier incarnation of the program that used multiple processes.)
- Remove #ifdef'ed longjmp() stuff.
- Print warning message if the 'pushing' host is not the master for
a map being pushed but don't bail out. (While yppush should only
be used on an NIS master, using it elsewhere is not an unpardonable sin.)
yppush.8:
- Fix a couple of mind-os.
Makefile
- Change format to hopefully ease bootstrapping. (Suggested by wollman.)
Other Makefiles should follow.
1996-04-03 03:24:03 +00:00
Peter Wemm
49481ba074
Add the '8' flag to the smtp and esmtp mailers. This causes sendmail-8.7.5
...
to behave like the older sendmails when talking to a peer that does not
have esmtp or does not advertise 8BITMIME. The old sendmail "just sent it
anyway", while the 8.7.x series mangle any extended character set mail
by conferting it to quoted-printable or base64. Freefall has been
running this for some time.
1996-04-03 03:06:17 +00:00
Marc G. Fournier
04dad170e9
Removed prototype for devfs_add_devsw() as it no longer exists
1996-04-03 03:03:55 +00:00
Marc G. Fournier
ad98bd0b24
Merged devfs_add_devsw() into devfs_add_devswf()
1996-04-03 03:03:27 +00:00
Gary Palmer
23d048ee3b
Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTIC
...
and SAFETY. Currently all commented out until I can verify that they don't
cause LINT to fail to compile.
1996-04-03 00:28:40 +00:00
Gary Palmer
70af957f57
Correct a comment which was hiding part of the declaration of
...
devfs_link(), causing compiles to fail.
1996-04-03 00:01:40 +00:00
John Polstra
ffac7b875e
Removed the definition of the make variable SHAREDIR. It was clashing
...
with the definition in bsd.own.mk, causing "make world" to fall over.
1996-04-02 22:26:18 +00:00
Gary Palmer
c7e39c5cee
Correct a bug which wrote the result of devfs_add_devswf() for two
...
separate devices to the same place
Reviewed by: Julian Elischer <julian>, Marc G. Fournier <scrappy>
1996-04-02 22:06:23 +00:00
Marc G. Fournier
94436d5aff
Prototyped wrong the first time through for devfs_link()
1996-04-02 19:07:38 +00:00
Garrett Wollman
348acd946c
Document PERFMON.
...
Delete obsolete PROBE_VERBOSE.
1996-04-02 18:13:36 +00:00
Garrett Wollman
ba638f145a
Spell Bogota correctly.
1996-04-02 16:15:32 +00:00