Commit Graph

235821 Commits

Author SHA1 Message Date
kefren
60a33c5ba8 Add a simple IPv6/MPLS test 2015-05-27 16:40:33 +00:00
matt
592025efa0 Only support oabi for earm* 2015-05-27 15:35:23 +00:00
matt
e3b08ce148 Make MULTILIBS work for oabi 2015-05-27 15:33:41 +00:00
manu
05c0668e69 Better sanity check numbers given to raidctl(8)
Replace atoi(3) by strtol(3), and check that numbers are valid,
positive, and in int32_t range. The previous lack of check could
silently lead to the same serial being set to all RAID volumes
for instance because given numbers were bigger than INT_MAX. The
consequence is in an awful mess when RAIDframe would mix volumes...
2015-05-27 15:31:15 +00:00
martin
1b09888cb6 Simplify slightly 2015-05-27 15:18:29 +00:00
martin
62f7d89400 Deal with WORKSPECFILE not existing for many cd images 2015-05-27 15:17:59 +00:00
martin
3cf95378a5 Do not default any CD_SETS - let the MD makefiles request them specifically. 2015-05-27 09:44:40 +00:00
jmcneill
6e40120187 MP not ready, disable it again 2015-05-27 09:40:51 +00:00
martin
07d3d9969e Pass -U to maketars if we are not building as root. 2015-05-27 09:27:40 +00:00
martin
dab73c9020 Instead of guessing wether to preserve permissions on install operations
from the METALOG variable, default them to yes and add a new argument -U to
switch preservation off.
2015-05-27 09:26:46 +00:00
matt
a538b93406 Change draft-ietf-tcpm-initcwnd-08.txt to RFC6928, 2015-05-27 07:52:02 +00:00
ozaki-r
148b6434a5 Add timeout to ping6 positive tests too
For when they fail.
2015-05-27 01:12:04 +00:00
msaitoh
3b894df12f - Change the Upper limit of Tjmax from 100 to 110 because some new
CPUs have 105. This change is the same as FreeBSD.
 - Print Tjmax with aprint_verbose().
 - Reduce the diff against FreeBSD.
2015-05-27 00:16:46 +00:00
msaitoh
c92fa10299 Add new bus clock for Airmont. 2015-05-27 00:08:50 +00:00
htodd
6a84c361cb Revert wrong build fix. 2015-05-26 22:05:44 +00:00
htodd
6617bc73ac Fix debug build. 2015-05-26 22:04:32 +00:00
christos
898c51cf79 use isgraph_l suggested by joerg@ 2015-05-26 21:42:46 +00:00
htodd
05869cd203 Fix debug build. 2015-05-26 21:37:24 +00:00
christos
ac33f4ea5e Drop privileges when executed set{u,g}id unless -p is specified like other
shells do to avoid system() and popen() abuse.
2015-05-26 21:35:15 +00:00
christos
0b61093115 - fix types of rl_completion_entry_function and rl_add_defun
- call update pos before completion to refresh the screen
From Thomas Eriksson
2015-05-26 19:59:21 +00:00
pooka
8109843429 implement DIOCGMEDIASIZE, from Martin Lucina 2015-05-26 16:48:05 +00:00
msaitoh
ec32285b12 Remove obsolete comment. 2015-05-26 16:08:01 +00:00
martin
5ea3997d61 Do not try to preserve permissions when copying to the -i installdir
in the METALOG case (it makes no sense at all).
2015-05-26 15:46:01 +00:00
pooka
0ba8e59f87 Implement fo_poll so that rump_sys_poll(stdout) works
more or less as expected.

