Guido van Rooij
52ed3a5d65
Open temporary files with O_EXCL.
...
Obtained from:bugtraq
1998-03-06 19:00:26 +00:00
Bruce Evans
8199f5c431
Fixed existence test for secure sources (don't test for secure objects).
...
Fixed some formatting.
1998-03-06 16:05:18 +00:00
Bruce Evans
073065dcc7
Fixed `make -jN' for large N, as usual.
1998-03-06 15:02:45 +00:00
Bruce Evans
df3175a04b
Fixed `make -jN' for large N, as usual. Too usual for yp programs.
1998-03-06 14:51:35 +00:00
Bruce Evans
8f15ebc49d
Fixed `make -jN' for large N. version.h was missing from SRCS,
...
SRCS was disordered to work around the bug for plain `make', and
the version number was bumped twice by building two copies of
version.[ch] concurrently.
1998-03-06 14:47:53 +00:00
Bruce Evans
2f8bfc23cd
Fixed `make -jN' for large N, as usual.
1998-03-06 14:40:42 +00:00
Bruce Evans
f6a23c4c2c
Fixed `make -jN' for large N, as usual.
1998-03-06 14:34:47 +00:00
Bruce Evans
99c91e5acc
Fixed `make -jN' for large N. Just put the generated file y.tab.h in
...
SRCS and add a dummy rule to create it. This and cleaning of yacc
output files should all be handled by bsd.prog.mk.
1998-03-06 14:25:45 +00:00
Bruce Evans
8408ce6f64
Fixed `make -jN' for large N, as usual.
1998-03-06 14:02:04 +00:00
Bruce Evans
10b2c6839a
Fixed `make -jN' for large N. Just put all generated headers in SRCS.
1998-03-06 13:51:18 +00:00
Bruce Evans
f3d015bd93
Use the standard method for avoiding concurrent builds of multiple targets
...
built by a single rule (.ORDER: foo.c foo.h ...).
1998-03-06 13:44:12 +00:00
Jordan K. Hubbard
e2fffe1c4f
MF22: add ports-biology
1998-03-06 13:36:05 +00:00
Bruce Evans
6acbf22513
Fixed `make -jN' for large N. The usual method of pretending that all
...
objects depend on all generated headers doesn't work because it gives
cyclic dependencies. Give enough dependencies explicitly. We no
longer need to use .SINGLESHELL for `make depend'. .SINGLESHELL was
more of a bottleneck than usual because `make depend' makes everything.
Fixed some spelling and English errors.
1998-03-06 13:34:36 +00:00
Jordan K. Hubbard
3e0ae19f52
Fix fprintf() here too.
1998-03-06 13:29:37 +00:00
Jordan K. Hubbard
6e4802b80e
\e should have been \n (don't know when this was broken).
1998-03-06 13:28:17 +00:00
Bruce Evans
dab4b2f347
Fixed `make -jN' for large N. Just put the generated headers in
...
${SRCS} instead of giving inadequate explicit dependencies. There
is still a problem after `make depend; make clean'. Then `make'
barely works, and `make -jN' is confused by absolute paths in
.depend.
1998-03-06 13:13:15 +00:00
Mike Smith
651ae11e2f
Trivial filesystem getpages/putpages implementations, set the second.
...
These should be considered the first steps in a work-in-progress.
Submitted by: Terry Lambert <terry@freebsd.org>
1998-03-06 09:46:52 +00:00
Bruce Evans
2840666108
Fixed building with `make -jN'. Put ss_err.h in SRCS so that recent
...
changes to bsd.lib.mk can handle building it early enough. Don't
use the same rule for ss_err.h and ss_err.c, else `make -jN' would
run the rule twice concurrently. Don't put ss_err.c out of order
in SRCS; doing so was a kludge to get ss_err.h built early enough
for plain `make'.
Don't put a non-generated file in CLEANFILES.
1998-03-06 08:26:00 +00:00
Bruce Evans
14172e4615
If .depend doesn exist, then pretend that all objects depend on all
...
headers in ${SRCS}, as in bsd.lmod.mk and bsd.prog.mk. This helps
`make [-j]' work when .depend doesn't exist. Even plain `make'
sometimes only worked because of magic ordering in ${SRCS}.
1998-03-06 08:08:36 +00:00
Bruce Evans
589d9341f4
Removed support for now-unused FreeBSD misfeature DPSRCS.
1998-03-06 07:28:01 +00:00
Jordan K. Hubbard
8f85722f98
MF22: various doc bogons noticed.
1998-03-06 07:23:08 +00:00
Bruce Evans
3f9035b74a
Don't use the FreeBSD misfeature DPSRCS or give explicit dependencies
...
on generated headers. Just put generated headers in SRCS so that
bsd.*.mk can generate better dependencies.
1998-03-06 07:00:28 +00:00
Bruce Evans
987afe2a2f
Fixed dependency of ${PROG} on ${DPSRCS}. There were various races
...
for `make -j'. There are one-off fixes for the problem in a few
Makefiles, e.g., amd/amq/Makefile.
1998-03-06 06:48:39 +00:00
Jordan K. Hubbard
f910618080
Go to reduced device set now that "make-unders" work.
1998-03-06 06:47:09 +00:00
Bruce Evans
47da63c3df
Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.
...
There were various races for `make -j'. Half-built versions of
vnode_if.h were sometimes #included...
Removed a null dependency.
1998-03-06 05:43:46 +00:00
Brian Somers
0b3b961e55
We don't need to NUL terminate our sun_path.
...
Pointed out by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
1998-03-06 03:10:49 +00:00
Kazutaka YOKOTA
36b1e17db4
Add 4th button support for the "MouseMan" protocol. The latest
...
trackball model from Logitech has four buttons.
1998-03-06 03:09:31 +00:00
Brian Somers
0d41e7b820
Nul terminate sockaddr_un::sun_path
...
Suggested by: Theo de Raadt <deraadt@openbsd.org>
1998-03-06 02:12:02 +00:00
Alexander Langer
3ab7d36f1e
Teruillian --> Tertullian
...
PR: 5928
Submitted by: Doug <Studded@dal.net>
1998-03-06 01:49:14 +00:00
Brian Somers
4f2ef57437
Use the correct device name in -direct mode.
1998-03-06 00:35:30 +00:00
John Polstra
b6e7a280a9
Fix the broken installation of strip. It tried to use the installed
...
strip program (via "install") to strip itself. But the program
wasn't executable because "install" hadn't made it so yet. I
borrowed the method used for the old strip to get around this.
1998-03-06 00:28:04 +00:00
Brian Somers
d584948ecd
Make SyslogAddr a sockaddr_un rather than a sockaddr.
...
This wasn't a problem in practice as PATH_LOG and PATH_OLDLOG
are both < sizeof sockaddr::sa_data.
1998-03-05 22:17:59 +00:00
Tor Egge
5dd528cd4e
Remove special handling for resuming clock interrupt when using APIC_IO.
...
The `generic' vector stubs do the right thing.
1998-03-05 21:45:53 +00:00
Tor Egge
622a086be3
Use t_idt instead of idt inside setidt() if f00f_hack() has relocated the IDT.
...
Submitted by: Bruce Evans <bde@zeta.org.au>
1998-03-05 19:37:03 +00:00
Jonathan M. Bresler
03c0fb69f3
fix a type in the rulesets
...
same fix as recorded in misc/5924
that problem report was filed against the stable branch
but that's not a reason not to fix it here as well ;)
Reviewed by: jmb
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-03-05 18:38:57 +00:00
Jordan K. Hubbard
1fbe7f53e0
Correct minor typo
...
Confirmed by: Ustimenko Semen <semen@iclub.nsu.ru>
1998-03-05 10:53:26 +00:00
KATO Takenori
afaeca874b
Fixed mistakenly merged part.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
1998-03-05 03:31:27 +00:00
David E. O'Brien
e3d7eb92f6
Reconized OpenBSD partitions.
1998-03-05 03:08:16 +00:00
Tor Egge
540d82e3b4
Disable redirection of clock interrupt to a higher priority vector.
...
This does not work on most dual Pentium machines, due to setidt()
being neutralized by f00f_hack().
1998-03-04 23:45:12 +00:00
Poul-Henning Kamp
c5d3d7fd74
If numdirs is zero, print a helpful message instead of divding by zero later.
1998-03-04 18:03:54 +00:00
Semen Ustimenko
1b0783ba37
*** empty log message ***
1998-03-04 16:35:05 +00:00
KATO Takenori
3a94cb7f7d
Defined CCR6 and CCR7 (configuration registers of M2 CPU.)
1998-03-04 11:39:16 +00:00
Peter Dufault
917e476dad
Reviewed by: msmith, bde long ago
...
POSIX.4 headers and sysctl variables. Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
1998-03-04 10:27:00 +00:00
Peter Dufault
644d85f4ca
Reviewed by: msmith, bde long ago
...
Fix for RTPRIO scheduler to eliminate invalid context switches.
POSIX.4 headers and sysctl variables. Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
1998-03-04 10:25:55 +00:00
Peter Dufault
f3df61a1cd
Reviewed by: msmith, bde long ago
...
Fix for RTPRIO scheduler to eliminate invalid context switches.
1998-03-04 10:25:03 +00:00
Peter Wemm
f688ebc13a
Fix recent breakage when compiling under elf.
...
_Xforward_irq -> Xforward_irq
_apic_isrbit_location -> apic_isrbit_location
_cpu_num_to_apic_id -> cpu_num_to_apic_id
_invltlb_ok -> invltlb_ok
1998-03-04 09:55:13 +00:00
John Dyson
aeb52ab0eb
Fix certain kinds of block device operations. For example, tunefs on
...
a block device shouldn't crash the system anymore.
1998-03-04 06:44:59 +00:00
John Dyson
a638dbdbf4
Fix a rounding error for the NFS buffer validend.
...
Submitted by: John W. De Boskey <jwd@unx.sas.com>
1998-03-04 03:17:30 +00:00
Tor Egge
02c1dc3bbc
When entering the apic version of slow interrupt handler, level
...
interrupts are masked, and EOI is sent iff the corresponding ISR bit
is set in the local apic. If the CPU cannot obtain the interrupt
service lock (currently the global kernel lock) the interrupt is
forwarded to the CPU holding that lock.
Clock interrupts now have higher priority than other slow interrupts.
1998-03-03 22:56:30 +00:00
Tor Egge
3163861c7b
Forward the signal if the process runs on a different CPU. This reduces
...
the signal handling latency for cpu-bound processes that performs very
few system calls.
The IPI for forcing an additional software trap is no longer dependent upon
BETTER_CLOCK being defined.
1998-03-03 20:55:26 +00:00