Commit Graph

26636 Commits

Author SHA1 Message Date
thorpej
1dad4ef8c6 Add the following individuals for their dontations of money and/or
equipment to the NetBSD Project:

	David Brownlee
	Ralph Campbell
	Christopher G. Demetriou
	Scott Ellis
	Perry E. Metzger
1997-03-25 18:40:07 +00:00
christos
790c4693cc Add the bsd.links.mk and bsd.inc.mk 1997-03-25 18:20:55 +00:00
is
138db3e452 Add MROUTING description. 1997-03-25 16:42:52 +00:00
is
45ae7d19f3 Mention correct PID file location. 1997-03-25 16:06:55 +00:00
is
c8785a5591 Added EHOSTUNREACH description to ERRORS, closing PR 3133. 1997-03-25 15:43:06 +00:00
christos
93b36b663d PR/3388 from Tatoku Ogaito: Add product id for another soundblaster PnP card. 1997-03-25 15:16:49 +00:00
lukem
a28b2ef8b3 Add "#define has_mkstemp 1" (which needs "#define has_mktemp 1"),
and hack to use mkstemp() instead of mktemp(). This *does* cause the
tempfile to be created at name generation time, but that's ok because
the code will fopen(tempname), use it, and the unlink it. Kinda cute
(``ugly but interesting'' :), but seems to work, and passes
'sh ./rcstest' as well as rudimentary tests by me.
1997-03-25 13:56:36 +00:00
mikel
eba3c11c27 some cleanup; still needs a *lot* of work 1997-03-25 07:57:14 +00:00
mikel
20efef237e expand on these a bit. 1997-03-25 07:20:00 +00:00
perry
4deb4b43b7 Update to describe new upgrade floppy system 1997-03-25 06:35:04 +00:00
perry
29128f0d7e fix silly typo 1997-03-25 06:25:04 +00:00
perry
4deae47f44 add information on kern set 1997-03-25 06:20:56 +00:00
perry
508181ed7a describe "kern" set. 1997-03-25 06:16:24 +00:00
perry
80067d7a43 Update for the new ramdisk based install, with the installed kernel
implicitly moved into the kern??? set.
1997-03-25 06:09:06 +00:00
perry
fe395da669 Update to the new set of ramdisk based installs, etc. 1997-03-25 06:04:23 +00:00
mikel
b7679caa29 add xref to symlink(2) 1997-03-25 05:30:29 +00:00
mikel
863572aff7 fix misplaced punctuation in SEE ALSO section. 1997-03-25 05:19:05 +00:00
mikel
04695059c2 add xrefs to readlink(2) and symlink(7). former from Brian Grayson in
PR misc/3378, latter by me.
1997-03-25 05:18:21 +00:00
mark
b28684079f Fix broken vidcaudio_set_format() prototype. 1997-03-25 05:09:01 +00:00
perry
83e59afff5 Update. In particular, remove refernces to the kcoth/kcadp split (we
no longer have split kernels) and remove references to "kernel copy"
floppies since we are now using ramdisk boot kernels.
1997-03-25 05:01:51 +00:00
perry
c9d61d5cd3 Partial upgrade of document to describe the interim SSTO floppies. I
haven't renamed 1.2 to 1.2D everywhere since thats transient anyway...
1997-03-25 04:50:06 +00:00
perry
76b7132eeb Update to add Matthias Drochner and yours truly. 1997-03-25 04:21:07 +00:00
thorpej
fcab4c339d RCS id police. 1997-03-25 03:06:58 +00:00
perry
852b0f3606 Add a couple of missing zoneinfo files. 1997-03-25 02:58:56 +00:00
perry
740c418b30 add mop* man pages (should be in section 8!) and arp*.9 man pages 1997-03-25 02:56:35 +00:00
perry
bd94b26fd7 add /usr/sbin/mop* and resort 1997-03-25 02:50:48 +00:00
perry
4545fe75b6 Update for recent arp changes. 1997-03-25 02:45:50 +00:00
jonathan
9a834c4127 Add ARP hardware type for Richochet "starmode" radio addresses. 1997-03-25 02:30:52 +00:00
thorpej
315d0c6cbb Display the correct interface name in the event SIOCGIFMEDIA "succeeds"
but doesn't return any media types.
1997-03-25 01:37:11 +00:00
gwr
90a79f75fe Change continue to break in a few places (as suggested by mycroft). 1997-03-24 23:49:39 +00:00
christos
7600672517 put the 'r' back in archive. 1997-03-24 23:19:12 +00:00
cgd
b1e061e899 Optimize the case of writing to /dev/zero, and clean up the
surrounding code a bit.  Partly suggested by gwr, them implemented
by mycroft in the i386 port, then cleaned up a bit to fit here.
1997-03-24 23:01:40 +00:00
pk
eb3b79e0f2 Move `#endif /* SUN4M */' downward. 1997-03-24 22:56:37 +00:00
christos
3dd90654e6 Don't cleandir on make build when UPDATE is set. 1997-03-24 22:22:15 +00:00
christos
d59123b39b - Makefile cleanups 1997-03-24 22:15:37 +00:00
christos
8259dd08d6 Makefile cleanups:
use INCS variable to install includes and FILES to install objects.
1997-03-24 22:11:48 +00:00
christos
0aad9d4378 Makefile cleanups 1997-03-24 22:02:40 +00:00
christos
3917c3179d - Makefile cleanups 1997-03-24 21:57:01 +00:00
christos
25f6ec749f make rules update:
- add UPDATE and BUILD features
- add new FILES, INCS, SCRIPTS variables
- allow man pages source installation
1997-03-24 21:54:12 +00:00
mycroft
6962daa0f8 KNF police. 1997-03-24 21:50:48 +00:00
mycroft
13ca4f0381 Do not return generation counts to the user. 1997-03-24 21:44:53 +00:00
christos
261ef8aa5a Add missing slpx(); from Bill Sommerfeld 1997-03-24 21:23:10 +00:00
christos
8a6e9721ca const poisoning. 1997-03-24 21:20:03 +00:00
mycroft
46f55019b7 Optimize the case of writing to /dev/zero, and clean up the
surrounding code a bit.  Partly suggested by gwr.
1997-03-24 21:16:59 +00:00
gwr
f17ca2c65c Do not compile-in ${MACHINE} (as per PR#3386, OK'ed by christos) 1997-03-24 20:56:36 +00:00
pk
4a77b646a2 Add `c_associativity' field. 1997-03-24 19:56:58 +00:00
perry
48060bc2d7 Fix bug which has kept ld.so from being built for some time:
<bsd.prog.mk> was being included before an .if !defined(NOPIC)
which added rtld to the SUBDIRs. This was so that the definition
of NOPIC would get picked up. Unfortunately, this is WRONG, because
after <bsd.prog.mk> is included you shouldn't be able to touch SUBDIR
as the magic has already happened.

However, a complementary bug in the .mk files kept anyone from
noticing until now.

Fixed by moving the include of <bsd.prog.mk> to the bottom and
including <bsd.own.mk> above the .if !defined, which is the correct
way to do this sort of thing.
1997-03-24 19:54:35 +00:00
mycroft
86f68e3d77 Build fdboot. 1997-03-24 19:53:34 +00:00
mycroft
25d692da5e Fix calculation of fmem and fmemsz for old ROMs. 1997-03-24 19:51:28 +00:00
mycroft
1b9557e827 Make the segment rounding code consistent. (No functional change.)
If DEBUG_MEMORY_LIST, wait for a keypress before starting the kernel; never
time out.
1997-03-24 18:56:26 +00:00