wollman
fefb319840
Print out the two new fields in the ICMP stats. While we're at it, also
...
convert icmp_stats() to use sysctl(3) to retrieve the information
rather than kvm. This makes it easy to also print whether ICMP address
mask responses are enabled, so do so.
1997-08-25 16:57:05 +00:00
wollman
143b997329
While I'm in here, fix address printing for `netstat -f unix' which has been
...
broken for a couple of weeks now...
1997-08-25 16:55:00 +00:00
ache
3d60ca19b1
Temporarily comment out issetugid() call until everyone installs libtermcap,
...
major number bumping will follows then
1997-08-25 16:42:22 +00:00
wollman
42f1df1cb9
ICMP Timestamp Request messages could have harbored the same sort of
...
problem as Echo Requests when broad/multicast. When multicast echo responses
are disabled, also do the same for timestamp responses.
1997-08-25 16:29:27 +00:00
jmg
6fb08f0a27
add Id line (so that the commit on RELENG_2_2 will have it too)
1997-08-25 12:50:01 +00:00
peter
e063258819
s/.align/.p2align/ so that we get the same results when building elf
...
objects (the tools are a bit better)
1997-08-25 10:57:38 +00:00
kato
90e0972a81
Added a sysctl arg, vfs.cd9660.doclusterread. Deleted debug and
...
!FreeBSD code arround cluster read stuff.
1997-08-25 10:26:18 +00:00
obrien
012df9a25b
I clamined to not have imported cpio.texi. This is not true.
1997-08-25 09:11:06 +00:00
kato
53dfbd16d4
Renamed doclusterread/write to unique names (ffs_doclusterread/write),
...
and staticize them. Move the #include of <sys/sysctl.h> to the top of
the file.
Pointed out by: Bruce Evans <bde@zeta.org.au>
1997-08-25 08:18:39 +00:00
kato
4f0bf4df0d
Synchronize with sys/i386/boot/netboot/ns8390.c revision 1.12.
1997-08-25 08:15:14 +00:00
ache
55ba1a93b9
Fix saving/restoring tty modes, allow initscr be called twice,
...
from ncurses 4.1
1997-08-25 07:41:15 +00:00
charnier
e779aaeea3
Use err(3).
1997-08-25 06:49:45 +00:00
charnier
628c52489f
Sync usage string according to man page. Silent -Wall.
1997-08-25 06:44:59 +00:00
charnier
b4ee63a927
Use err(3). Add usage().
1997-08-25 06:43:22 +00:00
charnier
0beb621f63
Typo in usage(). Err -> errx when testing allocations.
1997-08-25 06:42:19 +00:00
charnier
5aeacfdd37
Use err(3). Add some %d to %ld changes.
1997-08-25 06:40:05 +00:00
charnier
bfcfa0d6a6
Use err(3). Add usage() and prototypes.
1997-08-25 06:37:37 +00:00
charnier
eee8c72e1a
Use err(3). Nm vgrind -> Nm in man page.
1997-08-25 06:36:04 +00:00
joerg
a4d82a959a
Make the MD* header files C++-aware. Also, string arguments are supposed
...
to be of type `const char *'.
PR: 3291
Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum)
1997-08-25 05:24:31 +00:00
imp
4760384ee3
Change from using sys/param.h and MAXPATHLEN to using limits.h and PATH_MAX
...
to avoid the NOFILE problem. Back out NOFILE kludge. Fix unexploitable
buffer overflow in tipout.c.
Reviewed by: millert@openbsd.org (tipout.c)
Submitted by: millert@openbsd.org (rest of idea)
1997-08-25 05:02:11 +00:00
brian
60c2d3cd19
Lose a couple of extraneous backslashes.
1997-08-25 01:52:11 +00:00
wollman
dbffeebf4d
Configurably don't reply to broadcast or multicast echos. There are still
...
potential problems with other automatic-reply ICMPs, but some of them may
depend on broadcast/multicast to operate. (This code can simply be
moved to the `reflect' label to generalize it.)
1997-08-25 01:25:31 +00:00
brian
fe1bc8105f
Add examples of "!bg", "add 0 0 HISADDR" in ppp.conf
...
and how to do ppp over tcp/ip.
1997-08-25 01:07:08 +00:00
brian
1a67d25725
Make the code format more in line with style(9).
...
Update loadalias to use the new libalias api.
Update to version 1.1.
1997-08-25 00:29:32 +00:00
steve
bbf38e6e36
Forgot to cvs add this new file.
1997-08-24 21:28:38 +00:00
steve
99d48d545a
Try to avoid mounting filesystems multiple times. Also while
...
I'm here do some -Wall cleaning.
PR: kern/1839
Reviewed and corrected by: joerg
1997-08-24 21:02:51 +00:00
fsmp
30f7c30078
A clean fix for the spl "deadlock before smp_active" problem.
...
Added a new variable, 'bsp_apic_ready', which is set as soon as the bootstrap
CPU has initialized its local APIC. Conditionalize the GENSPLR functions
to call ss_lock ONLY after bsp_apic_ready is TRUE; This should prevent
any problems with races between the time the 1st AP becomes ready and the
time smp_active is set.
1997-08-24 20:33:32 +00:00
ache
d408889007
Bump minor number due to issetugid()
1997-08-24 19:19:08 +00:00
ache
d324cfc41c
Add winnstr family and fake resizeterm from ncurses 4.1 for compatibility
...
with recent applications.
Bump minor number.
1997-08-24 19:09:45 +00:00
joerg
e309caa011
Cosmetic: distinguish in diag message between rebuilding and updating
...
the database.
PR: 3397
Submitted by: taob@risc.org (Brian Tao)
1997-08-24 18:23:21 +00:00
joerg
c632b26058
Fix description of -t option.
...
PR: 3382
Submitted by: furuta@sra.co.jp (Atsushi Furuta)
1997-08-24 18:21:34 +00:00
joerg
a90ba4da61
Mention the various reasons for messages of the form:
...
xxxxx filesystem is not available
Inspired by: PR 3311, and a following discussion with Mikhail
1997-08-24 17:51:12 +00:00
fsmp
465fd5fe19
Fix a deadlock caused by one of the spl functions being called before
...
ss_lock() can run.
Noticed by: dave adkins <adkin003@gold.tc.umn.edu>
1997-08-24 17:26:37 +00:00
kato
7057ee806e
Code cleanup. Removed !FreeBSD code arround sysctl stuff. Renamed
...
doclusterread/doclusterwrite into ext2_doclusterread and
ext2_doclusterwrite, which are unique names. Moved #include of
<sys/sysctl.h> to the top of the file.
Pointed out by: Bruce Evans <bde@zeta.org.au>
1997-08-24 11:23:17 +00:00
kato
d8a42482fc
Synchronize with sys/i386/i386/microtime.s revision up to 1.29.
1997-08-24 11:09:36 +00:00
joerg
1bb3924f27
Make it explicit that arguments to -c are in hex, while other numbers are
...
in usual "C" notation.
Also fixed the examples section.
PR: 3313
1997-08-24 08:50:25 +00:00
max
3db440487a
Bring in the latest (08/22/1997) version from the Internic.
1997-08-24 08:17:02 +00:00
se
4b10d03b12
Go back to previous definition of FE_CACHE_SET, since the problem
...
caused by read-multiple on the 53c810a should have been fixed by
adjusting the alignment of the global header in rev 1.104 of ncr.c.
1997-08-24 06:24:51 +00:00
steve
4da10b0de0
Always include the section name in the .Xr macro and cleanup
...
.Nm macro usage.
PR: docs/3940
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-24 02:27:08 +00:00
steve
8a12554e3f
Correct error message when the superuser tries to change
...
the group of immutable files.
PR: bin/3445
Submitted by: Pius Fischer <pius@ienet.com>
1997-08-24 02:10:29 +00:00
steve
6c92f05ce5
Correct confusing error message when called as 'stty -sane'.
...
PR: bin/3573
1997-08-24 00:26:12 +00:00
fsmp
618ef60cbd
The last of the encapsolation of cpl/spl/ipending things into a critical
...
region protected by the simplelock 'cpl_lock'.
Notes:
- this code is currently controlled on a section by section basis with
defines in machine/param.h. All sections are currently enabled.
- this code is not as clean as I would like, but that can wait till later.
- the "giant lock" still surrounds most instances of this "cpl region".
I still have to do the code that arbitrates setting cpl between the
top and bottom halves of the kernel.
- the possibility of deadlock exists, I am committing the code at this
point so as to exercise it and detect any such cases B4 the "giant lock"
is removed.
1997-08-24 00:05:37 +00:00
steve
fc8b5b4955
Get rid of integer overflow warning.
...
PR: misc/3575
Submitted by: Bruce Evans <bde@zeta.org.au>
1997-08-23 23:51:12 +00:00
steve
c75d58a28c
Remove extraneous init parameter.
...
PR: kern/3595
Submitted by: Chiharu Shibata <chi@rd.njk.co.jp>
1997-08-23 23:38:12 +00:00
steve
35fe8cb81f
Remove extra definition of vwprintw.
...
PR: bin/3623
Submitted by: Stephen J. Roznowski <sjr1@flash.net>
1997-08-23 23:23:07 +00:00
brian
c6012f5875
Phone the number after the ``|'' whether the dial
...
OR login script fails.
Catch a small typo in the man page.
1997-08-23 23:14:24 +00:00
se
5117030182
Some cleanup and a fix for an assumed chip bug:
...
- Do not malloc SCRIPTS memory for those parts of the microcode that
are to be loaded into the on-chip SRAM of the 53c825a or 875 ...
- Modify ncr_chip_lookup to make adding new entries easier.
- Disable use of on-chip SRAM for the 53c825 rev 0x10 to 0x12, since
there seems to be a problem with rev 0x11, while 0x13 is known to
work. (Tested by Chuck Robey <chuckr@glue.umd.edu>).
This code will be merged into 2.2-stable after a few more days of
testing in -current.
1997-08-23 22:01:49 +00:00
steve
4c965279b1
.Ar -l -> .Fl l
...
PR: docs/3682
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
1997-08-23 21:59:41 +00:00
se
04d16ead28
Minor corrections to the code added in rev. 1.100 and 1.101:
...
- fix features of 53c860
- correctly adjust data structure to cache line boundary (32 bytes)
Submitted by: Gerard Roudier <groudier@club-internet.fr>
1997-08-23 21:53:47 +00:00
steve
3c2efe40ee
Remove the reference to the nonexistant dump(5) manpage.
...
PR: docs/3704
1997-08-23 21:52:47 +00:00