258564 Commits

Author SHA1 Message Date
christos
255beb6c9c add {send,recv}mmsg 2018-05-10 02:36:07 +00:00
ozaki-r
a54c6ac17b Fix pserialize enter/exit pairs in linux_getifconf and linux32_getifconf
Tested by using a small linux program that uses ioctl(SIOCGIFCONF).
Probably fix PR kern/53259 as well.
2018-05-10 01:32:24 +00:00
jmcneill
bd45274429 Enable HP PA output 2018-05-10 00:30:56 +00:00
jmcneill
bfb6719018 32-bit build fix 2018-05-10 00:07:08 +00:00
jmcneill
108189b394 Add ausoc, sun8icodec, a64codec, sunxii2s 2018-05-10 00:05:22 +00:00
jmcneill
1ba9ed5389 Enable audio codec 2018-05-10 00:05:01 +00:00
jmcneill
90889a437b Add audio codec nodes 2018-05-10 00:04:46 +00:00
jmcneill
5697d11d5a whitespace fix 2018-05-10 00:02:10 +00:00
jmcneill
44ca330b71 Add support for Allwinner A64 audio codec. 2018-05-10 00:00:21 +00:00
jmcneill
a0c36fc014 Add SoC sound driver based on "simple-audio-card" DT binding spec. 2018-05-09 23:59:05 +00:00
jmcneill
a436d29595 Add APIs for digital audio interface drivers 2018-05-09 23:57:58 +00:00
sevan
909174d46f Add a description of netpgp_unsetvar and netpgp_list_keys_json. 2018-05-09 23:34:25 +00:00
joerg
dd4097f61f Document that EXTERNAL_TOOLCHAIN should be used together with HAVE_GCC
or HAVE_LLVM.
2018-05-09 22:24:01 +00:00
joerg
fcd11b5060 Don't assume that EXTERNAL_TOOLCHAIN is gcc. HAVE_GCC can and should be
defined appropiately if it is an external GCC.
2018-05-09 21:26:59 +00:00
kre
0efffb3e4f With the change to use getpass_r the 128 byte passphrase limit no
longer applies, so update the BUGS section here to reflect that change.
The limit now is 1023 whichever method is used to fetch the passphrase.
2018-05-09 20:23:35 +00:00
kre
ebee088dbd Cause a process's user and system times to become non-decreasing.
This alters the invented values (ie: statistically calculated)
that are returned - for small values, the values are likely going to
be different than they were, but that's largely nonsense anyway
(except that the sum of utime & stime does equal cpu time consumed
by the process).   Once the values get large enough to be meaningful
the difference made by this change will be in the noise, and irrelevant.

This needs a couple of additions to struct proc, so we are now into 8.99.17
2018-05-09 19:55:35 +00:00
alnsn
265610788f use explicit_memset(3) 2018-05-09 19:38:46 +00:00
jmcneill
b7a7ee85c5 Fix locations of bus gates 2018-05-09 19:38:40 +00:00
alnsn
98def45107 Missed one change when doing a manual merge of my patch with kre's commit. 2018-05-09 18:18:11 +00:00
alnsn
bf3984213d Add '-e' option (echo the passphrase) and wipe the passphrase after use.
XXX Using memset for wiping isn't a good idea because memset is likely
optimised away by gcc. This should be revisited.
2018-05-09 18:11:56 +00:00
wiz
9f41709322 Add commas in enumeration. 2018-05-09 17:35:03 +00:00
jmcneill
ddff1cd910 Set "DMA MCLK interface circuit auto gating bit" to 1 where required. 2018-05-09 17:17:33 +00:00
kre
2d50dc8f17 Fix missing -p in usage message (noted by Christoph Badura, thanks),
and update -l usage as well.

