Module Name:src
Committed By: joerg
Date: Mon Feb 27 12:26:22 UTC 2012
Modified Files:
src/lib/libc: shlib_version
src/lib/libc/arch/arm/sys: cerror.S
src/lib/libc/arch/i386/sys: cerror.S
src/lib/libc/arch/mips/sys: cerror.S
src/lib/libc/arch
Module Name:src
Committed By: tsutsui
Date: Mon Feb 27 14:48:34 UTC 2012
Modified Files:
src/lib/libc/arch/mips/sys: cerror.S
Log Message:
Fix pasto.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/arch/mips/sys/cerror.S
Please note that diffs
Module Name:src
Committed By: matt
Date: Mon Feb 27 15:41:10 UTC 2012
Modified Files:
src/sys/arch/vax/vax: machdep.c
Log Message:
physmem is declared by uvm
To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 src/sys/arch/vax/vax/machdep.c
Please note that
Module Name:src
Committed By: matt
Date: Mon Feb 27 15:47:11 UTC 2012
Modified Files:
src/lib/libc/arch/powerpc/sys: cerror.S
src/lib/libc/arch/powerpc64/sys: cerror.S
Log Message:
PowerPC doesn't have CERROR since it never had a.out.
Use _C_LABEL(__cerror) instead
Module Name:src
Committed By: matt
Date: Mon Feb 27 15:50:49 UTC 2012
Modified Files:
src/sys/arch/vax/include: cpu.h
Log Message:
Change cpu_idle to be an inline which sets IPL to 1 and then back to 0
so simh can recognize the kernel is idle.
To generate a diff of this
Module Name:src
Committed By: matt
Date: Mon Feb 27 15:57:21 UTC 2012
Modified Files:
src/sys/arch/mips/mips: mips_fpu.c
Log Message:
Remove an incorrect KASSERT
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/mips/mips/mips_fpu.c
Please note th
Module Name:src
Committed By: chs
Date: Mon Feb 27 16:10:56 UTC 2012
Modified Files:
src/sys/fs/tmpfs: tmpfs_vnops.c
Log Message:
in tmpfs_readdir(), skip the . and .. processing on removed directories,
since the latter will crash in this case.
To generate a diff of this
Module Name:src
Committed By: joerg
Date: Mon Feb 27 16:51:07 UTC 2012
Modified Files:
src/usr.sbin/makemandb: makemandb.c
Log Message:
Expand workaround for .so usage to do the chdir call just before
starting parsing, not during the tree iteration. This gives it a chance
Module Name:src
Committed By: matt
Date: Mon Feb 27 16:57:06 UTC 2012
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: pmap.h
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap.c pmap_segtab.c
Log Message:
Add a page-table-page cache to keep reuse just rele
Module Name:src
Committed By: matt
Date: Mon Feb 27 16:57:58 UTC 2012
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: mips_param.h
Log Message:
Make sure we don't overflow a 32-bit integer.
To generate a diff of this commit:
cvs rdiff -u -r1.23.78.11 -r1.23.
Module Name:src
Committed By: matt
Date: Mon Feb 27 16:59:43 UTC 2012
Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: files.mips
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_emul.c
Log Message:
Add option NOMIPSEMUL so disable (almost) all emulation.
Module Name:src
Committed By: matt
Date: Mon Feb 27 17:00:28 UTC 2012
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: db_interface.c
Log Message:
Make sure to properly cast pointers.
To generate a diff of this commit:
cvs rdiff -u -r1.64.16.24 -r1.64.16.25 src/
Module Name:src
Committed By: matt
Date: Mon Feb 27 17:03:37 UTC 2012
Modified Files:
src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_cpuvar.h rmixl_intr.c
Log Message:
Add a test for recursive IPIs.
use __builtin_clzll
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: matt
Date: Mon Feb 27 17:04:40 UTC 2012
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h
src/sys/arch/mips/mips [matt-nb5-mips64]: cpu_subr.c genassym.cf
mipsX_subr.S syscall.c trap.c
Log Message:
Count al
Module Name:src
Committed By: jmmv
Date: Mon Feb 27 17:56:15 UTC 2012
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Populate /etc/atf with any missing files. Fixes PR bin/45870.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/usr
Module Name:src
Committed By: bouyer
Date: Mon Feb 27 19:52:59 UTC 2012
Modified Files:
src/sys/arch/i386/i386: machdep.c
Log Message:
Do not special-case XEN and always use the proper selectors for %fs and %gs
in buildcontext() and setregs(). The consequence was that sign
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:11:56 UTC 2012
Modified Files:
src/sys/dev/acpi [netbsd-6]: acpi_cpu_cstate.c
Log Message:
Pull up following revision(s) (requested by jruoho in ticket #51):
sys/dev/acpi/acpi_cpu_cstate.c: revision 1.59
Set the
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:13:30 UTC 2012
Modified Files:
src/sys/arch/hp700/stand/mkboot [netbsd-6]: mkboot.c
src/sys/arch/hp700/stand/xxboot [netbsd-6]: iplsum.c main.c readufs.h
Log Message:
Pull up following revision(s) (requested by
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:15:33 UTC 2012
Modified Files:
src/sys/arch/hp700/dev [netbsd-6]: cpudevs cpudevs.h cpudevs_data.h
src/sys/arch/hp700/hp700 [netbsd-6]: machdep.c
Log Message:
Pull up following revision(s) (requested by skrll in
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:17:19 UTC 2012
Modified Files:
src/sys/arch/atari/atari [netbsd-6]: atari_init.c
src/sys/arch/x68k/x68k [netbsd-6]: pmap_bootstrap.c
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #55
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:18:46 UTC 2012
Modified Files:
src/doc [netbsd-6]: 3RDPARTY
Log Message:
Pull up following revision(s) (requested by jmmv in ticket #56):
doc/3RDPARTY: revision 1.917
Use new web site and archive location for AT
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:23:00 UTC 2012
Modified Files:
src/lib/libc/arch/arm/sys [netbsd-6]: cerror.S
src/lib/libc/arch/i386/sys [netbsd-6]: cerror.S
src/lib/libc/arch/mips/sys [netbsd-6]: cerror.S
src/lib/libc/arch/powe
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:25:33 UTC 2012
Modified Files:
src/sys/fs/tmpfs [netbsd-6]: tmpfs_vnops.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #58):
sys/fs/tmpfs/tmpfs_vnops.c: revision 1.95
in tmpfs_readdir()
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:28:19 UTC 2012
Modified Files:
src/usr.sbin/postinstall [netbsd-6]: postinstall
Log Message:
Pull up following revision(s) (requested by jmmv in ticket #59):
usr.sbin/postinstall/postinstall: revision 1.135
Popu
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:29:36 UTC 2012
Modified Files:
src/sys/arch/i386/i386 [netbsd-6]: machdep.c
Log Message:
Pull up following revision(s) (requested by bouyer in ticket #60):
sys/arch/i386/i386/machdep.c: revision 1.722
Do not spe
Module Name:src
Committed By: riz
Date: Mon Feb 27 20:37:14 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 51, 53-60.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-6.0
Please note that diffs are not
Module Name:src
Committed By: bouyer
Date: Mon Feb 27 22:33:32 UTC 2012
Modified Files:
src/lib/libc/arch/mips/sys [netbsd-6]: cerror.S
Log Message:
Pull up following revision(s) (requested by oster in ticket #61):
lib/libc/arch/mips/sys/cerror.S: revision 1.18
Fix
Module Name:src
Committed By: bouyer
Date: Mon Feb 27 22:35:01 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
ticket #61
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-6.0
Please note that diffs are not publi
Module Name:src
Committed By: christos
Date: Tue Feb 28 02:48:39 UTC 2012
Modified Files:
src/sys/ufs/chfs: chfs_inode.h chfs_malloc.c chfs_pool.c
Log Message:
Make this compile again. From Paul Fleischer.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/s
Module Name:src
Committed By: jruoho
Date: Tue Feb 28 06:09:49 UTC 2012
Modified Files:
src/tests/lib/libm: t_atan.c
Log Message:
Fix wrong type.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_atan.c
Please note that diffs are not publi
Module Name:src
Committed By: skrll
Date: Tue Feb 28 07:30:30 UTC 2012
Modified Files:
src/sys/arch/hppa/hppa: pmap.c
Log Message:
Fix PMAPDEBUG build
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 src/sys/arch/hppa/hppa/pmap.c
Please note that diffs are
Module Name:src
Committed By: tron
Date: Tue Feb 28 07:47:50 UTC 2012
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Add Chip File System.
To generate a diff of this commit:
cvs rdiff -u -r1.332 -r1.333 src/sys/arch/i386/conf/ALL
Please note that diffs are not
32 matches
Mail list logo