Commit Graph

230368 Commits

Author SHA1 Message Date
reinoud 3868855777 Split the two kernels to include only support for the device it describes 2014-09-26 16:30:32 +00:00
roy a1379155fa Cannot encode \$ in VIS_CSTYLE as that looks like `vis -l` encoding. 2014-09-26 15:58:59 +00:00
roy c34e5c76fb Revert prior patch as it breaks `vis -l` as pointed out by apb. 2014-09-26 15:43:36 +00:00
reinoud ecd9923f11 Rename ODROID to ODROID-XU 2014-09-26 15:33:58 +00:00
reinoud 9657162e22 Add USBHIST_SIZE option 2014-09-26 15:33:33 +00:00
christos b31841d3aa add a test for the bug I fixed yesterday, and explain the tests. 2014-09-26 15:27:12 +00:00
christos 6d997ca05e oops I terminated the block too early (thanks unit tests!) 2014-09-26 15:26:01 +00:00
roy 45893168de Don't encode any characters in VIS_CSTYLE that have a special meaning
in unvis(3), such as n r b, etc.
2014-09-26 13:48:00 +00:00
roy a85407d2f2 Remove \$ as a hidden marker as vis(3) wasn't setting it
and it clobbered VIS_SHELL | VIS_CSTYLE.
2014-09-26 13:03:22 +00:00
roy 6439e61ed3 Decode any printable characters encoded with VIS_CSTYLE so
unvis(3) works with vis.c r1.25
2014-09-26 12:59:28 +00:00
tron a0fbec155b Revert last change. This was already fixed differently and something
went wrong with the change anyway. Sorry
2014-09-26 11:04:06 +00:00
tron 4c439aa401 Re-add default for "rtsol". "/etc/rc.d/network" still checks for this
setting and complains if it isn't defined at all. Add a comment that
it is deprecated and suggest to use "dhcpcd=YES" instead.
2014-09-26 10:36:11 +00:00
jnemeth 6875d0115b not overhaul of gpt(8) 2014-09-26 09:02:26 +00:00
jnemeth e4be9d18c3 - handle a GPT that isn't an exact multiple of a sector
- adjust PMBR size, in case new disk is a different size
- don't leak as much memory
- clean up error handling somewhat
2014-09-26 08:56:34 +00:00
ryo fc64fecea2 s/__diagused/__debugused/ for KDASSERT 2014-09-26 08:05:00 +00:00
jnemeth ede6a6c556 no C99isms in tool code 2014-09-26 05:34:15 +00:00
christos 1fcf585b38 no c99 for tools. 2014-09-26 05:01:44 +00:00
wiz 1180688fb8 Simplify even more. 2014-09-26 02:30:27 +00:00
wiz 4bbe72809e Sort options in SYNOPSIS/usage. 2014-09-26 02:20:39 +00:00
wiz 36fc2013b1 Simplify/fix macro usage. Bump date for previous. 2014-09-26 02:18:57 +00:00
christos e36fdb7ec1 add VIS_META/VIS_SHELL support to encode all shell metacharacters.
XXX: /etc/rc.d/wizd fix $
2014-09-26 01:21:07 +00:00
christos b6701ee132 make for introduce a new block level for c99 decls. 2014-09-26 01:20:00 +00:00
jakllsch 201db3c7a2 enable NFS root FS support in RPI 2014-09-25 16:05:44 +00:00
manu 724e214f8d Fix argument paddiing for posix_fallocate and fdiscard with gcc 1.x 2014-09-25 15:08:29 +00:00
mbalmer 69c9176b64 unfold comment and fix spelling 2014-09-25 11:33:33 +00:00
matt 0a95b7064d When spinning up the 2nd CPU, do it in little-endian mode so we access
the chip's registers properly.
2014-09-25 07:59:29 +00:00
ryo c4f4bcfd88 Note i.MX6 2014-09-25 05:58:34 +00:00
ryo a4103ccd60 add support i.MX6 and NITROGEN6X evaluation board 2014-09-25 05:05:28 +00:00
ryo 19e7c9be20 Always set CORTEXA9_AUXCTL_SMP on the CortexA9 as well as A7 2014-09-25 04:59:15 +00:00
msaitoh 7169ddbcd7 Regen. 2014-09-25 03:29:31 +00:00
msaitoh 8fa26f9d52 - Add some Intel gigabit Ethernet devices.
- Remove trailing white spaces.
2014-09-25 03:28:57 +00:00
tls 28ee42f695 The "throttling" code in the in-kernel iSCSI initiator is very questionable;
it sleeps on a ccb that appears highly unlikely to wake up, since it seems
to be waiting to _submit_ that very ccb!  This is doubtless why someone tried
to disable it in the default case via several #defines.

Unfortunately one of those #defines is later tested backwards.  Fix that.
The in-kernel initiator now seems to survive a system build without hanging.
2014-09-25 00:30:45 +00:00
christos d2ea5f1a49 add strnstr.c from FreeBSD 2014-09-24 22:21:33 +00:00
reinoud f6e400e246 Power up both vbus and overcurrent lines for USB 2014-09-24 20:51:43 +00:00
reinoud 8c12cb8ada Add the not connected bits
While here, tweak the usb3503 attachment
2014-09-24 20:38:33 +00:00
reinoud d1f0a6b031 Add extra GPIO chunk for 5410 2014-09-24 20:35:43 +00:00
wiz eb81de5e86 NUL byte instead of null byte. 2014-09-24 18:43:21 +00:00
palle 328930aec1 sun4v: add code to enable startup of secondary cpus on both sun4u and sun4v systems - ok martin@ 2014-09-24 18:32:10 +00:00
christos 155fdf3987 add strnstr from FreeBSD 2014-09-24 18:16:36 +00:00
apb 3512e573be It is usually easy to add new definitions to src/tools/compat, and that
is usually better than adding compatibility definitions to individual
tools.
2014-09-24 16:17:39 +00:00
mbalmer 433f0999b0 whitespace, knf, comments, but no functional change 2014-09-24 14:55:48 +00:00
christos 9d26a6478d undo, the right place for this is compat_defs.h 2014-09-24 13:18:52 +00:00
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