roy
2e864d58b0
Import dhcpcd-7.0.0-rc2 with the following changes:
...
* dhcp: fixed classless static routes
* prefix delegation: build routes after assigning addresses
* dhcp: on lease expiration, discover only when carrier
* ip6: fix potential segfault when lifetime overflows
* dhcp: fix reporting of DNS encoded SIP servers
* dhcp6: fix unicast in non master mode
2017-09-19 19:16:48 +00:00
jmcneill
9745661280
Only attach to the phy specified in dt, if possible.
2017-09-19 17:26:45 +00:00
ozaki-r
603defb948
Share a global dummy SP between PCBs
...
It's never be changed so it can be pre-allocated and shared safely between PCBs.
2017-09-19 02:44:14 +00:00
maya
04676939ae
Remove unused macro
2017-09-19 01:22:14 +00:00
phx
eabf26b1cf
Fixed feholdexcept() by copying the actual contents of FPSCR to the fenv_t
...
instead of a double precision floating point representation of it.
2017-09-18 23:21:15 +00:00
jmcneill
cb297a9cf9
Add support for arm,arm1176jzf-s
2017-09-18 16:58:04 +00:00
joerg
6a2fdfeb92
Bump install image sizes. Clang alone adds 100MB+ for a full debug build
...
and that pushes the full MKDEBUG build over the constraints.
2017-09-18 14:42:16 +00:00
jakllsch
6b34528ad5
Initialize ex_lock and ex_cv only in the not-EX_EARLY case.
2017-09-18 13:22:56 +00:00
roy
ab1cdcdbe2
Allow a subwindow to contain another subwindow.
...
This reverts r1.37 and allows wip/rtv to work better.
2017-09-18 10:18:13 +00:00
wiz
b2204870d0
Use Dv for non-errno return values (instead of Er).
2017-09-18 08:49:20 +00:00
wiz
cf8f895d5c
Remove superfluous Tn.
2017-09-18 08:48:23 +00:00
riastradh
f4b86e3d5e
DM: direct message
2017-09-18 03:14:02 +00:00
rtr
525ead1c1c
GVFS git virtual file system
2017-09-17 21:55:07 +00:00
abhinav
2e26e026b9
Fix typo
2017-09-17 21:46:46 +00:00
christos
5cf79e57be
Add one more not supported error
2017-09-17 20:39:04 +00:00
christos
aa49aa7970
This also needs INET6!
...
XXX: pullup-8
2017-09-17 20:37:17 +00:00
christos
da66cce8cd
explain why in6_setscope fails...
2017-09-17 17:36:06 +00:00
christos
548324cb09
Skip the scope test for loopback addresses in non-loopback interfaces.
...
While this test is also done in in6_setscope, testing here allows us
to log an error for other callers.
2017-09-17 17:35:10 +00:00
sevan
e4a0a4bf62
Note installation of scripts from the DTrace Toolkit in base.
2017-09-17 15:30:08 +00:00
abhinav
4d2c8c35f1
Add execlpe and execvpe to the NAME section
2017-09-17 11:45:10 +00:00
maxv
d283fae667
Declare INTRFASTEXIT as a function, like amd64; will be expanded soon.
2017-09-17 09:59:23 +00:00
maxv
7ad103f49c
Remove the second argument from USERMODE and KERNELMODE, it is unused
...
now that we don't have vm86 anymore.
2017-09-17 09:41:35 +00:00
maxv
e3d247a7cd
Remove tlog.h - unused now. Note that it is not installed.
2017-09-17 09:11:19 +00:00
maxv
157166fc40
Remove TRAPLOG from i386. Nowadays there are better instrumentation tools,
...
in both software and hardware.
2017-09-17 09:04:51 +00:00
kre
5312bfd48d
PR lib/52547 - read_history (readline.c) should now sets history_length.
...
Patch from Yen Chi Hsuan in the PR, extracted from Apple's version of
readline.c, then modified by me to be consistent about what the return
value really is.
2017-09-17 08:10:08 +00:00
kre
91e4060257
As if rump wasn't constipated enough...
...
Add some more blockages, hopefully allow the build to find a
path all the way to the other end...
2017-09-17 05:47:19 +00:00
ginsbach
1218d77bed
Add IFF and IFTTT
2017-09-17 00:54:16 +00:00
christos
9c6f304208
more const.
2017-09-17 00:01:07 +00:00
sevan
35823e7391
Include scripts from the DTrace Toolkit if DTrace support is enabled.
...
The following scripts are installed:
dtruss - a DTrace version of truss.
execsnoop - snoop process execution as it occurs.
opensnoop - snoop file opens as they occur.
procsystime - print process system call time details.
ok riastradh
2017-09-17 00:00:39 +00:00
christos
e7f0067cbe
more const
2017-09-16 23:55:33 +00:00
christos
c483c7cba9
more debug info
2017-09-16 23:55:16 +00:00
christos
798c80a099
more const
2017-09-16 23:54:41 +00:00
christos
535f984b0e
Add flags bits print
2017-09-16 23:54:32 +00:00
christos
93f9dc994c
more const.
2017-09-16 23:30:50 +00:00
christos
9d349e2adb
add missing const
2017-09-16 23:25:34 +00:00
jmcneill
c7ac18191f
add ephy clk gate
2017-09-16 21:47:02 +00:00
abhinav
7a99333ffa
Fix indentation (convert spaces to tab)
2017-09-16 20:40:34 +00:00
maxv
bd35fefd09
Move xpq_idx into cpu_info, to prevent false sharing between CPUs. Saves
...
10s when doing a './build.sh -j 3 kernel=GENERIC' on xen-amd64-domU.
2017-09-16 09:28:38 +00:00
martin
253325b049
Make debug code compile
2017-09-16 09:04:50 +00:00
martin
cb3ee1133d
Redo previous with the proper macros
2017-09-16 08:46:06 +00:00
maya
93ee231826
include linux/kernel.h (and thus sys/cdefs.h) for __unused
2017-09-16 01:40:44 +00:00
matt
e81a77ecd5
Add Cortex-A35 CPU ID.
2017-09-16 00:47:16 +00:00
ginsbach
1273486922
PR misc/52542: Nikolai Lifanov: add definitions for HME, DME, DMEPOS
2017-09-15 23:08:11 +00:00
macallan
e6c5dacdf2
bus_space-ify
2017-09-15 21:34:42 +00:00
macallan
dd732ee745
provide a bus_space to child devices
2017-09-15 21:33:52 +00:00
macallan
dc7fb28ecc
ki2c uses i2c addresses with the direction bit shifted out now, adjust
...
masking accordingly
2017-09-15 21:31:25 +00:00
macallan
ba8f70730b
flesh out RANGE_TYPE_MACIO
2017-09-15 21:27:46 +00:00
christos
7985e76473
1/2 the number of {l,s}stat(2) calls by exposing the stat data found
...
when calling islink()!
2017-09-15 21:03:26 +00:00
mbalmer
9c2e040ae7
Fix COC.
2017-09-15 19:20:11 +00:00
martin
8fd54ae0fb
Make DEBUG code compile again.
2017-09-15 18:28:53 +00:00