roy
659620d9e7
Import dhcpcd-6.0.3 with the following changes:
...
* dhcpcd will now assign a short hostname by default
To use a FQDN hostname, set this in dhcpcd.conf(5)
env hostname_fqdn=YES
* Only start DHCPv6 if the RA is new or has changed
* Fixed dhcpcd owning RA addressing and routes if disabled in kernel
2013-07-19 11:52:56 +00:00
prlw1
64e7f05d20
Replace mrg's clean cpp+cpp_arg interface with xrdb version 420347005c
...
to minimise upstream differences.
OK wiz@
2013-07-19 08:29:27 +00:00
matt
d15ef1a9ae
default to MACHINE_GNU_PLATFORM so that when run with nbmake-foo the right
...
thing happens
2013-07-18 22:40:58 +00:00
matt
283d2f1d6e
Don't emit _fix _floatun for coldfire
2013-07-18 22:39:57 +00:00
matt
61210df1fa
Cleanup old cruft that wasn't working properly
...
Adjust for supporting Coldfire processors (default them to softfloat).
2013-07-18 22:38:52 +00:00
adam
29e1cca8d2
merge v1.1
2013-07-17 21:47:50 +00:00
adam
ad61743efd
Import wpa_supplicant and hostapd
2013-07-17 21:34:10 +00:00
mrg
d4106c6e4f
note that Makefile.netbsd-gmp can help with the running of configure.
2013-07-15 08:59:47 +00:00
roy
98fccb9933
build correctly for RCDIR
2013-07-12 17:32:47 +00:00
roy
b7d5ad0712
build correctly for SBINDIR
2013-07-12 17:30:25 +00:00
roy
e9917e6e19
Import openresolv-3.5.6
...
Highlights include:
name_servers[_append] and search_domains[_append] now work for subscribers
other than libc.
2013-07-12 16:50:27 +00:00
joerg
25c7cbb1ed
Update LLVM/Clang to snapshot r185778. This brings in a lot of work on
...
integrated-assembler support on PowerPC as well as support for
compressed DWARF sections in some tools.
2013-07-07 21:36:42 +00:00
joerg
5067d17810
Import revision c61efa043b14378efbd69c9a2686d44ed46ae179 of libcxxrt.
...
This adds __cxa_deleted_virtual, some explicit store barriers before
lock releases and fixes ARM guard variable initialisation.
2013-07-04 22:29:29 +00:00
joerg
251758c091
Update libc++ snapshot to r185674. This removes an incorrect freelocale
...
of the C locale on NetBSD. It adds support for non-pointer based
allocators, integer sequences and more.
2013-07-04 22:20:51 +00:00
joerg
7d41c5a7bc
Ensure free(3) is declared before use.
2013-07-01 23:58:42 +00:00
joerg
b45db50f23
Fix option parsing on unsigned char platforms.
2013-07-01 21:59:20 +00:00
mrg
64daf2467d
re-run mknative-gcc. pickups fixes for ENABLE_SHARED (which
...
might want to be pulled up to netbsd-6?), removes the
entirely wrong -I/usr/include/libelf from various include flags
and fixes for when NEWCONFIGDIR != NETBSDSRCDIR.
i should fix PR 47955 but i haven't setup a system to test.
2013-06-28 12:45:01 +00:00
mrg
6bc40c33c4
export ENABLE_SHARED again, for mknative.
2013-06-27 14:44:22 +00:00
mrg
42579898fb
delete generated by our build files that break r/o builds.
2013-06-27 14:43:29 +00:00
wiz
bf38682790
Remove clang workaround, problem was fixed using upstream commit.
2013-06-27 12:44:58 +00:00
joerg
920908ed83
PR 47922: Properly resolve DT_NEEDED entries under sysroot and don't
...
accidently try the installed system.
2013-06-25 19:38:54 +00:00
wiz
0ff6b78547
Add -Wno-error=tautological-constant-out-of-range-compare for clang, to avoid
...
../external/mit/fontconfig/dist/src/fcname.c:89:18: error: comparison of constant
4294967295 with expression of type 'const FcType' (aka 'const enum _FcType') is
always false [-Werror,-Wtautological-constant-out-of-range-compare]
if (t->type == (unsigned int) -1 || type == t->type)
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
1 error generated.
and a few others of the same type.
2013-06-25 14:05:04 +00:00
macallan
b06b1ca6c0
add cg14_render.c
2013-06-25 12:27:41 +00:00
roy
25a6200225
Import dhcpcd-6.0.1 with the following change:
...
* Fix a compile issue on Big Endian machines
2013-06-22 09:25:33 +00:00
roy
2dcb1b8756
Add the timezone hook
2013-06-21 21:09:34 +00:00
roy
8080c8ffc5
Build dhcpcd-6.0.0
2013-06-21 19:47:29 +00:00
roy
8891301a03
sync
2013-06-21 19:40:20 +00:00
roy
d407ff275f
Import dhcpcd-6.0.0 with the following changes:
...
* DHCPv6 support
* wpa_supplicant hook script
* route IPv4 addresses to 127.0.0.1 for machine centric traffic
* DHCPv6 Prefix Delegation support
* DHCPv6 FQDN support
* Control existing IPv4 routes
* less spamy to syslog by default
* IPv6 protocols now wait for a valid LL address before starting
* IPv6 DAD support now listens to kernel for more accurate timings
* IPv4 code split out more cleanly so dhcpcd can be compiled for
IPv4, IPv6 or IPv4 AND IPv6
* MTU is no longer requested by default
* a DUID is now generated in /etc/dhcpcd.duid and this is used as a
client ID for DHCPv4 and DHCPv6
This does mean that you may get new DHCPv4 addresses
Many bugs have also been fixed along the way and this release addresses
the following PR's
PR bin/47364
PR bin/47502
PR bin/47666
PR bin/47699
PR bin/47775
PR bin/47776
2013-06-21 19:33:06 +00:00
christos
22898e3a43
Make dtrace/zfs compile on arm based on the diff from:
...
http://people.freebsd.org/~gonzo/arm/dtrace-arm.diff
Completely untested, kernel support not added.
2013-06-21 19:16:00 +00:00
christos
7733018eca
rename delay to xdelay to avoid conflicts.
2013-06-21 16:22:45 +00:00
christos
75539de332
Instead of hard-coding each processor-specific section type, handle all
...
processor-specific section types the same way.
2013-06-21 01:36:31 +00:00
christos
cdd3d6fc0e
file descriptor neatness.
2013-06-20 15:14:03 +00:00
christos
76bb5036c5
add finish_daemon();
2013-06-20 12:26:34 +00:00
christos
28e086be17
1. don't try to open the pid file if the path is NULL
...
2. daemonize in two stages: always fork() first and wait for the child to tell
us when the interface is ready, so that we don't lose track of the file
descriptors since we are threaded.
3. Add an option (-m) not to match the hardware address of the responding
dhcp server.
2013-06-20 12:24:08 +00:00
christos
1778f662e3
document -m flag
2013-06-20 12:15:38 +00:00
macallan
2204c30d12
build acceleration support
2013-06-19 13:27:07 +00:00
christos
0aea00d39b
Remove previous; this is built in ../../lib/libXdmGreet as pointed out by
...
mrg.
2013-06-17 15:58:40 +00:00
christos
2e0a455f32
Become daemon before initializing anything, otherwise this does not work
...
with threaded workers.
2013-06-16 23:49:50 +00:00
christos
20af2ec145
In the PIC case, build libXdmGreet; perhaps we should always build and
...
link against it, even in the static case?
2013-06-16 01:51:29 +00:00
mrg
cca850f1bd
define HAVE_XAA_H. fixes problems seen since the update to 2.1.20.
2013-06-14 04:43:38 +00:00
christos
c42e7a1ab0
We need to say we have getloadavg(3) otherwise it wants to open /dev/kmem
...
and it does not work since we don't install setgid kmem.
2013-06-13 11:25:18 +00:00
mrg
0ca6164e56
rename (new) xorg_drivers to xorg_server -- platforms that build the
...
actual Xorg server (aka "xfree86 server").
move the list of these platforms from xorg-server/Makefile.common to
bsd.own.mk, so that we can access it easily in distrib.
this should fix most of the current build failures.
2013-06-12 21:35:29 +00:00
mrg
f28fe5a779
revert part of the previous; it ends up putting this Makefile into
...
freetype-config due to the use of ${.ALLSRC}.
2013-06-10 17:37:22 +00:00
mrg
b1c5a3884b
check (new) MKXORG_DRIVERS to see if we should build drivers.
2013-06-10 05:01:44 +00:00
mrg
ba39e0d4ed
revert previous; it was already done in the previous previous.
...
while here, make freetype-config depend upon Makefile, so it
will be rebuilt for update builds properly.
2013-06-08 00:37:33 +00:00
martin
cc87d0b6c6
Fix a few library substitutions
2013-06-07 19:28:25 +00:00
mrg
a22936209f
fix the sed to find all patterns. from nonaka@.
2013-06-07 06:15:46 +00:00
mrg
1eadb0bbb3
fix vax build issues - GCC 4.1 warns about always true comparisons
...
more than GCC 4.5 does.
2013-06-06 21:42:36 +00:00
mrg
d5fe81af2a
don't build greeter lib with GREET_LIB. it triggers some
...
sort of problem i haven't yet figured out, and our linker
doesn't need these hacks with --export-dynamic anyway.
if !MKPIC, built the greeter into xdm statically.
2013-06-06 09:13:41 +00:00
mrg
a75895984d
updates for libXvMC 1.0.7.
2013-06-06 06:18:15 +00:00
mrg
80ab7ac533
remove hard coded version string now that fontconfig uses the
...
default match the normal code handles.
2013-06-05 22:42:19 +00:00
mrg
439c05d657
handle changed freetype-config generation; also move the hardcoded
...
version into a generator.
2013-06-05 22:38:44 +00:00
mrg
0baffc3fd7
add new files for pixman 0.30.0. bump minor.
2013-06-05 09:04:16 +00:00
mrg
738904b116
updates for freetype 2.4.12. stop installing internal headers.
2013-06-05 08:42:56 +00:00
mrg
de02b28338
install vmware(4) again
2013-06-05 08:42:21 +00:00
mrg
57ee32ee8a
find new manuals in their new location.
2013-06-05 07:42:54 +00:00
mrg
42c44ae3d0
build fixes, build the new .pc file, and install the new header.
2013-06-05 07:26:36 +00:00
mrg
4798ae88ac
vmware has just one w.
2013-06-05 06:28:57 +00:00
mrg
03422ac88f
updates for xf86-video-vmware 13.0.1. just build the normal driver now.
2013-06-05 06:27:27 +00:00
mrg
b01ef1be52
libXdmGreet depends upon a bunch of libs; move it.
2013-06-05 02:51:49 +00:00
mrg
52ed54801a
adapt for libXi 1.7.1.
2013-06-05 00:52:22 +00:00
mrg
06949c250d
update properly for xdm 1.1.11:
...
- link libXdmGreet against the same libs that modular does
- copy all the config.h defines we need (could do the copy config.h
thing here, but we use a bunch of non-standard paths)
- support ipv6 properly
- move freetype include to Makefile.xdm so the greeter can find it
2013-06-05 00:01:16 +00:00
mrg
1ca75828fb
updates for merge xf86-video-suncg14 1.1.2, xf86-video-suncg6 1.1.2,
...
xf86-video-sunffb 1.2.2, xf86-video-suntcx 1.1.2 and xf86-video-sunleo 1.2.1
2013-06-04 22:45:07 +00:00
roy
709217a62f
Sync
2013-06-04 09:40:12 +00:00
roy
c3da4b2ac2
Import openresolv-3.5.5 with the following changes from 3.5.3
...
* Fix setting IPv6 namservers over DBus to dnsmasq
* Fix pdnsd config file generation
* Man page fixes
2013-06-04 09:37:21 +00:00
mrg
482dede0a7
build libXdmGreet.
2013-06-04 07:44:45 +00:00
mrg
d94e18866f
install libXdmGreet.so so xdm works again.
...
requires linking xdm with --export-dynamic.
2013-06-03 23:25:43 +00:00
christos
2e135f948c
hack for old gcc.
2013-06-03 23:01:12 +00:00
mrg
4194596dec
updates for fontconfig 2.10.93.
2013-06-03 20:23:39 +00:00
mrg
25b0cc3381
20-fix-globaladvance.conf is obsolete now.
2013-06-03 17:50:28 +00:00
mrg
50f40b06ef
XXX: enable TDFXDRI to fix build.
2013-06-03 10:24:24 +00:00
mrg
2583cbf47f
define HAVE_XAA_H.
2013-06-03 10:03:14 +00:00
mrg
15729b0b73
XXX: define SAVAGEDRI to avoid build failures.
2013-06-03 09:23:07 +00:00
mrg
87d54722af
don't re-define HAVE_XAA_H
2013-06-03 09:12:28 +00:00
mrg
18f6a82dc3
define HAVE_XEXTPROTO_71.
2013-06-03 09:09:17 +00:00
mrg
5857e76311
define HAVE_XAA_H
2013-06-03 08:51:18 +00:00
mrg
2299f405af
don't build fcarch.c into the library!
2013-06-03 07:23:02 +00:00
mrg
acf05b4e7d
bump shlib version; some symbols were added.
2013-06-03 07:21:32 +00:00
mrg
9d9132cc5c
build pc-pattern.
2013-06-03 06:56:49 +00:00
mrg
cd434df61b
add fc-pattern. fix fc-cache build with fontconfig 2.10.2
2013-06-03 06:56:32 +00:00
mrg
45c5f0e7de
updates for fontconfig 2.10.2
2013-06-03 06:46:53 +00:00
mbalmer
d7a7f8507d
New variable MKX11MOTIF to enable building libGLw with Motif support.
...
Defaults to 'no'.
2013-06-02 11:02:40 +00:00
mrg
aa45ee5030
updates for xf86 1.3.4, xf86-video-mga 1.6.2, xf86-video-neomagic 1.2.7
...
and xf86-video-r128 6.9.1.
2013-06-02 08:57:17 +00:00
mrg
adb1d1aba2
update for xf86-video-glint 1.2.8
2013-06-02 07:41:35 +00:00
christos
947a14b9f0
add missing source path
2013-06-02 03:13:41 +00:00
mrg
8449f87118
update for openchrome 0.3.3.
2013-06-01 21:21:36 +00:00
mrg
2db442aae2
bump libpciaccess minor for the 2 new apis.
2013-06-01 09:08:01 +00:00
mrg
d3d664fa1a
define HAVE__XEATDATAWORDS.
2013-06-01 07:53:11 +00:00
mrg
7e896eef17
oops, semantics, not symbols, subdir was removed.
2013-05-31 23:50:51 +00:00
mrg
39b807c226
find the renamed app-defaults file
2013-05-31 23:50:35 +00:00
mrg
431428cb90
define PACKAGE_STRING and PACKAGE_VERSION.
2013-05-31 23:43:05 +00:00
mrg
30959064f7
find the moved manual
2013-05-31 23:42:48 +00:00
mrg
1b489b28e7
catch up with xkeyboard-config 2.9:
...
- remove keymap/ and semantics/ entirely.
- remove default keypad and norepeat from compat/
- add keycodes/olpc
- remove symbols/ad, add symbols/md
- remove symbols/sun_vndr/tuv
2013-05-31 23:28:25 +00:00
mrg
59f7ba7346
udpate for xdm 1.1.11:
...
- moved manuals
- moved sources
- renamed defines
- new sources
2013-05-31 22:49:15 +00:00
mrg
fd3edae8ec
add new version.c for xterm 293.
2013-05-31 21:40:29 +00:00
mrg
ed2038fadf
update the libxcb generated files from libxcb 1.9
2013-05-31 10:56:16 +00:00
mrg
d00244159c
define HAVE__XEATDATAWORDS.
2013-05-31 09:33:17 +00:00
mrg
c07d01a3b1
define HAVE_MKSTEMP and HAVE_LRINT for bitmap.
...
define PACKAGE_STRING/VERSION correctly for xrandr, xsetroot and xstdcmap.
define ICONV_CONST for xwininfo.
install new xcb-proto files.
build new Xrandr sources.
bump version on libxcb and libXrandr.
2013-05-31 09:14:18 +00:00
mrg
2cd0c0938b
icetrans.c has a const/char * issue as well; avoid it for now.
2013-05-31 08:18:41 +00:00
mrg
211a35742c
find moved manual and app-defaults files.
2013-05-31 08:01:59 +00:00
mrg
fd9c59ec0e
find manuals in new locations
2013-05-31 07:22:21 +00:00
mrg
d4ca5095b0
find newly named and relocated app defaults.
2013-05-31 06:50:45 +00:00
mrg
1ecae96708
convert to generated config.h. add libX11-xcb.
2013-05-31 06:47:31 +00:00
mrg
7580303a9f
this needs xrandr now.
2013-05-31 06:47:07 +00:00
mrg
e484af049b
find the new manual location.
2013-05-31 06:46:55 +00:00
mrg
7d3af8c6a2
find manuals moved into man/ subdirs.
2013-05-31 06:24:05 +00:00
mrg
6e0b7b5aac
mkfontdir was renamed to a .in using @bindir, instead of CPP. deal.
2013-05-31 05:42:14 +00:00
mrg
b1d88a9dbb
look for a config.h
2013-05-31 05:41:50 +00:00
mrg
603dc6da07
add -Wno-error to work around some const issues.
2013-05-31 05:41:26 +00:00
mrg
b8d8f6d38e
handle moved manual pages, and tools build of bdftopcf.
2013-05-31 05:24:49 +00:00
mrg
9b8f8a1562
remove cache.c from SRCS list for xfs 1.1.3
2013-05-31 01:50:25 +00:00
mrg
009b7f0005
find the relocated sxpm.man
2013-05-31 01:41:56 +00:00
mrg
3f5a0ad575
find the relocated cxpm.1 manual.
2013-05-31 01:41:08 +00:00
mrg
9616e7976b
need -DHAVE_ASPRINTF
2013-05-31 00:54:58 +00:00
mrg
1fc1e4e182
need to define HAVE__XEATDATAWORDS.
2013-05-31 00:47:53 +00:00
mrg
0307c2fd59
find the moved manual.
2013-05-31 00:38:16 +00:00
mrg
6043037101
updates for libX11 1.5.99.902:
...
- remove ja.S90 and ja.U90 locales
- use -Wno-error for files that use (now deprecated) XKeycodeToKeysym()
- add -I${X11SRCDIR.X11}/src for xicmp
- add stub for _XGetRequest()
2013-05-30 23:42:19 +00:00
joerg
c7c727fae8
Update LLVM/Clang snapshot to r182734. Brings initial support for
...
integrated PowerPC assembler.
2013-05-28 17:37:33 +00:00
christos
6f4a402bf0
workaround for internal compiler error
2013-05-24 17:18:12 +00:00
christos
78a73aee14
and m68000 == m68k
2013-05-24 16:37:32 +00:00
joerg
ccec91a1a9
Import libcxxrt b2396b5945d7a2697c4762c3e52dc6f732b2eebd from
...
https://github.com/pathscale/libcxxrt/ .
2013-05-17 23:04:37 +00:00
joerg
21ba9d10f3
Import libc++ from http://llvm.org/svn/llvm-project , r182162.
2013-05-17 23:02:16 +00:00
joerg
9de6786eff
Add cleanup scripts for future imports.
2013-05-17 23:00:22 +00:00
joerg
7a5d56a82d
Install cxxabi.h with libc++.
2013-05-17 22:59:29 +00:00
joerg
a14e051bb4
Prefer libcxxrt's typeinfo.cc. Do not use cxa_atexit.c, it is only for
...
Solaris. Do not use libcxxrt's memory.cc, the same content is already
provided by libc++ in new.cpp and that version agrees with the
overwriting rules for the operators from C++11.
2013-05-17 22:57:27 +00:00
martin
cd0bb111d3
var_get_memory():
...
if no eol is found in the string we set "next" to NULL, assign it
to "buf" and then check the loop condition by dereferencing it - which
does not work well.
Change the loop condition to first check for buf == NULL.
2013-05-16 19:19:44 +00:00
christos
0854846045
When checking for membership in the system group file don't forget to check
...
the primary group of the user.
2013-05-09 15:25:44 +00:00
christos
eb1b7900cb
ipfitler -> ipfilter
2013-05-08 18:20:14 +00:00
skrll
d2e06ef9d4
Add earmhfeb libgmp files.
2013-05-08 05:42:17 +00:00
skrll
2bbf1686a1
Add libgmp files for earmeb.
2013-05-08 05:40:15 +00:00
martin
cc72146336
Enable SSE2 support for i386 - the -current compiler seems to get the
...
alignment right.
2013-05-07 07:01:37 +00:00
skrll
ce83235df2
Missed earmhfeb files from gcc mknative
2013-05-05 19:01:54 +00:00
skrll
35fa713468
Re-run gdb mknative for earm*
2013-05-05 10:23:00 +00:00
skrll
c8bb104eb9
Re-run bintuils mknative for earm*
2013-05-05 10:16:37 +00:00
skrll
d2b933a661
mknative gcc re-run for earm*
2013-05-05 09:05:44 +00:00
matt
c3e07d7cd3
If not building anything include bsd.subdir.mk
2013-05-03 18:37:54 +00:00
skrll
54f4ed2e2a
Comment out iwmmxt. hi jared.
2013-05-02 21:40:57 +00:00
matt
61a76f0146
Include <bsd.own.mk>
...
Always include <bsd.lib.mk>
2013-05-02 07:01:55 +00:00
matt
5f058922b3
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
...
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.
usr/include/machine now points to usr/include/arm
2013-05-02 03:56:38 +00:00
matt
395e9f89de
Use MACHINE_CPU instead of MACHINE_ARCH
2013-05-01 19:56:47 +00:00
skrll
50baee5e8d
Re-order .PATH so that mknative headers are picked up first. Fixes
...
earm* builds.
2013-04-30 20:45:41 +00:00
matt
e86404969a
Use !empty(LIBGCC_MACHINE_ARCH:Mearm*)
2013-04-30 02:28:16 +00:00
joerg
2df21d794d
Explicitly disable standard C++ include paths to prevent mixing
...
includes.
2013-04-30 00:34:15 +00:00
joerg
1031501f81
It is unclear whether cin is guaranteed to buffer the last input
...
character of a get() for ungetch() to work. Prefer putback() to make it
work with current implementations of cin in libc++. Tracked as
http://llvm.org/bugs/show_bug.cgi?id=15867 with test case.
2013-04-30 00:31:56 +00:00
skrll
25da020250
Remove a hack.
2013-04-29 12:59:55 +00:00
skrll
22c5786eaa
libc was missing symbols for a while there. Re-run bintuils mknative
...
against a good libc.
2013-04-29 09:32:38 +00:00
joerg
1f0aea4e46
One more missing cast.
2013-04-28 19:46:44 +00:00
joerg
cb8ea1ca39
Fix value ranges.
2013-04-28 19:46:01 +00:00
joerg
b3e8993905
Drop sys/ctype_bits.h again.
2013-04-28 19:41:25 +00:00
joerg
0cffcac141
Don't forget space between -mcmodel and -cxx-isystem on SPARC and
...
SPARC64.
2013-04-28 13:35:23 +00:00
joerg
6b96d07889
Don't forget to include bsd.own.mk.
2013-04-28 06:14:52 +00:00
joerg
2fa1d2471b
Introduce MKLIBSTDCXX, defaulting to yes.
2013-04-28 04:05:37 +00:00
joerg
d81d2afdeb
Update to LLVM/Clang snapshot r180686. Allows building without cxxabi.h.
2013-04-28 00:41:00 +00:00
joerg
ee8b1e3e15
Typo
2013-04-28 00:14:14 +00:00
joerg
5f14cb8bb7
Optionally recurse into libc++.
2013-04-27 23:03:10 +00:00
joerg
ecb06a3b09
Add build glue for libc++.
2013-04-27 23:02:17 +00:00
matt
79114a7336
Add MULTILIB support and fix specs for MKCOMPAT
2013-04-27 08:03:02 +00:00
joerg
be4584e4d4
Don't depend on ctype.h pulling in sys/ctype_bits.h, do so explicitly.
2013-04-26 17:34:55 +00:00
skrll
412212bf9d
Re-run gcc mknative for earm
2013-04-26 15:56:45 +00:00
skrll
9332c51671
binutils mknative run for earmeb
2013-04-26 11:01:28 +00:00
matt
6d6cbcdee2
To support build compat binaries, change MUST_USE_SJLJ_EXCEPTIONS to
...
be the inverse of TARGET_AAPCS_BASED.
2013-04-25 17:08:00 +00:00
skrll
ca2e453ce2
Re-run mknative.
2013-04-25 16:22:56 +00:00
skrll
3d05234d02
mknative re-run
...
XXX /usr/src should be removed.
2013-04-25 15:07:16 +00:00
matt
ce483308e5
If libc isn't build with compat, ldexp/frexp will not be included. Always
...
pick them up from libm instead.
2013-04-25 14:53:35 +00:00
joerg
af56d1fe99
Update LLVM/Clang snapshot to r180004. This brings in the last pieces of
...
C++11 support in Clang as well as initial SPARC64 support.
2013-04-25 13:59:54 +00:00
skrll
3a52d71d1b
Deal with earm*
2013-04-22 08:52:33 +00:00
jakllsch
f8fc4eca22
Use LOG_ERR instead of LOG_EMERG, as LOG_EMERG causes syslogd to tell all
...
ttys.
2013-04-21 19:34:13 +00:00
wiz
47c6fa449f
Fix path.
2013-04-20 15:30:34 +00:00
wiz
9dc14f8abd
Merge pkg_install-20130420.
2013-04-20 15:29:22 +00:00
wiz
ac52c41608
Import pkg_install from current pkgsrc.
...
Licence changes and less warnings when opsys doesn't match build
host opsys version, and documentation updates.
2013-04-20 15:26:52 +00:00
skrll
9fae83b3c1
Fix up arm*-*-netbsdelf-*eabi*) targets.
...
Remove all (most?) of the softfloat functions as they clash with the
libc versions. Also stop using t-bpapi as it adds stuff that's also in
libc. Bring in the parts of t-bpapi that we do want.
Discussed with matt@
2013-04-18 09:11:13 +00:00
skrll
0869f9f1e8
Initial commit of earmeb gdb mknative output.
2013-04-17 10:12:26 +00:00
skrll
afebf55114
Initial run of gcc mknative for earmeb
2013-04-17 08:55:12 +00:00
skrll
688c5db149
Re-run mknative for earm. It helps if GDB can read ELF binaries.
2013-04-17 08:15:19 +00:00
christos
ea65093059
stub out for now
2013-04-14 16:52:47 +00:00
christos
1dd1e91a24
add a stub for arm
2013-04-14 16:39:59 +00:00
christos
831a981593
Use -Wl,-B{static,dynamic}, using -Bstatic does not work because all the
...
flags arguments are passed to collect2 in front.
2013-04-14 16:28:57 +00:00
christos
18e8a81233
The common fields of the socket should be initialized in one place since
...
we are the socket provider. Fixes crash with "rndc status", where accepted
sockets did not have their method fields initialized!
2013-04-14 13:18:23 +00:00
christos
ca316180bc
initialize the omapi subsystem early so we can allocate interfaces.
2013-04-14 01:51:39 +00:00
christos
211104fe6e
How could this possibly ever have worked with threads? It forked *after*
...
it initialized the isc library and the parent having created the threads
exited with the worker threads?!?!? Only -d worked because it did not
fork!
2013-04-13 23:04:35 +00:00
joerg
e8fa8f4db7
Extend ctype classification table to 16bit. Based on patch by
...
Takehiko Nozaki, with changes to compile fail when using the old names
and to exploit __BUILD_LEGACY
2013-04-13 10:21:20 +00:00
christos
8846758c2d
remove debugging accidentally committed.
2013-04-13 02:08:59 +00:00
christos
c66d06cb46
move droproot after we have dealt with input and output files.
2013-04-12 23:51:50 +00:00
christos
7816f7e5c1
missed one xkill in the rename
2013-04-12 21:49:54 +00:00
christos
71b46c3cd2
undo previous, breaks differently when testing for EINPROGRESS.
2013-04-12 20:02:00 +00:00
christos
1dab78693d
#if 0 more
2013-04-12 20:00:21 +00:00
christos
21bc640ddf
XXX: disable the simple conditions test right now because it depends on
...
thread scheduling timings and we don't seem to schedule threads the way
it assumes.
2013-04-12 19:59:26 +00:00
christos
a79378684d
connect(2) returns EINPROGRESS for "239.10.20.30" which is supposed to
...
be an unroutable address. getsockopt() to find the actual error returns
0. This is prolly broken, but this temporary work-around fixes the regression
test.
2013-04-12 19:41:45 +00:00
joerg
0b4c1e12e1
Remove potentially extra consts.
2013-04-12 18:11:40 +00:00
joerg
64b3fac0e4
Work correctly with ISO C99 compiler.
2013-04-12 18:11:15 +00:00
christos
ef8dcd3907
remove bug we added.
2013-04-12 17:50:27 +00:00
christos
a18e92eddb
fix merge that broke the tests
2013-04-11 20:14:44 +00:00
christos
318c3a432e
rename deprecated to evdeprecated.
2013-04-11 17:49:12 +00:00
christos
62f324d012
the rest of the build glue.
2013-04-11 16:59:16 +00:00
christos
883110aaf9
merge conflicts, make compile with warnings.
2013-04-11 16:56:41 +00:00
christos
1d2a5e2b5b
import script
2013-04-11 16:56:11 +00:00
christos
46e414e0ff
Event2 build gluons
2013-04-11 16:55:51 +00:00
christos
6ecf6635ee
import libevent 2.x
2013-04-11 16:43:19 +00:00
christos
5b62b33417
Add build glue
2013-04-11 16:06:47 +00:00
christos
e41eef06c7
import doxygen generated pages for libevent.
...
mandoc renders them butt-ugly.
2013-04-11 16:05:55 +00:00