thorpej
98de4ab72e
Rename libarm32 -> libarm.
2002-03-30 06:24:34 +00:00
thorpej
243dc1d498
Rename the ARM sysarch calls from arm32* -> arm*
2002-03-30 06:23:39 +00:00
matt
33ce495df4
Put R6 back in the save and adjust frame size for it. Don't save the
...
register in sigset area, put them after the sigset area.
2002-03-30 05:32:32 +00:00
matt
583d4ad39f
Put R6 back in save mask (to make mask used by PLT routines). Adjust frame
...
size according. In _longjmp, deal with sp/fp separately since they stored
in reserve order so movq won't work.
2002-03-30 04:58:36 +00:00
eeh
35e86bd3e5
Better, faster strlen().
2002-03-30 03:28:53 +00:00
matt
321e2e723e
Simplify even more.
2002-03-30 01:33:20 +00:00
matt
fd1c084a68
Add a 1byte pad to make the ustar_t word aligned so the uas_1cyl after it
...
will also be word aligned. This makes the VAX VMB bootrom happy since it
doesn't support odd-aligned buffers.
2002-03-30 01:29:48 +00:00
itojun
2f227734df
do not consider /32 address itself as broadcast.
...
with /32 address, in_addr == in_broadaddr.
2002-03-30 00:40:32 +00:00
lukem
a8111eb0e8
remove unused stuff
2002-03-30 00:36:29 +00:00
lukem
01fbc0746a
convert to new distrib world order. make UNPRIVED= should now work.
...
(xxx; untested)
2002-03-30 00:35:57 +00:00
lukem
acf013a178
use libhack
2002-03-29 23:45:23 +00:00
he
4108470a24
Expand tabulators in .Bd -literal section, containing required irq/drq/io
...
settings for devices. This is so that the resulting .html file renders
as expected, instead of having the tabulated text coloumns flush against
the right margin, at least when viewed with Netscape 4.77.
2002-03-29 23:07:54 +00:00
thorpej
d793bc2ac4
Fix a couple of typos related to the IQ80321.
2002-03-29 22:58:14 +00:00
matt
e1b1f1d2c3
Simplify a bit. Use installboot.
2002-03-29 22:53:30 +00:00
he
2d71110a60
Make sure the example sysinst menu stays on one page (primarily for .PS
...
output format).
2002-03-29 22:49:32 +00:00
bjh21
099d2bb77a
Explain the current state of NetBSD/acorn26, and try not to refer to
...
snapshots as "formal releases".
2002-03-29 22:24:29 +00:00
bjh21
ac92677105
Very brief suggestions of how to install by hand (well, how I've done it once).
2002-03-29 22:17:31 +00:00
matt
c10fde1f31
Add iso-image_md_pre (place boot & netbsd at root of ${RELEASEDIR})
...
Add iso-image_md_post (install bootblock).
Now make iso-image can make a bootable vax cdrom image.
2002-03-29 22:14:20 +00:00
bjh21
14187efa33
Make these instructions accurate, if still unhelpful.
2002-03-29 22:13:20 +00:00
bjh21
9b45542a56
Add an acorn26 paragraph.
2002-03-29 22:06:12 +00:00
bjh21
1775936399
Use the MI instructions in ../common/xfer.
2002-03-29 21:55:37 +00:00
bjh21
07629737e0
Update hardware list to include various IDE and SCSI controllers I've got
...
drivers for.
2002-03-29 21:48:25 +00:00
bjh21
6d54cc5fe4
Add entries for arm and arm32 in the MACHINE -> MACHINE_ARCH map.
2002-03-29 21:36:18 +00:00
bjh21
f46fb1702e
Add a brief discussion of the MD bits of the acorn26 release tree.
2002-03-29 21:29:31 +00:00
bjh21
c421103b5b
Add non-X gzipped set sizes for acorn26/arm.
2002-03-29 21:17:33 +00:00
jwise
29e789437a
Add a bit of DESTDIR handling which had gotten lost in a previous round of
...
cleanup. Also GC two more variables.
2002-03-29 20:56:28 +00:00
christos
018a4082cc
- #undef DPRINTF for files that are included from other files.
...
- more debugging for socketcalls
- fix sa_len if AF_INET; somehow we get passed 28 instead of 16?
2002-03-29 20:49:40 +00:00
tsutsui
a0453e4c67
Remove unused define/include/variable.
2002-03-29 20:31:52 +00:00
martin
f5e2c967fc
Split BRI attaching into two phases, so lower layer drivers can get their
...
BRI identifier and L3 driver state early on, then finish initializing and
announce the controller to userland when it's ready.
2002-03-29 20:29:53 +00:00
thorpej
222fd9910b
Add a netbsd-wm0 kernel config.
2002-03-29 20:29:30 +00:00
tsutsui
2167e61bce
Add back -I. to CPPFLAGS.
2002-03-29 20:26:06 +00:00
thorpej
04964cce1a
Add binary/gzimg to INSTALLATION_DIRS.
2002-03-29 20:20:24 +00:00
jdolecek
3ead6be6bd
no need to splbio() while manipulating sc_q - it's accessed from
...
process context only (edcworker())
2002-03-29 20:10:46 +00:00
bouyer
1027cb3105
tl* at pci? now works.
2002-03-29 20:01:50 +00:00
bjh21
71538f12fd
... and change the directory name as well.
2002-03-29 19:15:17 +00:00
bjh21
eefe8e924e
std.arm26 -> std.acorn26
2002-03-29 19:13:39 +00:00
thorpej
422d940e11
* Add a description of how to write a compressed kernel+loader into
...
flash.
* Some general cleanup.
2002-03-29 19:04:18 +00:00
tv
75032d5369
COPTS is for target objects, not host objects.
2002-03-29 18:58:19 +00:00
tsutsui
ad8cbb6cbc
Cleanup some flags.
2002-03-29 18:21:38 +00:00
eeh
41065b740e
Don't need `start' in crt0.o any more. ld expects `_start' as the entry
...
symbol, while gcc likes `__start'.
2002-03-29 18:11:55 +00:00
oki
e6930c6900
PE/COFF header size is PECOFF_HDR_SIZE, not sizeof(struct exec).
2002-03-29 17:49:21 +00:00
bjh21
ca682b8433
Remove "This file is part of NetBSD/arm26" comment.
2002-03-29 17:27:34 +00:00
kent
d469e9cf08
Use compat_util with overriding.
2002-03-29 17:09:30 +00:00
christos
72915d7563
use e_trapsignal for consistency.
2002-03-29 17:07:06 +00:00
kent
dad83731c1
pecoff_misc.c: Remove compat functions.
...
pecoff_sys*.[ch]: regen
2002-03-29 17:04:46 +00:00
christos
f4b046d721
make sure that we don't index outside our arrays.
2002-03-29 17:03:27 +00:00
christos
c9e808f0ee
1. fill in the ldt.sd_xx field, for total compat with linux.
...
2. in setregs, use gdt's instead of ldt's because linux wants to play with
all the ldts. Apparently linuxthreads uses ldt's to allocate space for
pthread_t's.
2002-03-29 17:01:49 +00:00
kent
e6ef08a13e
Exclude all compat syscalls.
2002-03-29 17:00:43 +00:00
wiz
c5fcadba34
Sort sections, sort SEE ALSO.
2002-03-29 16:23:50 +00:00
bjh21
ba310d53be
Document that COMPAT_LINUX works on arm as well.
...
While we're here, downcase all the architecture names and put them in
alphabetical order.
2002-03-29 16:07:39 +00:00