Commit Graph

7544 Commits

Author SHA1 Message Date
matt
b191cce33b Add ./usr/include/sys/common_{ansi,limits}.h 2014-08-19 07:28:45 +00:00
matt
4264da7fa4 Install common_wchar_limits.h and update set list. 2014-08-18 22:33:25 +00:00
riastradh
0d53576a4b Add dtrace modules to amd64-xen module set list. Hi jnemeth! 2014-08-14 16:26:21 +00:00
riastradh
1ade0b5b66 Add tar.debug and cpio.debug to lists for MKBSDTAR=yes MKDEBUG=yes. 2014-08-14 16:25:20 +00:00
matt
35031b132a Fix c&p error: libisc.a->libirs.a 2014-08-12 20:57:59 +00:00
joerg
7a5aaa5671 Mark compat directories as compat, not arch64. 2014-08-11 13:40:34 +00:00
jnemeth
b6c78a9d3b remove debug cruft, the example module is not normally built 2014-08-11 05:19:16 +00:00
jnemeth
3481529578 Add the infrastructure for MODULAR support for Xen kernels. At
the moment, this can only load very simple modules due to missing
symbols.  It is being add at this time to make pullups to the
netbsd-7 branch easier.  It is not enabled by default in any kernels.
2014-08-11 03:43:25 +00:00
matt
91161928e4 MKCOMPAT set fixes 2014-08-10 23:26:48 +00:00
joerg
f14316bcbc Update build glue for LLVM/Clang 3.6svn r215315. Changes include various
performance improvements across all backends and a much improved PPC32
backend.
2014-08-10 17:32:54 +00:00
spz
916c5fdf56 OpenSSL man page refresh, adding one new manpage
note the import/update in doc
2014-08-10 17:07:03 +00:00
bad
aa4de98596 Build ubsec module only for i386 and amd64 and punt on the other arches. 2014-08-10 11:51:40 +00:00
spz
3beda0103f merge openssl 1.0.1i 2014-08-10 08:07:48 +00:00
matt
beb9c6d1b5 Preliminary files for AARCH64 (64-bit ARM) support.
Enough for a distribution build.
2014-08-10 05:47:35 +00:00
joerg
82ff1017b0 Update and simplify build glue for libc++ r215289. 2014-08-09 19:06:49 +00:00
apb
c5a47a1b14 Add rescue/ekermit. 2014-08-09 18:32:34 +00:00
bad
f9f5065b39 Build ubsec(4) as a module on all arches where it was obivous how to do so.
That excludes powerpc because evppc OEA is missing definitions for
PPC_INTR_IMPL and PPC_PCI_MACHDEP_IMPL.
Adjust set lists.

Compile tested for most arches only.
2014-08-09 12:34:05 +00:00
apb
e52d064647 Mark gkermit files "obsolete", don't remove then from the set lists. 2014-08-09 11:33:53 +00:00
gson
643acb6d0e Test that reading a CTLTYPE_INT sysctl variable into a buffer that is
too small returns ENOMEM, and that reading it into a buffer that is
large enough returns the expected sizeof(int) bytes of data.
2014-08-09 07:04:03 +00:00
apb
daf5582ab4 Install man page for ekermit(1). 2014-08-08 21:41:46 +00:00
apb
84f75f96e7 Add ekermit.debug. 2014-08-08 19:54:14 +00:00
apb
3b7feb0ead Unhook gkermit from the build.
It is being replaced by the BSD-licenced ekermit, as proposed
on tech-userlevel on 7 Aug 2014.
2014-08-08 19:38:47 +00:00
apb
97d8576cce Add ekermit to the build.
It will replace gkermit, as proposed in tech-userlevel on 7 Aug 2014.
2014-08-08 19:34:35 +00:00
jmmv
daa4f8c5c7 Add missing Kyuafile. 2014-08-07 14:22:13 +00:00
martin
8533cc60cb Update for xorg 2014-08-07 08:58:55 +00:00
apb
64c260d8f5 New files that appeared in tzdata2014f, plus the
leapseconds file that has existed for a long time
but was not installed before today.
2014-08-06 19:24:00 +00:00
martin
af7c36dc7a Punt - backout sysinst message catlogs 2014-08-06 12:15:01 +00:00
martin
8fe4ed8e41 Sigh - move sysinst catalog files (which differ per arch, ouch!)
to md lists.
2014-08-06 08:23:43 +00:00
martin
186f554f7e Add sysinst message files 2014-08-05 18:46:21 +00:00
apb
0b92f0fef9 Ue ${GZIP_N_FLAG} instead of -n when setting GZIPFLAGS or GZIP_FLAGS.
This will allow -nT instead of just -n to be passed to pigz.
2014-08-05 15:45:49 +00:00
martin
419ce0d49f Add a few missing files 2014-08-05 13:26:10 +00:00
martin
575465caf7 Fix debug sets for zaurus 2014-08-04 19:35:44 +00:00
rmind
b8d1dbad64 NPF: add a general npf(7) manual page. Improved by wiz@. 2014-08-02 23:57:40 +00:00
christos
29c014d1f7 add timeout(1) 2014-08-01 14:08:47 +00:00
rjs
4f27f35b7f Update radeon microcode. 2014-07-28 23:09:06 +00:00
martin
6f08ad218d Add usr/sbin/sysinst 2014-07-27 10:19:12 +00:00
dholland
9171ee4425 Add /usr/sbin/sysinst. 2014-07-26 19:35:59 +00:00
dholland
3b8c31df5d fix MKPAM=no build 2014-07-26 06:12:30 +00:00
joerg
d87708c52a Add generic versions of machine/int_*.h for compilers providing
appropiate macros for all necessary types.
2014-07-25 21:43:13 +00:00
dholland
d8d7aab05e Update set lists for libc bump and new man pages. 2014-07-25 08:32:21 +00:00
mrg
1e4a2ee3ed introduce a new pci_drvname(3) to libpci. implement it in the backend
via PCI_IOC_DRVNAME.

update manual and set lists (and remove a couple of doubled entries.)o

this will be used in libpciaccess() to implement the has_kernel_driver()
method.
2014-07-25 01:38:26 +00:00
alnsn
6021eb407c man 4 bpfjit 2014-07-24 21:08:50 +00:00
plunky
f8dcb1ea24 add p++, and move it and cxxcom to comp-cxx-bin 2014-07-24 21:02:55 +00:00
plunky
eea34d0414 add PCC libexec/cxxcom 2014-07-24 20:31:01 +00:00
alnsn
582402eab5 Rename sljitarch.h to sljit_machdep.h. 2014-07-23 18:19:43 +00:00
lneto
cb9870c84c fixed removal of Lua 5.1 entries from distrib/sets/lists 2014-07-23 02:42:56 +00:00
christos
48f52dbc4b rename npf man pages to libnpf. 2014-07-22 22:35:03 +00:00
alnsn
2c8f6f808d Add sljitarch.h to cobalt and pmax. 2014-07-22 20:19:57 +00:00
tron
3b18ed832a Update list of Postfix README files. 2014-07-20 15:58:40 +00:00
nonaka
5055f41177 Added RTL8188EU firmware for urtwn(4). 2014-07-20 13:42:14 +00:00