While here fix man page synopses and a few other odds and ends.
2018-05-09 14:27:41 +00:00
christos
91960439d5 clean generated file 2018-05-09 13:53:13 +00:00
christos
72d21b09dc remove generated file 2018-05-09 13:52:55 +00:00
joerg
f0360e1d3e For EXTERNAL_TOOLCHAIN, MKLLVM=yes needs to build only tablegen. 2018-05-09 13:21:27 +00:00
kre
99316b228e Check arg count in configure() at entry, rather than later.
This avoids the stupid null deref I added a couple of commits
ago (on bad usage) and also simplifies the rest of the routine
which no longer needs to check the arg count nearly as much.

Thanks to Alexander Nasonov for finding the null deref bug.
2018-05-09 13:19:33 +00:00
joerg
301645f026 Always provide --sysroot arguments, even for EXTERNAL_TOOLCHAIN. 2018-05-09 13:19:27 +00:00
joerg
cb77297a09 Drop checks for EXTERNAL_TOOLCHAIN for crt*.o. We've been using our own
versions for a long time and haven't relied on external files as such.
2018-05-09 13:18:53 +00:00
joerg
b5dbde748d Handle the GCC restriction like the set list by explicitly checking for
HAVE_GCC. When using EXTERNAL_TOOLCHAIN with LLVM, it would still be
picked up otherwise.
2018-05-09 13:18:02 +00:00
mrg
2fc9ba62ad don't print "long" with "%zu". 2018-05-09 08:45:03 +00:00
mrg
a071c7d55b add freetype2/freetype to the include path. 2018-05-09 08:39:54 +00:00
msaitoh
633cf7552f Add ixv.4. 2018-05-09 08:22:53 +00:00
mrg
6158425ec6 add more include paths for freetype 2.9.1. 2018-05-09 08:15:09 +00:00
mrg
478cac6d4f add some missing -I paths for new freetype. 2018-05-09 08:13:23 +00:00
wiz
a79bc505d2 Capitalize Gigabit and Ethernet. 2018-05-09 08:04:06 +00:00
wiz
6e6ab05387 Use Nx. Fix typo. Capitalize Gigabit and Ethernet. 2018-05-09 08:03:55 +00:00
wiz
244c6ba5ae Fix xref. 2018-05-09 08:01:16 +00:00
wiz
0de9c84c84 Fix typo, add 'and' in list. 2018-05-09 07:59:38 +00:00
maxv
858396682a static const on ipsecif4_encapsw 2018-05-09 07:33:31 +00:00
maxv
5fdd88f8ba Rename allocopy -> xstrdup, and simplify. 2018-05-09 07:30:21 +00:00
maya
ec2b028081 Adjust for freetype 2.9.1
Adjusting non-freetype because ftbase.c now includes ftfntfmt.c.
pickup pkgconfig version from pkgsrc pkgconfig file.
2018-05-09 07:28:44 +00:00
maxv
f96ffcb41d Clean up. 2018-05-09 07:21:08 +00:00
maxv
b5155ff2f3 Remove dead/broken code. 2018-05-09 07:05:42 +00:00
snj
3fa70ce921 add a note about our freetype shlib versioning so that it hopefully
doesn't get any more crazy than it already is.
2018-05-09 07:01:59 +00:00
maxv
b01c5c5206 Remove nonsensical KASSERT. 2018-05-09 06:55:26 +00:00
maxv
93eba481f5 Remove annoying things, style, and fix buffer overflows. 2018-05-09 06:49:48 +00:00
maxv
0be2ad1a12 Replace
m_copym(m, 0, M_COPYALL, M_DONTWAIT)
by
	m_copypacket(m, M_DONTWAIT)
when it is clear that we are copying a packet (that has M_PKTHDR) and not
a raw mbuf chain.
2018-05-09 06:35:10 +00:00
martin
3198bde1a4 Make the getrusage_maxrss test more stable by preventing the compiler to
optimize out a dummy loop. While there print more details when failing.
2018-05-09 06:32:52 +00:00
msaitoh
7e7737aa32 Add missing .Nd. 2018-05-09 06:04:48 +00:00