Commit Graph

7543 Commits

Author SHA1 Message Date
christos
2c78a050a7 fix libelf.so sets 2014-03-11 01:38:15 +00:00
martin
1484d21b0b Fix compat libelf version numbers 2014-03-10 13:19:53 +00:00
martin
e54f44c728 Fix compat libelf version 2014-03-10 08:45:30 +00:00
htodd
ac4d595faa Fixing sets. Adding dwarf/elf man pages and fixing library versions. 2014-03-10 00:23:22 +00:00
htodd
ddd98b33bf Fix typo in library version. 2014-03-09 20:35:30 +00:00
christos
e7afef90f3 bump libelf and libdwarf 2014-03-09 18:12:57 +00:00
matt
db3aaf6ec5 Update for MKCOMPAT=yes 2014-03-07 05:50:41 +00:00
skrll
5c4082b335 Repeat after me... don't delete entries mark them obsolete. 2014-03-06 12:17:11 +00:00
martin
17aac1395e It is md.${MACHINE}.${MACHINE_ARCH} 2014-03-05 08:23:16 +00:00
martin
f53fda53b2 Rename md.evbppc to md.evbppc-powerpc, to separate it from the evbppc64
one (which is nonexistant for now).
2014-03-04 11:53:48 +00:00
pooka
98974ef8eb add man page for rumpfs 2014-03-03 18:27:20 +00:00
skrll
2b310a0c9d Restore the hp700 file entries and mark them obsolete.
Don't mark any hppa files obsolete - delete them.
2014-03-03 13:54:43 +00:00
ozaki-r
fd90b32458 Add micphy 2014-03-03 02:10:24 +00:00
tsutsui
b76049b5e9 Add X11R7 X68k server stuff. 2014-03-01 19:46:43 +00:00
dsl
bb937bf907 Replace all the libbind9.so.7 with libbind9.so.8.
Hmm... why isn't the list of 32bit compat libs based on the normal list?
2014-03-01 15:41:00 +00:00
christos
4ae39b5fdc bump bind libraries 2014-03-01 03:28:06 +00:00
martin
778a834ff6 Mark two gcc-4.8-only files as such (while the directories they live in
are only dependend on "compat" for now - sigh)
2014-02-28 09:31:17 +00:00
joerg
45ad289cdd Use gcc,compat, directory creation only depends on the MKCOMPAT switch. 2014-02-27 15:56:12 +00:00
martin
0e1ee3bc54 Fix obvious copy&pasto 2014-02-25 14:05:35 +00:00
joerg
fe94801223 Fix compat entries. 2014-02-24 21:14:13 +00:00
skrll
6d3ceb1d61 Rename NetBSD/hp700 to NetBSD/hppa.
Unfortunately our VCS isn't very helpful here.
2014-02-24 07:23:38 +00:00
jdc
c2a0934238 Add the tsciic manual pages to the sets lists. 2014-02-21 12:26:40 +00:00
dsl
63b89b358b Unobsolete fpu.h 2014-02-18 22:03:52 +00:00
christos
6255e66148 bump sqlite3 2014-02-16 18:19:10 +00:00
dsl
6609905aac Mark i386/npx.h obsolete.
I'd forgotten it was released here as well.
2014-02-13 17:42:24 +00:00
dsl
e405c62563 Change i386 to use x86/fpu.c instead of i386/isa/npx.c
This changes the trap10 and trap13 code to call directly into fpu.c,
  removing all the code for T_ARITHTRAP, T_XMM and T_FPUNDA from i386/trap.c
Not all of the code thate appeared to handle fpu traps was ever called!
Most of the changes just replace the include of machine/npx.h with x86/fpu.h
  (or remove it entirely).
