223433 Commits

Author SHA1 Message Date
christos
7b3b50214e add posix 1003.1j 2013-12-25 15:09:10 +00:00
nonaka
9abd425b02 regen 2013-12-25 13:53:20 +00:00
nonaka
682d4102dc Added Planex GW-450D. 2013-12-25 13:52:37 +00:00
msaitoh
0f129fa49e move XCR0 definitions to next to CR0's. 2013-12-25 13:14:36 +00:00
mlelstv
d4e64f4071 At least fetch mount data pointer before using it.
Coverity CID 274767
2013-12-25 11:15:49 +00:00
mlelstv
8e1e9026ea At least fetch the mount data pointer before using it.
Coverity CID 274525
2013-12-25 11:11:55 +00:00
wiz
e033636c5e Sort errors. Use parentheses instead of Pq in normal text. 2013-12-25 02:49:52 +00:00
dholland
d5c275e596 typo 2013-12-25 00:58:50 +00:00
dholland
efb018a64b Rewrite for clarity and add an example. 2013-12-24 22:31:11 +00:00
jakllsch
cc6c3a11f9 intmax_t might be long long, handle accordingly. from christos 2013-12-24 22:26:21 +00:00
mlelstv
be9a4c1bae release proplib iterator in failure paths. 2013-12-24 22:14:07 +00:00
matt
57f4756003 Use the right BCM563XX symbol 2013-12-24 21:59:59 +00:00
jakllsch
74f35cdadc Add 'j' format modifier for intmax_t. 2013-12-24 21:41:49 +00:00
uwe
49b378ef18 Add missing Ar 2013-12-24 20:10:29 +00:00
jakllsch
28bbad2d7d Obtain CR0_PE constant from <x86/specialreg.h> rather than a local #define. 2013-12-24 19:00:56 +00:00
matt
fd8c0f1ad6 Make sure _edata is aligned to a 8-byte boundary. 2013-12-24 17:03:07 +00:00
matt
fac6cd2816 Make sure _edata starts on a 8-byte boundary. 2013-12-24 17:00:39 +00:00
mlelstv
266e035aaa don't treat adjacent members as a larger array
Coverity CID 977367
2013-12-24 16:51:24 +00:00
jakllsch
1fa26414d5 regenerate for src/external/gpl3/binutils/dist/bfd/config.bfd r1.10:
Enable 32/64-bit PE-COFF targets for NetBSD/i386 in libbfd.
Needed to build UEFI things for IA32 using native toolchain.
2013-12-24 16:01:07 +00:00
christos
36443d4a52 fix debugging output printfs to use __func__ so they print the correct names. 2013-12-24 15:48:53 +00:00
christos
0a2552741e use __func__ 2013-12-24 15:42:56 +00:00
jakllsch
0bfb2660a5 Enable 32/64-bit PE-COFF targets for NetBSD/i386 in libbfd.
Needed to build UEFI things for IA32 using native toolchain.
2013-12-24 15:06:39 +00:00
christos
54a8b0e862 replace strcpy with copystr and remove useless strcpy (Maxime Villard) 2013-12-24 14:47:04 +00:00
degroote
e8b006b990 fix a typo in the log ouput of ipsec4_get_policy 2013-12-24 13:57:06 +00:00
njoly
32701b7213 Regen for fcntl64(). 2013-12-24 13:41:55 +00:00
njoly
71c7929bf4 Reduce diffs between arches, add fcntl64() to m68k. 2013-12-24 13:41:25 +00:00
wiz
b8996e2617 Use Mt. Remove trailing whitespace. 2013-12-24 12:20:50 +00:00
rkujawa
16c08e0786 Add acafh(4) to man dist list. 2013-12-24 12:09:19 +00:00
rkujawa
7e4c7bd0fb Add acafh(4) page for the recently addded acafh driver.
Be more precise in clockport(4).
2013-12-24 12:07:16 +00:00
hannken
7e0115bce6 It is not the task of sysvbfs_open() to check for unlinked nodes. 2013-12-24 09:56:18 +00:00
hannken
905b6b7730 It is not the task of tmpfs_open() to check for unlinked nodes.
Fix tmpfs_lookup() to always return ENOENT when looking up from
an unlinked directory.
2013-12-24 09:23:33 +00:00
wiz
0824426c83 Bump date for previous. 2013-12-24 01:42:32 +00:00
dholland
89cdc2771e Note the existence of /libdata. PR 48471 from David H. Gutteridge,
with a couple minor adjustments.
2013-12-23 17:44:05 +00:00
skrll
be521dde4c Remove local getsn and use cngetsn. 2013-12-23 15:34:16 +00:00
skrll
c6f4b22b79 Revert previous commit. It was an accident. 2013-12-23 13:08:00 +00:00
njoly
12eade2235 Assorted fixes. Kill a few uneeded paragraph macros, unbreak xref, and
numerous typos.
2013-12-23 12:50:56 +00:00
wiz
3acb5aa34e Use more common phrasing. 2013-12-23 12:39:55 +00:00
msaitoh
e05de3375f Add verbose flag.
On x86 cpu, cpuctl -v identify dumps the return values of the cpuid
functions. The max levels are taken from CPUID 0 and CPUID 8000_0000.
It's useful for the future CPU.
2013-12-23 12:35:33 +00:00
msaitoh
70dd5b41f9 CPUID leaf 2 and 4 are only for Intel processors.
Almost the same as usr.sbin/cpuctl/arch/i386.c rev. 1.52.
2013-12-23 11:40:57 +00:00
msaitoh
2620370891 CPUID leaf 2 and 4 are only for Intel processors. 2013-12-23 11:17:20 +00:00
msaitoh
1c10986642 Add comments. Remove comments. No functional change. 2013-12-23 10:13:59 +00:00
msaitoh
a608d207ef regen. 2013-12-23 10:05:09 +00:00
msaitoh
5874195e0a Add Intel C2000 devices. 2013-12-23 10:04:49 +00:00
kiyohara
4200b0bab8 Support to check the clock gating for Armada XP in armadaxp.c.
Also move the checking for clock gate of Kirkwood into kirkwood.c.
2013-12-23 04:12:09 +00:00
kiyohara
c17671e989 Move Misc Registers from mvsocreg.h to armadaxpreg.h. These registers only
Armada XP.  The misc_base initializes in initarm() instead of mvsoc_bootstrap().
2013-12-23 03:19:43 +00:00
kiyohara
bde63c5a67 Fixup model value for Kirkwood 88F6192.
Thanks for lwazidub at gmail com.
Add some KIRKWOOD_MISC_* Registers.
s/AUDIOSDIO/AUDIO/.
2013-12-23 02:52:47 +00:00
kiyohara
add0f253cc Enable mvgbe and makphy. 2013-12-23 02:37:35 +00:00
kiyohara
9745ea1238 Support Basic Mode for Armada XP. 2013-12-23 02:23:25 +00:00
rkujawa
7598b3c28a Changes to ACA500 support:
- Add support for second (aux) CF slot.
- Rework wdc attachment to be more sane.
- Add support for clockport on ACA500.
- Fix style where appropriate.
2013-12-22 23:02:38 +00:00
mlelstv
e0271abc62 Preallocate command and status buffers as auto allocation cannot
happen in intrrupt context.
2013-12-22 18:30:21 +00:00