from Martin Lucina <martin@lucina.net> via rumpkernel-users
2015-05-26 15:29:39 +00:00
matt
1d43c96919 force 2nd to argument to unsigned byte value.
(found by t_strchr and t_strrchr tests)
2015-05-26 06:55:08 +00:00
hkenken
88d84f5157 Add SDHC_FLAG_USE_DMA flag for internal DMA mode. 2015-05-26 05:11:33 +00:00
matt
ccb457beb4 Use COP0_SYNC after writing the exception PC. 2015-05-26 02:18:20 +00:00
matt
1e4698f7be Change _lwp_getprivate_fast to use a syscall instead of rdhwr since rdhwr
emulation is problematic for the CN50xx.
2015-05-26 02:16:38 +00:00
matt
8d12eb7e0b Call cpu_attach_common to attach the per-cpu counters. 2015-05-26 02:09:34 +00:00
ozaki-r
8a6480b1eb Run mcast tests on rump kernels
The tests on anita qemus failed due to that the host network environment
didn't meet the tests.

The change makes the tests independent from host environments
and the tests will pass on any environments including anita qemus.

Discussed on tech-kern and tech-net.
2015-05-26 00:42:07 +00:00
matt
bfadfbecbf Switch to MIPS64R2 2015-05-25 23:47:01 +00:00
matt
8fc07c130e Enable HWRENA for the CN50xx even though it doesn't support USERLOCAL.
Enable the MIPS64R2 locoresw.
2015-05-25 23:45:54 +00:00
skrll
640e856ca3 Fix up TARGET_ENDIAN_DEFAULT for BE oabi 2015-05-25 21:18:29 +00:00
prlw1
4b3129d595 typo 2015-05-25 21:02:37 +00:00
prlw1
bc27eabab7 whitespace police 2015-05-25 20:57:18 +00:00
matt
71577e7b2d Use ARM_ENTRY since these aren't thumb compatible. 2015-05-25 18:41:08 +00:00
martin
9565aae1bf 2nd try: make amd64, i386, sparc64 and vax iso images use full sets.
While there fix an old bug that makefs used the build hosts /etc/group
and passwd information when creating the image.
Thanks to Andreas Gustafsson for extensive testing.
2015-05-25 15:38:33 +00:00
christos
8ee56f981d Add NetBSD RCSID, use c99 initializers. 2015-05-25 15:04:01 +00:00
martin
f839e3925f Fix broken subdir selection after arm architecture explosion 2015-05-25 12:42:26 +00:00
jmcneill
3833982736 wait for PWRGATE_TOGGLE.START to clear before submitting a new request 2015-05-25 10:40:23 +00:00
manu
41797faa82 Fix warning about uninitialized variable
This warning gets fatal when including make(1) as a crunchgen(1) binary.
2015-05-25 09:01:06 +00:00
mbalmer
b60e108231 Lua 5.1 -> Lua 5.3
From Kamil Rytarowski.
2015-05-25 08:57:31 +00:00
ozaki-r
37deb1d6e1 Remove leftover DECNET-related stuffs
No objection on tech-kern and tech-net.
2015-05-25 08:31:34 +00:00
ozaki-r
b71bd7bda7 Remove leftover IPX-related stuffs
No objection on tech-kern and tech-net.
2015-05-25 08:29:01 +00:00
ozaki-r
8255dae8f6 Fix specifying an interface for IPV6_JOIN_GROUP
Using always an interface of index=1 is not good idea; it varies
depending on runtime environments. We can use index=0 instead,
which allows the kernel to pick an appropriate interface for mcast.
2015-05-25 07:17:17 +00:00
mlelstv
6e25b419e7 Don't use conflicting parameters for compiler and assembler. 2015-05-25 05:48:18 +00:00
manu
cbae0e6269 Make sure netstat builds with -DSMALL
src/usr.bin/netstat relies on code from src/sbin/route. WHen building
with -DSMALL, some functions such as mpls_ntoa() or p_rtrmx() are not
built in src/sbin/route. We therefore have to make sure they are not
used in src/usr.bin/netstat.
2015-05-25 03:56:20 +00:00
jmcneill
7536cefa50 set AHCI_QUIRK_SKIP_RESET quirk 2015-05-24 22:30:22 +00:00
jmcneill
4d357c458e Add AHCI_QUIRK_SKIP_RESET quirk to allow for skipping the drive reset
sequence in ahci_do_reset_drive.
2015-05-24 22:30:05 +00:00
christos
e3370a0191 sort 2015-05-24 22:23:01 +00:00