Module Name:src
Committed By: martin
Date: Mon Jul 24 08:08:34 UTC 2017
Modified Files:
src/libexec/ld.elf_so/arch/sparc64: mdreloc.c
Log Message:
Fix thinko in previous: even if the address is an unsigned value and we
have verified the range before, we still need to mask
Module Name:src
Committed By: mrg
Date: Mon Jul 24 08:56:29 UTC 2017
Update of /cvsroot/src/sys/arch/evbmips
In directory ivanova.netbsd.org:/tmp/cvs-serv26314
Log Message:
import most of the sbmips port into evbmips. the renames are:
- TODO -> evbmips/sbmips/TODO
- sbmips -> evb
Module Name:src
Committed By: mrg
Date: Mon Jul 24 09:21:50 UTC 2017
Update of /cvsroot/src/sys/arch/evbmips
In directory ivanova.netbsd.org:/tmp/cvs-serv11701
Log Message:
sbmips->evbmips merge: import all the all the header files except
intr.h and disklabel.h that are needed.
Module Name:src
Committed By: mrg
Date: Mon Jul 24 09:56:46 UTC 2017
Modified Files:
src/sys/arch/evbmips/conf: SBMIPS SBMIPS.MP SBMIPS64 SBMIPS64.MP
files.sbmips std.sbmips
src/sys/arch/evbmips/include: param.h pci_machdep.h
src/sys/arch/evbmips
Module Name:src
Committed By: mrg
Date: Mon Jul 24 10:04:09 UTC 2017
Modified Files:
src/sys/arch/evbmips/include: disklabel.h
Log Message:
ugly hack -- for SB1, use the contents of sbmips/include/disklabel.h.
with this, i can build the 32 bit little endian SBMIPS kernel i
Module Name:src
Committed By: mrg
Date: Mon Jul 24 10:34:55 UTC 2017
Modified Files:
src/sys/arch/evbmips/stand/sbmips: Makefile.bootprogs Makefile.inc
src/sys/arch/evbmips/stand/sbmips/common: blkdev.c boot.c booted_dev.c
src/sys/arch/evbmips/stand/sbmips/n
Module Name:src
Committed By: kre
Date: Mon Jul 24 12:34:46 UTC 2017
Modified Files:
src/bin/sh: alias.c
Log Message:
PR bin/52348
Silence nuisance testing environments - avoid << of a negative number
(a signed char -- in a hash function, the result is irrelevant, as long
Module Name:src
Committed By: kre
Date: Mon Jul 24 12:35:37 UTC 2017
Modified Files:
src/bin/sh: options.c
Log Message:
PR standards/52406
Absent other information, the shell should be interactive if reading
from stdin, and stdin and stderr are ttys, not stdin and stdout.
Module Name:src
Committed By: kre
Date: Mon Jul 24 12:35:12 UTC 2017
Modified Files:
src/bin/sh: error.c
Log Message:
PR bin/52348
Avoid a reference after free (detected by asan) - harmless here, but
easy to fix.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r
Module Name:src
Committed By: kre
Date: Mon Jul 24 12:36:02 UTC 2017
Modified Files:
src/bin/sh: sh.1
Log Message:
Document the times builtin command, reported as lost in space
by rudolf at eq.cz on tech-userlevel (July 15, 2017.)
Also correct a typo, de-correct some enti
Module Name:src
Committed By: kre
Date: Mon Jul 24 13:21:14 UTC 2017
Modified Files:
src/bin/sh: arith_token.c arith_tokens.h arithmetic.c sh.1
Log Message:
Add support for ++ and -- (pre & post) and ',' to arithmetic.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: kre
Date: Mon Jul 24 13:36:15 UTC 2017
Modified Files:
src/bin/sh: var.c
Log Message:
NFC: DEBUG mode only change - add a little more tracing.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/bin/sh/var.c
Please note that d
Module Name:src
Committed By: kre
Date: Mon Jul 24 14:17:12 UTC 2017
Modified Files:
src/bin/sh: jobs.c option.list sh.1
Log Message:
Implement the "pipefail" option (same semantics as in other shells)
to cause (when set, which it is not by default) the exit status of a
pi
Module Name:src
Committed By: he
Date: Mon Jul 24 18:13:36 UTC 2017
Modified Files:
src/tests/lib/libm: t_fe_round.c
Log Message:
Swap around the two last args to the check for expected fegetround(),
so the error message makes sense.
To generate a diff of this commit:
cv
Module Name:src
Committed By: he
Date: Mon Jul 24 18:14:46 UTC 2017
Modified Files:
src/tests/lib/libm: t_fe_round.c
Log Message:
Add a test checking nearbyint(), using the same table as used by
the existing lrint() test.
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: skrll
Date: Mon Jul 24 19:22:32 UTC 2017
Modified Files:
src/sys/sys: extent.h
Log Message:
Use __BIT(3) for bit values. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/sys/extent.h
Please note t
Module Name:src
Committed By: joerg
Date: Mon Jul 24 19:37:41 UTC 2017
Modified Files:
src/sys/arch/arm/cortex: a9_mpsubr.S
src/sys/arch/evbarm/conf: mk.sunxi
Log Message:
Replace assembler flags with .arch* annotation.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: skrll
Date: Mon Jul 24 19:56:07 UTC 2017
Modified Files:
src/sys/kern: subr_extent.c
src/sys/sys: extent.h
Log Message:
Add a condition variable (ex_flwanted) to struct extent so that ex_flags
becomes an invariant.
Remove strange lock
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:29:23 UTC 2017
Modified Files:
src/sys/kern [netbsd-8]: vnode_if.src
Log Message:
Pull up following revision(s) (requested by hannken in ticket #130):
sys/kern/vnode_if.src: revision 1.77
As VOP_ADVLOCK() may bl
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:29:56 UTC 2017
Modified Files:
src/sys/kern [netbsd-8]: vnode_if.c
src/sys/rump/include/rump [netbsd-8]: rumpvnode_if.h
src/sys/rump/librump/rumpvfs [netbsd-8]: rumpvnode_if.c
src/sys/sys [netbsd-
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:34:23 UTC 2017
Modified Files:
src/sbin/route [netbsd-8]: rtutil.c
Log Message:
Pull up following revision(s) (requested by manu in ticket #131):
sbin/route/rtutil.c: revision 1.10
Fix route and netstat -r outpu
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:35:53 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi [netbsd-8]: sunxi_platform.c
src/sys/arch/evbarm/conf [netbsd-8]: SUNXI
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #132):
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:36:58 UTC 2017
Modified Files:
src/libexec/ld.elf_so [netbsd-8]: tls.c
Log Message:
Pull up following revision(s) (requested by joerg in ticket #133):
libexec/ld.elf_so/tls.c: revision 1.11
Fix two bugs related
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:38:42 UTC 2017
Modified Files:
src/sys/lib/libunwind [netbsd-8]: Registers.hpp
Log Message:
Pull up following revision(s) (requested by joerg in ticket #134):
sys/lib/libunwind/Registers.hpp: revision 1.20
GCC 5
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:39:42 UTC 2017
Modified Files:
src/sys/dev/usb [netbsd-8]: uhci.c
Log Message:
Pull up following revision(s) (requested by skrll in ticket #136):
sys/dev/usb/uhci.c: revision 1.276
Only call uhci_free_stds if th
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:41:29 UTC 2017
Modified Files:
src/share/mk [netbsd-8]: bsd.man.mk
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #137):
share/mk/bsd.man.mk: revision 1.119
Latest mandoc no longer s
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:43:37 UTC 2017
Modified Files:
src/usr.bin/systat [netbsd-8]: iostat.c vmstat.c
src/usr.bin/vmstat [netbsd-8]: drvstats.c drvstats.h vmstat.c
src/usr.sbin/iostat [netbsd-8]: iostat.c
Log Message:
Pull up
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:49:13 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi [netbsd-8]: sunxi_mmc.c
src/sys/dev/sdmmc [netbsd-8]: ld_sdmmc.c sdmmc_mem.c sdmmcreg.h
sdmmcvar.h
Log Message:
Pull up following revision(s) (re
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:55:21 UTC 2017
Modified Files:
src/sys/kern [netbsd-8]: uipc_domain.c
src/sys/net [netbsd-8]: rtsock.c
src/sys/sys [netbsd-8]: socket.h
Log Message:
Pull up following revision(s) (requested by ozaki-r in
Module Name:src
Committed By: snj
Date: Tue Jul 25 01:58:09 UTC 2017
Modified Files:
src/sys/conf [netbsd-8]: Makefile.kern.inc
Added Files:
src/sys/conf [netbsd-8]: dts.mk
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #141):
s
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:00:33 UTC 2017
Modified Files:
src/usr.bin/mkubootimage [netbsd-8]: mkubootimage.1 mkubootimage.c
uboot.h
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #142):
usr.bin/mk
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:03:17 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi [netbsd-8]: files.sunxi sun8i_h3_ccu.c
sunxi_ccu.c sunxi_ccu.h sunxi_mmc.c sunxi_mmc.h
Added Files:
src/sys/arch/arm/sunxi [netbsd-8]: sunxi_ccu_p
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:04:43 UTC 2017
Modified Files:
src/sys/fs/union [netbsd-8]: union.h union_subr.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #145):
sys/fs/union/union.h: revision 1.29
sys/
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:06:10 UTC 2017
Modified Files:
src/tests/lib/libc/arch/sh3 [netbsd-8]: return_one.S
Log Message:
Pull up following revision(s) (requested by uwe in ticket #148):
tests/lib/libc/arch/sh3/return_one.S: revision 1.
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:07:12 UTC 2017
Modified Files:
src/sys/net [netbsd-8]: if_pppoe.c
Log Message:
Pull up following revision(s) (requested by knakahara in ticket #149):
sys/net/if_pppoe.c: revision 1.126
fix panic when PPPOE_DEBUG
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:08:31 UTC 2017
Modified Files:
src/sys/dev/ic [netbsd-8]: rt2860.c
Log Message:
Pull up following revision(s) (requested by maya in ticket #150):
sys/dev/ic/rt2860.c: revision 1.27
Use kmem_free for kmem_alloc'd
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:09:33 UTC 2017
Modified Files:
src/sys/arch/evbarm/fdt [netbsd-8]: fdt_machdep.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #151):
sys/arch/evbarm/fdt/fdt_machdep.c: revision 1.1
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:11:14 UTC 2017
Modified Files:
src/sys/arch/sparc/conf [netbsd-8]: files.sparc
src/sys/arch/sparc/sparc [netbsd-8]: db_interface.c
src/usr.sbin/crash [netbsd-8]: Makefile
Added Files:
src/sys/arch
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:12:35 UTC 2017
Modified Files:
src/sys/dev/pci [netbsd-8]: aceride.c pciide_acer_reg.h
Log Message:
Pull up following revision(s) (requested by nakayama in ticket #153):
sys/dev/pci/aceride.c: revision 1.37
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:15:20 UTC 2017
Modified Files:
src/sys/arch/pmax/conf [netbsd-8]: files.pmax
src/sys/arch/pmax/include [netbsd-8]: bus.h
Log Message:
Apply patch (requested by flxd in ticket #154):
Revert pmax switch to common
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:17:16 UTC 2017
Modified Files:
src/sys/net/npf [netbsd-8]: npf_os.c
Log Message:
Pull up following revision(s) (requested by pgoyette in ticket #155):
sys/net/npf/npf_os.c: revision 1.7
The npf module depends on
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:19:04 UTC 2017
Modified Files:
src/libexec/ld.elf_so/arch/sparc64 [netbsd-8]: mdreloc.c
Log Message:
Pull up following revision(s) (requested by martin in ticket #156):
libexec/ld.elf_so/arch/sparc64/mdreloc.c:
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:21:27 UTC 2017
Modified Files:
src/lib/libc/compiler_rt [netbsd-8]: Makefile.inc
Log Message:
Pull up following revision(s) (requested by martin in ticket #157):
lib/libc/compiler_rt/Makefile.inc: revision 1.35
Module Name:src
Committed By: snj
Date: Tue Jul 25 02:23:33 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
tickets 130-134, 136-143, 145, 148-157
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-8.0
Please note
Module Name:src
Committed By: ryoon
Date: Tue Jul 25 03:51:41 UTC 2017
Modified Files:
src/share/man/man4/man4.pmax: autoconf.4 ibus.4 intro.4 sii.4
Log Message:
Fix pmax/ cross references
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man
Module Name:src
Committed By: martin
Date: Tue Jul 25 04:36:33 UTC 2017
Modified Files:
src/sys/sys: extent.h
Log Message:
Stupid old C versions do not know "bool" - include stdbool.h to the
rescue.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/sy
Module Name:src
Committed By: ozaki-r
Date: Tue Jul 25 05:01:25 UTC 2017
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern
Log Message:
Add localcount to rump kernels
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/rump/librump/rump
Module Name:src
Committed By: msaitoh
Date: Tue Jul 25 06:00:17 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c if_wmvar.h
Log Message:
Use new nvm.{acquire,release}() for semaphore. Almost the same except the
following:
- 8257[12]: Don't directly access SPI but use EE
Module Name:src
Committed By: mrg
Date: Tue Jul 25 06:43:03 UTC 2017
Modified Files:
src/external/gpl3/binutils/usr.sbin/mdsetimage: bin_bfd.c
Log Message:
initialise some stack variables to zero so that later checking ensures
they are considered "unfound" instead of some
Module Name:src
Committed By: mrg
Date: Tue Jul 25 06:44:22 UTC 2017
Modified Files:
src/sys/arch/evbmips/conf: CI20
Log Message:
don't set NEED_MDSETIMAGE when we don't enable the md_root. move the
option in with the commented md_root options.
part 2 of the CI20 kernel
50 matches
Mail list logo