Commit Graph

239890 Commits

Author SHA1 Message Date
christos
149dca8a74 be a bit smarter about fcntl 2016-01-03 22:05:18 +00:00
jdc
656adc7745 Correct email address (pointed out by wiz@). 2016-01-03 21:58:17 +00:00
christos
c4c05f8e97 change 60 to 70 which is the current release. Noticed by Rares Aioanei. 2016-01-03 20:59:47 +00:00
jdc
2415217316 Remove duplicate register definitions and merge them all into pcf8584reg.h.
No functional change.
2016-01-03 17:32:17 +00:00
jdc
afddb7ce54 Mention admtemp(4) and lmtemp(4) temperature limits changes. 2016-01-03 17:29:25 +00:00
jdc
519e888126 Mention supported chips and their differences.
Mention display and setting of chip temperature limits.
2016-01-03 17:28:46 +00:00
jdc
8e180932d7 Add LM75A ID register (for completeness). 2016-01-03 17:28:33 +00:00
jdc
576a4ae14e Add display and setting of chip temperature limit(s) for envsys(4). 2016-01-03 17:27:57 +00:00
jdc
2668fa6152 Mention supported chips and their differences.
Mention display and setting of chip temperature limits.
2016-01-03 17:27:39 +00:00
jdc
96726419cb Add display and setting of chip temperature limits for envsys(4).
Different chips are recognised where possible, and the appropriate limits
are displayed/settable.
2016-01-03 17:27:26 +00:00
christos
90c146a94b Put back -n 2016-01-03 15:38:29 +00:00
jakllsch
cf34dae03a reorganize constant test data 2016-01-03 15:26:39 +00:00
mbalmer
14ef5a602a add tehran airport 2016-01-03 15:25:31 +00:00
jakllsch
25812d50a0 Move MY*_ATF_CHECK_EQ debugging helper macros to before all functions. 2016-01-03 15:16:10 +00:00
martin
2793d78f76 From Jim Bernard in PR install/50615: install_checksum expects a path
relative to ${DESTDIR}, and most callers did pass it that way - fix the
one place where it eroneously was called with a ${DESTDIR} path.
2016-01-03 08:44:59 +00:00
mlelstv
f86f7c2aab refactor driver to use common code in dksubr. 2016-01-03 08:17:24 +00:00
macallan
6a9f064d48 comment out ukphy 2016-01-03 06:23:25 +00:00
marty
6965913be9 XU4 interrupt combiner / fake sysmmu
Add sysmmu to have something that calls through to the combiner's establish
routine.  Debug the combiner with it.

At this point the combiner is mostly done, but the interrupt handler has not
been tested.  This may never happen as we may never support any of the
devices that use the combiner for interrupts.  (Or maybe mct)
2016-01-03 04:10:58 +00:00
christos
10deb451c0 minor type fixes. 2016-01-02 21:58:10 +00:00
jakllsch
acbdc1428a Fix dval signdedness confusion, as was recently done in libusbhid. 2016-01-02 20:57:10 +00:00
jakllsch
abe84496cd Do what libusbhid() does for Usage value of non-Variable Main items,
instead of something marked XXX that actually causes problems for hid_locate().
2016-01-02 20:49:39 +00:00
jakllsch
18349257d4 Fix hid_get_data() and hid_get_udata() for 32-bit quantities on LP64.
Previously it would always return 0.
2016-01-02 20:45:07 +00:00
elric
591b978b80 Fix bug in cleanup of reply headers. 2016-01-02 20:35:59 +00:00
elric
afe55bf842 Add the concept of ``reply headers'', that is a SIMPLEQ of headers that
will be included in the HTTP reply.  We define this as we are about to
add an authentication method that may need to have a conversation with
the client.
2016-01-02 18:40:13 +00:00
christos
a7dfd957d5 Handle function symbol renames. 2016-01-02 17:44:33 +00:00
christos
7e015f61f6 print the length on error. 2016-01-02 17:44:21 +00:00
macallan
bdb6cefb4c enable ehci, now that it works properly 2016-01-02 16:55:46 +00:00
macallan
1ae1c2335b properly initialize the EHCI
from Alexander Kabaev ( kan at freebsd.org )
2016-01-02 16:50:52 +00:00
mlelstv
178b4da6ee No longer detach opened device directly in RAIDFRAME_SHUTDOWN ioctl,
instead just mark the device for shutdown and detach on last close.

