Commit Graph

218626 Commits

Author SHA1 Message Date
pooka
75af291e99 add HISTORY 2013-05-02 15:32:19 +00:00
riastradh
f9c5769b81 Fix (harmless) typo in struct genfs_rename_ops::gro_lookup prototype. 2013-05-02 14:49:51 +00:00
matt
b4d86d0e21 Add getbyteorder manpages. 2013-05-02 13:30:10 +00:00
pooka
47795d39b6 expand the intended usage of rumpuser_open() 2013-05-02 12:27:08 +00:00
kiyohara
9d06634d8c Add description for epoc32. 2013-05-02 12:09:40 +00:00
pooka
0835f1cded update and bump date 2013-05-02 11:32:44 +00:00
matt
8c629cb493 Add getbyteorder(void) prototype. 2013-05-02 07:17:35 +00:00
matt
b1fc4bee02 Add getbyteorder() call. 2013-05-02 07:17:09 +00:00
matt
61a76f0146 Include <bsd.own.mk>
Always include <bsd.lib.mk>
2013-05-02 07:01:55 +00:00
matt
5695f408d6 use KLINK_MACHINE 2013-05-02 04:22:44 +00:00
matt
9244b4d1cb Allow use of a different by using KLINK_MACHINE instead.
If it's not set, KLINK_MACHINE is set to ${MACHINE}
2013-05-02 04:14:28 +00:00
matt
5f058922b3 This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm
2013-05-02 03:56:38 +00:00
matt
3b8856a9cc Cleanup.
bsd.init.mk include ../Machine.inc so don't do it again.
For now, restrict this to epoc32 because of the external tools needed
2013-05-01 22:57:37 +00:00
matt
0d1154fda7 Fix abi/arch/float-abi for boot code
Force machine to be acorn26
Only build when little-endian non-eabi
2013-05-01 22:36:52 +00:00
matt
909d4efb97 Fix abi/arch/float-abi so can be built from any arm port.
Force MACHINE to acorn32
Only build little-endian non-earm.
2013-05-01 22:30:39 +00:00
matt
b9022c47e4 Force abi/float-abi/cpu
Only allow to build on little-endian.
Force MACHINE to be zaurus.
2013-05-01 22:16:15 +00:00
christos
f675af4a4b PR/47789: Eitan Adler: small nits 2013-05-01 20:53:59 +00:00
matt
395e9f89de Use MACHINE_CPU instead of MACHINE_ARCH 2013-05-01 19:56:47 +00:00
riastradh
1bb03de69a First draft of a long-awaited man page for genfs_rename(9). 2013-05-01 18:56:48 +00:00
pooka
0af2148543 Actually, there's no point in unconditionally compiling in weak stubs
which will never be used in the NetBSD build.  Comment hyperstubs.c
out from SRCS, but retain the source module as documentation.
2013-05-01 17:52:34 +00:00
pooka
a4068b6249 avoid Wunused on !NetBSD 2013-05-01 17:17:54 +00:00
matt
0e38269815 Add arm/vmparam.h and evbarm/fenv.h 2013-05-01 16:18:14 +00:00
agc
a3a6189341 Fix typo in previous 2013-05-01 15:57:44 +00:00
agc
d7199a4b01 Install pkgpath.conf in /etc - part of fix for misc PR/47645 2013-05-01 15:55:53 +00:00
macallan
10afb9e227 add G5 support
from Phileas Fogg
2013-05-01 14:24:48 +00:00
kiyohara
4aba7d3a0d Support to build for epoc32 userland. 2013-05-01 13:11:59 +00:00
rkujawa
d625d3f379 Add Armada XP specific IDs and registers.
Obtained from Marvell, Semihalf.
2013-05-01 12:51:27 +00:00
rkujawa
f6e8c1845d Add support for timers on Armada XP.
Obtained from Marvell, Semihalf.
2013-05-01 12:45:31 +00:00
rkujawa
0713245bb7 Handle situations where we can have more pexes, like Armada XP.
Obtained from Marvell, Semihalf.
2013-05-01 12:38:06 +00:00
rkujawa
a0613ffa11 Add register definitions for Aramada XP.
Obtained from Marvell, Semihalf.
2013-05-01 12:34:45 +00:00
rkujawa
c370465bf5 Handle differences for Armada XP.
Obtained from Marvell, Semihalf.
2013-05-01 12:32:46 +00:00
rkujawa
648f6a20d2 Support Marvell Armada XP.
Obtained from Marvell, Semihalf.
2013-05-01 12:30:02 +00:00
rkujawa
a6a9912488 TWSI controller on Armada XP is a bit different. Support that.
Obtained from Marvell, Semihalf.
2013-05-01 12:25:31 +00:00
rkujawa
e97aea6084 Add IDs for Marvell Armada XP and ATTR_SDRAM registers used with IO cache coherency.
Obtained from Marvell, Semihalf.
2013-05-01 12:23:24 +00:00
rkujawa
f60821d1be Avoid configuring root complex on MV78460.
Obtained from Marvell, Semihalf.
2013-05-01 12:21:47 +00:00
rkujawa
055ac78ac4 Support SATA on Marvell Armada XP.
Obtained from Marvell, Semihalf.
2013-05-01 12:19:49 +00:00
rkujawa
1ed09d9cf0 Add support for Marvell's SPI controller as found on Armada XP.
Obtained from Semihalf.
2013-05-01 12:17:17 +00:00
matt
282003e05c Use the common Makefile to pick up includes needed to be done by every
arm port.
2013-05-01 12:02:55 +00:00
matt
e08bec562f Pickup fenv.h from a common location since it's only used from userland
and the kernel will never include it.
2013-05-01 12:01:55 +00:00
matt
afd09cfbe6 Add a default arm32 vmparam.h 2013-05-01 12:00:51 +00:00
mlelstv
c2b23d53a6 For a polled console incoming characters are buffered on output.
The buffer is never passed to the regular tty routines and can
survive from early boot to halt where it is read by the "press
any continue to reboot" loops.
As a workaround, just kill the read-ahead buffer when switching
from and to polled mode.
2013-05-01 07:38:00 +00:00
mlelstv
9af7d72b34 Fix prototype 2013-05-01 07:33:24 +00:00
pooka
c7fca9d685 Three cheers for the mighty C type system that doesn't recognize the
difference between an enum and an integer.  Due to wrong parameter order,
the lock backoff routine ended up sleeping 1 million seconds instead
of 1ms.  On the plus side, we got some sort of idea how often the shmif
spinlock backoff routine is hit during a standard test run.
2013-05-01 06:58:36 +00:00
agc
1410cf30c2 Fix for problematic paths in /etc/daily and /etc/security reported in
PR/47645.

