Commit Graph

35135 Commits

Author SHA1 Message Date
sakamoto
52596506c7 Add NetBSD RCS Ids. Remove #if 0-#endif. 1997-12-02 01:20:30 +00:00
pk
b1f869ef45 Use `busdma' macros. 1997-12-01 23:25:37 +00:00
mhitch
0ceb9d5518 Create disk and tape devices for a second SCSI adapter for 'all'. 1997-12-01 22:42:20 +00:00
chuck
6bfc234bf3 use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0) 1997-12-01 21:11:39 +00:00
mjacob
c84aa13b30 Mods for alpha: doesn't work yet, but this is as good a placeholder as
any to note the ld flags to actually use. Still to do: elf loading.
1997-12-01 19:30:59 +00:00
mjacob
629afe59b7 update for kernels 1.2 && greater... 1997-12-01 19:08:31 +00:00
mjacob
f4b09b4771 fixme: still need a __BROKEN_INDIRECT_CONFIG case 1997-12-01 18:47:01 +00:00
pk
1736bb9de8 Make the code a bit more readable. 1997-12-01 17:10:48 +00:00
kleink
5f9598407c Recognize AF_APPLETALK as "AppleTalk". 1997-12-01 17:03:24 +00:00
kleink
bb7bb0093d Add COMPAT_13. 1997-12-01 16:33:39 +00:00
pk
d4a6f93147 Make sure the damned buffer heads are initialized... 1997-12-01 16:33:15 +00:00
kleink
eefde8bdcd Add COMPAT_13. 1997-12-01 16:31:29 +00:00
kleink
28e0cf0693 Add COMPAT_13. 1997-12-01 16:02:09 +00:00
kleink
c87631771e Add COMPAT_13. 1997-12-01 14:52:51 +00:00
christos
505573954e Unfortunately (as I expected) the previous change broke:
sleep
    cmd='set `type "sleep"`; eval echo \$$#'
    which=`eval $cmd`
    echo $which

because the region did not get recorded at all, and it was interpreted as
a single word. I modified the code to keep track when the result of a
backquote expansion has been recorded to avoid recording it twice. I still
feel that this is not the right fix... More to come.
1997-12-01 14:43:20 +00:00
christos
81aad04920 Remove local declaration of getenv(); 1997-12-01 14:40:16 +00:00
mrg
9a52eaff24 clarify and expand swap config. 1997-12-01 13:47:26 +00:00
mrg
1a9a22faa7 move compat issues section after the "what's new" section. add swap compat note. 1997-12-01 13:35:28 +00:00
bouyer
8451cdbdb3 iy (Intel etherexpress pro/10) is on the install floppy. Also update I/O
adress.
1997-12-01 09:55:17 +00:00
christos
764e7492a8 PR/4615: David Jones: Ping usage does not show -o option. 1997-12-01 08:41:48 +00:00
sakamoto
e9be44bb8d add bus_space_subregion macro. 1997-12-01 07:11:34 +00:00
sakamoto
80f65cc8ed use dev/isa/isa.c instead of bebox/isa/isa.c 1997-12-01 07:10:14 +00:00
sakamoto
38d8db93cf cleanup disused extern declaration. 1997-12-01 07:01:52 +00:00
scottr
4be1bd1115 Correct a comment from previous commit. 1997-12-01 06:07:33 +00:00
mjacob
0e9ef018df more putz cleanup: I dunno if this works (fixing syntax, not checking semantics) 1997-12-01 06:04:23 +00:00
scottr
355a8bbccd We don't do old-style miniroots anymore. 1997-12-01 05:51:51 +00:00
scottr
fe3d2d5633 Make grfdebug a patchable variable, and default to no debugging messages.
Noticed by Hauke Fath.
1997-12-01 05:40:39 +00:00
lukem
93dfe82696 use fparseln() instead of fgets(), improve man page 1997-12-01 03:40:51 +00:00
lukem
40d4d52cce * add extra arg to fparseln() - int flags - which is a bitmask.
current flags allow the `un-escaping' of escaped arguments (i.e,
  don't prefix an escaped argument with the escape char)
