Module Name:src
Committed By: hannken
Date: Tue Apr 15 09:50:45 UTC 2014
Modified Files:
src/sys/kern: vfs_trans.c
Log Message:
Fix a deadlock where one thread exits, enters fstrans_lwp_dtor()
and wants fstrans_lock. This thread holds the proc_lock.
Another thread holds f
Module Name:src
Committed By: joerg
Date: Tue Apr 15 10:02:21 UTC 2014
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: aes.inc crypto.inc
sha.inc
Log Message:
Append to CPPFLAGS.${src}, don't overwrite it.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: macallan
Date: Tue Apr 15 10:24:54 UTC 2014
Modified Files:
src/sys/arch/sparc/dev: sx.c sxvar.h
Log Message:
print chip revision on attach
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc/dev/sx.c
cvs rdiff -u
Module Name:src
Committed By: macallan
Date: Tue Apr 15 10:39:44 UTC 2014
Modified Files:
src/sys/arch/sparc/sparc: cpu.c
Log Message:
cpu0 at mainbus0: mid 8: RT620/625 @ 125000 MHz, on-chip FPU
unfortunately that's too good to be true, so print frequency in MHz when we
Module Name:src
Committed By: joerg
Date: Tue Apr 15 11:44:26 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
src/sys/lib/libunwind: DwarfParser.hpp Registers.hpp unwind_registers.S
Log Message:
Add initial unwind support for SPARC/SPARC64.
To generate a diff o
Module Name:src
Committed By: macallan
Date: Tue Apr 15 12:22:49 UTC 2014
Modified Files:
src/sys/arch/sparc64/sparc64: cpu.c
Log Message:
fix same pasto as in sparc/cpu.c - print frequency in MHz if we say it's in MHz
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: hannken
Date: Tue Apr 15 12:37:59 UTC 2014
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Add __diagused.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/ixgbe/ixgbe.c
Please note that diffs are no
Module Name:src
Committed By: pooka
Date: Tue Apr 15 13:41:46 UTC 2014
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
add multi-inclusion protection
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/rump/Makefile.rump
Please note that diffs
Module Name:src
Committed By: pooka
Date: Tue Apr 15 13:47:06 UTC 2014
Modified Files:
src/sys/rump/dev/lib/libpci: rumpdev_pci.c
Log Message:
update to new pci_intr_string()
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libpci/rumpdev_
Module Name:src
Committed By: uebayasi
Date: Tue Apr 15 15:50:16 UTC 2014
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
exec_loadvm: Isolate stack size calc logic into separate functions.
To generate a diff of this commit:
cvs rdiff -u -r1.395 -r1.396 src/sys/ke
Module Name:src
Committed By: uebayasi
Date: Tue Apr 15 16:13:04 UTC 2014
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
execve_runproc: Simplify &argc address calc. The set of (argc, argv, ...)
is located just "behind" the initial SP. SHRINK, then ALLOC, and you
Module Name:src
Committed By: uebayasi
Date: Tue Apr 15 16:44:57 UTC 2014
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
execve_runproc: Isolate ps_strings filling code into a function.
To generate a diff of this commit:
cvs rdiff -u -r1.397 -r1.398 src/sys/kern/
Module Name:src
Committed By: uebayasi
Date: Tue Apr 15 17:06:21 UTC 2014
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
execve_runproc: Isolate new stack arg filling code into a function.
To generate a diff of this commit:
cvs rdiff -u -r1.398 -r1.399 src/sys/ke
Module Name:src
Committed By: maxv
Date: Tue Apr 15 17:29:00 UTC 2014
Modified Files:
src/sys/compat/linux/common: linux_exec_elf32.c
Log Message:
A specially-crafted binary could easily control a kernel array index.
Add some checks to ensure that nothing will be read outs
Module Name:src
Committed By: maxv
Date: Tue Apr 15 17:53:09 UTC 2014
Modified Files:
src/sys/compat/linux/arch/i386: linux_ptrace.c
src/sys/compat/linux/arch/powerpc: linux_ptrace.c
Log Message:
There are two times the same branches.
} else if (ad
Module Name:src
Committed By: joerg
Date: Tue Apr 15 18:40:34 UTC 2014
Modified Files:
src/share/mk: bsd.own.mk
src/sys/lib/libunwind: Registers.hpp unwind_registers.S
Log Message:
Add basic Alpha support to libunwind.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: reinoud
Date: Tue Apr 15 20:36:07 UTC 2014
Modified Files:
src/sys/arch/evbarm/odroid: odroid_machdep.c
Log Message:
Make the PoP detection both EXYNOS4 defined and when running on a generic
kernel, check if we're on a EXYNOS4 architecture to
Module Name:src
Committed By: ginsbach
Date: Tue Apr 15 22:09:27 UTC 2014
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/man: mi
src/usr.bin: Makefile
Log Message:
Hook getaddrinfo(1) into the build. Hi riastradh!
To generate a di
Module Name:src
Committed By: christos
Date: Wed Apr 16 00:32:33 UTC 2014
Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64nbsd-nat.c
Log Message:
supply a fake cs that has has not have SEL_UPL set, so that our trapframe
sniffer works.
To generate a diff of this comm
Module Name:src
Committed By: christos
Date: Wed Apr 16 00:34:10 UTC 2014
Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64nbsd-tdep.c
Log Message:
take constant expressions out of the loop.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl
Module Name:src
Committed By: htodd
Date: Wed Apr 16 00:41:07 UTC 2014
Modified Files:
src/distrib/sets/lists/debug: mi
Log Message:
Add getaddrinfo.debug to lists.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/distrib/sets/lists/debug/mi
Please note
Module Name:src
Committed By: uebayasi
Date: Wed Apr 16 01:30:33 UTC 2014
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
execve_runproc: Isolate path / commandname (proc:p_comm) related code into a
function.
To generate a diff of this commit:
cvs rdiff -u -r1.39
Module Name:src
Committed By: christos
Date: Wed Apr 16 02:14:44 UTC 2014
Modified Files:
src/external/gpl3/gdb/dist/gdb: amd64nbsd-nat.c amd64nbsd-tdep.c
Log Message:
It is not nice to fake things we don't have; instead check explicitly
that we can get CS.
To generate a
Module Name:src
Committed By: uebayasi
Date: Wed Apr 16 02:22:38 UTC 2014
Modified Files:
src/sys/kern: kern_exec.c
Log Message:
execve_runproc: Isolate vmcmd execution code into a function.
To generate a diff of this commit:
cvs rdiff -u -r1.400 -r1.401 src/sys/kern/ker
Module Name:src
Committed By: snj
Date: Wed Apr 16 03:32:54 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: LAST_MINUTE README.files
src/gnu/usr.bin/groff/tmac [netbsd-6-0]: mdoc.local
src/sys/sys [netbsd-6-0]: param.h
Added Files:
src/doc [netbsd-6-0
Module Name:src
Committed By: snj
Date: Wed Apr 16 03:39:48 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: LAST_MINUTE README.files
src/gnu/usr.bin/groff/tmac [netbsd-6-1]: mdoc.local
src/sys/sys [netbsd-6-1]: param.h
Added Files:
src/doc [netbsd-6-1
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 05:20:32 UTC 2014
Modified Files:
src/distrib/sets/lists/comp [netbsd-6-1]: shl.mi
Log Message:
Pull up following revision(s) (requested by htodd in ticket #1046):
distrib/sets/lists/comp/shl.mi patch
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 05:21:20 UTC 2014
Modified Files:
src/distrib/sets/lists/comp [netbsd-6-0]: shl.mi
Log Message:
Pull up following revision(s) (requested by htodd in ticket #1046):
distrib/sets/lists/comp/shl.mi patch
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 05:46:00 UTC 2014
Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/roken [netbsd-6]: resolve.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1047):
crypto/external/bsd/heim
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 05:46:51 UTC 2014
Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/roken [netbsd-6-1]: resolve.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1047):
crypto/external/bsd/he
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 05:47:22 UTC 2014
Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/roken [netbsd-6-0]: resolve.c
Log Message:
Pull up following revision(s) (requested by hannken in ticket #1047):
crypto/external/bsd/he
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 05:47:50 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1046.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.103 -r1.1.2.104 src/doc/CHANGES-6.2
Please note that diffs are not
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 05:48:19 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.5
Log Message:
Ticket 1046 and 1047.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-6.1.5
Please note that dif
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 05:48:40 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.6
Log Message:
Ticket 1046 and 1047.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-6.0.6
Please note that dif
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 06:56:03 UTC 2014
Modified Files:
src/sys/kern [netbsd-5-1]: kern_verifiedexec.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1899):
sys/kern/kern_verifiedexec.c1.132
Reorder co
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 06:56:49 UTC 2014
Modified Files:
src/sys/kern [netbsd-5-2]: kern_verifiedexec.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1899):
sys/kern/kern_verifiedexec.c1.132
Reorder co
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 06:56:27 UTC 2014
Modified Files:
src/sys/kern [netbsd-5]: kern_verifiedexec.c
Log Message:
Pull up following revision(s) (requested by maxv in ticket #1899):
sys/kern/kern_verifiedexec.c1.132
Reorder code
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 06:57:55 UTC 2014
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.5
Log Message:
Ticket 1899.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-5.1.5
Please note that diffs are no
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 06:57:34 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1899.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-5.3
Please note that diffs are not pu
Module Name:src
Committed By: msaitoh
Date: Wed Apr 16 06:57:19 UTC 2014
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.3
Log Message:
Ticket 1899.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-5.2.3
Please note that diffs are no
40 matches
Mail list logo