Add a separate file which contains the paths for the pkg_admin and
pkg_info utilities. This is called /etc/pkgpath.conf (to distinguish it
from pkg.conf).

Thanks also to Edgar Fuss for the sanity check.
2013-05-01 05:36:25 +00:00
matt
8f0edf9e8a Fix feclearexcept return value (should be 0). 2013-05-01 04:04:54 +00:00
matt
745c75b88e Use MKSOFTFLOAT = no for including arm hardfloat files.
When arm and MKSOFTFLOAT = yes, make explicit dependency to .c files
so .S won't be used.
2013-05-01 04:04:31 +00:00
matt
9ba2e75c19 Add eabi to compat dirs.
Add missing compat ld.elf_so-oabi
2013-05-01 04:02:54 +00:00
matt
8da5afd2a3 Use the new endian=1234 to eliminate the rescue.ad.armeb 2013-04-30 23:46:46 +00:00
matt
1a005b3267 Collapse all the ad.mips* set lists into a single ad.mips which works for
all variations of mips{,64}e{b,l}
2013-04-30 23:41:23 +00:00
joerg
56cae1058e Provide scalbln weak alias. Fix argument order for STRONG_ALIAS.
Expect WEAK_ALIAS and STRONG_ALIAS to exist.
2013-04-30 21:55:31 +00:00