christos
bf00d14ab4
include time.h explicitly, don't depend on other include side-effects
1999-06-24 14:48:35 +00:00
christos
af43552363
remove declaration for empty; it is only used in one file and hide
...
it's implementation.
1999-06-24 14:46:59 +00:00
christos
c64fd79137
portability fix.
1999-06-24 14:39:48 +00:00
kleink
7b67bca335
Add compile-time and run-time feature test knobs for the 1003.1 Mapped Files,
...
Process Memory Locking, Range Memory Locking and Memory Protection options.
1999-06-24 14:18:10 +00:00
kleink
346afb20f6
Name space protection.
1999-06-24 14:07:44 +00:00
tsubai
5b34d35e45
findroot() should also use "compatible" property.
1999-06-24 08:14:48 +00:00
nisimura
8dd0e06ba1
- Hide memory mapped VDAC hardware register layouts using the array
...
element access instead of C bitfield (hello, BCPL).
- XXX Some TURBOchannel framebuffers might need shutdownhooks(). It
seems not necessarily hardware sprite cursor images are re-initialized
by DECstation PROMs upon exits from kernel.
- XXX It'd be an arguable point to allow user programs to change the
shade of gray freely for pixel value 0 and 1.
1999-06-24 03:51:14 +00:00
sakamoto
129b091aa8
Use powerpc's header.
1999-06-24 01:35:33 +00:00
sakamoto
cce254bef2
Add some declarations.
1999-06-24 01:33:08 +00:00
sakamoto
4364147a17
include machine/intr.h
...
CACHELINESIZE enabled with defined(_STANDALONE).
1999-06-24 01:28:02 +00:00
sakamoto
943b8c34be
Sync with i386's fd.c, fdreg.h.
1999-06-24 01:22:19 +00:00
sakamoto
fb1608de31
Comment out MKDEP SFILES. bebox dir has only locore.s.
...
include bsd.own.mk.
1999-06-24 01:19:51 +00:00
sakamoto
dfb8f015ec
display.h doubly exists in include and include/pc.
1999-06-24 01:16:52 +00:00
sakamoto
95dac23012
Some cleanup.
...
Move bootinfo related things to boot.c
and console related things to cons.c.
1999-06-24 01:10:31 +00:00
cgd
026efaa662
replace "/sbin/ping -c 2 %s" with "/sbin/ping -v -c 5 -w 5 -o -n %s".
...
Shouldn't bother doing DNS lookups or wait a really long time,
should display verbose output and quit after the host has been
successfully pinged even once. count bumped up to 5 to give boards
which take a while to do media autoselection time to do their thing.
1999-06-24 00:16:49 +00:00
nisimura
463e258cdb
- Allow to choose the 'color' of sprite cursor. Only red cmap makes sense.
...
- Drop TC Alpha support (OSF/1 and Digital UNIX never supports PMAG-AA).
1999-06-23 23:48:28 +00:00
cgd
834b871ea5
don't make /etc/hosts's contents a message. there's no point and it
...
makes some things harder, for instance... Deal correctly with the case
where the user-supplied hostname is already fully qualified with the
domain name they supplied. Addresses PR#6955.
1999-06-23 22:55:14 +00:00
thorpej
b59b8bd5c6
Enable DDB history.
1999-06-23 22:42:52 +00:00
leo
7a4fed2916
Allow the loading of compressed kernels. This makes it again possible
...
to make a 'system disk' on a 720KB floppy that is usable.
1999-06-23 19:26:13 +00:00
tv
01a5ecacd3
Implement the very useful `-P' option from GNU's m4 (causes all builtin
...
macros to be prefixed with the string `m4_').
1999-06-23 19:09:35 +00:00
bouyer
4fd8325ec6
Resurect the old register read/write test for non-ATA/ATAPI drives, to avoid
...
false matches on controllers which properly respond to a WDCC_RECAL command.
Should close PR port-i386/7702 (the author tested this patch, and said it
solves his problem).
1999-06-23 19:00:17 +00:00
cgd
b9b5f1fc26
implement word kill with control-W
1999-06-23 17:42:11 +00:00
cgd
3788a37507
add code to do dynamic message text layout, currently completely disabled.
1999-06-23 17:32:32 +00:00
frueauf
d14a108b4c
we have no group root by default, set gname=wheel for include.
1999-06-23 17:12:15 +00:00
carrel
97c1b3499a
If opening files for writing, be sure to truncate.
1999-06-23 15:41:48 +00:00
minoura
b749d34eb9
I forgot to commit this.
1999-06-23 15:20:36 +00:00
mrg
0acd344de8
call this "netbsd" so that it is found first time..
1999-06-23 13:20:18 +00:00
mjl
52d0d1398b
Regen after tyop.
1999-06-23 10:41:08 +00:00
mjl
1720673bc2
Corrected tyop.
1999-06-23 10:40:16 +00:00
mjl
2abd78cfd3
Regen.
1999-06-23 10:37:10 +00:00
mjl
e44e18cc01
Add manufacturer Lasat Communications A/S, product Lasat Credit 288 Modem.
1999-06-23 10:36:19 +00:00
cgd
beba4bb3e5
replace lots of wclear()/wmove() calls with calls to msg_clear(). wmove()
...
to 0,0 was unnecessary because wclear() is documented to do that. also,
the immediate wrefresh() done by msg_clear() means that if we can take
advantage of full screen clear sequence, we will.
1999-06-23 09:19:33 +00:00
tsubai
6ced982bb2
Add powerpc/cpu.h.
1999-06-23 09:09:44 +00:00
tsubai
3b1a5bd207
Add ofwboot.elf.
1999-06-23 09:08:11 +00:00
marc
cd040ea927
s/mkdir/mkdir -p/, since not all the parents of $(FONTDIR) are
...
guaranteed to exist.
1999-06-23 04:29:28 +00:00
abs
b02dbae17e
In xxx_mediachange(), if there is no callback to the front-end, just
...
return 0 instead of EINVAL. In this case, there will only be one media
type, and the upper-level if_media code will ensure that the user is
setting to that type.
This matches changes Jason made a while back to sys/dev/ic/lance.c
1999-06-23 04:17:10 +00:00
christos
cbc12c53b7
- protect NULL attributes from de-referencing
...
- Silence pointer casts
1999-06-23 03:27:34 +00:00
christos
187ca44dc6
Silence casts
1999-06-23 03:26:02 +00:00
nisimura
839bcbbe9f
- Fix an error in the depth of PMAG-AA MX. This driver can take 72Hz
...
virtical video retrace interrupt and was verified ok on Nanao grayscale
monitor. XXX seems still confusion/mistake on Bt431 cursor image
manipulation.
1999-06-23 01:58:22 +00:00
christos
b953fb0414
bring back my friend the twiddle.
1999-06-22 22:44:16 +00:00
christos
16e8020994
Nuke obsolete printf comment.
1999-06-22 22:09:49 +00:00
is
7a132d78b7
Align adresses better
1999-06-22 21:12:00 +00:00
is
a77e5c14be
provide initialized C array output directly, rather than through postprocessor
1999-06-22 20:27:21 +00:00
is
73c9f51034
TMS340x0 adresses are unsigned
1999-06-22 20:00:47 +00:00
cgd
491d56190d
address the problems described in PR#7833 and its followups: ftp/nfs
...
installation would try to continue even if no networking interfaces found,
and, and, when that was fixed, instead of dropping back to the
pick-distribution-medium menu they'd drop all the way back to the opening
menu.
1999-06-22 18:47:07 +00:00
tron
c3f7d05c19
Add patch from gawk-3.0.46 to fix "OFMT" handling. Fix supplied by
...
NAKAJIMA Yoshihiro in PR bin/7834.
1999-06-22 18:17:24 +00:00
christos
00e5621847
We need to compile with -DVARPSZ, because the sparc has a variable page
...
size depending on arch. Make it an error to compile without it. This
caused -lposix linked programs to fail.
1999-06-22 16:28:22 +00:00
cgd
092b1acdb4
now that msg_window returns a value, check it
1999-06-22 15:04:15 +00:00
cgd
82ecc5c4d7
don't bother calculated up MAXSTR, especially since the value calculated
...
is _bogus_ in the face of printf-like message formatting! Instead,
calcuate the max size to format when the message window is set. We know
that we'll never want to format more characters than can fit in the window.
1999-06-22 15:00:37 +00:00
oster
7824f40e5f
Add a '#include <sys/resourcevar.h>' to each of these to allow them
...
to compile again.
1999-06-22 14:51:57 +00:00