Commit Graph

33261 Commits

Author SHA1 Message Date
mark
ca363acbb6 Initial commit of an install ramdisk image build. 1997-10-18 04:05:39 +00:00
lukem
b9a4b3321c getopt returns -1 not EOF, turn off WARNS 1997-10-18 04:05:38 +00:00
mark
416fa2941b Initial commit of an install ramdisk image build. 1997-10-18 04:05:19 +00:00
lukem
1b31876813 WARNSify 1997-10-18 04:01:10 +00:00
mark
8f1122b19e Added qms device and removed quadmouse device.
Removed acd references.
1997-10-18 03:59:27 +00:00
lukem
dc0e957a43 WARNSify 1997-10-18 03:54:00 +00:00
mark
155d2c9dca Fix .Os lines.
Few minor cleanups.
1997-10-18 03:52:49 +00:00
mark
8b76785973 Added em.4 and removed rd.4 1997-10-18 03:52:05 +00:00
mark
f190c2dba1 This device does not exist anymore. 1997-10-18 03:51:37 +00:00
mark
486d97611d Document new em driver. 1997-10-18 03:51:15 +00:00
lukem
4e5fdf217a WARNSify 1997-10-18 03:50:58 +00:00
mikel
27ab302eb9 RCSid police 1997-10-18 03:17:09 +00:00
briggs
aead314eea Use bcmp instead of memcmp since we haven't switched to using memcmp elsewhere
in the kernel.
1997-10-18 02:54:57 +00:00
mark
ea1c03acd8 Fix bug in last commit that only worked with cpp -traditional. 1997-10-18 02:46:09 +00:00
jonathan
82526d56fd Prototype __flt_rounds(). 1997-10-18 02:43:06 +00:00
mark
03be22adfe Include stdlib.h for prototype of free(). 1997-10-18 02:37:00 +00:00
mark
a2b5e07612 Include memmove.S in the list of sources. 1997-10-18 02:28:25 +00:00
jonathan
d385e0e57e Prototype ANSI-safe gcc trampoline entrypoint. 1997-10-18 02:25:14 +00:00
thorpej
1adb3a7a9d Sync with GENERIC. 1997-10-18 02:01:36 +00:00
thorpej
2f26438522 Major cleanup of the GENERIC config file. The devices are laid out in
a more readable manner now, and sorted by bus type.
1997-10-18 01:42:22 +00:00
gwr
c5b23be7bf Make sure vunmapbuf will kmem_free_wakeup() the same VA range
that came from kmem_alloc_wait().  (Same problem as PR#4120).
1997-10-18 00:17:21 +00:00
jonathan
8bb9a1ccb2 Protect #ifdef DEBUG printfs with a run-time teson a patchable variable
(epdebug), as per Jason Thorpe's comments.
1997-10-18 00:15:02 +00:00
gwr
0308bf1ac6 Use common zs code. 1997-10-17 23:59:44 +00:00
gwr
b4e346f85d Rename cs_pad to cs_spare1 (for future use by Bill Studenmund). 1997-10-17 23:02:37 +00:00
gwr
b69fc1a7cf Move the ttychars() call below the if-not-raw block.
(from Bill Studenmund)
1997-10-17 22:55:09 +00:00
jonathan
e12d00b5e4 Add #include <sys/sysctl.h>, which in turn needs #include <vm/vm.h>. 1997-10-17 22:37:38 +00:00
phil
578886c5b8 Tweeks to make install better (take two)
- route messages to /dev/null
- remove // in some file names
- clear screen at proper times
1997-10-17 22:24:20 +00:00
phil
fd205c739f Try to recover from a mistake of mine where I lost bits. 1997-10-17 22:17:05 +00:00
kml
323c04642b Path MTU Discovery support. This is turned off by default.
Use sysctl -w net.inet.icmp.mtudisc=1 to turn on.
Still to come:  path removal after some period, black hole detection
1997-10-17 22:12:14 +00:00
gwr
f246430dba Nuke same-unit hack in match. 1997-10-17 21:49:07 +00:00
thorpej
73b56bd5b0 Display The NetBSD Foundation, Inc.'s copyright notice at boot time. 1997-10-17 21:40:00 +00:00
thorpej
232739024a Document net.inet.ip.allowsrcrt and net.inet.ip.subnetsarelocal. 1997-10-17 21:30:36 +00:00
gwr
0dae569d67 Take a stab at this. 1997-10-17 21:30:07 +00:00
mark
db54fc7a59 Added support for filecore partitions on arm32 platforms. 1997-10-17 21:29:36 +00:00
mark
919c9148f3 Add support for PIC code.
Add support for ld.so
1997-10-17 21:25:42 +00:00
thorpej
1849d27507 Note net.inet.ip.subnetsarelocal. 1997-10-17 21:24:01 +00:00
gwr
12d8f9d5cd first cut 1997-10-17 21:23:23 +00:00
thorpej
10f29f9bcb Allow `subnetsarelocal' to be changed via sysctl. 1997-10-17 21:20:49 +00:00
gwr
12b8c06186 From toolchain 1997-10-17 21:19:55 +00:00
phil
88ca252c34 Tweeks to make install nicer. 1997-10-17 21:10:39 +00:00
phil
9298c97b61 Add sysinst to ramdiskbin
Move to use init_s to make room for sysinst
(Note: sysinst is not automatically run, it still uses the old install
process.  One can choose "shell" and then run sysinst to use it.)
1997-10-17 21:02:34 +00:00
gwr
8f88f65275 Minor cleanup 1997-10-17 20:51:25 +00:00
sommerfe
6bae176723 conditionalize so core pcmcia bus support is omitted if no pcmcia devices configured 1997-10-17 20:51:19 +00:00
hubertf
c9bf407da0 Add makewhatis.8.
Closes PR 1809 by Robert Dobbs <banshee@gabriella.resort.com>
1997-10-17 20:37:59 +00:00
oki
ea023e3b94 Use rnd.h and #if NRND > 0. 1997-10-17 20:28:06 +00:00
oki
e8b2ab848c Make this compile again. 1997-10-17 20:24:35 +00:00
gwr
c9dfda4a6e Add ARCH_DEFS 1997-10-17 20:06:59 +00:00
gwr
5892b616fc Use ARCH_DEFS 1997-10-17 20:01:26 +00:00
gwr
ab898530e5 Take a stab at this. 1997-10-17 19:58:55 +00:00
mark
fd06e9f4e6 Use the ASENTRY() macro for the declaration of cerror. 1997-10-17 19:57:17 +00:00