Commit Graph

44327 Commits

Author SHA1 Message Date
fvdl
26c9084f20 Fix pointer fuckup that made getdents() stop working. 1998-10-04 10:17:54 +00:00
fvdl
19f71dc8ff Fix wrong strncmp test. 1998-10-04 09:40:09 +00:00
tv
f10fec8d32 arm32 has no INCOMING_RETURN_ADDR_RTX. Fix the DWARF2_UNWIND_INFO goop. 1998-10-04 04:16:28 +00:00
hubertf
4cc256a5d1 fix some egcs warnings 1998-10-04 01:48:15 +00:00
fvdl
8096c25afc Assign my copyright to TNF. Merge with others were appropriate.
Regen syscall files after script change.
1998-10-04 00:02:23 +00:00
fvdl
e6145e36a2 Correct Linux compat include file names. 1998-10-03 23:38:32 +00:00
fvdl
2b727ad9e9 The linux compat i386 "files" file moved into arch/ 1998-10-03 23:17:03 +00:00
hubertf
df0d7ae70f add mount_filecore to "see also"-list 1998-10-03 22:50:46 +00:00
christos
6524452816 Fix confusion about about service types (from FreeBSD). Now dns resolution
works.
1998-10-03 22:03:07 +00:00
scw
acce9b3b1b Make this compile again when DEBUG is defined. 1998-10-03 21:58:52 +00:00
thorpej
49a45fed9b If the memory range of the machine is such that no bouncing is necessary,
or if the device is capable of 32-bit DMA (specified by ISABUS_DMA_32BIT),
clear the map's bounce threshold at map creation time.
1998-10-03 21:53:04 +00:00
thorpej
01a1588265 Initialize the DMA map's bounce threshold to the tag's at map creation time,
and use the map's threshold when loading the map.
1998-10-03 21:38:48 +00:00
christos
913cee1069 Merge in lite2 changes, and fix a typo that caused pool memory corruption. 1998-10-03 21:29:07 +00:00
thorpej
10557b15d7 Add a private bounce threshold to the DMA map, initialized in a bus-dependent
fashion.
1998-10-03 21:24:00 +00:00
christos
accc6fd407 Fix bug in TIOCLGET 1998-10-03 21:22:57 +00:00
christos
10b5900f45 update for linux file move. 1998-10-03 20:39:32 +00:00
christos
155e9efe9c Don't install includes 1998-10-03 20:30:50 +00:00
christos
af8c2a82b9 Remove this file. 1998-10-03 20:30:37 +00:00
christos
96dc2f3c56 Remove stray debugging printfs 1998-10-03 20:28:03 +00:00
christos
5f13e45116 Forgot those two. 1998-10-03 20:20:04 +00:00
christos
908291d2fe Attempt to fix the mess. 1998-10-03 20:17:36 +00:00
matthias
78f9c9bd25 remove some vm_offset_t fallout. 1998-10-03 20:04:01 +00:00
christos
e00e31dcab Integrated in common. 1998-10-03 20:02:26 +00:00
eeh
0a89614e93 Fixup big-endian syscall args. 1998-10-03 19:45:37 +00:00
eeh
fc6c67ff5d Fixup big-endian syscall args. 1998-10-03 19:33:32 +00:00
eeh
1281be6b0e Fix big-endian syscall args. 1998-10-03 19:31:24 +00:00
eeh
68458c66e4 Fixup big-endian syscall args. 1998-10-03 19:25:36 +00:00
eeh
903d20a930 Fix big-endian syscall args. 1998-10-03 19:21:11 +00:00
christos
49b61257dc Moved via repository copy. 1998-10-03 18:50:20 +00:00
christos
5bc85e96b4 Moved via repository copy 1998-10-03 18:47:24 +00:00
christos
a7ed63d0ee moved via repository copy. 1998-10-03 18:45:22 +00:00
christos
6e98c7aef2 Moved via repository copy 1998-10-03 18:44:32 +00:00
christos
6e31782a3f moved via repository copy. 1998-10-03 18:43:28 +00:00
christos
c0f54daf70 Add em_alpha_exp 1998-10-03 18:17:14 +00:00
christos
db12fcacf2 Add a few new machine numbers and aux vectors. 1998-10-03 18:13:58 +00:00
christos
e24d09740e call gate for solaris-2.6 syscalls [from frank] 1998-10-03 18:08:39 +00:00
christos
36f308f4cc Add an LDT for Solaris-2.6 syscalls [from Frank] 1998-10-03 18:05:25 +00:00
hubertf
0151583b9c Teach our tools about dependencies containing wildcards. 1998-10-03 16:24:07 +00:00
drochner
304929e7ff regen 1998-10-03 16:15:39 +00:00
drochner
720885a1e9 Use a private implementation of sys_sigvec(). Ultrix uses an sv_flags bit
unknown to NetBSD and sigaction1() does (now?) complain about it.
1998-10-03 16:13:20 +00:00
fvdl
192330fdc1 Assign to TNF completely. 1998-10-03 15:48:38 +00:00
drochner
835d1b736c Make contsigmask, stopsigmask, sigcantmask kernel private. 1998-10-03 14:29:02 +00:00
tsubai
00b455d632 New signal stuff for PowerPC. 1998-10-03 12:30:37 +00:00
drochner
b429e319fb french keymap, from Matthieu Herrb <matthieu@mipnet.fr> per PR kern/6231 1998-10-03 12:02:45 +00:00
drochner
bdb85f9116 add definition for french keyboard 1998-10-03 11:59:44 +00:00
matthias
ce5916bcb9 __setjmp14.S
fix a fatal bug I introduced when I merged my changes with Jason's.
__sigsetjmp.S
	cosmetics
1998-10-03 10:39:46 +00:00
jtk
787fcfeac7 copyright has been assigned to TNF, update notice 1998-10-03 02:14:30 +00:00
kleink
c68106edad Use #error instead of causing a parse error. 1998-10-02 21:21:04 +00:00
drochner
4a2e6e52a9 need "compat" dir to get emulation headers installed (for kdump) 1998-10-02 20:20:29 +00:00
matt
d9cb3415b1 Fix typo (pointed by Matthias Drochner). 1998-10-02 20:00:28 +00:00