Commit Graph

13914 Commits

Author SHA1 Message Date
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
christos
89d78f4e19 add the new hdestroy functions 2014-07-20 13:38:19 +00:00
lneto
4ab4902eb2 lua: updated from 5.1 to 5.3 work3
* lua(1):
  - changed lua_Integer to intmax_t
  - updated distrib/sets/lists and etc/mtree
  - updated bsd.lua.mk
  - fixed bozohttpd (lua-bozo.c)
  - compatibilized bindings: gpio, sqlite
* lua(4):
  - removed floating-point and libc dependencies using '#ifndef _KERNEL'
  - fixed division by zero and exponentiation
  - libkern: added isalnum(), iscntrl(), isgraph(), isprint() and ispunct()
  - acpica: removed isprint() from acnetbsd.h
  - libc: moved strcspn.c, strpbrk.c and strspn.c to common
  - removed stub headers
  - compatibilized bindings: luapmf, luasystm
* reorganized luaconf.h
* updated doc/CHANGES and doc/RESPONSIBLE
2014-07-19 18:38:33 +00:00
alnsn
07e0a97a8f Sljit doesn't support MIPS I. Make sljitarch.h obsolete. 2014-07-19 14:35:10 +00:00
christos
33f99f08ae Add t_minherit. 2014-07-18 12:36:18 +00:00
prlw1
0d52edd1b1 Update lists after adding support for vnd to rump (report from hannken@) 2014-07-17 12:04:05 +00:00
martin
d03c4f3f9e Add libirs debug info to a few more places 2014-07-13 13:53:59 +00:00
mbalmer
b25e9deb0b Add the five bulgarian keymaps we got via PR misc/37713 from markucz@gmail.com. 2014-07-13 12:29:01 +00:00
martin
b1baff08a7 libisccfg.so.8.1 debug files for other compat architectures. 2014-07-13 12:15:45 +00:00
mbalmer
94541005af Add a man page for asus(4), written by Leonardo Taccari as part of PR/39932. 2014-07-13 08:37:13 +00:00
nakayama
2122443dc8 Remove duplicated line. 2014-07-12 19:46:22 +00:00
dholland
0736ba101a Revert version 1.111 of sysinst/disks.c, which caused sysinst to
create lfs fstab entries with fsck disabled, and instead patch
fsck_lfs to exit successfully without doing anything when given the -p
(bootup preen) option. If you really want to do fsck_lfs -p, you can
do fsck_lfs -f -p to make it go.

This has been sitting in my todo queue since February 2010 and was
ok'd by the committer at the time. The original commit was based on
this post:
   http://mail-index.netbsd.org/tech-kern/2010/02/09/msg007306.html

and I remain unconvinced that it's the right thing, but we can at
least do it properly and not ship a sysinst with -7 that creates
permanently wrong fstab files.

Note that this may cause problems for anyone who's taken -p out of the
bootup fsck flags; but doing that is wrong, so don't.
2014-07-12 16:11:27 +00:00
dholland
5c51485edb Mark stray files obsolete (don't just remove them); noted by Paul Goyette.
(hi darrenr)
2014-07-12 15:42:56 +00:00
darrenr
cccb715a0e Test n17_6 does not yet exist so remove unrequired files and test case 2014-07-12 14:37:12 +00:00
mrg
925e6883dc add new xkb/symbols/eu for xkeyboard-config 2.12. 2014-07-11 19:19:16 +00:00
alnsn
467461f7c4 Add t_cop and t_extmem kernel bpfjit tests to the build. 2014-07-09 13:50:48 +00:00
martin
20aec96d38 Add libirs_g.a to more compat lib directories 2014-07-09 11:45:45 +00:00
riastradh
ec14ebad0b Add missing i386/libirs_g.a. 2014-07-08 22:06:06 +00:00
alnsn
0240ba3c8b Add t_mbuf tests to the build. 2014-07-08 21:47:21 +00:00
htodd
6cd04772ac Fix debug sets for bind. 2014-07-08 17:15:14 +00:00
martin
a22d5e3b3a Try to fix debug and debuglib setlists for the bind import 2014-07-08 11:13:24 +00:00
spz
773189b334 infrastructure for bind-9.10.0-P2:
adding the tools delv and dnssec-importkey
adding libirs to support delv
2014-07-08 05:55:33 +00:00
alnsn
6cabebfe85 Add bpf/t_mbuf test to the build. 2014-07-07 19:41:22 +00:00
tron
807b3d9832 Update set lists for Postfix 2.11.1. 2014-07-06 21:06:48 +00:00
dholland
fa41303899 Add MKGROFFHTMLDOC and make it default to no. It seems that sometimes
when generating html groff runs netpbm behind your back. Needless to
say we don't have netpbm in base, so this fails on a clean install; so
for now disable generating html for /usr/share/doc by default.
Workaround for PR 48970.

It seems that all available document preparation toolchains are made
of fail.
2014-07-06 18:22:03 +00:00
dholland
9cee3fb5f3 fix docs for MKHTML=no 2014-07-06 08:53:15 +00:00
dholland
a65ff1afdf Put /usr/share/doc/reference/ref1/make in the right list. The dirs are
always created.
2014-07-05 22:08:14 +00:00
joerg
2b102b68a4 Drop entries for LLVM/Clang older than 3.4. 2014-07-05 20:17:50 +00:00
dholland
29e097b982 Update set lists for /usr/share/doc reorg. 2014-07-05 19:25:58 +00:00
alnsn
fd9487092d Move t_bpfjit.debug entries back to mi and add "sljit" tag to them. 2014-07-02 13:38:05 +00:00
htodd
aeac1fdec4 Move t_bpfjit.debug to md lists. 2014-07-02 05:23:20 +00:00
htodd
0076051d87 Fix build for ipf tests. 2014-07-01 03:43:09 +00:00
htodd
1dc17e30a9 Fix build for debug with bpfjit. 2014-07-01 03:42:41 +00:00
alnsn
e281e658e4 Add new net/t_bpfjit test. 2014-06-30 21:32:59 +00:00
rtr
e9c95bf579 patch posted to tech-kern@ 2014/06/25 for review with minor changes
resulting from feedback.

move multiple copies of code for parsing boot.cfg file from sparc, i386
and zaurus into libsa/bootcfg.{h,c}. largely retained i386 parsing logic
in addition to keeping sparc dispatch function while remaining consistent
with boot.cfg(5).

previous sparc64 file format has been obsoleted but only used by boot
CDs distrib/sparc64/bootfs/boot.cfg has been updated to compensate.

exported names have been prefixed with either BOOTCFG_ or bootcfg_ as per
feedback from christos@

tested on amd64 & sparc64 but not zaurus.
2014-06-28 09:16:18 +00:00
alnsn
c923aef9b6 Add new libbpfjit tests. 2014-06-25 19:20:46 +00:00
christos
3a6f0f67e4 remove gdbint.info; it is no more. 2014-06-23 15:22:07 +00:00
shm
509eb314f7 Add bm(3) tests 2014-06-23 10:53:20 +00:00
skrll
377f7201a6 Increase IMAGESIZE to fix build. 2014-06-19 16:34:21 +00:00
christos
00f836315e more mktemp flavors. 2014-06-18 17:52:49 +00:00
christos
b7b5f0e5c2 bump libc. 2014-06-18 17:50:14 +00:00
alnsn
be10a58478 Add sljit support to arm. 2014-06-17 06:36:39 +00:00