christos
1ffd7c80d4
put O_CLOEXEC definition here.
2014-09-24 13:17:35 +00:00
msaitoh
911409444c
Rename PCIE_XCAP_VER_* macros to avoid confusion.
2014-09-24 10:57:03 +00:00
msaitoh
f8518ae954
- Modify message of PCIe capability version. This field (PCIE_XCAP_VER_MASK)
...
is not specification's version number but the capability structure's version
number. To avoid confusion, print "PCI Express capability version x".
- The max number of PCIe lane is not 16 but 32. Fix the bug using with macro.
- Use macro instead of magic number.
- Gb/s -> GT/s
2014-09-24 09:49:49 +00:00
he
fce45f5a15
Provide a backward-compatible conditional define of O_CLOEXEC
...
for those systems which lack it, since these files are used in
tools builds.
2014-09-24 07:53:06 +00:00
matt
9113203c75
Really back the RISC-V changes to these files.
2014-09-24 01:16:04 +00:00
christos
9024598768
regen
2014-09-24 00:17:42 +00:00
christos
3ca86f7ee4
PR/49233: Ben Gergely: Add huawei e353 to u3g
...
(factor out some common code in the process)
2014-09-24 00:17:13 +00:00
christos
a334827b62
whitespace
2014-09-24 00:11:43 +00:00
matt
180b02fefb
Back-out recent inadverdent changes.
2014-09-23 20:35:11 +00:00
njoly
b473cbd436
Add some missing cat pages: hdestroy_r.0 and dnssec-importkey.0
2014-09-23 15:05:25 +00:00
skrll
9413278be7
Fix up usb0drv for BPI
2014-09-23 15:02:08 +00:00
nonaka
94ff29c8fa
Apply WM8731 support patch from TOYOKURA Atsushi, arranged by me.
...
- SL-C700: work fine
- SL-C750: attach failed
- SL-C860: not tested
2014-09-23 14:49:46 +00:00
msaitoh
3821b76445
Fix compile error observed on i386. Use PRIu64.
2014-09-23 13:48:04 +00:00
nat
32a90dde4f
Add missing defines for constants used in hdafg_enable_analog_beep.
...
This commit was approved by christos@
2014-09-23 13:29:30 +00:00
macallan
6a85f858e4
add VC memory management goop
2014-09-23 10:52:21 +00:00
macallan
8ae37694b5
add goop for hardware cursor handling
2014-09-23 09:18:33 +00:00
jnemeth
2ed5cc2617
- make gpt_gpt() available for use directly by subcommands
...
- create new resizedisk disk subcommand for relocating backup GPT
2014-09-23 07:47:54 +00:00
matt
4ab791675f
Use right conditional for checking nG.
2014-09-23 06:31:54 +00:00
nonaka
2180f0a039
nG bit exists only in ARMv6 and above.
2014-09-23 05:45:01 +00:00
matt
aa7b422e15
Change insn mask to properly match instructions (bctr/blr)
2014-09-22 21:35:15 +00:00
skrll
96cd4614c5
Re-enable bcmdmac by popular demand. It works now too.
2014-09-22 21:05:39 +00:00
khorben
00b617c08a
Look for the character to locate before checking for the NUL character
...
As documented in PR port-i386/49208, this fixes strchr(s, '\0'), as used by
the FAT first-stage bootloader on x86 (bootxx_msdos).
strchr(s, '\0') is otherwise equivalent to strlen(string), which would
probably look nicer in the original file, dosfs.c from libsa.
Confirmed working in qemu and on real hardware.
ok joerg@
XXX pull-up to netbsd-6 and netbsd-7
2014-09-22 20:31:56 +00:00
roy
0c7cf1ae4c
Change the IPv6 DNS selection to use DNS selection and add the
...
Google Public V4 DNS servers to the list.
The other field can take an IPv4 or IPv6 name server of choice.
Fixes PR install/49231.
2014-09-22 19:01:02 +00:00
roy
8e47ac0efa
Remove the ping6 ff02::2 test, it looks pretty pointless.
...
dhcpcd will ensure the IPv6 network is up before forking.
ping the IPv4 default route before the nameserver as the nameserver
could be over the default route anyway.
Fixes the core issue with PR install/49231.
2014-09-22 18:47:41 +00:00
nat
83ad0ccff8
Fix trouble setting recording parameters.
...
Addresses PR 48394.
This commit was approved by christos@
2014-09-22 14:25:32 +00:00
nat
812d660db3
Make remote access cards on HP ProLiant microservers N36L,
...
N40L and N54L work with ipmi(4).
Addresses PR 48233.
This commit was approved by christos@
2014-09-22 13:30:55 +00:00
msaitoh
2151ba81dd
Always print the Slot implemented bit in the PCIe Capabilities
...
Register using with onoff().
2014-09-22 13:01:44 +00:00
skrll
c0b88ecd18
Wrap a long line
2014-09-22 08:13:02 +00:00
reinoud
d6858c32bd
Refactor usb hub attachment making it easier to read
2014-09-21 20:49:31 +00:00
christos
32693e8fdf
ran sed too agressively.
2014-09-21 18:03:47 +00:00
christos
d7039df44d
adjust for the new findvendor
2014-09-21 17:59:52 +00:00
christos
7c397b34ce
remove casts to the same type.
2014-09-21 17:17:15 +00:00
christos
8c3ca4fcf0
fix memset size inconsistency
2014-09-21 17:11:07 +00:00
christos
4afc391a9b
fix cut-n-paste, use arrays instead of separate variables to avoid code
...
duplication.
2014-09-21 17:10:00 +00:00
christos
fc51aa555a
comment out code that was never used, but probably intended to be used.
2014-09-21 17:05:02 +00:00
christos
0a9fa3059d
remove stray return
2014-09-21 17:02:24 +00:00
christos
a568d0213e
this is not python (add braces)
2014-09-21 17:00:35 +00:00
christos
b00a9731c2
fix leak
2014-09-21 16:58:42 +00:00
christos
486adf8389
fix leak.
2014-09-21 16:56:44 +00:00
christos
a9ba82b09e
fix leak.
2014-09-21 16:53:38 +00:00
christos
49527aa22e
remove stray continue.
2014-09-21 16:52:26 +00:00
christos
7665fdf165
fix leak.
2014-09-21 16:40:53 +00:00
christos
50369d2f23
fix leak
2014-09-21 16:37:34 +00:00
christos
ce6e7b2537
fix leak.
2014-09-21 16:36:32 +00:00
christos
acff45498d
remove stray ;
2014-09-21 16:35:44 +00:00
christos
513268682f
this is not python (add missing braces)
2014-09-21 16:34:53 +00:00
christos
42dd471e9b
remove dead code
2014-09-21 16:33:48 +00:00
christos
3e46630230
fix cut-n-paste
2014-09-21 16:32:51 +00:00
christos
da4c4f5dbc
fix leak.
2014-09-21 15:49:21 +00:00
christos
46923cbe5b
fix leak
2014-09-21 15:48:29 +00:00