reinoud
3150f6a13d
Exclude sscom_init() prototype definition when its not declared later
2014-03-16 11:36:26 +00:00
njoly
db479b4209
Retrict rumpfs to the provided size, like other filesystems.
2014-03-16 10:28:03 +00:00
njoly
61d6bfec15
Do not use uninitialized pointer if posix_memalign() fails.
2014-03-16 10:23:59 +00:00
njoly
15c344842f
When trying to extend a file, don't wait until the underlying memory
...
allocation succeed. Return ENOSPC upon failure.
2014-03-16 10:16:15 +00:00
martin
fb9eabf347
Use C99 initializers
2014-03-16 10:06:40 +00:00
martin
16e71f2a62
Add roundl()
2014-03-16 10:02:27 +00:00
martin
d30e39112d
Provide all missing variants of trunc/floor/ceil.
2014-03-16 09:51:39 +00:00
wiz
3e3cf573bc
Spelling, whitespace.
2014-03-16 09:37:47 +00:00
martin
309e4238f1
Add umcs(4)
2014-03-16 09:35:05 +00:00
martin
eae8282d65
Add umcs(4) - a driver for moschip 78{1,2,4}0 based multiport serial
...
adapters. Ported from FreeBSD.
2014-03-16 09:34:45 +00:00
martin
8ada782766
Add umcs(4)
2014-03-16 09:28:43 +00:00
cherry
4f1dbdfcdc
Fix comment: ar.bsp is the RSE backing store base pointer, not ar.bspstore
2014-03-16 09:27:04 +00:00
cherry
ee65d46ce6
Add stack align test stub for ia64 native csu
2014-03-16 09:20:05 +00:00
maxv
7c09916210
Remove the 'prot' argument from elf_load_psection(). It is not used
...
outside, and can be declared locally. Clearer.
ok christos@
2014-03-16 07:57:25 +00:00
ozaki-r
e2fc5c59a0
Use MACHINE_CPU instead of MACHINE_ARCH with pattern matching
...
Include bsd.own.mk to use MACHINE_CPU.
Advised by matt@
2014-03-16 06:51:43 +00:00
dholland
3e0a08dd80
typo in previous
2014-03-16 05:49:41 +00:00
dholland
a68f9396b6
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
...
designated initializers.
I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.
2014-03-16 05:20:22 +00:00
ozaki-r
f27e224fab
Look up arm directory on MACHINE_ARCH=*arm*
2014-03-16 05:11:19 +00:00
uwe
b718fba2fd
Shut up -Wuninitialized on sh3 with gcc 4.8
2014-03-16 01:21:35 +00:00
dholland
c49e034e83
Fix gcc48 build. No obvious reason why nobody else has hit this...
2014-03-16 01:07:46 +00:00
dholland
19d6c717ae
Fix gcc48 build without Kerberos.
...
While here, rectify related bug where if gethostname() failed, login
would null-terminate uninitialized stack trash and cheerfully pass it
on to kerberos. In this case, revert to "amnesiac" instead.
2014-03-16 00:33:13 +00:00
uwe
fb3a642893
G/c extraneous TAB.
2014-03-16 00:07:58 +00:00
mrg
9c0370d59c
add missing -DGENERATOR_FILE to HOST_CPPFLAGS.
2014-03-15 23:12:58 +00:00
mrg
4d51ddd922
make sure we use the C compiler (not C++) for CC= when running the
...
configure for auto-build.h. fixes problems on linux.
2014-03-15 20:46:38 +00:00
martin
34487b840b
Remove unused include
2014-03-15 19:20:27 +00:00
christos
a1aa0d7245
Since the sigwait stuff is conditional to isc_bind9, we cannot block
...
SIGHUP,SIGINT,SIGTERM on startup, so make those also conditional to isc_bind9.
The net effect of this was that dhclient blocked the 3 signals for both
itself and its progeny so /etc/rc.d/dhclient restart would not work.
2014-03-15 18:28:22 +00:00
matt
2d6f1ae980
Add install kernel for MIRABOX
2014-03-15 17:28:25 +00:00
matt
634532946b
OMAP5 support
2014-03-15 17:14:56 +00:00
roy
317e4f34f6
Import ipw2200-fw-3.1
2014-03-15 15:23:22 +00:00
pooka
b31d33154d
Use uniprocessor-optimized locking in RUMP_LOCKS_UP=yes (default: no)
2014-03-15 15:22:42 +00:00
riastradh
4ec7cf26b7
Convert right-recursive rules to left-recursive ones.
...
This should obviate the need for the workaround of a large stack in
order to handle many rules.
No change in the resulting plists.
ok rmind
2014-03-15 15:22:37 +00:00
pooka
35bcd6f8af
Allow compile-time optimizations to curlwp. This can have a pretty
...
staggering impact on performance. When running sendto() in a loop,
the improvement is 200k more calls per second with an inlined __thread
curlwp as opposed to the default. In other words, it shaves off hundreds
of CPU cycles per call (~20%). Even just eliminating the x86_curlwp()
call in favor of an inline gives an improvement of 60k calls per second.
2014-03-15 15:15:26 +00:00
martin
03e412de5e
Need to load the full argument
2014-03-15 14:12:56 +00:00
kiyohara
16a5f14338
Support GlobalScale MiraBox.
2014-03-15 14:09:09 +00:00
kiyohara
5cca2e97c3
Add comment-out-ed FPU options. Armada XP has FPU.
...
Add comment-out-ed athn.
Change ehci[01] to ehci*. Check the clock gating already supported.
2014-03-15 14:02:01 +00:00
kiyohara
6597406b24
Support options MVSOC_INTERREGS_PBASE for *old* Armada {XP,370} machines.
2014-03-15 13:56:19 +00:00
jakllsch
59b031efd4
Enable PCI support in amd64 XEN3_DOMU config to match i386 XEN3_DOMU config.
2014-03-15 13:50:01 +00:00
kiyohara
4601694a8e
Support Armada 370.
2014-03-15 13:48:44 +00:00
kiyohara
c51a6569f3
Support Armada 370 and DDR3 tags.
2014-03-15 13:33:48 +00:00
martin
89434fa764
Provide copysignf and copysignl
2014-03-15 12:20:09 +00:00
tsutsui
b836c6ccfa
Use common m68k/busaddrerr.s for bus error and address error handlers.
...
No binary changes on GENERIC.
2014-03-15 12:04:22 +00:00
tsutsui
6835dc41d7
Remove duplicated INTERRUPT_SAVEREG and INTERRUPT_RESTOREREG macro.
...
They are in <m68k/asm.h> and now using different register format.
2014-03-15 12:02:28 +00:00
tsutsui
470a28fced
Use common m68k/busaddrerr.s for bus error and address error handlers.
...
No binary changes on GENERIC.
2014-03-15 11:53:30 +00:00
kiyohara
cf549ef271
Support Armada 370.
2014-03-15 11:48:37 +00:00
kiyohara
5e965d38d2
Add tags to marvell_attach_args.
2014-03-15 11:47:43 +00:00
kiyohara
16adf51cb7
Add armada370_getclks().
...
Remove some white spaces.
2014-03-15 10:54:40 +00:00
kiyohara
fbd723df7b
Support Armada 370. tested on MiraBox.
2014-03-15 10:44:10 +00:00
kiyohara
1fc9bc43dd
Add some Armada 370 IDs.
...
And fix comment-out-ed ID for Discovery VI. (from Marvell USP)
2014-03-15 10:40:39 +00:00
kiyohara
d9ead60838
Regen.
2014-03-15 10:32:36 +00:00
kiyohara
cdfb7239c2
Add some Armada 370 IDs.
2014-03-15 10:30:41 +00:00