2014-02-12 23:24:09 +00:00
dsl
fbb90a6bbe Add x86/fpu.h
Nothing in i386 uses it yet, but it ends up in destdir so it has to be
released.
2014-02-11 22:48:25 +00:00
dsl
742d777c6d Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.h
into sys/arch/x86 in preparation for using the same code for i386.
2014-02-11 20:17:16 +00:00
jmmv
c973eabc21 Update file lists for atf 0.19.
This has been tested with both MKKYUA=no (the default) and MKKYUA=yes, as
well as with a non-clean tree and a clean build.  Hopefully I got the
details right... but they were tricky!
2014-02-08 19:17:42 +00:00
dsl
f2491100df Add cpu_extended_state.h 2014-02-07 23:18:04 +00:00
njoly
a935b103a7 Handle another declaration after statement case for lint in c99 mode.
Add the corresponding testcase.
2014-02-04 08:08:59 +00:00
jmmv
2d5468b007 Add missing Kyuafile for usr.bin/vmstat tests. 2014-02-01 20:49:11 +00:00
nakayama
c7c583d9f6 Make sljit usable on sparc64 32-bit kernels. 2014-02-01 17:01:35 +00:00
christos
9f504665aa bump libc for ___lwp_park60 2014-01-31 20:48:49 +00:00
tsutsui
f6b1443bfc Update md.ews4800mips list for xorg-server 1.9.2 merge. 2014-01-31 18:13:39 +00:00
joerg
048981b58c Add test for uint64 to real long double conversion. 2014-01-30 15:04:04 +00:00
wiz
87bc762a20 Install a pkg-config file for zlib. 2014-01-30 06:49:16 +00:00
joerg
51553b2f99 Update for libgcc->libgcc_eh change. 2014-01-29 22:35:52 +00:00
matt
450037c90f HAVE_GDB can trigger a false positive if MKGDB=no so add a check for it
like we do for HAVE_GCC.
2014-01-28 02:54:02 +00:00
apb
a452d8c9e2 Pass the -n flag to gzip invocations.
This prevents it from embedding a timestamp in the output.  We pass
"-n" unconditionally, not conditional on MKREPRO, because many other
invocations of gzip already passed the -n flag unconditionally.
2014-01-27 21:37:17 +00:00
apb
36ef98548b Use ${TOOL_GZIP} instead of just gzip in all Makefiles
outside */dist/* subdirectories.

When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ},
so there's no need to test USE_PIGZGZIP in these Makefiles.
2014-01-27 08:18:07 +00:00
joerg
e20abf3ab1 Adjust trigger variable for unwind.h to follow changes in libc. 2014-01-26 21:33:53 +00:00
christos
602665c71e add missing library 2014-01-24 01:10:22 +00:00
christos
ebf25783a1 add debuglibs 2014-01-24 01:09:59 +00:00
christos
59c0cfef13 fix typo 2014-01-24 01:09:40 +00:00
apb
9c0097bee2 Remove time= keywords from METALOG.sanitised.
The times add unnecessary differences to the DESTDIR trees for MKREPRO
builds, and they are not needed by anything.  (maketars, the chief
consumer of METALOG.sanitised, explicitly ignores the time fields.)

Also factor out some duplicated code and update comments.
2014-01-23 21:45:27 +00:00
spz
8797028bc7 - make etc/rc.d/wpa_supplicant create directory /var/run/wpa_supplicant
on startup
- create share/examples/wpa_supplicant/wpa_supplicant.conf and make it
  known in the relevant places. Improvements welcome, my point was
  ctrl_interface and "you seriously want this"
2014-01-23 07:26:50 +00:00
matt
73db293c7b Add debug entries for libc++
Make libgcc_s depend on gcc
2014-01-21 16:38:29 +00:00
mlelstv
45ab26459f Add igmafb man page. 2014-01-21 16:12:56 +00:00
christos
de74184385 fix typo 2014-01-20 02:34:20 +00:00
christos
34dcf807f4 add missing. 2014-01-20 02:32:57 +00:00
pgoyette
6acb765790 Update sets lists for new h_sha1hmac test program. 2014-01-17 22:34:36 +00:00
riz
b9ad97b5d5 Finish updating set lists for libc minor bump. 2014-01-17 00:13:13 +00:00
riz
8de7db405d Update setlists for libc minor bump. 2014-01-17 00:00:05 +00:00
christos
56967680aa Add man pages for {v,}{err,warn}c 2014-01-16 17:30:33 +00:00
pgoyette
67970fce83 Add new file bsd.host.mk to sets list to unbreak the build.
(hello, christos!)
2014-01-16 14:46:36 +00:00
pooka
b5108f448c Add rump_wmd, a utility to resolve rump kernel component dependencies. 2014-01-16 01:54:47 +00:00
christos
2b043c75b6 eliminate use of bsd.sys.mk from Makefiles 2014-01-16 01:15:32 +00:00
pgoyette
e16dfaa3bb Add debug entries for new opencrypto tests 2014-01-15 15:01:24 +00:00
martin
b3fae40fcb Obsolete /usr/tests/opencrypto 2014-01-15 10:23:32 +00:00
christos
5fd5e5c76c new bsd.syscall.mk 2014-01-14 18:52:19 +00:00
pgoyette
4f15d5454c Update sets list for new opencrypto test suite 2014-01-14 17:53:02 +00:00
pgoyette
5119c47a4e Update sets lists for new rump opencrypto library 2014-01-14 17:18:43 +00:00
christos
f8e313ca14 bump openssl libraries 2014-01-11 18:38:00 +00:00
christos
aa302f4be1 add new resolv.conf file 2014-01-09 02:18:55 +00:00
christos
52907fd50f bump libc for ptsname_r 2014-01-08 12:30:27 +00:00
christos
184ec92de6 add ptsname_r 2014-01-08 02:19:12 +00:00
gson
26125ae798 Add some minimal tests of vmstat(1), to serve as regression tests
for PR bin/44518.
2014-01-07 16:47:13 +00:00
christos
1b05a7d034 PR/46182: Andreas Gustafsson: Make all files ending in [.-]sh executable.
The perfect is the enemy of the good.
2014-01-07 13:32:38 +00:00
gson
e54ff2dc1b Make t_hostent test cases that query the DNS work on systems with no
Internet connectivity, by hijacking DNS queries and /etc/resolv.conf
accesses using librumphijack and providing a minimal DNS server to
answer the queries.
2014-01-06 14:50:32 +00:00
joerg
6d322f2f45 Update LLVM family to 3.5svn r198450. Interesting changes include:
- Improvements in the SPARC64 support
- ARM backend can almost build a full NetBSD/EABI system with the
  integrated assembler
- PowerPC grows disassembler support
- LLD supports copy relocation, beginning of MIPS backend
- New diagnostic for use of bool expression as size_t argument for
  strncmp and friends
2014-01-05 16:38:05 +00:00
tho
6effffb038 Fix a few "share" flags
. Add missing "share" flag on usr/share/examples/npf files.
. Drop "share" for directories in examples/{libsaslc,npf,tmux}. This is how it
  is done for other directories in usr/share.

This fixes checkflist with MKSHARE=no.

ok christos@.
2014-01-02 18:04:28 +00:00
tho
f2050dfc52 Drop superflous "picinstall" flag on "obsolete" items
Reported by apb@, thanks!
2014-01-02 16:46:40 +00:00
tho
8c14c7a552 Mark all _pic.a archive files with the 'picinstall' flag.
This fixes checkflist with MKPICINSTALL=no.

ok christos@.
2014-01-02 12:54:36 +00:00
pgoyette
0e7bb6c6cc Re-sort, and update md.evbppc for new crypto modules 2014-01-01 16:27:10 +00:00
pgoyette
573613f06b Add new modules for opencrypto 2014-01-01 16:06:35 +00:00
pgoyette
06537b934f Add new crypto algorithm modules to sets list 2014-01-01 15:22:33 +00:00
christos
b1aa753774 bump libisc for new bind 2013-12-31 20:26:17 +00:00
kiyohara
fa3413d91e Add ccd, cgd, dk_subr and zlib. 2013-12-30 14:17:54 +00:00
pgoyette
9e1a16ff38 Add new zlib module 2013-12-29 08:10:14 +00:00
pgoyette
9b1e967cfc Add entries for new ccd module 2013-12-28 19:46:00 +00:00
pgoyette
61a025d95b Update sets lists for new modules. 2013-12-28 19:25:46 +00:00
mrg
418eb52816 actually fix the previous change as desired. 2013-12-28 14:13:40 +00:00
mrg
d89324ae0d add new ntp docs. 2013-12-28 14:08:31 +00:00
christos
35708350d1 add new ntp man pages. 2013-12-28 03:27:01 +00:00
rjs
d63e9ca599 Only build shmif_dumpbus when rump is available. 2013-12-28 02:32:01 +00:00
apb
a5d67b01f7 Remove empty directory /usr/share/zoneinfo/Mideast.
The files that used to be in this directory were removed in tzdata2013i.
2013-12-26 20:14:38 +00:00
apb
6a278d918a Mark usr/share/zoneinfo/{Asia,Mideast}/Riyadh{87,88,89} as obsolete.
These solar time zones were removed in tzdata2013i.
2013-12-26 17:12:55 +00:00
christos
2800f4c17f add smbutil 2013-12-25 22:08:24 +00:00
rkujawa
16c08e0786 Add acafh(4) to man dist list. 2013-12-24 12:09:19 +00:00
rmind
0ec95f7a47 Add a man page for shm_open(3) and shm_unlink(3). Obtained from FreeBSD,
with various modifications.
2013-12-19 19:40:08 +00:00
pooka
c0dbaf1358 install rumperr.h 2013-12-18 20:14:02 +00:00
njoly
357f21b477 Add a few missing xorg drivers debug entries. And while here kill some
duplicated lines.
2013-12-17 13:44:59 +00:00
njoly
95fdd71787 Do not remove luacore entries, mark them as obsolete instead. 2013-12-17 08:46:37 +00:00
lneto
1c57b8e8aa renamed luacore to luasystm 2013-12-16 23:54:26 +00:00
joerg
aceb213538 Allow kernel code to access constant databases by moving cdbr(3) and the
required mi_vector_hash(3) into src/common.
2013-12-11 01:24:08 +00:00
riz
9d05585a8d Fix the build setlists for MKLINT=yes + MKRUMP=yes 2013-12-10 01:09:31 +00:00
mrg
356bfbf48a fix mips64 sets for GCC 4.8. 2013-12-06 14:01:12 +00:00
njoly
fd4071c953 +SIMPLEQ_LAST.0 2013-12-03 16:13:49 +00:00
martin
eabaad824f Add a /var/shm directory (to be used for shm_open and friends) 2013-12-01 09:13:54 +00:00
skrll
b3ef5c8ff0 unwind-arm-common.h is EABI specific. Mark it as such. 2013-11-30 13:23:57 +00:00
joerg
8538f58f23 Move <dynarray> and <optional> into experimental. 2013-11-28 13:47:29 +00:00
christos
2346c5d0bb forgot the SAFE versions for LIST 2013-11-27 17:28:39 +00:00
christos
d1b5b7519f add missing queue.h pages. 2013-11-27 16:36:54 +00:00
mbalmer
c5ca2f5d1e obsolete CIRCLEQ man pages 2013-11-26 09:35:32 +00:00
christos
cfb58cd36d Bye CIRCLEQ 2013-11-26 01:36:07 +00:00
joerg
f63f9867dd Add cbrtl(3) and sqrtl(3), from FreeBSD. 2013-11-19 19:24:33 +00:00
kiyohara
1fc0e558b2 Add smsc to ibm4xx and booke. 2013-11-19 12:07:06 +00:00
bad
0e35e79f53 ubsec is not a MI buildable module. disable it for now. 2013-11-18 16:23:47 +00:00
alnsn
870a203eea Build and install sljit.kmod and bpfjit.kmod iff ${MKSLJIT} != "no". 2013-11-17 18:58:28 +00:00
bad
456912e1a9 Make ubsec(4) loadable as kmod. 2013-11-17 17:16:24 +00:00
alnsn
5345f80ec7 Enable sljit and bpfjit on powerpc. 2013-11-17 14:34:11 +00:00
skrll
e516de1ff2 Build a module for usmsc(4). 2013-11-16 16:59:03 +00:00
alnsn
def19d8993 Build and install sljit and bpfjit rump components iff ${MKSLJIT} != "no". 2013-11-16 13:01:38 +00:00
rmind
6e88b59054 Build rumpkern_sljit and rumpnet_bpfjit; include them into the sets. 2013-11-16 01:39:17 +00:00
mrg
52b710c4ba update gcc 4.8 support for 4.8.1 -> 4.8.2. 2013-11-15 08:42:18 +00:00
martin
591a8c0745 On sparc64: create additional "marker" object files, that can be used by the
compiler to encode the used code model in binaries.
2013-11-14 12:19:34 +00:00
joerg
bc2f32b2d9 truncl(3) 2013-11-13 22:09:55 +00:00
mbalmer
853a3f512e Document syslog(3lua). 2013-11-13 20:55:08 +00:00
mbalmer
d84d598888 Add the syslog(3) Lua binding to the build. 2013-11-13 09:49:08 +00:00
htodd
d1624fe394 Add debug file for hals_end. 2013-11-12 23:39:58 +00:00
pettai
54844dd551 Added zless(1) - comes in the lastest version of zmore(1) from OpenBSD
(OKed by tron@)
2013-11-12 21:58:37 +00:00
mrg
1b7a347f5f add GCC 4.8 mips64 subdirs. 2013-11-12 19:06:06 +00:00
kefren
21430e7fa3 mark t_ldp_static obsolete (this time correctly) 2013-11-12 18:28:36 +00:00
mbalmer
1cdd30d45d hals_end(6) outputs the last words of the supercomputer HAL 9000 aboard
the spaceship in Stanley Kubrick's famous film "2001 - A Space Odissey".
The source code and output of this program were used to illustrate
an article in the book "Total Interaction".  How this looks in print can
be at http://www.netbsd.org/~mbalmer/hals_end.jpg.
2013-11-12 17:46:20 +00:00
joerg
d0d4402155 Initial version of fmodl from FreeBSD.
Basic test case for the fmod family.
2013-11-12 16:48:39 +00:00
joerg
afecdbd810 Update build system for C++14 support. 2013-11-12 16:39:39 +00:00
kefren
f7c77f192b Retire t_ldp_static. It's too heavy weighted for releng's anita and mostly
unsuited for atf.
2013-11-12 12:22:33 +00:00
joerg
80f3dc5a69 Man page entries for ceill, floorl and roundl. 2013-11-12 00:10:29 +00:00
joerg
70f0cfa164 NetBSD 6.99.26: Switch i386 and amd64 to the x87 default control word
as initial value for new processes. This means that long double
computations get the expected 63bit mantissa. Binaries tagged as
compiled for 6.99.25 and older get the old value.

Add a simple test case to ensure that double and long double computation
are working correctly.
2013-11-11 11:10:45 +00:00
mrg
9822a995e7 mark the new bits/sparc* subdirs as always, since they're always created. 2013-11-10 02:43:23 +00:00
njoly
1efda77ecf Add utimens/lutimens man pages links. 2013-11-09 13:05:59 +00:00
christos
09851b1a81 bump libssh 2013-11-08 19:21:01 +00:00
christos
935296a3c3 fix gcc-4.8 sets 2013-11-08 03:13:29 +00:00
joerg
ebaba2c41e Make /usr/include/g++/bits/i386 and x86_64 not depend on gcccmds. 2013-11-07 01:18:19 +00:00
riz
de90c97c82 Directories are created even when gcc=48 is not true, so remove
that flag as well.
2013-11-07 00:17:00 +00:00
pgoyette
5298946cdc Fix the build for amd64.
Even though the files are installed only if "compat" is set, the
/usr/include/g++/bits directories are unconditionally created via
the mtree files.
2013-11-06 18:37:57 +00:00
mrg
630c457b6a update set lists for gcc 4.8. 2013-11-06 00:53:39 +00:00
christos
c09e9160c3 one more debuglib 2013-11-02 23:24:32 +00:00
christos
1cae7a14d6 Fix debuglib entries 2013-11-02 23:23:51 +00:00
christos
0e7de78285 _g libraries don't belong here. 2013-11-02 23:23:41 +00:00
jmmv
373a7c451b Tag liblto_plugin.so.0.0.debug with gcc=48. 2013-11-02 20:01:02 +00:00
christos
fa96d3a82e put attributes in the right spot 2013-11-02 01:55:16 +00:00
christos
86da76b885 more sets fixes 2013-11-02 01:37:33 +00:00
christos
ba09414310 more sets fixes (libgomp, libobjc) 2013-11-02 01:15:44 +00:00
christos
9b065ff145 more gcc-4.8 files 2013-11-02 00:57:23 +00:00
mrg
1f2cedecc1 add support for GCC 4.8 sets. 2013-11-01 07:48:31 +00:00
apb
77d5075faf In "make sortlists", if the file was already sorted then don't
change its timestamp.
2013-10-30 15:17:01 +00:00
mrg
fc332e835a add ./usr/include/gcc-4.8 directory to the build. 2013-10-30 02:22:51 +00:00
mbalmer
3507fff037 add lua(4) related modules 2013-10-29 20:11:52 +00:00
mbalmer
4ef07b4fe0 add pmf(9lua) man page 2013-10-29 09:40:43 +00:00
mbalmer
879fb8f4ed add a core(9lua) man page 2013-10-29 08:34:07 +00:00
riz
a96da1d650 Add the if_axen kmod to md.evbppc to unbreak the evbppc build. 2013-10-29 00:14:52 +00:00
htodd
3380861373 Adding luactl.debug to lists to fix debug build. 2013-10-28 21:39:45 +00:00
mbalmer
da8619577e linke pmf(9l) to the build 2013-10-28 20:32:14 +00:00
mbalmer
36d11e8a36 link core(9l) (docs pending) to the build 2013-10-28 19:18:54 +00:00
mbalmer
99ed7cd168 link luactl(8) to the build 2013-10-28 19:05:21 +00:00
mbalmer
23d8d59a58 link the lua(4) module to the build 2013-10-28 18:51:13 +00:00
mbalmer
12cb100757 add a sqlite(3lua) manual page 2013-10-27 12:47:54 +00:00
apb
d07bacd5d2 Add man mage links for __debugused(3) and __diagused(3). 2013-10-27 11:56:18 +00:00
apb
442a1a4fdf Add "make sortlists", for sorting the set lists. This may be
run manually, before committing changes to the lists files.
2013-10-27 09:29:42 +00:00
apb
a6457c51d1 sort 2013-10-27 09:27:23 +00:00
mbalmer
44a459685b lua.h is not imaginary anymore 2013-10-27 08:37:22 +00:00
htodd
90571a9d54 Revert mi because the added line refers to an imaginary file. 2013-10-27 02:39:21 +00:00
mbalmer
08ec8796d0 add sys/lua.h 2013-10-26 20:06:38 +00:00
mbalmer
16ffcab878 first shot at documenting gpio(3lua) 2013-10-26 10:48:19 +00:00
nonaka
87abaea977 Add driver for ASIX AX88178a and AX88179 Ethernet interface.
Ported from OpenBSD.
2013-10-26 09:16:19 +00:00
mbalmer
0298fb9957 build and install intro(3lua) and intro(9lua) 2013-10-26 08:23:38 +00:00
mbalmer
f9b5b9e175 add new man page directories 2013-10-25 10:27:08 +00:00
htodd
e18aba9caa Fixing the build for now. gcc=48 should probably be added back later. 2013-10-25 00:23:42 +00:00
mbalmer
201342bc2e link the lua(4) man page 2013-10-24 21:55:00 +00:00
christos
cb421026e7 add g++-4.8 include directories 2013-10-24 19:12:16 +00:00
mlelstv
cb0e0b6aaa add missing chroot directories for rtadvd 2013-10-19 22:35:02 +00:00
christos
1cfe8e1462 add new scopeid function docs 2013-10-19 19:59:05 +00:00
christos
8ea3fa7a68 bump libc 2013-10-19 01:12:46 +00:00
jmmv
1b8cab4730 Add liblutok.so.2.
Also mark liblutok.so.1 as obsolete.  While this should not be done in the
general case, I think it's fine here because MKKYUA still defaults to NO
and therefore lutok is not built by default.
2013-10-18 23:37:37 +00:00
kefren
eda7476539 Attempt to write a manpage for ldpd.conf 2013-10-18 10:49:19 +00:00
christos
706d1420d4 add __USE 2013-10-17 16:52:02 +00:00
jdc
a6cc3df90d Add lmenv.4 to the manual page makefile and to the set list. 2013-10-15 19:20:18 +00:00
skrll
6d846607cd Basic man page for dwctwo. 2013-10-15 15:10:57 +00:00
joerg
aa6e9499ca Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h. 2013-10-14 16:00:16 +00:00
joerg
cb5311f9d9 Invert logic to try to fix the !clang case. 2013-10-14 11:11:13 +00:00
joerg
5748dfdc47 Update LLVM/Clang snapshot to r192551 for various bug fixes. 2013-10-14 01:37:39 +00:00
joerg
d06922ddf4 Include compiler-rt and libunwind in libc for Clang/x86 builds. 2013-10-14 01:30:21 +00:00
christos
0d05158efc add new t_tcp test 2013-10-12 15:30:37 +00:00
njoly
4bbb86b347 llib-lctf.ln is dtrace specific. 2013-10-12 07:51:54 +00:00
christos
5afd56a50e fix missing files 2013-10-10 15:22:11 +00:00
htodd
7b66a85ee1 Fix amd64 build sets with new architectures. 2013-09-29 21:34:44 +00:00
christos
d5515b086e bump for binutils 2013-09-29 14:03:37 +00:00
joerg
5f3aa2dbae Hook up initial build infrastructure for LLDB. Update LLVM/Clang
snapshot to r191390 for some required changed. Re-enable static analyzer
in Clang.
2013-09-29 12:11:59 +00:00
joerg
3657cb7f1d Update LLVM/Clang snapshot to r191105. This brings in a better detection
of unused static variables and functions. Disable this for some external
code and for ioconf.c in the kernel.
2013-09-21 22:28:12 +00:00
rmind
c19ced7da2 G/C npf_ncode(9) 2013-09-19 17:29:06 +00:00
rmind
7b5edfdc0d NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm! 2013-09-19 01:49:07 +00:00
pooka
6cd40f3fba Install rumpuser_port.h 2013-09-10 16:51:24 +00:00
joerg
4a9f992817 Add conditional entry for lld. 2013-09-09 13:04:57 +00:00
rkujawa
3b7f8b823b Add mpl115a(4) man page to dist list. 2013-09-08 16:01:47 +00:00
htodd
9af780857c Fix debug build by adding cgram.debug. 2013-09-03 13:21:53 +00:00
dholland
fcb3979e2d add cgram 2013-09-01 18:37:23 +00:00
riastradh
c462ebccdd Update set lists after libc minor bump. 2013-08-28 19:04:12 +00:00
tron
d4e81857ee "/usr/share/locale/ko_KR.UTF-8/LC_CTYPE" is not obsolete. It gets built
and installed. Correct the set entry to reflect that.
2013-08-21 20:51:57 +00:00