Commit Graph

241912 Commits

Author SHA1 Message Date
mlelstv
4842a68f63 Use the same defaults for cluster sizes as Windows. 2016-04-03 11:00:13 +00:00
mlelstv
b956532246 Split toggles for bluetooth and wwan and use specific ACPI objects
where present.
Also make driver detach on shutdown.
2016-04-03 10:36:00 +00:00
mlelstv
a37e4625b5 Add comments. 2016-04-03 10:32:47 +00:00
mlelstv
d46fae17f1 Only fix up IPMI on ProLiant Microserver when address if set.
Don't assume a specific preconfigured address, just clear the lower bits.
2016-04-03 10:32:00 +00:00
martin
a182d9ea04 Add missing includes 2016-04-03 10:03:34 +00:00
martin
117132e6a6 Adopt to device_t/struct ifnet* changes 2016-04-03 10:03:04 +00:00
martin
9027300348 Use device_t/struct ifnet* for phy callbacks 2016-04-03 10:01:52 +00:00
martin
62078f8320 Fix bpf_mtap argument 2016-04-03 09:58:45 +00:00
mlelstv
78f913b0b2 Replace generic queue macros with IFNET/IFADDR macros. 2016-04-03 09:57:40 +00:00
martin
044276cb07 Convert # line comments to // line to avoid preprocessor confusion 2016-04-03 09:06:28 +00:00
taca
6e08e9b7d3 Update root.cache entry. 2016-04-03 08:21:15 +00:00
taca
8dc05bf9dd Update root.cache to 2016/3/23 version, l.root-servers.net's AAAA record
has changed.
2016-04-03 08:01:34 +00:00
mrg
f758843d43 add a simple note about GCC 5.3. 2016-04-03 06:16:02 +00:00
mrg
978e15c3ef switch amd64 and i386 to GCC 5.3 by default. 2016-04-03 06:13:28 +00:00
christos
ae0f86396b implement WCONTINUED, untested
fill out more siginfo fields.
use geteuid instead of getuid
2016-04-03 02:28:46 +00:00
christos
34417aa283 switch idtype.h to an enum, as required by POSIX. 2016-04-03 02:08:42 +00:00
christos
eb687c986e simplify 2016-04-03 01:49:51 +00:00
christos
cfc738154f regen 2016-04-03 01:22:39 +00:00
christos
1d741a3ba3 rump needs <sys/idtype.h> 2016-04-03 01:22:18 +00:00
christos
2a60134171 regen 2016-04-03 01:01:46 +00:00
christos
f988eca316 include <sys/idtype.h> 2016-04-03 01:00:26 +00:00
christos
aad157eb21 add idtype.h to mklintstub and say who generates it. 2016-04-03 00:48:29 +00:00
christos
6ae1120e95 update sets for waitid/wait6. 2016-04-03 00:20:22 +00:00
christos
406ebcd6ac userland bits for wait6/waitid. 2016-04-03 00:19:42 +00:00
christos
a351431fe4 renumber to maintain binary compatibility with pset(3), from kre@ 2016-04-03 00:18:01 +00:00
riastradh
66f1744396 Take a stab at implementing drm_idlelock_take/release.
Evidently needed by VIA DRM/UMS.  Noted and tested by medfly/coypu.
2016-04-02 22:40:43 +00:00
riastradh
0e8d9cccbe Need to specify mmap_object operation here!
Not sure how I tested this before, or whether I just made this change
locally and forgot to commit it and then lost the change.
2016-04-02 22:37:03 +00:00
mrg
f39108e148 add some comments and prefer MACHINE over MACHINE_ARCH when
they're always the same.  no functional change.
2016-04-02 22:08:14 +00:00
christos
cdba0a6165 don't skip values. 2016-04-02 21:21:57 +00:00
christos
095662d5f0 need more includes for siginfo... 2016-04-02 21:09:43 +00:00
christos
c7f91bd9fd one more 2016-04-02 21:03:13 +00:00
christos
3d596ad050 regen 2016-04-02 21:02:39 +00:00
christos
55b98faaa8 add wait6 2016-04-02 21:01:32 +00:00
christos
2dc04d074d Add waitid, wait6 2016-04-02 20:46:37 +00:00
christos
15563e6d2d Add wait6() to be used to implement waitid, mostly from FreeBSD.
Create idtypes.h shared by wait.h and pset.h
2016-04-02 20:38:40 +00:00
kamil
ea438ca6c5 Add malloc.conf.0 to fix build with MKCATPAGES 2016-04-02 16:18:54 +00:00
christos
f89164242b correct the definition of WSTOPPED 2016-04-02 11:18:26 +00:00
mlelstv
338689a6b9 amiga kernel builds and runs 2016-04-02 08:54:47 +00:00
skrll
b1ee8add7a PR/51017: VEXPRESS_A15 doesn't compile
Don't pretend to be anything other than A15
2016-04-02 08:48:35 +00:00
mlelstv
2232a82848 appease compiler. Fixes options MODULAR build. 2016-04-02 08:16:54 +00:00
palle
0059b91df1 sun4v: Workaround for OpenBoot feature where a 64-bit address is truncated to a 32-bit address. This happends when a write to the console (/virtual-devices@100/console@1) is done. Avoid this by using a static buffer that is mapped below 4GB. Thanks to Tarl Neustaedter for explaining how OpenBoot works. ok martin@ 2016-04-01 20:21:45 +00:00
christos
8b22ec00d4 - if we are freeing cur_term, set it to NULL.
- preserve and free "last" properly.

$ cat foo.c
#include <stdio.h>
#include <termcap.h>

int
main(void)
{
	tgetent(NULL, "dumb");
	tgetent(NULL, "network");
	tgetflag("so");
	return 0;
}
$ cc foo.c -lterminfo
$ MALLOC_OPTIONS=J ./a.out
Boom.

XXX: pullup-7
2016-04-01 19:59:08 +00:00
msaitoh
43e79b977e Add malloc.conf.5 (link to jemalloc.3). 2016-04-01 12:37:48 +00:00
ozaki-r
2a8dd88007 Don't request returning rtentry if not use it 2016-04-01 09:52:39 +00:00
ozaki-r
35b18fbb1d Remove unnecessary casts and do s/0/NULL/ for rtrequest 2016-04-01 09:16:02 +00:00
ozaki-r
8b4ba7b737 Remove unnecessary RTTIMER_CALLOUT macro
rttimer#rtt_func never be NULL.
2016-04-01 09:00:27 +00:00
mrg
6d27b0e86e for GCC 5.3 pass -fwrapv as this relies upon well-defined integer overflow. 2016-04-01 08:19:31 +00:00
ozaki-r
103bd8df24 Refine nd6log
Add __func__ to nd6log itself instead of adding it to callers.
2016-04-01 08:12:00 +00:00
knakahara
11bfe22fab ' != " so make the condition actually work. (same as r1.30) 2016-04-01 07:23:15 +00:00
ozaki-r
19fb0179dc Use __func__ in log messages 2016-04-01 06:25:51 +00:00