Commit Graph

99814 Commits

Author SHA1 Message Date
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
reinoud
b1ab5aa1a9 This file ought to be human readable as it is now. I accidently committed
it as tokenised Basic.
2002-07-10 15:42:15 +00:00
christos
bdd3768afd Add missing messages from FreeBSD's driver. Re-organize a bit how the
message is formatted and printed.
2002-07-10 15:37:30 +00:00
fredette
6e248e0a29 Define __HAVE_FUNCTION_DESCRIPTORS, which is used by ld.elf_so. 2002-07-10 15:18:06 +00:00
fredette
e4526bd9fa Add support for dynamic linking on HP PA-RISC. 2002-07-10 15:12:33 +00:00
fredb
d9aaf825ea Unset connect-time timer on disconnect, as discussed briefly on
tech-userlevel. Without this, using "demand" and "max-connect NNN"
together subjects the user to rather arbitrary disconnects.
2002-07-10 15:00:35 +00:00
yamt
38b935dc19 add CAVEATS. 2002-07-10 14:46:10 +00:00
yamt
673cbedc13 import CAVEATS sections from OpenBSD.
with little tweak by me.
2002-07-10 14:37:12 +00:00
thorpej
5eb3bf9182 Give core files a mention. 2002-07-10 14:29:04 +00:00
simonb
dbdcffef4f Add kttcp device. 2002-07-10 13:44:02 +00:00
scw
1a4432c02e It helps to use the right register for the return value. 2002-07-10 13:21:56 +00:00
scw
c7b95fdc37 Use an assembler trampoline to call the real start entrypoint, at least
until we switch to the native toolchain.
2002-07-10 13:13:47 +00:00
scw
eb817bdf5a Add some missing FP support code. 2002-07-10 13:09:04 +00:00
scw
2ff17a3936 Ditch the leading underscores for bswap*() 2002-07-10 12:42:28 +00:00
scw
51f3f8ff9c More superh toolchain hacks. This time, it expects wchar_t to be a short. 2002-07-10 12:23:08 +00:00
agc
cfa7090f41 Sync with reality 2002-07-10 12:03:08 +00:00
yamt
0b7632c32a change section order. (CAVEATS before BUGS)
suggested by Thomas Klausner in private mail.
2002-07-10 11:57:12 +00:00
reinoud
1ce9f1474d We dont need the gzip anymore ... it was even reported to me by Gavin that
it crashed his machine :(
2002-07-10 11:49:37 +00:00
reinoud
9ed171579f OK this is the modified bb_netbsd bootblock partion program to facilitate
larger discs. It was allways broken for these discs anyway giving negative
cylinder numbers (!!)

The critical calculation is now done in float for the extra bits we get and
then converted back to ints rounding up ...  not much i agree but it
appears to be enough.
2002-07-10 11:47:45 +00:00
scw
5754eadb38 Compensate for an over-pedantic assembler. 2002-07-10 11:45:51 +00:00
scw
c7810bb6a8 Fixed a botched blink insn. 2002-07-10 11:43:16 +00:00
scw
187f1ae3a1 Some hacks which will go away when we switch to a native NetBSD toolchain.
The SuperH compiler erroneously prepends underscores to global syms...
2002-07-10 11:36:23 +00:00
reinoud
4fe0887c60 We dont use gzip anymore 2002-07-10 11:33:21 +00:00
scw
5f0c27f158 Missed some semi-colons. 2002-07-10 11:31:25 +00:00
scw
9f405d4e5c Don't include <machine/endian.h> in asm source. 2002-07-10 11:29:32 +00:00
reinoud
50bb5ad8e1 Delete the file wd0d ... it was useless for it can't be mounted even! Since
it denotes the NetBSD partion in its whole.
2002-07-10 11:15:40 +00:00
reinoud
8d73754487 Reflect the changes to the installation process on RISC OS. The
installation process has been simplified a great deal.
2002-07-10 11:12:37 +00:00
scw
2ecd583666 Fix register number botch. 2002-07-10 11:05:19 +00:00
scw
15107aacfc Remove whitespace from WEAK_ALIAS macro invocation. 2002-07-10 11:02:24 +00:00
agc
7636ce789e Sync with reality 2002-07-10 10:49:50 +00:00
agc
726008ea4b sync with reality 2002-07-10 10:44:24 +00:00
scw
0b074fa253 SH5 floating point support, based on sh3. 2002-07-10 10:38:22 +00:00
agc
d9f8798ea1 Sync with reality 2002-07-10 10:35:50 +00:00