Commit Graph

221720 Commits

Author SHA1 Message Date
christos
83c3d19b88 print a warning if we failed. 2013-10-16 17:31:28 +00:00
christos
5d72dee0e3 remove unused variable 2013-10-16 17:30:42 +00:00
christos
db2a5420b4 skip comment lines on password and group databases (Brooks Davis) 2013-10-16 17:27:42 +00:00
christos
7419876865 Default a bare "." with no type to F_DIR. For FreeBSD compatibility (Brooks
Davis)
2013-10-16 17:26:14 +00:00
christos
5c416430fc Restore old behavior of not printing sizes for directories, since it varies
depending on filesystem implementation. (Brooks Davis)
2013-10-16 17:24:20 +00:00
martin
78f49e3d2d Add missing i810_dri.c file to SRCS.
PR xsrc/48315.
2013-10-16 15:28:27 +00:00
christos
a5548de651 silence is golden 2013-10-16 14:50:43 +00:00
roy
0f3cb8baf7 Define WA_NORMAL 2013-10-16 12:43:35 +00:00
he
10f296ec2a Also depend on LIBLUA, and add -lm to allow static linking. 2013-10-16 10:04:26 +00:00
skrll
7339e2581d Apply patch from PR/48310 - kue(4) cannot receive multicast packets. 2013-10-16 07:34:20 +00:00
joerg
50850b07af Hook complex operation support into libm when not using libgcc. 2013-10-15 23:59:36 +00:00
roy
f8157294d8 Note that delwin(3) is a null-op if win is NULL. 2013-10-15 22:15:17 +00:00
jdc
d1c24d7b7e Add devices:
ISA soundblaster (#sb* at isapnp? tested on PC164LX)
  Broadcom 570x ethernet (supported cards in DS20L, etc.)
  ALI M7101 SMBus controller (found in DS20L)
  (commented out) LM81/LM87 enviromental monitoring (found in DS20L)
2013-10-15 19:27:48 +00:00
jdc
b147a05074 Add sysmon (required for the envsys framework). 2013-10-15 19:22:42 +00:00
jdc
a6cc3df90d Add lmenv.4 to the manual page makefile and to the set list. 2013-10-15 19:20:18 +00:00
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