Module Name:src
Committed By: matt
Date: Tue Mar 24 07:16:16 UTC 2015
Modified Files:
src/sys/arch/arm/arm32: cpuswitch.S
Log Message:
Rework register usage in cpu_switchto so curcpu() is preserved across
ras_lookup. Only set vfp & tpid registers and do ras lookups if new
Module Name:src
Committed By: wiz
Date: Tue Mar 24 07:44:52 UTC 2015
Modified Files:
src/include: stdio.h unistd.h
Log Message:
Put fseeko, ftello, pread, and pwrite in the POSIX 2001 namespace.
Ok christos, apb, martin
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: matt
Date: Tue Mar 24 08:38:29 UTC 2015
Modified Files:
src/sys/arch/arm/arm: sig_machdep.c
src/sys/arch/arm/include: mcontext.h
Log Message:
Preserve/restore user r/w tpid in mcontext.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: snj
Date: Tue Mar 24 08:51:14 UTC 2015
Modified Files:
src/sys/arch/sparc64/sparc64 [netbsd-6]: locore.s
Log Message:
Pull up following revision(s) (requested by nakayama in ticket #1265):
sys/arch/sparc64/sparc64/locore.s: revision 1.
Module Name:src
Committed By: snj
Date: Tue Mar 24 08:54:51 UTC 2015
Modified Files:
src/usr.sbin/cpuctl/arch [netbsd-6]: i386-asm.S x86_64-asm.S
Log Message:
Pull up following revision(s) (requested by tnn in ticket #1266):
usr.sbin/cpuctl/arch/i386-asm.S: revisio
Module Name:src
Committed By: snj
Date: Tue Mar 24 08:58:30 UTC 2015
Modified Files:
src/sys/dev [netbsd-6]: cons.c
Log Message:
Pull up following revision(s) (requested by nakayama in ticket #1267):
sys/dev/cons.c: revision 1.74 via patch
Fix strange kernel output
Module Name:src
Committed By: matt
Date: Tue Mar 24 08:58:41 UTC 2015
Modified Files:
src/sys/arch/arm/cortex: gtmr.c
Log Message:
Sprinkle some arm_isb() to force execution of the mcrr instructions to get
more accurate values. (Given that the generic timer is usually run
Module Name:src
Committed By: snj
Date: Tue Mar 24 09:02:20 UTC 2015
Modified Files:
src/usr.bin/vndcompress [netbsd-6]: Makefile vndcompress.c
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1269):
usr.bin/vndcompress/Makefile: revisi
Module Name:src
Committed By: snj
Date: Tue Mar 24 09:11:20 UTC 2015
Modified Files:
src/share/man/man9 [netbsd-6]: pserialize.9
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1270):
share/man/man9/pserialize.9: revision 1.4-1.8
Expan
Module Name:src
Committed By: snj
Date: Tue Mar 24 09:14:17 UTC 2015
Modified Files:
src/share/man/man2 [netbsd-6]: siginfo.2
Log Message:
Pull up following revision(s) (requested by riastradh in ticket #1271):
share/man/man2/siginfo.2: revision 1.7
Fix some typos
Module Name:src
Committed By: snj
Date: Tue Mar 24 09:16:12 UTC 2015
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
tickets 1265-1267, 1269-1271
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.204 -r1.1.2.205 src/doc/CHANGES-6.2
Please note that di
Module Name:src
Committed By: matt
Date: Tue Mar 24 15:53:39 UTC 2015
Modified Files:
src/sys/arch/arm/cortex: gtmr.c
Log Message:
Move isb's to before reading count. Change interrupt to level.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/a
Module Name:src
Committed By: apb
Date: Tue Mar 24 19:46:58 UTC 2015
Modified Files:
src/external/bsd/ipf/dist/man: ipf.5
Log Message:
Fix the description of "< x" and "x <> y" for port numbers.
Patch for "< x" from Timo Buhrmester, and for "x <> y" from me.
To generate
Module Name:src
Committed By: christos
Date: Tue Mar 24 20:01:18 UTC 2015
Modified Files:
src/lib/libc/time: Makefile NEWS Theory localtime.c private.h
Log Message:
merge 2015b
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/time/Makefile
cvs r
Module Name:src
Committed By: christos
Date: Tue Mar 24 20:02:18 UTC 2015
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new tzcode
To generate a diff of this commit:
cvs rdiff -u -r1.1211 -r1.1212 src/doc/3RDPARTY
cvs rdiff -u -r1.2057 -r1.2058 src/doc/CHANGES
Module Name:src
Committed By: christos
Date: Tue Mar 24 20:24:18 UTC 2015
Modified Files:
src/usr.sbin/npf/npfctl: npf_parse.y
Log Message:
allow lists as filter addresses.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/npf/npfctl/npf_parse.y
Module Name:src
Committed By: skrll
Date: Tue Mar 24 21:09:11 UTC 2015
Modified Files:
src/sys/arch/arm/arm32: cpuswitch.S
Log Message:
There is no need to save/restore l_private in softint_switch now that
cpu_switchto is fixed
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: christos
Date: Tue Mar 24 21:26:50 UTC 2015
Modified Files:
src/lib/libedit: eln.c
Log Message:
save and restore IGNORE_EXTCHARS like we do in the getc case. From:
https://bugzilla.redhat.com/attachment.cgi?id=1001894
To generate a diff of t
Module Name:src
Committed By: christos
Date: Tue Mar 24 21:29:52 UTC 2015
Modified Files:
src/lib/libedit: readline.c
Log Message:
set some readline compatibility default key settings.
https://bugzilla.redhat.com/attachment.cgi?id=1001895
To generate a diff of this commi
Module Name:src
Committed By: riastradh
Date: Tue Mar 24 23:22:47 UTC 2015
Modified Files:
src/tests/fs/common: h_fsmacros.h
Log Message:
zfs tests don't actually need privileges.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/tests/fs/common/h_fsmacro
Module Name:src
Committed By: riastradh
Date: Tue Mar 24 23:24:55 UTC 2015
Modified Files:
src/tests/fs/vfs: t_vnops.c
Log Message:
Make this run in NetBSD 6 by using st_mtimespec instead of st_mtim.
st_mtimespec is our traditional nonstandard name for what POSIX
called s
21 matches
Mail list logo