245208 Commits

Author SHA1 Message Date
schmonz
268438cada Add a VERBOSE knob to the testsuite ("yes" by default, producing
basically the same output as before). When turned off, tests run
silently except when there's a failure.

Reviewed by mrg@.
2016-09-23 16:55:56 +00:00
skrll
cf96d30a9f Trailing whitespace 2016-09-23 14:16:32 +00:00
skrll
8f1704bf5a regen 2016-09-23 14:12:24 +00:00
skrll
8d3f056d60 Types for wait6 and clock_getcpuclockid2 2016-09-23 14:12:00 +00:00
skrll
8a5049d93d Add wait6 and clock_getcpuclockid2 2016-09-23 14:10:28 +00:00
skrll
7b000a7783 Add netbsd32_clock_getcpuclockid2 and netbsd32_wait6 functions 2016-09-23 14:09:39 +00:00
joerg
6de5f80c73 Use the same process and file limits as normal AND64 for Xen kernels. 2016-09-23 13:31:33 +00:00
pgoyette
9a9ece3b27 Since the argument buf is earlier described as a buffer, replace all
references to "the array" with "the buffer" for consistency.

Bump date.
2016-09-22 23:18:10 +00:00
christos
e8e025ac01 fix bugs in ssid printing 2016-09-22 18:22:51 +00:00
christos
de84426921 Catch up with mdsetimage changes. 2016-09-22 17:08:16 +00:00
jdolecek
e3cebdd8d5 misplaced comment 2016-09-22 16:22:29 +00:00
jdolecek
d6c67f4b63 store the number of block records per block into wl as wl_brperjblock,
so that it's visible it's same value everywhere; no functional change
2016-09-22 16:20:56 +00:00
christos
aeed4fbb7e add missing attribute 2016-09-22 15:57:05 +00:00
christos
e4026cc8ea __NetBSD__ -> SANITIZER_NETBSD 2016-09-22 13:13:09 +00:00
mlelstv
d40f84ecec cast to intmax_t for machine-independent printing. 2016-09-22 08:43:26 +00:00
roy
b739c2e314 Add COMPAT_70 to ERLITE for ifa_msghdr changes. 2016-09-22 08:09:40 +00:00
christos
0b7ade5bd2 Avoid definining a prototype for signal(3) from <sys/param.h> because the
INTERCEPTOR macro cannot handle function returns easily.
TODO: fix <sys/param.h> to avoid this kind of name pollution.
2016-09-22 03:43:07 +00:00
christos
1fab549d94 Find bin.h 2016-09-22 01:53:39 +00:00
christos
2e3ca227c0 need <sys/param.h> 2016-09-21 23:18:42 +00:00
christos
6c0bd55ee3 moved to /usr/src/external/gpl3/binutils/usr.sbin/mdsetimage 2016-09-21 21:53:03 +00:00
christos
9c3dcc6f8b move from /usr/src/usr.sbin/mdsetimage 2016-09-21 21:52:26 +00:00
christos
37b1f1d690 Check the NetBSD version 2016-09-21 21:30:56 +00:00
roy
ebe6b5a845 Check address is not tentative, duplicated or detached before running
scripts.

XXX Do we want new script actions for detached or duplicated addresses?
2016-09-21 21:07:29 +00:00
jdolecek
88e76ed4fd update nvme entry to current reality 2016-09-21 20:32:47 +00:00
roy
f095b6732c We should always know the interface the address message was for. 2016-09-21 20:31:31 +00:00
jdolecek
e6b2addfd6 mention the ext2fs and nvme(4) work 2016-09-21 20:19:08 +00:00
wiz
a6c3dd9372 Various fixes: wording, sections, sort order, articles. 2016-09-21 20:12:12 +00:00
jdolecek
8f0fe94fe2 expand driver description 2016-09-21 20:01:03 +00:00
christos
a75c439d9f add new field 2016-09-21 19:18:01 +00:00
roy
3281aec338 Add some consistency for dispatching .... always send the whole message. 2016-09-21 18:18:10 +00:00
mrg
41da45e36d always build the XAA files as well. they have functions used
by the EXA code and besides a minor fix, were already setup to
build with HAVE_XAA_H not defined.

this should really fix PR#51480.
2016-09-21 18:00:26 +00:00
roy
4ed3a4f995 Sprinkle some const. 2016-09-21 16:47:35 +00:00
christos
8fcc68317d fix usage. 2016-09-21 16:29:48 +00:00
christos
753ee5437d ansify. 2016-09-21 16:27:55 +00:00
christos
a8b83ade53 remove dup 2016-09-21 16:26:18 +00:00
christos
e49db1a5f5 merge copies... 2016-09-21 16:25:41 +00:00
roy
4862748bc4 Skip message if not our RTM_VERSION and silently ignore old message types. 2016-09-21 14:50:48 +00:00
roy
af543597d1 Use recvmsg to ensure we get every message rather than potentially overflowing our buffer. 2016-09-21 14:46:55 +00:00
christos
122a9a6480 deal with namespace issues and missing atanhf for vax. 2016-09-21 14:11:40 +00:00
roy
785757d49a Update for libc bump. 2016-09-21 14:00:29 +00:00
roy
9fed1c5a9e Add ifa_addrflags to ifaddrs (forgot to commit this file, thanks Ryo!) 2016-09-21 13:32:27 +00:00
roy
72d40e7cf4 Bump libc version for ifaddrs. 2016-09-21 10:54:36 +00:00
roy
45b7bd08f6 Add ifa_addrflags to ifaddrs. 2016-09-21 10:53:24 +00:00
roy
19ac2ad877 Bump kernel version for new routing socket message versions. 2016-09-21 10:52:13 +00:00
roy
98b0d70fff Add ifam_pid and ifam_addrflags to ifa_msghdr.
Re-version RTM_NEWADDR, RTM_DELADDR, RTM_CHGADDR and NET_RT_IFLIST.
Add compat code for old version.
2016-09-21 10:50:22 +00:00
skrll
46ef072377 Fix for [on]{32,64}
/usr/tests/lib/libc/sys/t_getcontext
/usr/tests/lib/libc/sys/t_swapcontext
/usr/tests/lib/libc/sys/t_ucontext
/usr/tests/lib/libpthread/t_swapcontext

All pass now.

Changes amount to

- saving GP from caller in context for n{32,64}
- performing (the equivalient of) PIC_PROLOGUE for swapcontext and
  __resumecontext
- Call setcontext via the PLT in __resumecontext
2016-09-21 06:49:39 +00:00
skrll
ed78dc9b59 Trailing whitespace. 2016-09-21 06:41:42 +00:00
christos
5cafd780cd fix printf format. 2016-09-21 01:33:42 +00:00
jmcneill
8b9bb61b71 Set hw.acpi.sleep.vbios when a non-HW accelerated VGA driver attaches.
If the VGA_POST option is present in the kernel the default value is 2,
otherwise 1. PR kern/50781

Reviewed by:    agc, mrg
2016-09-21 00:00:06 +00:00
jdolecek
471f5c28ab cache flush call must wait for completion; cap wait to 60 seconds just in case
controller won't respond
2016-09-20 21:18:08 +00:00