christos
63d557bad4
Use the original nfsd.
2015-12-23 18:42:23 +00:00
christos
813c1f3886
Rump-ify.
2015-12-23 18:41:54 +00:00
christos
b9bb57fc06
ggr, make debug static. I hate that the copy of this and the original
...
source has diverged so much!
2015-12-23 18:10:39 +00:00
christos
f0a61ce65f
add get_net.c
2015-12-23 18:10:10 +00:00
christos
ce8e119589
Split out get_net function so that it is easily testable. Restore
...
functionality where 1.2.3/24 -> 1.2.3.0/24 not 1.2.0.3/24 now that
getaddrinfo(3) parses old-style incomplete dotted quads as old
style addresses.
2015-12-23 16:19:49 +00:00
jmcneill
e4e341b591
Implement OF_finddevice, now ofctl -p <path to node> works
2015-12-23 13:42:24 +00:00
jmcneill
8c6ade7fd1
get rid of HDAUDIO_FLAG_NO_STREAM_RESET hack
2015-12-23 12:45:06 +00:00
jmcneill
07ee0d855d
HDAUDIO_FLAG_NO_STREAM_RESET hack no longer required
2015-12-23 12:44:06 +00:00
jmcneill
65ddbe033a
fix divider calculations for hdmi, and treat clock ID 211 as pll_p_out0 instead of directly pll_p
2015-12-23 12:43:25 +00:00
jmcneill
72ca8a5122
explicitly set high cursor/winbuf address bits when setting modes
2015-12-23 11:58:10 +00:00
jmcneill
485e0c4047
fdtbus depends on clk
2015-12-23 11:31:45 +00:00
martin
266bbe8d78
David Binderman in PR 50578: fix resource leak in an error branch.
2015-12-23 10:56:29 +00:00
wiz
fca9124183
Hardcode some dates to make this more MKREPRO safe.
2015-12-23 10:43:35 +00:00
pgoyette
8094e0dce5
New files, in preparation for modularized version of raidframe driver.
...
(Driver changes to be committed on the weekend.)
2015-12-23 08:14:06 +00:00
christos
dd01c08e97
remove some stuff we don't have; rename rc command variable.
2015-12-23 04:38:00 +00:00
pgoyette
69c1560ae5
Revert previous
2015-12-23 00:13:57 +00:00
pgoyette
3139a51881
If we attempt to autoload a driver module, make sure we return an error
...
if it fails. Otherwise we might end up calling a builtin-but-disabled
driver module and that can generate all sorts of issues...
2015-12-22 23:54:37 +00:00
christos
dade5d6c98
print the tag symbolically if we don't support it.
2015-12-22 23:35:21 +00:00
jmcneill
a3a1845d5b
OF_getprop -> of_getprop_bool
2015-12-22 22:34:42 +00:00
jmcneill
c7c1c02cf1
build fix
2015-12-22 22:32:54 +00:00
skrll
1408eff81a
In usbd_transfer deal with errors from the HCD transfer (and start)
...
methods properly by removing the failed xfer from the pipe queue.
For example, an Apple keyboard and FS hub with attached ums(4) on
dwctwo(4) (rpo0/rpi model a) needs this fix otherwise probing
usbd_new_device will never complete after first failed attempt to get
the initial device descriptor.
2015-12-22 22:26:16 +00:00
jmcneill
1a623fc2e7
Add fdtbus_gpio_{read,write}_raw, which tells the controller not to take
...
polarity into account. Tegra GPIO pin data includes pin polarity, but so
does a regulator-fixed node, so the end result was that the enable value
was being swapped twice. Change fregulator to use the raw APIs, and adapt
Tegra and Exynos GPIO drivers to support this flag.
2015-12-22 22:19:07 +00:00
jmcneill
bf3831f489
tegra_car_* and tegra_i2c_dvc_write are no more
2015-12-22 22:12:08 +00:00
jmcneill
93e0bfeb6c
Switch Tegra over to fdt based clocks and reset controls.
2015-12-22 22:10:36 +00:00
jmcneill
fda513fd0d
Add support for fdt clock and reset controllers.
2015-12-22 21:42:11 +00:00
christos
37ae74be41
For reproducible builds, allow the source of the map to be set from the
...
environment, so that DW_at_producer is the same no matter what the actual
underlying source and destination directories are. See:
https://gcc.gnu.org/ml/gcc-patches/2015-12/msg01168.html
2015-12-22 16:48:44 +00:00
christos
6b4079e461
Add a prefix translation map for debugging symbols. Note the use of variable
...
indirection so that DW_at_producer that contains the compilation command
remains the same: readelf --debug-dump foo.debug
2015-12-22 16:46:56 +00:00
skrll
e4d30422c1
Improve debug/comments (mostly from nhusb)
2015-12-22 15:12:39 +00:00
skrll
8625236fed
Stop the callout if the transfer didn't get enqueued
2015-12-22 14:31:36 +00:00
skrll
73b365683b
Report an error when return -ENODEV for the unsupported setup.
2015-12-22 14:29:28 +00:00
christos
c31efcafe9
add __TEST_FENV
2015-12-22 14:27:51 +00:00
christos
7303bfa77d
Add __TEST_FENV
2015-12-22 14:25:58 +00:00
christos
fc70f27d66
Add __HAVE_FENV
2015-12-22 14:24:55 +00:00
christos
b113b9aa9c
put have fenv stuff elsewhere.
2015-12-22 14:20:59 +00:00
christos
25e32ca777
Put have fenv elsewhere.
2015-12-22 14:18:35 +00:00
skrll
c9d07323ae
Can't use usbd_errstr in USBHIST_LOG as vmstat(1) doesn't like it
2015-12-22 13:37:01 +00:00
plunky
0f446f141d
there is no longer a reason to have a separate hci_send function now
...
that the hci_usrreq function is disassembled, so merge hci_send_pcb
back into hci_send()
2015-12-22 11:40:07 +00:00
mlelstv
9f7185b8f3
Be graceful about command timeouts when probing.
2015-12-22 09:56:06 +00:00
mlelstv
898693b4f2
ignore timeouts for APP_CMD prefix as for the application command itself.
2015-12-22 09:55:38 +00:00
martin
5e88931036
Sync list of fenv enabled architectures again (PR 48633), this time for mips
...
addition.
2015-12-22 08:26:16 +00:00
christos
408e0ea0a3
remove dup definitions from fenv.h
2015-12-22 05:28:46 +00:00
marty
7f10785380
XU4 GPIO Driver
...
This is a moderately tested working gpio driver for the Exynos based ODROID
XU4. To use this you have to edit the dtd file exynos54422-pinctrl.dtsi
and change the two occurances of 'gpz' to 'gpz0'. Otherewise it will crash
on a lookup failure.
It certainly could use a code review.
2015-12-22 03:36:01 +00:00
knakahara
897ca22b6e
fix potentially bug
2015-12-22 02:17:21 +00:00
knakahara
06b11825c2
fix incorrect KASSERT
2015-12-22 02:10:25 +00:00
ozaki-r
a532303129
Tweak return value handling
...
rtrequest1 ensures to return an rtentry on success.
2015-12-22 01:59:21 +00:00
christos
c5319e4d97
fix label and variable name.
2015-12-21 20:44:54 +00:00
christos
5764ae0786
more checking
2015-12-21 19:54:35 +00:00
christos
4fff4f53aa
From FreeBSD:
...
- Whitespace cleanup
- Pass a filename rather than fd to libarchive (should work with 2.8+)
- Accept zipfiles from stdin
- Extract common code from extract()/extract_stdout() to extract2fd() (pending)
2015-12-21 17:17:02 +00:00
christos
257ef94e95
Add mips fenv.h (From FreeBSD)
2015-12-21 17:02:32 +00:00
christos
63aea4bd5b
Add mips fenv.c (From FreeBSD)
2015-12-21 17:02:02 +00:00