Commit Graph

200927 Commits

Author SHA1 Message Date
joerg
c4c86edd0d Put the -std=gnu89 into CPPFLAGS to make sure it gets applied after the
-std=gnu99. Add a comment about this.
2011-05-20 22:13:22 +00:00
nonaka
751c31a9e4 Uncommented out "file-system CD9660". 2011-05-20 21:56:46 +00:00
joerg
b4f1f8d0c4 Needs -fheinous-gnu-extensions when building with Clang 2011-05-20 21:45:35 +00:00
joerg
bc69e95f26 lib/libobjc/t_threads is GCC-specific 2011-05-20 21:43:39 +00:00
nakayama
88e42b609b Add fenv support for sparc. Mostly copied from sparc64 and share with it. 2011-05-20 21:42:48 +00:00
joerg
5bb05ebf25 Force GNU89 mode for GCC itself to deal with the non-standard
"extern inline" mess.
2011-05-20 21:35:02 +00:00
joerg
6b4fe8bf2c Revert, breaks the build. 2011-05-20 20:09:37 +00:00
tsutsui
8e8df817c6 Add RCSId. 2011-05-20 16:35:38 +00:00
tsutsui
f38f34147b KNF a bit. 2011-05-20 16:33:07 +00:00
plunky
762c58f13a simplify PCC inclusion; MKPCCDMDS is not really required 2011-05-20 16:02:21 +00:00
joerg
3cf929db2b mbr.S and gpt.S want to reassign ., so don't use the integrated
assembler for now.
2011-05-20 15:05:02 +00:00
he
4f951ec855 Put the external functions from net.c in it's own header file and
include it, and do some other minimal adjustments to bring this
back to a buildable state.

OK'ed by martin@
2011-05-20 14:49:54 +00:00
joerg
00f0e17e85 Fully support per-target AFLAGS. 2011-05-20 14:27:48 +00:00
joerg
7fb15e5d28 Update LLVM/Clang snapshot to create the correct relocation when memory
locations are used as immediates on AMD64.
2011-05-20 13:40:04 +00:00
joerg
19d7ede99e Clang doesn't support some of the GNU extensions here, so disable it. 2011-05-20 13:38:52 +00:00
joerg
eafadea975 Require GCC for compilation 2011-05-20 13:36:12 +00:00
joerg
d09aac6c0a The %dx argument of in/out is not a memory reference, so don't use it as
such.
2011-05-20 13:33:11 +00:00
joerg
fe4adbc6f4 Be more explicit that the "w" part of %r11 is meant. 2011-05-20 13:32:35 +00:00
joerg
78fa586054 Use -x assembler-with-cpp from sys.mk. 2011-05-20 13:22:53 +00:00
joerg
97c3f9abba LLVM's assembler parser doesn't support .code16 yet, so disable it as
needed.
2011-05-20 13:22:30 +00:00
joerg
4ec891b848 Drop redundant -I. 2011-05-20 13:21:54 +00:00
joerg
285f1a72ec Really apply the -no-integrated-as only for clang. 2011-05-20 13:21:19 +00:00
joerg
4ab4d5ff28 Reuse -x assembler-with-cpp from sys.mk. 2011-05-20 13:19:59 +00:00
joerg
d1f26e9727 LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.
2011-05-20 13:18:42 +00:00
joerg
ac7187524d The %dx argument for in/out is not a memory reference, so don't use the
"feature" of GNU as to hide it as such.
2011-05-20 13:17:12 +00:00
joerg
316b3ac0de LLVM's assembler parser doesn't support .code32 yet, so disable it as
needed.
2011-05-20 13:11:40 +00:00
joerg
45f776be20 LLVM's assembler parser doesn't support .code32 yet, so disable it. 2011-05-20 13:08:07 +00:00
joerg
3b8335f4ee Test case requires the GCC specific thread extension for Objective C, so
only enable the test if GCC is present and disable other compiler.
2011-05-20 13:03:45 +00:00
tsutsui
6b4b961da6 Add RCSId. 2011-05-20 09:29:08 +00:00
tsutsui
c781592c83 Add /etc/X11/xorg.conf. 2011-05-20 09:28:32 +00:00
tsutsui
032115b7d7 Add (commented out) options MODULAR. Just works fine as other arm ports.
This will be mandatory because zbsdmod.o loader has size (5MB) restriction.
2011-05-20 09:25:15 +00:00
reinoud
9ba99564ec Fix size reporting for DVD+R/DL and BluRay's; the value was trunced due to a
32 bit trunc due to a lacking type cast. The number of sectors for such media
can be more than 1<<32-1.
2011-05-20 09:23:37 +00:00
tsutsui
7e9ec9a509 Remove unnecessary count arguments from some pseudo-devices. 2011-05-20 09:06:02 +00:00
tsutsui
7b660f6158 Move pseudo-device bpfilter to proper place. 2011-05-20 09:01:39 +00:00
tsutsui
2d893f8c1e Add sample xorg.conf file for zaurus. 2011-05-20 08:40:04 +00:00
tsutsui
3bf8818edb Also remove fd0 and fd1 from target all_md. 2011-05-20 08:29:05 +00:00
tsutsui
bd408255f9 No floppy on zaurus. 2011-05-20 08:17:40 +00:00
matt
2b623bbf18 Note new base tag for matt-nb5-mips64 2011-05-20 08:12:46 +00:00
tsutsui
a633e5819e Remove gnu/usr.bin from SRCDIRS. (no sources there) 2011-05-20 07:59:44 +00:00
tsutsui
8edbaaf3c0 Shrink ramdisk size to 2048KB. 2011-05-20 07:57:07 +00:00
tsutsui
ce1745ee16 - disable chio(1) and slattach(8)
- use x_ed (no crypt support) and x_gzip (no compress and bz2 support)
- add back mount_cd9660 for USB CD/DVD drives
2011-05-20 07:54:12 +00:00
tsutsui
bbdfecc8f0 Enable cd* at atapibus? for some USB CD/DVD drives. 2011-05-20 07:49:31 +00:00
tsutsui
e8f4e13ead Shrink INSTALL kerenl more:
- disable KERNFS (install ramdisk uses /sbin/dmesg directly)
 - disable mice, audio, uk(4), and wsfont(4)
2011-05-20 07:47:53 +00:00
wiz
cc9481a1a2 Sync usage with man page. 2011-05-20 07:09:52 +00:00
wiz
33b9c78b3c Fix macro name in SYNOPSIS. 2011-05-20 07:08:24 +00:00
wiz
3ba25bec19 Sort options, merge single letter options in synopsis. 2011-05-20 07:07:37 +00:00
tsutsui
666a2b17b6 Comment out options COMPAT_09, COMAPT_10, COMPAT_11, and COMPAT_12.
(no NetBSD/arm32 binary release before 1.3)
2011-05-20 06:26:58 +00:00
msaitoh
e43e4777a3 82579 support. 2011-05-20 06:06:59 +00:00
christos
fe1bab6e3f a little better. 2011-05-20 02:12:39 +00:00
christos
3076ce9d4c Let's see if we can get away with this for the sun2 port or we are going
to need to:
1. put the contents of libipc.a in libkrb5.a
or
2. install libipc.a [perhaps call it libkrbipc.a?]
2011-05-20 02:04:59 +00:00