kleink
b2bead304f
Fix a misplaced brace which caused NAT list corruption; from Dave Huang
...
<khym@bga.com> in PR kern/3872.
1997-07-16 11:06:07 +00:00
mikel
93d703eed2
xref setgid(2) not nonexistent setgid(3), sort xrefs
1997-07-16 07:09:14 +00:00
mikel
b62af4ea5e
don't xref obsolete regcmp(3)
1997-07-16 06:59:59 +00:00
augustss
78612a1a5b
Sync with audioio.h changes.
1997-07-16 06:55:27 +00:00
mikel
85a9bc4ee4
xref moncontrol(3) instead of obsolete monitor(3), sort xrefs
1997-07-16 06:51:44 +00:00
mikel
b3f3644fcf
add setlocale(3) and toascii(3)
1997-07-16 06:27:12 +00:00
mikel
ab18bfe1bf
add toascii(3)
1997-07-16 06:22:07 +00:00
mikel
bd37c10e9d
add NetBSD RCSid
1997-07-16 06:20:20 +00:00
mikel
b797d3b1e5
import 4.4BSD-Lite2 version
1997-07-16 06:18:11 +00:00
mikel
48fbbaa026
xref quotactl(2) not nonexistent quota(2)
1997-07-16 06:05:58 +00:00
mikel
48f58872a4
xref pac(8) not nonexistent pac(1), sort xrefs
1997-07-16 05:54:25 +00:00
mikel
1041a0a14a
don't xref nonexistent mount(1)
1997-07-16 05:45:28 +00:00
mikel
576ed679d4
xref mount(8) not nonexistent mount(1)
1997-07-16 05:43:33 +00:00
mikel
df0157804c
xref mknod(8) not mknod(1), comment out special(8) xrefs, RCSid police
1997-07-16 05:26:17 +00:00
mikel
38f73fe1f4
xref mknod(8) not mknod(1), comment out special(8) xrefs
1997-07-16 05:24:37 +00:00
mikel
d6d34f3d52
xref mknod(8) not nonexistent mknod(1)
1997-07-16 05:22:40 +00:00
mikel
830d7a544f
xref mknod(8) not nonexistent mknod(1), sort xrefs
1997-07-16 04:42:32 +00:00
mikel
2bb07f9f5c
xref ldconfig(8) not nonexistent ldconfig(1)
1997-07-16 04:34:36 +00:00
mark
68401510be
Fixed recognition of NetBSD/arm32 shared libraries and dynamically
...
linked executables.
1997-07-16 02:50:45 +00:00
mark
00b3633e19
Disable the SUBDIRS= lines as we have no subdirs to build.
1997-07-16 02:46:37 +00:00
mark
cdc0d0bd29
Build fdformat on arm32 systems.
1997-07-16 02:43:35 +00:00
is
ae6e3e81bc
Amiga glue code for the m68k fpu emulation subsystem.
...
XXX This (the m68k FPE, not the glue code) is known to be broken for
68LC040/68040V and 68LC060 cpus. This is also the reason we don't
bother to add options FPU_EMULATE to the DRACO configuration file, as
DraCos only come in 68040V (very few) and 68060 variants.
1997-07-16 00:01:51 +00:00
fvdl
06b1c0c4aa
Recognize MMX P5 by it's model number, not by the cpuid flag. Otherwise
...
we also get "Pentium II with MMX" which is like saying "Pentium with FPU".
Also add one more entry for a K5
1997-07-16 00:01:49 +00:00
is
006b61726d
Amiga glue code for the m68k fpu emulation subsystem.
...
XXX This (the m68k FPE, not the glue code) is known to be broken for
68LC040/68040V and 68LC060 cpus. This is also the reason we don't
bother to add options FPU_EMULATE to the DRACO configuration file, as
DraCos only come in 68040V (very few) and 68060 variants.
1997-07-16 00:01:44 +00:00
fvdl
286a3374b9
Give the hash lock a better name, it's not just ffs that uses it.
1997-07-15 19:08:18 +00:00
christos
7d52497961
When in compress mode, don't overwrite the destination file directly,
...
write a temp file and use rename when it is done. (From James Mathiesen
<james@deshaw.com>)
1997-07-15 18:15:55 +00:00
veego
6937751466
Sync with the recent changes of the audio variables.
...
s/AUDIO_ENCODING_LINEAR_LE/AUDIO_ENCODING_SLINEAR_LE/
s/AUDIO_ENCODING_LINEAR_BE/AUDIO_ENCODING_SLINEAR_BE/
1997-07-15 18:00:12 +00:00
christos
18ad58a639
PR/3866: bayer@informatik.uni-leipzig.de: core dump using xon script.
...
cmdenviron is pointing to varlist.list; varlist gets reset everytime
you enter evalcommand, but cmdenviron does not. The wonders of global
variables...
1997-07-15 17:49:15 +00:00
christos
1eb178df64
Fix Sparcworks warnings.
1997-07-15 17:45:53 +00:00
christos
bb5e01d099
Don't re-define setjmp/longjmp in the svr4 case
1997-07-15 17:44:32 +00:00
scottr
3284008cff
Add DrHw value for the Macintosh Display Card
1997-07-15 15:45:38 +00:00
drochner
b401c3f024
Use include files from kernel source, not userland. Create a
...
"machine" link automatically for this.
1997-07-15 13:02:04 +00:00
drochner
6b02672ee8
Cleanup include file usage: Avoid user space headers, use
...
<sys/types.h> instead of <sys/param.h> where possible.
1997-07-15 12:45:22 +00:00
drochner
d6a6f815ee
Add boot ROM support for 3c905 TX ethernet card.
1997-07-15 11:23:04 +00:00
veego
fb68fae55e
Move savecore up before named to get a dump on low memory systems and
...
move 'mount -a' between yp and nfs daemons.
1997-07-15 11:19:20 +00:00
kleink
2d176dda6e
Link localeconv(3) to setlocale(3).
1997-07-15 09:22:31 +00:00
leo
9eb01ced39
Install key-maps only and forget about the program generating them.
1997-07-15 08:42:21 +00:00
leo
bacc863c24
Add atari.
1997-07-15 08:40:02 +00:00
leo
ec7ce2c9f8
Isabus support.
1997-07-15 08:25:39 +00:00
leo
3adf93ecde
isabus support
1997-07-15 08:17:39 +00:00
pk
54c37dd087
Make DISKTYPE optional; default to vnd's builtin geometry.
...
Make `vnd0c' the default vnd device (instead of `vnd0a').
1997-07-15 08:16:36 +00:00
augustss
5b3b56dd1a
Garbage collect some unused routines.
1997-07-15 07:51:04 +00:00
augustss
8727da130b
In the name of backwards compatibility AUDIO_ENCODING_LINEAR has been
...
renamed AUDIO_ENCODING_SLINEAR and AUDIO_ENCODING_LINEAR reverts to the
NetBSD 1.2 sematics. A kernel with COMPAT_12 defined will accept
AUDIO_ENCODING_LINEAR and treat it as before, without COMPAT_12 it
will be rejected.
1997-07-15 07:46:04 +00:00
scottr
ec40091111
In nubus_print(), always print the NuBus slot number. Also, refine it so
...
that when no driver matches, our output is a little more consistent with
existing practice.
1997-07-15 07:43:12 +00:00
mikel
9c10bd8647
xref killpg(3) not obsolete killpg(2), sort xrefs
1997-07-15 07:13:29 +00:00
mikel
3353aa13c7
xref inetd(8) not nonexistent inetd(1), add utmp(5) xref
1997-07-15 07:10:31 +00:00
mikel
53609ce7ee
xref getpagesize(3) not obsolete getpagesize(2), sort xrefs
1997-07-15 07:05:31 +00:00
mikel
95ca30804f
xref getpagesize(3) not nonexistent pagesize(2), sort xrefs
1997-07-15 07:03:25 +00:00
mikel
5a13994cb6
xref mmap(2), not self; xref mlock(2); sort xrefs
1997-07-15 06:52:43 +00:00
leo
38071fa916
Use '0' instead of NULL when talking about int's
1997-07-15 06:51:15 +00:00