mellon
112397fa9d
NetBSD-style Makefile for sysconfd
1997-10-21 00:03:54 +00:00
mellon
75ed7158ea
Add sysconf.c
1997-10-21 00:02:55 +00:00
mellon
8f105dcd01
NetBSD 1.3 Alpha snapshot of ISC dhcp
1997-10-20 23:28:10 +00:00
mikel
dfd29394f1
fix problem from PR4292 here as well
1997-10-20 23:03:02 +00:00
mikel
44fd5cbf64
fix PR 4292 slightly differently
1997-10-20 23:02:09 +00:00
scottr
ca99a37396
Enable ipfilter, and add a commented-out rnd pseudo-device line.
1997-10-20 22:52:48 +00:00
thorpej
98bb00f98f
Fix alignment problems. From Frank van der Linden <fvdl@NetBSD.ORG>.
1997-10-20 22:08:44 +00:00
thorpej
fa87c324dc
Regen, syscalls.master changed.
1997-10-20 22:06:52 +00:00
thorpej
14cd99880c
Fix the shared library versioning snafu caused by the recent changes
...
to the stat(2) family and msync(2). This uses a primitive function
versioning scheme.
This reverts the libc shared library major version from 13 to 12, and
adds a few new interfaces to bring us to libc version 12.20.
From Frank van der Linden <fvdl@NetBSD.ORG>.
1997-10-20 22:05:06 +00:00
thorpej
470dedcf2c
Update for ne(4).
1997-10-20 21:47:31 +00:00
thorpej
ad3b16c4c8
Add a manual page for the "ne" driver.
1997-10-20 21:40:43 +00:00
fair
245b25c2ef
fix /var/mail permissions so that "dot locking" works.
1997-10-20 21:30:30 +00:00
thorpej
a55181bde9
Update for PCMCIA and the status of 3c515 support. Do a bit of cleanup,
...
needs more work.
1997-10-20 21:11:05 +00:00
thorpej
977b44de88
Ooops, typo in a comment.
1997-10-20 20:41:09 +00:00
thorpej
6a34a8996c
Add an __RCSID().
1997-10-20 20:40:27 +00:00
gwr
f09d74419b
Add mips*-*-netbsd
1997-10-20 20:39:46 +00:00
thorpej
58ee7fe2a9
Add an __RCSID().
1997-10-20 20:38:24 +00:00
thorpej
5ea9d818ae
Update for new location of i82365.c
1997-10-20 20:26:25 +00:00
thorpej
37919a04d9
Moved to src/sys/dev/ic/i82365.c via repository copy.
1997-10-20 20:24:17 +00:00
thorpej
1d1fd17f73
Don't panic if we fail to remap i/o or mem space in the attach function.
...
Instead, print a diagnostic and return. (Some drivers do this already.)
Also, normalize the diagnostic message, and fix some places where the
printfs were getting ugly.
1997-10-20 20:07:57 +00:00
perry
75473a6379
we don't need FDESC
1997-10-20 20:03:04 +00:00
mjacob
5bd8e6eccc
MSS3 needs full SYSV stuff.
1997-10-20 19:48:30 +00:00
jonathan
0841fc37a3
kill lint.
1997-10-20 19:43:26 +00:00
jonathan
4d29dd99dd
Put back duplicate <XXX>_ENDIAN definitions. Defining them as _<XXX>_ENDIAN
...
loses on non-POSIX source that re-defines <XXX>_ENDIAN itself (e.g., gdb.)
1997-10-20 19:15:40 +00:00
is
4a8fcf4aed
Dont waste time in delay()s... else we won't finish in time to get our first
...
lowwatermark interupt for AUDIO_BYPASS data.
1997-10-20 19:07:59 +00:00
explorer
f29df68cd4
comment out rnd, mark as experimental
1997-10-20 18:47:08 +00:00
explorer
32b7029647
Mark options RND_COM as broken on i386 port
1997-10-20 18:45:09 +00:00
explorer
1f2bca63e2
clean up the event queue more. Add volatile where needed.
1997-10-20 18:43:48 +00:00
thorpej
5c6445bc0d
Don't panic if we fail to remap i/o or mem space in the attach function.
...
Instead, print a diagnostic and return. (Some drivers do this already.)
Also, normalize the diagnostic message, and fix some places where the
printfs were getting ugly.
1997-10-20 18:43:03 +00:00
drochner
24393e44bb
Oops, mrg had a reason to use %ld format.
...
We really need a cast to print off_t values.
1997-10-20 18:42:17 +00:00
drochner
462ad8b47d
fix printf format
1997-10-20 18:25:05 +00:00
drochner
41e3b9d2f4
The previous changes were not sufficient, we need more kvm reads.
1997-10-20 18:12:56 +00:00
pk
332129fdf1
Enable `reselect' and `synch negotiation' by default.
1997-10-20 18:05:21 +00:00
is
c7a9bfc5b5
Allow more than 4 (up to 16 now) virtual filesystems to be loaded.
...
Patch from Matthias Scheler, pr4299.
1997-10-20 17:40:07 +00:00
drochner
c111d4e6c2
make compile after NFS (struct nfsnode) changes
1997-10-20 17:32:51 +00:00
drochner
2b0cbc07da
include <sys/cdefs> before __RCSID
1997-10-20 17:18:04 +00:00
scottr
4cb9c325b3
Oops. Move shared libraries from mi to md.mac68k. Pointed out
...
by Bernd Ernesti.
1997-10-20 17:03:57 +00:00
christos
fd2bc36384
Move rcsid[] after the start symbol.
1997-10-20 16:09:27 +00:00
christos
aef9d1ed68
Move rcsid[] after start:, so that start starts at 0.
1997-10-20 16:08:28 +00:00
gwr
1d0fce59db
Don't define NO_SINGLE_STEP here because it is already defined in
...
dist/gdb/config/mips/tm-nbsd.h (avoid redefinition warnings).
1997-10-20 16:05:29 +00:00
christos
473c5739fd
Bring back swapon and getdirentries from libcompat.
1997-10-20 16:04:24 +00:00
christos
121197f0ea
Bring timezone back to libc.
1997-10-20 15:50:22 +00:00
christos
3ecdd3624c
Moved timezone, swapon and getdirentries back to libc.
1997-10-20 15:49:39 +00:00
explorer
9d0579d2fb
Comment out pseudo-device rnd, mention options RND_COM, and mark experiemntal
1997-10-20 15:19:51 +00:00
gwr
8e624017b2
"Support" the NetBSD-specific "-k" option.
1997-10-20 15:08:50 +00:00
explorer
bef5af6d26
cleanup of queue code
1997-10-20 15:06:04 +00:00
explorer
7f8a4b47f8
Clean up the timeout and queue code.
1997-10-20 15:05:05 +00:00
explorer
c327761377
Don't pretned to maintain an internal "global" entropy pool. In-kernel
...
locking cannot be done with it, and that sort of thing probably should not
be shared anyway.
1997-10-20 15:03:19 +00:00
matt
500281c8a4
21142 / 21143 chips always use ISVSROM format. (print out message is
...
SROM checksum is invalid).
1997-10-20 14:32:46 +00:00
veego
42d21d7042
Add a SEE ALSO section for other graphics manpages.
1997-10-20 14:31:18 +00:00