simonb
873edaed34
Clean up some white space niggles.
2002-07-11 01:38:48 +00:00
simonb
dd2d708bd5
Echo the MKING command before executing it.
2002-07-11 01:29:28 +00:00
simonb
ffb069c949
Change the (intentionally) illegal "movd 0,0" to it's .word
...
equivalent; newer GAS complains about the illegal construct
and errors out.
XXX: what is the illegal instruction for exactly?
2002-07-11 00:41:50 +00:00
simonb
3b89b6fa18
Bricked by a wizbot; update these.
2002-07-11 00:38:47 +00:00
rh
2cb84c41cc
Note SMC 2206USB/ETH support
2002-07-11 00:23:31 +00:00
simonb
3350e73517
Add kttcp device.
2002-07-11 00:17:39 +00:00
reinoud
b77d4d3db2
Use the ${MDSETIMAGE} instead of hardcoding it
2002-07-11 00:11:28 +00:00
wiz
4f156aff23
Fix a lint warning by removing some #ifdef lint (!?!).
2002-07-10 23:55:06 +00:00
wiz
790f1e25bd
Remove unneeded header file.
2002-07-10 23:49:18 +00:00
wiz
c3825c9257
Remove some unneeded typedefs and defines.
2002-07-10 23:47:01 +00:00
uwe
b00bce7880
Fix botch in previous. Actually do "build" for "distribution".
2002-07-10 23:44:54 +00:00
wiz
0b7a1dde4c
Use Fn instead of Xr to ourselves in one place.
2002-07-10 23:37:19 +00:00
wiz
f2dd6f768a
Remove Xr to ourselves from SEE ALSO.
2002-07-10 23:37:03 +00:00
wiz
1d92e86fd4
Remove Xrefs to ourselves in SEE ALSO.
2002-07-10 23:31:32 +00:00
wiz
d3bfd7c06d
Drop trailing space.
2002-07-10 23:31:07 +00:00
wiz
95238a678f
Sort SEE ALSO.
2002-07-10 23:30:48 +00:00
wiz
4b20971f01
Spell acquire with a 'c'.
2002-07-10 23:16:32 +00:00
wiz
babf9fcdb0
Make compile with -DHAVENIS. Also make compile with WARNS=2, and
...
set WARNS=2 in Makefile.
2002-07-10 22:44:22 +00:00
wiz
046ecd0f94
Add one.
2002-07-10 22:40:35 +00:00
wiz
d0cb86c2c8
Markup improvement.
2002-07-10 22:24:32 +00:00
wiz
98c072db3b
Fix a typo in a comment. moritz@jodeit.org via OpenBSD.
2002-07-10 22:22:29 +00:00
jdolecek
c96cc85feb
enable KERNFS and PROCFS - this is GENERIC after all, right?
...
adresses port-alpha/15348 by Ray Phillips
2002-07-10 22:05:29 +00:00
wiz
654db6f5fc
Fix two typos in comments. From OpenBSD.
2002-07-10 21:56:42 +00:00
wiz
0b6819637f
Usge -> Usage in comment.
2002-07-10 21:31:30 +00:00
wiz
09e4390a6e
De-lint a bit.
2002-07-10 21:28:13 +00:00
itojun
9e876c9803
test malloc failure. From: Chad Loder <cloder@acm.org>. sync w/kame
2002-07-10 21:13:35 +00:00
itojun
5e4b1fc3b1
byebye __FUNCTIION__. sync w/kame
2002-07-10 21:11:43 +00:00
itojun
db705b375f
use iana-assigned value for IFT_STF. sync w/kame
2002-07-10 21:01:06 +00:00
wiz
a330b47ad5
Cleanup, part 2:
...
Remove 'register'. ANSIfy. indent(1). Static -> static.
Change some ``#include <header.h>'' to ``#include "header.h"'' for
local headers.
Fix function declaration mistakes uncovered by ANSIfication.
2002-07-10 20:19:38 +00:00
jdolecek
f6b916e206
sync with reality (uncovered by checkflist)
2002-07-10 19:58:02 +00:00
jdolecek
40e6e39cac
add MD hpcarm files (uncovered by checkflist)
2002-07-10 19:52:37 +00:00
jdolecek
580acd6b37
Fix bug introduced in previous rev 1.5 - the for() body in decode_bitstring()
...
needs to be wrapped with curly braces.
Pointed out by Greg A. Woods in bin/17525.
2002-07-10 19:30:14 +00:00
drochner
1719b0ab59
get some more info out of the VESA BIOS and attach subdevices for
...
8-bit pseudo color and text modes
still doesn't do anything useful
(It would be easy to attach a wsdisplay, but we have to cooperate with the
PCI or ISA attached VGA drivers. There are open issues.)
2002-07-10 19:15:42 +00:00
drochner
cd34aa2e82
add a function to read from the BIOS vm86
...
(most of it is already mapped to KVM, but it appears easier to me
to do it this way instead of a lot of range checks)
2002-07-10 19:09:35 +00:00
thorpej
60777de1c3
Sort.
2002-07-10 19:08:43 +00:00
thorpej
0d597f071e
Revert previous.
2002-07-10 19:07:48 +00:00
thorpej
b11786d3ca
Add postsig.0 and sched_psignal.9
2002-07-10 19:06:54 +00:00
drochner
c318ca38c7
fix off-by-one error in string len check
2002-07-10 19:04:09 +00:00
wiz
6623130407
Remove unused ci.c.
2002-07-10 18:55:34 +00:00
thorpej
9f5077e3a3
After running the body of the "distribution" target, do a "checkflist", so
...
that people doing fresh builds into NFS root areas will know if their builds
are incomplete.
2002-07-10 18:55:20 +00:00
wiz
77085dee52
Cleanup, part 1:
...
Remove sysent.h, unneeded.
Remove __P().
unifdef __STDC__
Remove some #if 0 parts.
Start ANSIfication.
2002-07-10 18:53:56 +00:00
reinoud
3dd0dee412
Fix typos
2002-07-10 17:43:13 +00:00
pooka
8e3a8d0529
minor shuffles to make this more like the vendor version
2002-07-10 16:15:52 +00:00
scw
52876ee77d
First cut of the kernel side support for sh5 signals.
2002-07-10 15:55:01 +00:00
scw
528a743ee9
Update sh5_fpsave() prototype to match reality.
2002-07-10 15:53:57 +00:00
scw
a30ba3dd9a
Need <sys/types.h>
2002-07-10 15:52:49 +00:00
scw
f78244feaf
Before returning to userland, clear the FPU regs saved flag.
2002-07-10 15:52:07 +00:00
scottr
520b15f793
Add date(1) to pacify dhclient-script.
2002-07-10 15:50:09 +00:00
scw
0f3678d589
Track FPU register save status.
2002-07-10 15:49:33 +00:00
scottr
ceb5ffc06a
Add bpf devices to raminst (for dhclient).
2002-07-10 15:45:17 +00:00