Commit Graph

241773 Commits

Author SHA1 Message Date
mrg c8af37f927 remove platforms successful switched and update some of the mips testing 2016-04-04 01:47:18 +00:00
mrg 0e34d6d47b note shark (earmv4) works including atf. 2016-04-04 01:32:21 +00:00
christos c1be1782f4 We don't need this in /current because packet processing does not happen in
an interrupt anymore (pointed out by ozaki@)
2016-04-04 00:44:06 +00:00
christos 93583346f6 restore the early breaks for the exact process match. 2016-04-03 23:50:49 +00:00
skrll 590b4bf8cc binutils 2.26 mknative for mipseb 2016-04-03 18:24:03 +00:00
martin d041b3c221 Update links to usb.org specs 2016-04-03 17:41:30 +00:00
christos 65818211eb Comment out the mutex calls that protect against concurrent configuration
changes and processing. This needs to be done differently since you can't
sleep during interrupt processing.
2016-04-03 15:52:37 +00:00
gson 43ed5fd66c Fix typo 2016-04-03 14:41:30 +00:00
skrll 4af6e95a2b binutils 2.26 mknative for mipsel 2016-04-03 14:34:22 +00:00
mlelstv 234135ea24 Use symbolic constant. No functional change. 2016-04-03 11:04:14 +00:00
mlelstv 7b1a30890f Add more tags understood by the firmware. 2016-04-03 11:02:17 +00:00
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