* other minor cleanups
1997-12-01 02:58:40 +00:00
lukem
a4c9cc609b add flags arg to fparseln(), and define FPARSELN_UNESC{ESC,CONT,COMM,REST,ALL} 1997-12-01 02:25:46 +00:00
mjacob
b52361ff54 add missing COMPAT_13 that kleink putzed 1997-11-30 23:18:59 +00:00
christos
89e0b4d7e4 Make the "failed to clear cached route" a warning only if verbose is set.
This always happens when lo0 is not configured and confuses new users.
1997-11-30 22:33:30 +00:00
tv
070c43b239 accept -c silently with -d; fixes GNU autoconf (among others) that assume
you can use -c with -d
...but this is NOT a reason for those of you making install procedures
to think this behaviour is `correct'... <grin>
1997-11-30 22:20:00 +00:00
christos
b7e4df7784 PR/4547: Joern Clausen: Incorrect argument expansion in backquote variable
assignment. E.g.
	echo ${foo:=`echo 1 2 3 4`}
prints:
	1 2 3 1 2 3 4
because when the arquments are not quoted, the backquote result
gets recorded twice.  The fix right now is to comment out the
record_region() call in expbackq().  I hope that it does not break
anything else.
1997-11-30 20:57:33 +00:00
christos
4e3168d176 Make this work again. KNF. 1997-11-30 20:03:15 +00:00
veego
de86e7d596 Regen. 1997-11-30 18:08:01 +00:00
veego
02444cbd23 Change syscall table to use the 1.3 compatibility sigaltstack() function
(fix from kleink).
1997-11-30 18:06:39 +00:00
drochner
9d7d537acb Clean up usage of printf() vs db_printf(): The diagnostic messages
when symbol tables are loaded don't belong to the user interaction,
their output lines should not be counted by ddb's builtin pager.
1997-11-30 15:49:34 +00:00
drochner
123570c713 fix inconsistent declaration in non-"__BROKEN_INDIRECT_CONFIG" case 1997-11-30 15:32:25 +00:00
drochner
805c7b6bc0 make it compile without "__BROKEN_INDIRECT_CONFIG" 1997-11-30 15:31:23 +00:00
drochner
4da2344b18 fix inconsistent declaration in non-"__BROKEN_INDIRECT_CONFIG" case 1997-11-30 15:24:59 +00:00
drochner
c7e3c24d53 make it compile without "__BROKEN_INDIRECT_CONFIG" 1997-11-30 15:18:58 +00:00
drochner
301a6046c8 fix argument declaration inconsistency in the
non-"__BROKEN_INDIRECT_CONFIG" case
1997-11-30 15:16:55 +00:00
drochner
8e7686a76b make it compile without "__BROKEN_INDIRECT_CONFIG" 1997-11-30 15:13:30 +00:00
veego
5be326ee70 Remove the 13 from sets13. 1997-11-30 13:12:04 +00:00
veego
6f94009790 Remove the 13 from sets13 and correct the file sizes. 1997-11-30 13:06:33 +00:00
is
7918303dcf OS 3.1 ROMs are (usually) 40.68 or 40.70, but never 41.xxx 1997-11-30 12:54:52 +00:00
perry
7a3689792b bring closer to reality (but still needs much work) 1997-11-30 06:30:30 +00:00
briggs
343e078b95 Add extra FWB driver partition and Apple ATA driver partitions to the list
of partition type that we recognise and skip when filling the fake
disklabel.
1997-11-30 04:46:59 +00:00
briggs
8e1428e600 Support for the Lapis ProColorServer 8 PDS on the SE/30. This prevents
hangs when trying to use this video card in conjunction with an ethernet
card.  Thanks to David Condon <david@apk.net> for information and testing.
1997-11-30 01:02:44 +00:00