tsutsui
|
56683e6b6e
|
Explicitly #include <time.h> for time(3) and strftime(3).
Fixes warnings on some non NetBSD hosts.
|
2011-05-21 07:30:42 +00:00 |
|
tsutsui
|
bd79dceeae
|
First cut at INSTALL notes for NetBSD/hpcarm.
Mostly taken from hpcmips and hpcsh. Needs more improvements.
|
2011-05-21 07:09:09 +00:00 |
|
christos
|
fdcc1029ab
|
use warn/err.
|
2011-05-21 00:43:52 +00:00 |
|
christos
|
0364d1f4f2
|
- KNF
- more static
- fix argument parsing.
|
2011-05-21 00:43:42 +00:00 |
|
christos
|
8deae7b7cb
|
remove unused.
|
2011-05-21 00:43:31 +00:00 |
|
joerg
|
ef5d0bd3b7
|
Disable integrated assembler for files that use .code16 or .code32 for
now. Disable Clang completely for bootxx and netboot for now until the
size issue has been sorted out.
|
2011-05-20 22:29:55 +00:00 |
|
joerg
|
6c5e962381
|
Disable use of various X86 extensions since _rtld_bind_start doesn't
save the necessary registers.
|
2011-05-20 22:22:44 +00:00 |
|
joerg
|
5a156c51e2
|
Explicitly disable linking against libgcc and friends.
|
2011-05-20 22:21:32 +00:00 |
|
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 |
|