jdc
15a46c19fc
Add manual page for the LM81, LM87, and compatible iic hardware monitors
...
(lmenv).
2013-10-15 19:14:41 +00:00
jdc
255c74a79f
Add lmenv to the configuration framework.
2013-10-15 19:13:32 +00:00
jdc
98357f913f
Add a driver for the LM81, LM87, and compatible iic hardware monitors
...
(lmenv). Ported from OpenBSD's lm87.c, revision 1.20.
2013-10-15 19:12:41 +00:00
skrll
fcb8104ff4
More dotg(4) removal.
2013-10-15 15:18:41 +00:00
skrll
550cac20b5
Remove dotg(4) as it's been replaced by dwctwo(4).
2013-10-15 15:13:17 +00:00
skrll
6d846607cd
Basic man page for dwctwo.
2013-10-15 15:10:57 +00:00
rkujawa
a6683db2d3
s/with resolution/with a resolution/
...
Noticed by mbalmer@.
2013-10-15 14:51:58 +00:00
rkujawa
8f3ee4010c
Update man page to reflect latest changes (added sysctl knobs for temperature
...
limit and hysteresis).
2013-10-15 13:45:09 +00:00
rkujawa
2bfecaf3cd
Add forgotten register definitions for previous commit.
2013-10-15 13:43:51 +00:00
rkujawa
2c5d1a916c
Add sysctl knobs to set temperature limit and hysteresis. Reaching the limit
...
causes alert line of the chip to be asserted. These limits could be tied to
critical limit set in envsys, but it's more versatile to keep it as separate
value.
2013-10-15 13:42:52 +00:00
christos
8fd1aec131
Instead of turning off the 8th bit on resume, turn it on, as it is on by
...
default. Problem reported by atatat@ when suspending vi and resuming loses
the ability to use the alt key.
2013-10-15 13:00:52 +00:00
skrll
6d25c3bac2
Update firmware from today 2013-10-15. Requested in PR/48288.
2013-10-15 11:53:16 +00:00
njoly
a837ea1a5b
Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat
...
syscalls.
2013-10-15 11:43:21 +00:00
rkujawa
d0dcb38d23
Add information about user settable resolution via sysctl.
2013-10-15 11:22:58 +00:00
rkujawa
f89444f722
Simplify sysctl handling.
2013-10-15 10:27:55 +00:00
rkujawa
3915797645
Clean up register read and write functions, add functions for 8-bit read and
...
write (needed to access config register). Add sysctl knob to set resolution
from user space.
2013-10-15 10:18:49 +00:00
skrll
77805357f7
Switch to dwctwo(4) from dotg(4) for the RaspberryPi port. This brings
...
DMA support and (initial) isoc transfer support.
Remove URTWN_DOTG_WORKAROUND as dwctwo doesn't appear to need it.
2013-10-15 09:07:48 +00:00
skrll
76f6e570b2
Make this compile for more option combinations.
2013-10-15 07:38:37 +00:00
skrll
69486ccf02
Translate ENODEV to USBD_INVAL
2013-10-15 07:37:54 +00:00
skrll
e6a7a2312a
Small cleanup
2013-10-15 07:23:20 +00:00
apb
fb6cc47310
Run ../bfd/configure under ${CONFIG_SHELL}, not under
...
the /bin/sh that happens to be mentioned in its "#!" line.
2013-10-15 07:18:18 +00:00
apb
1b5c4ef5db
If the shell does not support the $LINENO variable, then use
...
"bfd_configure.lineno" instead of "configure.lineno" as the name of the
a version of the script that has had all uses of $LINENO converted to
literal line numbers.
Now building tools via "MKCROSSGDB=yes build.sh tools" works again, even
if the shell does not support $LINENO.
The previous problem was caused by an interaction
between the way .../gdb/dist/opcodes/configure executes
"${srcdir}/../bfd/configure --version", and the way both configure
scripts tried to create and then execute configure.lineno scripts.
Both configure.lineno scripts were created in the same OBJDIR,
with the configure.lineno from .../bfd/configure overwriting the
configure.lineno from .../opcodes/configure, while the latter was
still running.
2013-10-15 07:14:59 +00:00
bad
87f2ce05f1
No David, '\?' is not the del character. Broken in rev 1.21.
...
XXX pullup-5, pullup-6.
2013-10-14 22:23:22 +00:00
joerg
5a96ebd356
Update LLVM/Clang snapshot to r192615, which defaults to libc++ and the
...
unwinder in libc on x86.
2013-10-14 21:19:16 +00:00
skrll
1de4b24980
Handle an error from uhidev_get_report in ucycom_get_cfg
2013-10-14 18:15:12 +00:00
skrll
c5c215bbd2
Fix size parameter to memset. Found by gcc 4.8.
2013-10-14 18:14:08 +00:00
joerg
aa6e9499ca
Rename USE_LIBGCC to HAVE_LIBGCC and retry using it as flag on unwind.h.
2013-10-14 16:00:16 +00:00
isaki
f5af824fa5
Check whether we have an FPU regardless of FPU_EMULATE option.
...
It prevents a kernel panic when we don't have an FPU and FPU_EMULATE
option is not set.
Thanks tsutsui@ for advice.
2013-10-14 12:20:05 +00:00
joerg
cb5311f9d9
Invert logic to try to fix the !clang case.
2013-10-14 11:11:13 +00:00
kiyohara
070d7392cc
Add timer 2 and 3 for Discovery Innovation.
2013-10-14 04:20:44 +00:00
kiyohara
3e4b99ebf2
Remove some #ifdef ARMADAXP. We can enable simultaneously both ARMADAXP and
...
other SoC options.
2013-10-14 04:17:59 +00:00
joerg
1a037cc30d
Don't pass -std=c++11 down to configure, it breaks C compiler detection.
...
Regen configuration.
2013-10-14 01:47:50 +00:00
joerg
5748dfdc47
Update LLVM/Clang snapshot to r192551 for various bug fixes.
2013-10-14 01:37:39 +00:00
joerg
d06922ddf4
Include compiler-rt and libunwind in libc for Clang/x86 builds.
2013-10-14 01:30:21 +00:00
joerg
3a53a9e14e
Add a heavily modified version of Apple's libunwind as released under
...
MIT license in libc++abi. At the moment, only x86 support is tested.
2013-10-14 01:14:57 +00:00
wiz
c60a427d9e
More markup, whitespace.
2013-10-13 22:34:13 +00:00
dholland
899807533a
Add LFS options, both preexisting and UFS-derived. Leave the ones that
...
are not yet believed to work commented out. Ride previous date bump.
2013-10-13 21:17:35 +00:00
dholland
722559797b
Reorganize the file-system-related options; put options for each fs
...
type (or group of fs types) in its own subsection and put the
fs-independent options first.
Bump date.
2013-10-13 21:09:35 +00:00
joerg
69d0b9d44c
Let's not use uninitialized variables to write to random memory
...
locations, shall we?
2013-10-13 20:09:02 +00:00
tsutsui
919864b846
Add a late entry about addition of support for AlphaStation DS15.
2013-10-13 17:03:00 +00:00
jnemeth
694b13b9ba
delete duplicate (and wrong) entry for Thanksgiving Day in Canada
2013-10-13 16:43:49 +00:00
tsutsui
65aea71825
Fix another botch of my dumb patch in PR/45990; add missing braces.
...
The offset of MBR partition 0 was unintentionally set to 2048 even on
small (<=128GB) disks. Probably we should rethink the threshold,
but anyway sysinst(8) should follow fdisk(8) default.
http://nxr.NetBSD.org/xref/src/sbin/fdisk/fdisk.c?r=1.145#1199
http://cvsweb.NetBSD.org/bsdweb.cgi/src/sbin/fdisk/fdisk.c#rev1.129
The problem is pointed out and analyzed by Simon Nicolussi in PR/48304.
Should be pulled up to all netbsd-6* branches.
2013-10-13 15:32:14 +00:00
tsutsui
5e20ba6cda
Fix pasto in previous; pass a correct device_t to config_pending_derc().
2013-10-13 12:29:42 +00:00
mbalmer
2c38dcae7b
add u3g
2013-10-13 09:48:14 +00:00
mbalmer
9cd7fe4d28
Mention httpd(8) Lua support
2013-10-13 08:05:16 +00:00
skrll
77e4628c8c
Print the client_id (lwp address) as hex and avoid stack overflow. Use
...
snprintf while here.
Fixes PR/48287
2013-10-13 07:46:26 +00:00
riz
6ec333eb37
Catch up to recent changes in config_pending_{incr,decr}().
2013-10-13 06:55:34 +00:00
christos
977d05954e
make the driver able to send scsi commands; now the disks are found.
...
it was converted incorrectly to device_t.
2013-10-13 04:24:21 +00:00
wiz
c9283f1155
Sort. More markup.
2013-10-12 22:37:43 +00:00
christos
fcf88edc55
adjust for recent deferred changes.
2013-10-12 21:11:42 +00:00