Commit Graph

14663 Commits

Author SHA1 Message Date
pgoyette
9c7632e4a7 Add entries for fonts.conf.{0,5,html}
Finishes PR xsrc/49777
2016-05-31 02:37:15 +00:00
christos
c8a3c6fbe2 Don't build PIE binaries for install media 2016-05-29 16:12:31 +00:00
christos
2cbb3786cb Give up and use TOOL_SED again. 2016-05-25 00:14:47 +00:00
christos
ec537ebd0d Fix SED issue differently. 2016-05-25 00:07:20 +00:00
christos
981599c48c Export the variables so that they propagate via sets.subr -> make -> mkvars.mk 2016-05-24 22:28:56 +00:00
christos
3be6f3a78a This should be SED not TOOL_SED since this is what is set from the ${SETSENV}
command in the Makefile!
2016-05-24 19:36:41 +00:00
abhinav
078f21f351 Add myself. 2016-05-18 16:36:53 +00:00
spz
54b54045cc Fixes for CVE-2016-0718 from upstream. 2016-05-17 23:53:02 +00:00
christos
bb32bde822 Adjust to new freetype-2.6.3 2016-05-16 22:20:10 +00:00
spz
67c3041c33 merge conflicts, bump shlib version, add expat.pc 2016-05-14 14:39:39 +00:00
hiroshi
7f8a85225f Add myself 2016-05-06 10:48:53 +00:00
snj
7ce81240c1 hook new man pages into build 2016-05-06 09:30:05 +00:00
kre
e856092a7a Correct spelling of NetBSD in my entry (pointed out by leot@ - thanks) 2016-05-03 13:43:11 +00:00
kre
cd2d9990e2 Add myself. 2016-05-02 16:02:24 +00:00
christos
db4ff162cd Add wide versions of histedit functions
Remove dups
2016-05-02 12:59:30 +00:00
nonaka
8b5163f01f Added nvme(4) for Non-Volatile Memory Host Controller Interface devices.
Ported from OpenBSD.
2016-05-01 10:21:01 +00:00
christos
185f8748c5 new editline.7 man page. 2016-04-28 15:55:15 +00:00
christos
876c86398b Add new firmware code. 2016-04-27 19:52:14 +00:00
dholland
521eaa499b Define SEM_VALUE_MAX in only one place.
Adding a whole extra header file just for this is not the optimal
solution... but stuffing it in with anything else exposes things that
otherwise wouldn't be.

Nothing in userland should use <sys/semaphore.h> directly, and if some
foolish third-party software should decide to do so anyway in spite of
the instructions to the contrary I will ruthlessly break it later when
the big kernel includes cleanup finally happens.

Reported by Kamil Rytarowski, and, as it turns out, also by Klaus
Heinz in 2008.
2016-04-24 19:48:29 +00:00
christos
99c76cb8e0 Add {pthread,clock}_getcpuid man pages and bump. 2016-04-23 23:28:13 +00:00
ozaki-r
2223b893c1 Add tests of route flags using IPv6 addresses 2016-04-21 05:10:15 +00:00
ozaki-r
c73a69e593 Add a new test case for PPPoE using PAP
From s-yamaguchi@IIJ (with some tweaks by me)
2016-04-15 01:38:16 +00:00
ozaki-r
4da47673a2 Rump-ify if_pppoe
From s-yamaguchi@IIJ
2016-04-15 01:35:25 +00:00
salazar
1adc2ecbd6 add lneto 2016-04-14 21:16:18 +00:00
martin
6182b56b9d Fix libutil version bump 2016-04-11 17:00:36 +00:00
roy
aae35f25ba Bump libutil for new pidfile functions. 2016-04-11 08:44:40 +00:00
kamil
6457bad4b1 Mark ./usr/libdata/debug/usr/bin/pcpp.debug as obsolete
pcpp.debug is already in ./usr/libdata/debug/usr/libexec/

This fixes build with MKPCC=yes and all debug flags turned on.
2016-04-10 21:45:33 +00:00
kamil
9b07f7a97e Remove duplicate entry of /usr/libdata/debug/usr/bin/p++.debug
I don't have p++.debug locally so assume that it's properly set for the
first time as obsoleted.
2016-04-10 21:40:05 +00:00
roy
6b9006e83c Implement pidfile_lock, pidfile_read and pidfile_clean.
Discussed on tech-net@, ok core@.
2016-04-10 19:05:50 +00:00
martin
bd8b9a5dcb Add t_pslist.debug 2016-04-09 09:58:11 +00:00
riastradh
c03dceb184 Add passive references, intermediate between pserialize and refcount.
Discussed on tech-kern:

https://mail-index.netbsd.org/tech-kern/2016/01/24/msg020069.html

API is still experimental and likely to change.  (Obvious changes:
either remove extra arguments everywhere, or shrink psref_target to a
single bit, at the expense of possibly valuable diagnostic checks.)
Should do some real testing before we use this in anger!
2016-04-09 06:21:16 +00:00
riastradh
4f7dd3337d Introduce pserialize-safe linked lists.
These are like LIST_* from queue(3), but issue the appropriate memory
barriers for pserialize readers and writers.

Discussed on tech-kern:

https://mail-index.netbsd.org/tech-kern/2016/04/03/msg020365.html
2016-04-09 04:39:46 +00:00
gson
5973801c0c Add regression tests for some past gdb bugs. 2016-04-08 10:09:16 +00:00
christos
5629d779d4 Add wait tests. 2016-04-06 00:47:15 +00:00
martin
53a4b022d2 For the benefit of compilers not using our native C runtime environment,
install a "sysident.o" file providing the note identifying NetBSD
executables (and marking the currently installed version).
2016-04-04 18:29:07 +00:00
christos
6ae1120e95 update sets for waitid/wait6. 2016-04-03 00:20:22 +00:00
christos
2dc04d074d Add waitid, wait6 2016-04-02 20:46:37 +00:00
kamil
ea438ca6c5 Add malloc.conf.0 to fix build with MKCATPAGES 2016-04-02 16:18:54 +00:00
msaitoh
43e79b977e Add malloc.conf.5 (link to jemalloc.3). 2016-04-01 12:37:48 +00:00
christos
91c0081cc5 Add sqlite3 generated man pages, sort. 2016-03-30 21:36:48 +00:00
martin
b1d4b53a67 Fix set lists for mips64 and gcc 5.3 2016-03-26 17:16:48 +00:00
mrg
3df9f009b5 fix sets for mips64 builds (libgomp is not built for N64)
and also for GCC 5.
2016-03-23 06:44:09 +00:00
mrg
44087f32fe bump the image size. 2016-03-23 05:24:11 +00:00
dholland
600ce53269 Install ftttdrv.h, which was apparently overlooked at some point
(probably because it contains little of substance...) PR 50902.
2016-03-21 05:23:39 +00:00
christos
2e0d62d9ac Add command substitution test. 2016-03-20 22:57:49 +00:00
christos
7633776511 kill more mudflap for gcc-5.3 2016-03-18 18:24:25 +00:00
mrg
dfa251606d set fixes for GCC 5.3.
(only arm is tested so far, but there's a pattern i can see :-)
2016-03-18 03:08:25 +00:00
nros
71f379ad51 Added ldexpl to ldexp manpage since it is missing.
Also added ldexpf manpage link since it is missing.
2016-03-17 18:29:58 +00:00
nros
cf57e34dd1 Add fabsl to the manpage describing the fabs functions. 2016-03-17 00:00:44 +00:00
christos
e9d687bae2 Add the shift test 2016-03-16 21:14:35 +00:00