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
christos
0428f8f38b
fix whitespace
2015-05-24 22:22:23 +00:00
christos
f057d0b602
add missing catman pages
2015-05-24 22:21:51 +00:00
christos
4f465830ad
PR/49926: Robert Millan: Avoid deadlock condition in auich_read_codec()
...
and auich_write_codec() when running in userspase.
2015-05-24 22:03:02 +00:00
christos
2dad2d2d11
Add -N (VIS_NOLOCALE), sort.
2015-05-24 19:42:39 +00:00
matt
d823699b61
remove errant &
2015-05-24 17:19:29 +00:00
christos
1eeb780228
double quote police
2015-05-24 17:11:18 +00:00
matt
482fe1ea87
Use bus_dmamap_load instead of bus_dmamap_load_raw
2015-05-24 17:08:50 +00:00
christos
a3d0d7425d
fix mkubootimage
2015-05-24 17:08:21 +00:00
rtr
d3607ec6c2
convert remaining linux_get_sa() users to use linux_get_sa_sb() and
...
pass the pointer to the sockaddr in msghdr.msg_name, while removing
the MSG_NAMEMBUF flag.
now that the original linux_get_sa() is unused remove it and to make
function names consistent again rename linux_get_sa_sb() to linux_get_sa().
2015-05-24 17:07:26 +00:00
rtr
e7083d7a4b
remove transitional functions in{,6}_pcbconnect_m() that were used in
...
converting protocol user requests to accept sockaddr instead of mbufs.
remove tcp_input copy in to mbuf from sockaddr and just copy to sockaddr
to make it possible for the transitional functions to go away.
no version bump since these functions only existed for a short time and
were commented as adapters (they appeared in 7.99.15).
2015-05-24 15:43:45 +00:00
christos
dd8e199a16
PR/49927: Robert Millan: Avoid zerodivide on emulated hardware.
2015-05-24 14:56:57 +00:00
christos
3b0442ade1
use aprint consistently; note that we use aprint_normal_dev in debugging
...
statements instead of aprint_debug_dev because those are controlled by
the driver debugging, not the centralized one.
2015-05-24 14:55:12 +00:00
martin
ec52efb27b
Add full libexec contents to the CD image - this makes dhcpcd happy.
2015-05-24 09:33:20 +00:00
matt
2bfd904e26
regenerated for N32 support.
2015-05-23 22:14:20 +00:00
maxv
4bdaaf7678
Disable COMPAT_FREEBSD. The implementation is poor, not well tested and
...
almost irrelevant. People who need it (for tw_cli for example) can still
recompile their kernels with this option.
Discussed on tech-kern@
2015-05-23 18:13:31 +00:00
maxv
fa06c44d48
Remove the DIAGNOSTIC section, and two references to MALLOC and FREE.
2015-05-23 17:05:03 +00:00
maxv
9b2abda5c6
Add a missing goto.
...
(was here before my changes)
ok christos@
2015-05-23 16:59:13 +00:00