joerg
16af9e03ea
Use positive checks for GCC 4.1. Deal with missing HAVE_GCC.
2014-12-23 20:26:30 +00:00
christos
d1118a5e47
Change the conditional from >= 45 to != 4 to handle the non-gcc case.
2014-12-23 20:19:08 +00:00
christos
41cafa369b
Putting () around conditionals avoids the error when the variables are
...
undefined, OTOH it does the wrong thing when comparing when "no".
2014-12-23 19:11:14 +00:00
christos
18053c39af
Fix for gcc-4.1
2014-12-23 19:05:58 +00:00
christos
988fc89e95
fixes for gcc-4.1
2014-12-23 19:04:37 +00:00
christos
de935cd2ad
Fixes for gcc-4.1
2014-12-23 19:04:18 +00:00
christos
1cff2a42a0
fix for -5, MKREPRO is not always defined
2014-12-23 18:56:15 +00:00
christos
009d886c38
- consistently install symlinks (like we do for everything else)
...
- add missing debug libs
2014-12-23 17:50:42 +00:00
christos
931324ada5
- Don't install absolute symlinks
...
- Add missing debug symlinks
2014-12-23 17:49:59 +00:00
joerg
7a390569d2
myasprintf (wtf) passes down a format string, so use __printflike.
2014-12-23 15:47:32 +00:00
dennis
298eb8b514
Apply a fix, extracted from the UCB RISC-V gcc sources, for the (known)
...
problems with compiling atomics for the riscv64 target with gcc. Remove
the now-unneeded workarounds for the 2 files in libasan that were formerly
failing to compile with the optimizer turned on.
2014-12-22 21:15:48 +00:00
christos
8de392a9c0
avoid shadowing of recv.
2014-12-22 04:23:58 +00:00
christos
22b6c4fc55
avoid shadowing of log2 on some platforms.
2014-12-22 04:21:47 +00:00
christos
abc7bdd304
Since we've added the mdnstries keyword, we need to regenerate the
...
ntp_parser.[ch] files, otherwise we get syntax errors. Our yacc seems
to be producing a working parser now, so let's use it.
2014-12-20 16:52:21 +00:00
prlw1
f44489f8dc
MKINET6=no build fixes
...
http://mail-index.netbsd.org/tech-net/2014/12/13/msg004898.html
2014-12-20 13:15:48 +00:00
uebayasi
1104d021af
Fix signed vs unsigned errors.
2014-12-20 08:38:47 +00:00
christos
eb7b95c740
finish import
2014-12-20 02:59:24 +00:00
christos
ccbc10b41f
I will let others decide if we should grow this wart...
2014-12-19 20:48:55 +00:00
christos
79fa4578d4
No, bash is not the posix shell. Why do you need the shell anyway?
2014-12-19 20:46:47 +00:00
christos
ea66d79595
Merge conflicts
2014-12-19 20:43:14 +00:00
christos
b8ecfcfef0
Import ntp 4.2.8
2014-12-19 20:37:31 +00:00
roy
a5de07ee00
Make the building of INET optional.
...
As both INET and INET6 are now options, it's possible to build dhcpcd
without both. When built this way it will just report carrier events.
2014-12-19 10:59:06 +00:00
roy
5de3a50c7e
Sync
2014-12-19 10:54:08 +00:00
christos
2024ec5d62
we need to handle make includes
2014-12-19 05:21:51 +00:00
christos
9a6d622ac9
- Explain what's going on a bit better
...
- Fix a conditional
- Don't include bsd.lib.mk if we are not building libraries
(otherwise we end up with an empty library name that installed
bogus library files lib.a etc.)
2014-12-19 05:03:30 +00:00
mrg
5de6651586
fix build problem with radeon_*.c files.
2014-12-18 10:08:52 +00:00
mrg
9dbcad6d0b
update sets and reachover makefiles for mesa 10.3.5.
2014-12-18 06:24:27 +00:00
roy
a850849c48
Sync
2014-12-17 20:50:08 +00:00
mrg
5b7bfa533c
switch over to the separate glu sources.
2014-12-16 06:10:12 +00:00
christos
2ef06139f8
- Don't allow bypassing file size limits with crontabs from stdin.
...
- Allow signals while reading the user crontab file; doing "crontab -"
does not let you abort otherwise, and doing ^Z, kill %1 leaves turds
in /var/cron/tabs
2014-12-15 16:45:26 +00:00
skrll
6948cee7e0
Allow i386 binary debugging on amd64 hosts.
2014-12-15 13:43:24 +00:00
mrg
c85d70d977
delete tools/glsl, is hasn't been used for a while.
...
move Makefile.glsl into libGL.
2014-12-15 00:20:29 +00:00
christos
0c6a515324
Allow i386 binary debugging on amd64 hosts.
...
XXX: This should be done in mknative but how? Matt?
2014-12-14 19:59:52 +00:00
christos
977e434ff6
When debugging 32 bit binaries on a 64 bit arch in NetBSD the dynamic
...
linker magically converts the dynamic linker name to ld.elf_so-<32bitarch>
like ld.elf_so-i386. We do the same magic here.
2014-12-14 19:58:06 +00:00
christos
f890372b86
- Add -f to allow processing non-plain files.
...
- Align NetBSD note printing properly
- Add handling of "PaX" notes correctly. Perhaps we should rename them
to "NetBSD" now.
2014-12-13 18:32:59 +00:00
martin
41f1cccf8f
Fix byte order selection for breakpoints: on arm the byte order for code
...
might differ from the generic BFD endianess.
Fixes PR toolchain/49445.
2014-12-12 20:25:35 +00:00
uebayasi
55c41203fb
Don't define ISC_R_* symbols, that conflict with the newest bind.
2014-12-10 07:43:34 +00:00
christos
f6799648ae
merge conflicts.
2014-12-10 04:37:50 +00:00
christos
ba1c350cba
Import bind 9.10.1-P1
2014-12-10 03:34:22 +00:00
christos
442a409943
Import bind 9.10.1-P1
2014-12-10 03:31:12 +00:00
christos
37a454e05c
Import bind 9.10.1-P1
2014-12-10 02:25:10 +00:00
roy
c4df7c91c1
Sync
2014-12-09 20:21:05 +00:00
christos
c549f6694c
fix bogus kernel core magic entries from file HEAD.
2014-12-08 20:54:33 +00:00
mrg
c6ef549192
enable __GLX_ALIGN64 on sparc*. probably more need it.
...
fixes crashes seen when using newer Mesa libGL.so.
2014-12-08 06:33:26 +00:00
hannken
aaf5c384d9
Change zfs to vcache.
...
- zfs_loadvnode() is based on zfs_zget() plus zfs_znode_alloc().
2014-12-05 09:13:32 +00:00
hannken
f43b9b375a
Remove vnode creation from zfs_create_fs() and zfs_create_share_dir()
...
as a vnode is not needed here.
Inspired by FreeBSD r253603.
2014-12-05 09:12:29 +00:00
christos
765d671eef
avoid macro clash.
2014-12-02 22:13:13 +00:00
aymeric
426034c57f
. do not abort() if we read a zero cs or rip, or if we can't read them
...
. end the backtrace when encountering a soft interrupt, since they live in
their own lwp
2014-12-02 10:34:27 +00:00
dennis
937de38ba9
Work around RISC-V compiler bug in gcc 4.8.3 (at least).
...
Should be reconsidered if the compiler is updated.
PR toolchain/49425
2014-12-02 03:20:39 +00:00
lneto
789f0f4f81
lua(4): fixed Lua stack size
2014-11-30 19:00:46 +00:00