jnemeth
be61d44017
Add some quotes by Henry Ford, found at:
...
http://www.goodreads.com/author/quotes/203714.Henry_Ford
2012-12-08 22:38:09 +00:00
joerg
52dd0a9cad
Use util.h only in the native case.
2012-12-08 21:04:27 +00:00
jakllsch
592ed87a82
"lapic.h" provides NLAPIC, not LAPIC. makes i386 kernels build again.
2012-12-08 14:40:10 +00:00
manu
591c7f2eaa
Remove always-true condition and note that the current code is suboptimal.
2012-12-08 13:42:36 +00:00
kiyohara
a661216555
#ifdef - #endif-ed. NMCA, NISA, NNPX, NIOAPIC, LAPIC, MPBIOS and MULTIPROCESSOR.
2012-12-08 12:36:30 +00:00
kiyohara
846cde58f1
Not FALLTHROUGH.
2012-12-08 11:43:27 +00:00
kiyohara
c458dc359f
Add required attribute mk48txx to nvram.
2012-12-08 11:03:36 +00:00
hannken
e0783eff3d
Try to coalesce writes to the journal in MAXPHYS sized and aligned blocks.
...
Speeds up wapbl_flush() on raid5 by a factor of 3-4.
Discussed on tech-kern.
Needs pullup to NetBSD-6.
2012-12-08 07:24:42 +00:00
matt
ce5eac0bf1
For cortex kernels, also specify -mfpu=neon
2012-12-08 07:05:23 +00:00
matt
5e6666bf7b
Define the correct __UCONTEXT_SIZE for EABI.
2012-12-08 06:58:36 +00:00
matt
a431007dd2
On Cortex, make sure to load/save the upper 16 64-FP registers.
...
When creating a mcontext_t, make sure _UC_ARM_VFP is set.
2012-12-08 06:49:00 +00:00
matt
3b04b7dc45
Make sure that if _UC_FPU is set, that _UC_ARM_VFP is also set.
2012-12-08 06:47:31 +00:00
matt
cb733fbb03
Make sure the enable bit is not set when restoring the VFP context since
...
that has special meaning to the VFP PCU code.
2012-12-08 06:46:49 +00:00
christos
b72a1f38b6
need stdint.h for uint64_t and it is messy to do it open-coded.
2012-12-08 02:41:54 +00:00
christos
cfd7c4b684
XXX: Use earm for earmeb
2012-12-08 02:35:06 +00:00
christos
decff94806
fix inconsistencies in EABI decls.
2012-12-08 01:38:26 +00:00
matt
ea39f48440
Make evcnt'ers optional.
2012-12-07 22:21:03 +00:00
matt
69b293bf1c
Add BCMETH_COUNTERS
2012-12-07 22:18:45 +00:00
matt
46372d58aa
Extend vfpreg to include all 32 64-bit FP registers.
...
For __ARM_EABI__, define __vfp_fstmx to have space for all 32 32-bit
FP registers (It's a newly supported ABI so we can "break" binary
compatibility.
2012-12-07 18:49:13 +00:00
njoly
29ea86ba98
+dnssec-verify.debug
2012-12-07 18:48:54 +00:00
matt
d75601563c
FPCONTEXTSIZE is dead.
2012-12-07 18:46:50 +00:00
njoly
6d3bcac84f
Adjust libraries debug entries following recent bind update.
2012-12-07 18:36:24 +00:00
christos
c98323355a
use explicit cast to pacify lint.
2012-12-07 15:41:02 +00:00
christos
06c8deb857
If we did not include a specific arch file G_UNWIND_H will not be defined.
...
Perhaps it is better to error out in that case?
2012-12-07 15:38:04 +00:00
christos
62903782ed
rename pcb_sp to policy to avoid:
...
$SRC/arch/arm/include/pcb.h:#define pcb_sp pcb_un.un_32.pcb32_sp
$SRC/arch/arm/include/pcb.h:#define pcb_sp pcb_sf.sf_r13
2012-12-07 15:29:38 +00:00
jdc
3ffd7a4c67
Add uthum (tested on U60 with Belkin F5U508 USB 2 and SB2000 built-in USB 1).
2012-12-07 12:57:01 +00:00
hauke
6cd5612467
Remove the R1 syntactic sugar, since it collides with a #define in
...
<m68k/regs.h>, breaking the build.
The R1s serve to bring the buffer pointer to a 4 byte boundary, but
that should be clear from the context.
2012-12-07 08:04:02 +00:00
dholland
56e7f62d2a
It is MAXNAMLEN, not MAXPATHLEN, that NAME_MAX has to be the same as.
2012-12-07 07:06:39 +00:00
msaitoh
b6e1d8e8d8
Fix off by one error.
2012-12-07 06:50:15 +00:00
msaitoh
392c5dcb84
- sprintf() -> snprintf()
...
- Fix typo in comment.
2012-12-07 05:56:30 +00:00
msaitoh
5718072e54
Apply OpenBSD rev. 1.40:
...
> Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4
> -Wbounded happy.
>
> ok kettenis
2012-12-07 05:45:17 +00:00
msaitoh
54a1d94980
Fix off by one.
2012-12-07 04:49:08 +00:00
chs
8f4ea3c47b
adapt the profile dtrace provider to netbsd.
2012-12-07 03:11:17 +00:00
christos
b1dcb17635
use __BITMAP_TYPE
2012-12-07 02:28:19 +00:00
christos
8dc929e1a8
add __BITMAP_TYPE
2012-12-07 02:27:58 +00:00
christos
9878d5e5c4
use __BITMAP_TYPE
2012-12-07 02:27:29 +00:00
christos
5d0cc05de3
add __BITMAP_TYPE
2012-12-07 01:54:41 +00:00
christos
51d6ae2e1d
add a __BITMAP_TYPE
2012-12-07 01:54:27 +00:00
khorben
e6cca881cf
This adds a kernel configuration file for the Nokia N900 smartphone. It
...
is heavily based on the one for the Beagleboard (as documented first by
rhaamo).
The kernel boots properly and then asks for the root device. The
default partitions for flash memory are based on what's expected on a
stock N900 device.
ok mrg@, after initial review on port-arm@ a few weeks ago.
2012-12-07 00:02:36 +00:00
rmind
7d7f70e66e
- npf.conf(5): fix of the example config.
...
- Mention npf_ext_log in a comment.
2012-12-06 22:36:51 +00:00
hauke
7456c67df0
Remove the R1 syntactic sugar, since it collides with a #define in
...
<m68k/regs.h>, breaking the build.
The R1s serve to bring the buffer pointer to a 4 byte boundary, but
that should be clear from the context.
2012-12-06 13:28:17 +00:00
msaitoh
4ebf4680ff
Add support 3400 series, 5 series, C216, 82801GH, 82801E and 6300ESB.
2012-12-06 12:50:09 +00:00
msaitoh
95563578ec
Regen.
2012-12-06 12:47:17 +00:00
msaitoh
cc03f2110b
Update some Intel LPC devices
...
- Add 82801E LPC
- Add 82801GH LPC
- Update Intel 5 series and 3400 series LPC from document
(5-and-3400-chipset-specification-update)
- 0x3b14 is not 3400 but 3420
2012-12-06 12:46:49 +00:00
roy
5dde6cd84f
Import openresolv-3.5.3
2012-12-06 11:42:26 +00:00
roy
036e46ffc7
Sync
2012-12-06 11:41:07 +00:00
roy
327a6ebc46
Import openresolv-3.5.3 with the following changes:
...
* man page improvements
* dnsmasq + dbus + IPv6 linklocal support (requires dnsmasq-2.64)
* sort interface protocols as well as interface (bge0, bge0:ra, bge0:dhcp6)
2012-12-06 11:38:17 +00:00
roy
8ebafa51c4
Import dhcpcd-5.6.4
2012-12-06 11:18:58 +00:00
roy
a6e5712818
Sync
2012-12-06 11:16:47 +00:00
roy
b84abd3f0f
Import dhcpcd-5.6.4 with the following changes:
...
* add interface scope to exported IPv6 link local addresses
* DUID feature works again
* If we receive >1 MTU in the RA we use the last one
* Expire RA options separately from the RA
* Merge multiple RA options together except when a single is needed
* Some memory leaks plugged
* Don't overwrite invalid memory when DNSSL options begin with a NULL
* Ensure we have a large enough buffer for an escaped DNSSL option from RA
2012-12-06 11:11:35 +00:00