76764 Commits

Author SHA1 Message Date
mrg
bc003b5676 use svr4_32 ttold ioctl types. 2001-02-18 00:27:20 +00:00
pooka
7cf18877e8 make this reflect the current state found in malloc.h 2001-02-17 22:21:05 +00:00
pooka
341eb41e15 fix typos in comment 2001-02-17 22:17:11 +00:00
bjh21
d47ff437ed Make both ARM ports support both NLIST_AOUT and NLIST_ELF32. 2001-02-17 21:18:40 +00:00
bjh21
ab20625e49 Lint doesn't like zero-sized structs. 2001-02-17 20:07:01 +00:00
bjh21
3dbffcc29f Move the RAM base address of the kernel into a variable.
Set CPPFLAGSm CWARNFLAGS and STRIPFLAGS to the same as arm32 uses.
2001-02-17 19:38:36 +00:00
wiz
187ec466a3 Note COMMENT variable. 2001-02-17 19:16:30 +00:00
bjh21
503e69a88a Don't define pmaphistbuf unless UVMHIST is defined. 2001-02-17 19:09:51 +00:00
bjh21
33c7eb2382 Add necessary DDB includes. 2001-02-17 19:08:21 +00:00
wiz
22fbe2e463 Fix typo. 2001-02-17 19:06:18 +00:00
bjh21
4acea3a8cc Don't do arithmetic on void *s. 2001-02-17 19:04:36 +00:00
bjh21
2e041e883b Correct return type of arcvideo_show_screen(). 2001-02-17 18:45:19 +00:00
bjh21
b211962232 Include <machine/machdep.h> for update_memc(). 2001-02-17 18:43:13 +00:00
bjh21
575fa5e5af #ifdef out arckbd_pick_layout until we get round to using it again. 2001-02-17 18:39:11 +00:00
tsutsui
47ac3d6b45 include sunos_exec.h to declare emul_sunos. 2001-02-17 18:34:57 +00:00
tsutsui
69e6648be8 Remove phys_map declaration, which is in <uvm/uvm_extern.h> 2001-02-17 18:29:55 +00:00
tsutsui
f5d8c46be6 Remove unused fb stuff. 2001-02-17 18:21:03 +00:00
tsutsui
96c8c181ee Fix some nested extern declarations. 2001-02-17 18:15:18 +00:00
tsutsui
1bbd89c7a7 white space nits. 2001-02-17 18:02:40 +00:00
bjh21
a72248beab Reduce unnecessary differences between this and Makefile.arm32.
Also (more significantly), use the compiler's default -mcpu setting.  This
means I can now build APCS-32 kernels.  They work, too.
2001-02-17 17:23:48 +00:00
mrg
5713cce1e0 sync with reality. 2001-02-17 16:29:13 +00:00
mrg
eb77d4840c add OFW_PCI_PHYS_HI_BUS() 2001-02-17 16:28:37 +00:00
wiz
bc31bbfd2d Fix typo. 2001-02-17 16:11:00 +00:00
martin
48501b8e83 Rename isa_isic.c to i4b_isic_isa.c and isadaic.c to i4b_daic_isa.c
to improve naming consistency.
2001-02-17 15:38:09 +00:00
martin
618dd31ddd Rename pcmcia_isic.[ch] to i4b_isic_pcmcia.[ch] to better fit in the
grand sheme of names.
2001-02-17 15:00:49 +00:00
bjh21
b57b02e69c Add <arm/endian_machdep.h>. 2001-02-17 15:00:01 +00:00
bjh21
32a800e5c0 Install <arm/endian_machdep.h>. 2001-02-17 14:57:08 +00:00
bjh21
8b601afaf3 Re-introduce <arm/endian_machdep.h>, this time using GCC's idea of the target
endianness.
2001-02-17 14:55:44 +00:00
ragge
4b033d7e28 Don't handle ieeefp.h on vax. 2001-02-17 12:29:45 +00:00
mrg
82f3d730e3 catch up with netbsd32_netbsd.c split. 2001-02-17 12:00:37 +00:00
martin
982f2baf7e Abort attach when failing to allocate io range.
Don't allocate one large io range, this fails about every time on real
pcmcia buses (not attached to pci/cardbus bridges) because of other
devices interfering in that range. Use the bogusly small region for
now, which works purely by chance (map granularity) on cardbus bridges
too (more or less).
XXX - make this map three different, small regions after layer1 <-> layer2
XXX   interface has been brought in shape.
2001-02-17 11:41:35 +00:00
ragge
6fd2646627 <ieeefp.h> must be installed in a machine-dependent fashion; it should
not exist on VAX.
2001-02-17 11:40:58 +00:00
sakamoto
4185cbf85c fix multiple link vers.o 2001-02-17 11:11:13 +00:00
tsutsui
a411302ed3 Include files.usb 2001-02-17 04:32:59 +00:00
tsutsui
f47d2bae91 Fix include path.
(mips/include/mips_opcode.h -> mips/mips_opcode.h)
2001-02-17 04:31:25 +00:00
itojun
9df62246e7 update comment to meet 6to4 RFC. sync with kame 2001-02-17 04:29:59 +00:00
itojun
4f9ee0260b 6to4 is now RFC, update reference. sync with kame 2001-02-17 04:28:10 +00:00
tsutsui
750774cded Add new arctype for NEC Express5800/230A.
XXX: we should have "sysconf" structures like pmax.
2001-02-17 04:27:53 +00:00
thorpej
617bd311bc Add a "deleteall" command that takes a src/dst/protocol. 2001-02-16 23:55:05 +00:00
thorpej
786149d624 When processing an SADB_DELETE message, allow SADB_EXT_SA to be
blank.  In this case, we delete all non-LARVAL SAs that match the
src/dst/protocol.  This is particularly useful in IKE INITIAL-CONTACT
processing.  Idea from Bill Sommerfeld <sommerfeld@east.sun.com>, who
implemented it in post-Solaris8.
2001-02-16 23:53:59 +00:00
manu
1a6f014301 Cosmetic fix so that RET record after CALL execve get the appropriate syscall
even if the emulation changed
2001-02-16 23:28:44 +00:00
pk
d850f6f9d2 Remove check for encoded iospace/nocache bits within physical addresses
in places where they can't possibly occur as the PA is for a VM managed
page.
2001-02-16 23:00:11 +00:00
pk
672f49bfa2 Turn off command tagging by default for pre-SCSI2 devices. 2001-02-16 22:54:27 +00:00
msaitoh
d3115a2cc4 for little endian 2001-02-16 21:11:12 +00:00
msaitoh
8cba53675b define OBJECT_FORMAT_ELF 2001-02-16 21:08:26 +00:00
kenh
d6cdd9ad5b Connect to the interrupt endpoint on the control interface to receive
notification messages.  This lets us properly pass line status changes
down to the ucom driver (specifically, DSR, DCD, and RI).
2001-02-16 20:15:57 +00:00
msaitoh
3b3698bd48 check NO_DLOPEN again 2001-02-16 20:04:18 +00:00
msaitoh
6e979b59fa _C_LABEL() 2001-02-16 20:03:09 +00:00
soren
427b112ded LKMs don't work on MIPS yet anyway, so disable it for now. 2001-02-16 19:48:05 +00:00
soren
87ba37da21 Nuke. 2001-02-16 19:47:36 +00:00