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
is
d3baeaf812
Stopgap for splaudio(), needed by the Melody driver.
...
This will be replaced soon by something similar to the spltty stuff.
1997-10-17 19:39:34 +00:00
bouyer
dc67436742
Ops, forgot to include i2c files.
1997-10-17 19:33:54 +00:00
bouyer
f60e10920c
Note support of Compaq's thunderland-based network adapters
1997-10-17 19:29:20 +00:00
bouyer
10e68aaed1
Add tl and mii devices.
1997-10-17 19:25:36 +00:00
gwr
f2bea0bb9f
Take a stab at this.
1997-10-17 19:18:59 +00:00
gwr
23c4260d7c
BFD_BACKENDS are *.c files
1997-10-17 19:17:27 +00:00
fair
163ecaca80
fix /var/mail permissions for distribution
1997-10-17 19:16:43 +00:00
pk
d24dbbbfc4
A `simplelock' suffices for most swap device list traversals, as noted
...
by Chuck Cranor.
Use an exclusive (long-term) lock before applying changes to the swap
lists. This lock is also used by the stats system call because of possible
blocking in copyout().
1997-10-17 19:06:05 +00:00
mjacob
c3f84c257a
more compile foo
1997-10-17 18:59:48 +00:00
mjacob
c8fce5460c
more compile foo.
1997-10-17 18:58:16 +00:00
gwr
9a9a4dd10f
cosmetic
1997-10-17 18:50:45 +00:00
mjacob
eb249946d0
Recover from some include file foo.
1997-10-17 18:47:30 +00:00
scottr
d383eb0134
Make this compile again. From Dave Carrel.
1997-10-17 18:45:55 +00:00
gwr
7e4cd33f27
Need BFD_ARCH_SIZE=64 on mips
1997-10-17 18:45:54 +00:00
bouyer
d3cfd58b6c
Add mii.
1997-10-17 18:45:53 +00:00
scottr
961e600c5c
Don't compile hpux_sys_ptrace(), as it uses a deprecated interface
...
(and didn't really work, anyway). Suggested by Dave Carrel.
1997-10-17 18:43:48 +00:00
mark
fb4d5f58af
Fix extra 'S' character typo that resulted in the condition codes being
...
incorrectly internally on certain divides.
Handle the case where the internal result appears negative. This condition
can occur when dividing MIN_INT by certain values.
Raise an exception on divide by zero.
1997-10-17 18:43:47 +00:00
scottr
0ea4e1111a
Regen.
1997-10-17 18:40:53 +00:00
scottr
519862a03a
ptrace() emulation is no longer supported, and probably hasn't worked
...
for some time anyway.
1997-10-17 18:39:14 +00:00