John Dyson
e8f1b8b02a
Add the PAT cpuid feature.
1998-04-26 03:18:38 +00:00
Tor Egge
dae3e4e603
Don't clobber errno when reaping child processes.
1998-04-26 01:00:00 +00:00
Tatsumi Hosokawa
9b473222be
Keywords "iosize" and "memsize" are unused since 1.5. Removed.
1998-04-25 18:10:10 +00:00
Tatsumi Hosokawa
af5311ffe2
#define'd KWD_XXX for keywords.
1998-04-25 17:52:15 +00:00
Andreas Klemm
3f99ca5351
make includes has to execute "make beforeinstall" in src/lib/libcalendar
...
as well, otherwise "make depend" during "make buildworld" fails in
usr.bin/ncal
1998-04-25 14:32:22 +00:00
Brian Somers
6a596579bc
Quieten gcc-2.8.1
1998-04-25 09:16:23 +00:00
KATO Takenori
3d9a94b05a
Sync with sys/i386/isa/wd.c revision up to 1.163.
1998-04-25 05:19:33 +00:00
John Dyson
adc78b8c71
Correct copyright.
1998-04-25 04:50:03 +00:00
KATO Takenori
012417733c
Sync with sys/i386/isa/wd.c revision 1.161.
1998-04-25 04:27:54 +00:00
KATO Takenori
3562d37f74
Sync with sys/i386/conf/GENERIC revision 1.108.
1998-04-25 04:27:15 +00:00
Alexander Langer
0804188c52
Strengthen the rules governing the 127.0.0.0/8 subnet. The previous rules
...
allowed external hosts to send packets to the 127.0.0.0/8 subnet on the
firewall host.
Renumber the lo0 rules to guarantee they appear first.
PR: 6406
Submitted by: Archie Cobbs <archie@whistle.com>
1998-04-25 00:40:55 +00:00
Brian Somers
c2f3ec0b46
Fix diagnostic typo.
1998-04-25 00:20:23 +00:00
Andrey A. Chernov
d9a1c82ad1
Fix nasty error in len_octal, result not initialized
1998-04-25 00:12:32 +00:00
Andrey A. Chernov
70183462ad
Fix ctype error #1 - chars must be unsigned
1998-04-25 00:10:24 +00:00
Andrey A. Chernov
1e0b4d8238
Make asctime_r static if !_THREAD_SAFE to prevent namespace pollution and
...
prototype mismatch
1998-04-25 00:00:57 +00:00
Dag-Erling Smørgrav
a2a029d24a
Remove the bogus -? option after reading the getopt() manual :)
1998-04-24 20:15:43 +00:00
Matt Jacob
f05ebe7324
Oops- osreldate.h is not around like I thought it would be... hmmm.. quick fix to get around this
1998-04-24 18:23:20 +00:00
Poul-Henning Kamp
c46308e85c
Augment the last change after some deliberation with rgrimes & peter.
...
It is important that we keep the ability to send packets to a remote
server and that the packets come from our well-known port, also in
that case.
Reviewed by: peter, rgrimes.
1998-04-24 17:32:23 +00:00
Bruce Evans
29844c8f14
Don't build shared libraries twice for `make world'. This reduces
...
`make world' times by about 10%. Use a new `bootstrap-libraries'
target to build just enough (static) libraries to bootstrap the
tools, and delay building of shared libraries until all the tools
have been built.
Fixed `/usr/bin/make world'. The version of `make' that we buildis
nand use is named "make", not ${MAKE}.
1998-04-24 17:13:33 +00:00
Dag-Erling Smørgrav
3a34dbf728
o Removed two unused variables (f_dirname and f_newline) in ls.c
...
o Added the -H and -P options for treatment of symbolic links.
o Removed the #ifdef BSD4_4_LITE, since it does not seem to do anything
useful
o Fixed up prn_octal() so its output looks more like that of AT&T Unices
when -b is given.
The next two lines apply only to the first two changes above:
PR: bin/6140
Submitted by: Max Euston
1998-04-24 12:43:26 +00:00
Dag-Erling Smørgrav
a8ce505bcb
Updated references to the behaviour of ls(1).
...
PR: bin/6140
Submitted by: Max Euston
1998-04-24 12:38:18 +00:00
David E. O'Brien
cbcfa1ba6a
Discussed with: bde
1998-04-24 11:50:30 +00:00
David E. O'Brien
8f89f24fc3
Create virgin disklabels with 8 (MAXPARTITIONS) partitions rather than
...
three (RAW_PART + 1);
This makes ``disklabel -Brw sdN auto'' do the Right Thing.
1998-04-24 11:49:57 +00:00
David Greenman
84e33c9eea
At the request of Garrett, changed sysctl:
...
net.inet.tcp.delack_enabled -> net.inet.tcp.delayed_ack
1998-04-24 10:08:57 +00:00
David Greenman
552b7df4c1
Ensure that TCP_REXMTVAL doesn't return a value less than t_rttmin. This
...
is believed to have been broken with the Brakmo/Peterson srtt
calculation changes. The result of this bug is that TCP connections
could time out extremely quickly (in 12 seconds).
Also backed out jdp's partial fix for this problem in rev 1.17 of
tcp_timer.c as it is obsoleted by this commit.
Bug was pointed out by Kevin Lehey <kml@roller.nas.nasa.gov>.
PR: 6068
1998-04-24 09:25:39 +00:00
Julian Elischer
1667f2b3e5
slice_device.c: permissions changes for SLICE devices
...
vn.c: change time of SYSINIT scheduling.
wd.c don't revert to fully closed state. ( may require more)
all in SLICE mode only.
1998-04-24 07:54:00 +00:00
Dag-Erling Smørgrav
0d86878ce0
o Renamed '-b' (show unprintables in octal) to '-B'
...
o Added a new '-b' which behaves as in AT&T Unices (show unprintables in
octal, using C escape codes when possible)
o Added '?' to the getopt() string, since the code in the switch considers
it as a valid option.
1998-04-24 07:49:51 +00:00
David Greenman
ca67f4589b
Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclusters
...
sysctl variable (previously committed).
1998-04-24 04:30:27 +00:00
David Greenman
9351a2295a
Added kern.ipc.nmbclusters
1998-04-24 04:15:52 +00:00
Julian Elischer
1077fa97b3
When calling the open function, specify either FREAD and/or FWRITE
...
as leaving them both 0 has the same effect as not openning the device at all.
1998-04-23 22:09:55 +00:00
Julian Elischer
bdeec4c20b
Oops forgot to include opt_bootp.h
...
Bootp works a lot better with devfs if this is present.
1998-04-23 20:59:42 +00:00
Dag-Erling Smørgrav
d35f47a331
There is no "rwho" service, it's "who"
...
PR: bin/6396
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-04-23 19:12:41 +00:00
Bruce Evans
5ad02d9ef4
Don't generate code with syntax errors (hard newlines in string constants
...
in config.c).
1998-04-23 16:37:06 +00:00
Bruce Evans
93dce16147
Fixed missing dependencies. The critical missing one was of bi-lexer.o
...
on bi-parser.h. Not having it sometimes (only with `make -j') triggered
a bug suite that led to ordinary cpp output being put in .depend files.
Various bugs (the main one only with `make -j') prevented timely detection
of failure to build and install gnu/usr.bin/cc. Eventually the missing
${WORLDTMP}/usr/libexec/cpp caused ${WORLDTMP}/usr/bin/cpp to be invoked
by cc, and this version of cpp is not suitable for such invocation.
Ordinary cpp output was put in .depend files when cpp terminated options
processing before seeing the -M flag.
Cleaned up.
1998-04-23 16:30:51 +00:00
Eivind Eklund
01404206b9
Convert timespecclear() back to an expression (this time without
...
sideeffects).
1998-04-23 14:12:06 +00:00
Paul Traina
5a36b24aa2
Back out last change
1998-04-23 04:44:08 +00:00
Eivind Eklund
e89652d0c4
Wrap timerclear in do { ... } while(0)
1998-04-23 00:11:32 +00:00
Eivind Eklund
57402d4df8
Add devfs support.
...
Submitted by: somebody whose name escapes me :-(
1998-04-23 00:06:43 +00:00
Tor Egge
beede91e58
Mask the interrupt before setting the corresponding bit in ipending if
...
the interrupt is already active.
Don't use lock prefix for operations on ipending.
Always use lock prefix for operations on iactive.
1998-04-22 22:49:29 +00:00
Robert Nordier
ac51e2822d
Improve description.
...
Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
1998-04-22 19:59:55 +00:00
Julian Elischer
afcdc872dc
Bad144 support for the slice system (!)
...
Submitted by: luoqi@watermarkgroup.com (Luoqi Chen)
I'm amazed by this. Slice has only been checked in for 2 days..
1998-04-22 19:27:54 +00:00
Matt Jacob
8bafc2452a
Add support for the Qlogic ISP SCSI && FC/AL Adapters
1998-04-22 18:18:16 +00:00
Matt Jacob
65adb54cf1
Add support for the Qlogic ISP SCSI && FC/AL Adapters
1998-04-22 18:12:29 +00:00
Matt Jacob
6054c3f6f2
Add support for the Qlogic ISP SCSI && FC/AL Adapters
1998-04-22 17:54:58 +00:00
KATO Takenori
d6226d453f
Sync with sys/i386/conf/majors.i386 revision 1.39.
1998-04-22 13:35:21 +00:00
Julian Elischer
26d3bf5f1b
close() is no longer a SLICE method.
...
Close is simply an open with no-read and no-write once internal to SLICE
(it still exports a close to the rest of the kernel)
1998-04-22 10:25:27 +00:00
Peter Wemm
4bc57bd94f
Add a couple of missing symbols referred to in asm code.
1998-04-22 09:46:16 +00:00
Poul-Henning Kamp
384606eb2c
netstat truncates info in sockaddr* between kgetsa and p_sockaddr
...
by dereferencing pointer to smaller structure
PR: 5256
Reviewed by: phk
Submitted by: Gregory D. Moncreaff <moncrg@bt340707.res.ray.com>
1998-04-22 06:54:31 +00:00
Poul-Henning Kamp
94a60328c1
Even with '-s', syslogd still creates an AF_INET socket, although
...
it is not bind(2)ed.
PR: 6366
Reviewed by: phk
Submitted by: Soren S. Jorvang <soren@dt.dk>
1998-04-22 06:28:18 +00:00
Paul Traina
d84b14105f
Fix cabs and cabsf definitions to be prototypes.
1998-04-22 06:26:18 +00:00