Commit Graph

85132 Commits

Author SHA1 Message Date
thomas
f433d91346 Now the default ecexutable is ELF.
Add COMPAT_AOUT_M68K to GENERIC options.
2001-09-08 11:19:06 +00:00
thomas
d059704139 ELF adaption, clockframe must be packed. 2001-09-08 11:16:43 +00:00
thomas
e97e2309f0 ELF abaption. 2001-09-08 11:15:35 +00:00
thomas
eb5341b79a Some ELF adaption. 2001-09-08 11:14:33 +00:00
thomas
d9203a217e On Atari now the default object format is ELF. 2001-09-08 11:10:41 +00:00
thomas
623e0e4979 Atari now has ELF shared libs. 2001-09-08 11:09:26 +00:00
manu
421be662fc Forgotten file in my last commit for removing PowerPC mmap hack in Linux
emulation
2001-09-08 07:13:04 +00:00
manu
6bbacb9d3f Removed a hack to make PowerPC mmap work. This could have side effects on
alpha and i386. It has been tested and works on i386.
2001-09-08 07:09:43 +00:00
martin
ef3e53a669 Add downinterfaces. Noticed by Thomas Klausner. 2001-09-08 06:06:52 +00:00
matt
649981af00 The don't apply fix if not NO_RELOC only applies to OBJ_ELF. 2001-09-08 04:38:34 +00:00
matt
f23306e36f We need md_apply_fix is there is NO_RELOC. 2001-09-08 04:33:58 +00:00
mason
44c196b374 The default version created by newfs_lfs without arguments is, in fact, 2. 2001-09-08 03:49:44 +00:00
wiz
08d1db8111 Fix typo in variable name. 2001-09-08 02:35:25 +00:00
christos
f556e46298 Hijack the credentials used to evaluate access, to avoid a potential lwp
race by modifying the proc's credentials temporarily. From Bill Sommerfeld.
Thanks for forcing me to do this right :-)
2001-09-08 02:05:39 +00:00
christos
51d673156c Set the credentials to be used in the NDINIT macro so that syscalls can
hijack them.
2001-09-08 02:02:04 +00:00
rafal
ece8acc29b Make the ARCS console work again, by initializing the dev_t on arcbios init
rather than in the open entry point (where it's too late for cnopen).  Being
checked in from my Indy using the ARCS console on the graphics display.
2001-09-08 01:39:11 +00:00
wiz
7baf597ac1 Punctuation fixes. 2001-09-08 01:34:37 +00:00
wiz
ccd66c8ed7 Regen with MAKEDEV2manpage.pl v1.9 (formatting improvements). 2001-09-08 01:32:36 +00:00
wiz
0fab5c43fb Improve punctuation in some cases in autogenerated MAKEDEV(8)s. 2001-09-08 01:30:22 +00:00
wiz
3fcffde451 Fix date. 2001-09-08 01:29:41 +00:00
wiz
e84dcc6980 Whitespace/punctuation fixes. 2001-09-08 01:29:04 +00:00
wiz
f20ee1a91e Improve markup slightly, and whitespace fixes. 2001-09-08 01:28:23 +00:00
wiz
cc65fbeecf Whitespace and formatting fixes. 2001-09-08 01:26:54 +00:00
wiz
1863ec0845 Sort SEE ALSO, and a punctuation fix. 2001-09-08 01:26:15 +00:00
wiz
1a4b8c912c Add section to .Xr. 2001-09-08 01:25:20 +00:00
christos
10535336ed Add some more WARNS (commented out since they break things) 2001-09-08 01:00:44 +00:00
christos
afd29ed33b __clone syscall addition. 2001-09-08 00:55:30 +00:00
christos
3282ceb944 Add __clone.S
XXX: This breaks the x86_64 port. Frank are you there?
2001-09-08 00:55:00 +00:00
wiz
a957c5e39e Follow a hint by Simon Burge (first part of diff), and comment in
a xref to hz(9) now that it exists (second part).
2001-09-07 23:46:03 +00:00
thomas
f34c1c216e Return a useful exit status. 2001-09-07 23:09:36 +00:00
matt
239fd58a71 md_apply_fix is a NOP for ELF. So macro it away. Simplify the resulting
one for the non-ELF case.
2001-09-07 17:14:24 +00:00
matt
b3b6be7160 Only use data from the r_addend, not the relocation slot itself. Make sure
pcrel relocations enable pcrel_offset and augment that for VAX specific
needs.
2001-09-07 17:12:15 +00:00
drochner
e6a8d37fdd concentrate screen initialization into vga_init_screen() where it belongs 2001-09-07 17:10:13 +00:00
simonb
3d18c18669 Use the command set/feature *enabled* words when displaying what
command sets and features are enabled.
2001-09-07 16:33:50 +00:00
sato
9545f31823 initial support of vr4131 bcu. 2001-09-07 16:06:03 +00:00
sato
a18f21f23e VR4131 have same restriction as VR4122. 2001-09-07 16:04:03 +00:00
sato
5e44e9de0e add VR4131 releated definisions and change. 2001-09-07 16:02:56 +00:00
mrg
18b82a6732 make this "MI"; nothing different between this and the SPARC version. 2001-09-07 15:50:49 +00:00
fredette
129f58b424 On the 68010, don't bother with the by-8-longwords loop, instead
only 16-bit align the region and use loop mode with longwords
to do the bulk of the work.

On the 68020+, fixed an optimization bug where all regions that start
on odd addresses would not be properly longword aligned.
2001-09-07 12:50:01 +00:00
haya
c14e80bd30 Bugfix: re-order buffers when they are released. 2001-09-07 11:04:35 +00:00
tsutsui
66187ea9e9 Fix function names in panic messages. 2001-09-07 10:35:59 +00:00
itojun
bc9095e4c7 make CMSG_FIRSTHDR() validat emsg_controllen, as suggested in RFC2292.
from kame
2001-09-07 08:13:01 +00:00
mrg
3a6f34a1f2 fix part of previous: do pass -mcmodel=medlow to the 64 bit cc1 if -p*. 2001-09-07 07:19:52 +00:00
matt
bb46238ed7 Merge in 2.11.2 changes into my ELF support 2001-09-07 05:06:51 +00:00
itojun
3fdd7a9bab upgrade to the latest KAME setkey(8). allows FQDN hostname in commands.
"add localhost localhost esp 9999 -E des-cbc hogehoge" adds two keys,
for 127.0.0.1 and ::1
2001-09-07 04:12:10 +00:00
simonb
cdcbbc115b ANSIfy. 2001-09-07 02:17:30 +00:00
chuck
a089eada9d include machine/vmparam.h so it will compile once again 2001-09-07 01:48:37 +00:00
lukem
53156d96d0 let user know current value of MAX_KMAPENT in panic 2001-09-07 00:50:54 +00:00
lukem
cb33448ead use options SPACE TAB 2001-09-07 00:18:27 +00:00
thorpej
b42556773f Driver for the Dreamcast mouse, based on the programming info
on Marcus's web site.

Not yet thoroughly tested, but does appear to generate events
that look okay.
2001-09-06 22:07:39 +00:00