Also don't manually print the detached message but leave this to
config_detach(). This avoids a duplicate message when shutting down.
2016-01-02 16:20:50 +00:00
mlelstv
e7bab5c14b RAIDF_INITED state also includes disk attachments, don't undo operations
that haven't been committed.
2016-01-02 16:10:06 +00:00
mlelstv
3468e3dac4 Unlock and free in raid_detach to handle error paths. 2016-01-02 16:06:25 +00:00
mlelstv
6eec01b9bc use bdev_strategy wrapper to properly use KERNEL_LOCK. 2016-01-02 16:00:01 +00:00
pooka
419929ef27 create_many:
* add xfails for ext2 and udf
  * don't try to create a subdirectory for sysvbfs
2016-01-02 12:11:30 +00:00
jakllsch
aaf9a4516d Teach hid_parse_usage_in_page() how to understand hex literals, in
addition to the usual table lookup.
2016-01-02 01:24:44 +00:00
jakllsch
f5863ab3d2 Fix round-trip of hid_usage_in_page(hid_parse_usage_in_page()) when
the usage is a catch-all format string.

This should allow usbhidctl(1) to understand an item argument of
"Button:Button_65535".
2016-01-02 01:04:15 +00:00
jakllsch
f8f5861113 Rework unsigned range test cases.
If the USB HID 1.11 spec is interperted to the letter, there's no such
thing as a unsigned Logical/Physical Minimum/Maximum.  When the (signed)
Minimum is greater than the (signed) Maximum, it's a possibility that
the device is attempting to present unsigned report data.
2016-01-01 23:46:04 +00:00
jakllsch
c8b0c3452c Fix hid_get_data() for negative or 32-bit report data. 2016-01-01 22:59:12 +00:00
jakllsch
bc1f6fc421 value debugging for the Logical/Physical range checks 2016-01-01 22:47:34 +00:00
marty
aab26c1761 XU4 FDT pinctrl
Rewrite the use of pinctrl to reflect the new model from Jared.
2016-01-01 22:37:07 +00:00
marty
7e1b70cad6 FDT pinctl - review from Jared
These changes reflect a redesign based on a preliminary review by Jared.
Instead of the acquire/release/set/get approach of the original, this uses
a much simpler, and cleaner register/set approach.
2016-01-01 22:35:44 +00:00
jakllsch
3a26fec827 tests for libusbhid (many of which fail) 2016-01-01 21:38:53 +00:00
macallan
c8234e40d8 zero out struct i2cbus_attach_args and i2c_controller before messing with
them
2016-01-01 20:48:15 +00:00
jdc
80dd6a24cb Read the Tos limit from the chip, instead of assuming 80'C, in case
firmware has altered it.  Make the *decode functions return temperatures
in either uK or C for envsys and sysctl, respectively.
2016-01-01 20:13:50 +00:00
tls
e4dd39cedc Enable second noise source on newer VIA CPUs 2016-01-01 19:46:48 +00:00
jakllsch
f74c09dad4 Alphanumeric is spelled Alphanumeric 2016-01-01 19:14:45 +00:00
martin
31584ffedb KASSERT->KASSERTMSG to allow debugging a double-free'd buffer in ddb. 2016-01-01 18:58:58 +00:00
christos
9b4e848824 Add the pthread libraries, documented already in bsd.README; sort 2016-01-01 17:06:21 +00:00
tls
b8373ab831 Fix callout-skew source so it runs only when needed (remove second callout,
eliminate race).
2016-01-01 16:09:00 +00:00
pooka
10c4a4e077 use a shorter filename template in previous (for v7fs) 2016-01-01 15:18:39 +00:00
pooka
596d7c2283 Add a test which creates many directory entries. 2016-01-01 15:13:57 +00:00