christos
88f6fad445
Revert 1.18 -> 1.19; causes infinite loops on machines that use ppp and
...
do active routing.
2000-06-11 23:43:17 +00:00
matt
e4a7ab9905
Add latent entry for ochi usb devices on NEC MobilePro 800.
2000-06-11 23:34:31 +00:00
matt
7f40194cbc
Make spl0 & spllowersoftclock return void.
2000-06-11 23:33:37 +00:00
matt
0dc4d9cf90
export bus.h
2000-06-11 23:32:55 +00:00
matt
e910b71c73
Comment out asc0 for vs4000/90. remove slip/ppp.
2000-06-11 23:32:10 +00:00
matt
3dfb96fa8f
Add local symlink so that machine & vax refer ../../include instead of the
...
system ones.
2000-06-11 23:30:35 +00:00
matt
232461e6be
Add TLP_MATCH_*. Remove gm*.
2000-06-11 23:29:29 +00:00
matt
1881f3c3d2
Make this compilable on other than pmax.
2000-06-11 23:28:38 +00:00
thorpej
75975dd6c5
G/c some unneeded prototypes (functions don't exist).
2000-06-11 22:47:00 +00:00
thorpej
0531d2ddcb
jensenio gets isadma_bounce attribute.
2000-06-11 22:45:44 +00:00
thorpej
91ed0189e8
Add Jensen files glue.
2000-06-11 21:25:23 +00:00
thorpej
99079f93c0
Add init glue for the DEC 2000/300 (Jensen).
2000-06-11 21:19:23 +00:00
fredb
1c3835d907
Enable "rnd" pseudo-device. It's no longer experimental, and works just
...
fine on mac68k.
2000-06-11 18:09:34 +00:00
tsutsui
af2ad1c7a1
Split /dev/fd/* from std entry. Install floppy does not require them.
2000-06-11 17:30:00 +00:00
scottr
50cde82828
Since interrupts are now enabled during ADB autoconfig, it's possible
...
to get a mouse event before wsmouse is attached. Make sure we've done
that before passing an event to wsmouse_input().
2000-06-11 17:26:47 +00:00
bouyer
7bb3d03448
Relax condition on 'sn' for atapi probe, it can be different from 0x1 with
...
some controllers/devices. Fixes a problem reported by Markus Illenseer.
2000-06-11 17:09:34 +00:00
tsubai
1bfa0fc6b6
Add cpu_counter().
2000-06-11 16:32:42 +00:00
assar
598be7b0b7
syslog an error if /etc/netconfig is not found. fixes lib/10275
2000-06-11 16:26:53 +00:00
mycroft
72e0a45036
Don't make /var/games/sail here.
2000-06-11 15:37:51 +00:00
mycroft
e8c2265aae
Make /var/games/sail here.
2000-06-11 15:36:26 +00:00
lukem
f970de1382
from itojun: better fix for previous (doesn't need in_addr_t or u_int32_t)
2000-06-11 15:15:52 +00:00
mycroft
886d104ff1
Fix uninitialized structure element.
2000-06-11 14:31:11 +00:00
minoura
04dbfaae5b
G/C of unused interrupt stubs, and other cleanups.
2000-06-11 14:20:45 +00:00
tsubai
8df877fc1c
Add powerpc/{endian_machdep.h,hid_601.h}.
...
Create obsolete.powerpc.
2000-06-11 14:13:00 +00:00
veego
64888023cf
We need to include <bsd.files.mk> to install the FILES.
2000-06-11 13:07:49 +00:00
fredb
9f387ca272
Pass ${MAKEFLAGS} to all recursive invocations of ${MAKE}.
2000-06-11 13:01:29 +00:00
tsutsui
f3534d3bec
- Build an INSTALL kernel on the separate directory.
...
- Install an INSTALL kernel and boot.fs image to RELEASEDIR.
2000-06-11 11:35:18 +00:00
fredb
0a7043068f
Expand NOTESOBJDIR only once.
2000-06-11 11:06:24 +00:00
tsubai
94db0b8a37
Enable DMA transfer on obio IDE.
2000-06-11 10:56:16 +00:00
ragge
11b7c895aa
Remove some unneeded code.
2000-06-11 10:40:06 +00:00
ragge
fdc27c43a1
Fix booting from BI-based disks.
2000-06-11 10:39:26 +00:00
veego
959d05dacc
Sync with the basesrc/etc/etc.$ARCH/MAKEDEV files.
2000-06-11 10:08:03 +00:00
veego
bd118032cf
Only update the file when it changed.
2000-06-11 10:02:58 +00:00
tsubai
abc5d88356
Make this compile again.
2000-06-11 10:02:15 +00:00
veego
92c3e3856b
Fix a comment.
2000-06-11 09:21:16 +00:00
veego
589a5222ec
Remove the pcvt support.
2000-06-11 09:19:27 +00:00
veego
a32605d17c
pcvt is gone and therefore ttyv[1-7] as well.
2000-06-11 09:13:51 +00:00
mycroft
d53a63dfff
Use a lower threshold for rebuilding hash tables.
2000-06-11 07:54:32 +00:00
ragge
e7aefcd7ae
Allow printf's from slave CPUs by stealing the v_putc function.
...
Easier than expected because the printout lock is hold in the higher levels.
2000-06-11 07:50:11 +00:00
assar
414facf403
bump version to 1.4ZC (changed vfs_getnewfsid)
2000-06-11 07:40:45 +00:00
mycroft
796fb2ec8c
Readd optimization last night. Problems earlier were partially due to the
...
arguments names on one function being swapped (by a previous author).
Do not do any duplicate suppression when a source list is created. Instead:
* OP_MADE protects against trying to make the source multiple times.
* A new OP_MARK flag is introduced to suppress duplicates while expanding
the .ALLSRC variable and .USE targets.
This turns the O(n^2) insertion into O(n) in most cases.
This is tested with a `make build' and some special test cases.
2000-06-11 07:39:52 +00:00
assar
600b645470
bump version to 1.4ZC (changed vfs_getnewfsid)
2000-06-11 07:16:20 +00:00
thorpej
d041b74cf4
Sprinkle in a little const.
2000-06-11 03:38:29 +00:00
mycroft
1c44e76f57
Initialize this->hits.
2000-06-11 03:36:40 +00:00
oster
7a0d138818
Nuke a (mostly) now-incorrect comment.
2000-06-11 03:35:38 +00:00
sommerfeld
c4ae18d047
Bitbucket MFS I/O after vfs_shutdown has started..
2000-06-11 03:09:55 +00:00
mycroft
9884ae5ff6
Remove pcvt tentacles.
2000-06-11 02:41:10 +00:00
mycroft
6e7ce465e9
After almost 5 years, it is now time to decommission pcvt. Bon voyage.
2000-06-11 02:34:23 +00:00
sommerfeld
ea313649ff
defopt MIIVERBOSE
2000-06-11 02:13:34 +00:00
lukem
f48d57e2d2
portability fixes for lukemftp:
...
* initconn(): use in_addr_t instead of u_int32_t when manipulating IPv6
addresses (and assume anything with ipv6 has in_addr_t; if not, i'll
add an autoconf test for it)
* ai_unmapped(): not all systems have sin_len; so only set #ifdef BSD4_4
* fix some lint
2000-06-11 02:12:05 +00:00