On Sun, Feb 21, 2010 at 07:18:20AM +, Mindaugas Rasiukevicius wrote:
> Darran Hunt wrote:
> > The new code is modular - it has its own kern_dtrace.c module. I'm
> > not sure that replacing the #ifdefs with stub functions is the best
> > idea - won't that make the proc and lwp functions a
Module Name:src
Committed By: darran
Date: Sun Feb 21 07:39:18 UTC 2010
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
DTrace: Add __predict_false() to the DTrace hooks per rmind's suggestion.
To generate a diff of this commit:
cvs rdiff -u -r1.277 -r1.278 src/s
Module Name:src
Committed By: darran
Date: Sun Feb 21 07:28:51 UTC 2010
Added Files:
src/sys/kern: kern_dtrace.c
Log Message:
DTrace: missed kern_dtrace.c (thanks rmind!)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/kern/kern_dtrace.c
Please note th
Darran Hunt wrote:
> The new code is modular - it has its own kern_dtrace.c module. I'm
> not sure that replacing the #ifdefs with stub functions is the best
> idea - won't that make the proc and lwp functions a bit less efficient
> with calls to the empty functions?
Compiler will optimise
The new code is modular - it has its own kern_dtrace.c module. I'm
not sure that replacing the #ifdefs with stub functions is the best
idea - won't that make the proc and lwp functions a bit less efficient
with calls to the empty functions?
On 21/02/2010, at 6:31 PM, Mindaugas Rasiukeviciu
Module Name:src
Committed By: darran
Date: Sun Feb 21 07:01:58 UTC 2010
Modified Files:
src/sys/conf: files
src/sys/kern: kern_lwp.c kern_proc.c kern_synch.c
Log Message:
Added a defflag option for KDTRACE_HOOKS and included opt_dtrace.h in the
relevant files. (Per
Module Name:src
Committed By: bsh
Date: Sun Feb 21 06:08:53 UTC 2010
Modified Files:
src/sys/arch/arm/s3c2xx0: s3c24x0reg.h s3c2800reg.h s3c2xx0reg.h
Log Message:
Modify definitions for ULCOM register of UART according to S3C2800
User's manual rev 1.3.
The values of ULCON
Quentin Garnier wrote:
> On Sun, Feb 21, 2010 at 02:11:40AM +, Darran Hunt wrote:
> > Module Name:src
> > Committed By: darran
> > Date: Sun Feb 21 02:11:40 UTC 2010
> >
> > Modified Files:
> > src/sys/arch/i386/i386: trap.c vector.S
> > src/sys/kern: kern_
On Sun, Feb 21, 2010 at 02:11:40AM +, Darran Hunt wrote:
> Module Name: src
> Committed By: darran
> Date: Sun Feb 21 02:11:40 UTC 2010
>
> Modified Files:
> src/sys/arch/i386/i386: trap.c vector.S
> src/sys/kern: kern_lwp.c kern_proc.c kern_synch.c
> src/sys/sys: lw
Module Name:src
Committed By: cnst
Date: Sun Feb 21 05:21:25 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
mention wbsio(4) in doc/CHANGES
To generate a diff of this commit:
cvs rdiff -u -r1.1360 -r1.1361 src/doc/CHANGES
Please note that diffs are not public do
Module Name:src
Committed By: cnst
Date: Sun Feb 21 05:16:29 UTC 2010
Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4: Makefile isa.4 lm.4
src/sys/arch/amd64/conf: GENERIC XEN3_DOM0
src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0
Module Name:src
Committed By: darran
Date: Sun Feb 21 04:00:47 UTC 2010
Modified Files:
src/sys/conf: files
Log Message:
Add the DTrace kernel hooks file to the kernel build.
To generate a diff of this commit:
cvs rdiff -u -r1.974 -r1.975 src/sys/conf/files
Please note
Module Name:src
Committed By: darran
Date: Sun Feb 21 03:18:47 UTC 2010
Modified Files:
src/distrib/sets: sets.subr
src/distrib/sets/lists/base: mi shl.elf shl.mi
src/distrib/sets/lists/comp: mi shl.mi
src/distrib/sets/lists/man: mi
src/distr
Module Name:src
Committed By: darran
Date: Sun Feb 21 02:11:40 UTC 2010
Modified Files:
src/sys/arch/i386/i386: trap.c vector.S
src/sys/kern: kern_lwp.c kern_proc.c kern_synch.c
src/sys/sys: lwp.h proc.h
Added Files:
src/sys/sys: dtrace_bsd.h
Log Me
Module Name:src
Committed By: darran
Date: Sun Feb 21 01:48:03 UTC 2010
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Add a MKDTRACE build knob for DTrace, off by default.
To generate a diff of this commit:
cvs rdiff -u -r1.617 -r1.618 src/share/mk/bsd.own.mk
Pl
Module Name:src
Committed By: darran
Date: Sun Feb 21 01:46:36 UTC 2010
Modified Files:
src/external/cddl/osnet/dev: prototype.c
src/external/cddl/osnet/dev/cyclic: cyclic.c cyclic_test.c
src/external/cddl/osnet/dev/cyclic/amd64: cyclic_machdep.c
src
Module Name:src
Committed By: mrg
Date: Sun Feb 21 00:57:44 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: ctlreg.h
Log Message:
s/D-cache/I-cache/ in some comments.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/sparc64/include/ctlreg
Module Name:src
Committed By: darran
Date: Sun Feb 21 00:50:01 UTC 2010
Modified Files:
src/external/cddl/osnet/dist/cmd/dtrace: dtrace.c
src/external/cddl/osnet/dist/lib/libctf/common: ctf_lib.c ctf_subr.c
src/external/cddl/osnet/dist/lib/libdtrace/common:
Module Name:src
Committed By: christos
Date: Sat Feb 20 23:15:17 UTC 2010
Modified Files:
src/bin/sh: main.c
Log Message:
default to the original behavior for $ENV unless POSIXLY_CORRECT is set.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/bin/sh/mai
Module Name:src
Committed By: joerg
Date: Sat Feb 20 22:49:22 UTC 2010
Modified Files:
src/external/bsd/libarchive/lib/libarchive: Makefile
Log Message:
Remove a windows-only source file from the list.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/exter
Module Name:src
Committed By: ahoka
Date: Sat Feb 20 22:25:54 UTC 2010
Modified Files:
src/sbin/bioctl: bioctl.c
Log Message:
Fix two problems with argc handling in bioctl(8), which makes
bioctl(8) dump core if expected arguments are not passed in.
Closes PR bin/39946 (pa
Module Name:src
Committed By: roy
Date: Sat Feb 20 19:04:48 UTC 2010
Modified Files:
src/tools/tic: Makefile
Log Message:
Use HOST_SRCS instead of adding to SRCS for hash.c
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tools/tic/Makefile
Please note th
Module Name:src
Committed By: roy
Date: Sat Feb 20 17:02:33 UTC 2010
Modified Files:
src/tools/tic: Makefile
Log Message:
Use the pre-built hash table.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/tic/Makefile
Please note that diffs are not publ
Module Name:src
Committed By: uebayasi
Date: Sat Feb 20 16:48:57 UTC 2010
Modified Files:
src/sys/arch/arm/arm32 [uebayasi-xip]: pmap.c
Log Message:
Fix \!DIAGNOSTIC build.
To generate a diff of this commit:
cvs rdiff -u -r1.211.2.7 -r1.211.2.8 src/sys/arch/arm/arm32/pma
Module Name:src
Committed By: martin
Date: Sat Feb 20 16:46:38 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: sparc64.h
src/sys/arch/sparc64/sparc64: ipifuncs.c ofw_machdep.c
Log Message:
Select the shutdown method for secondary CPUs by available firmware
m
Module Name:src
Committed By: joerg
Date: Sat Feb 20 15:04:04 UTC 2010
Modified Files:
src/tools/host-mkdep: host-mkdep.in
Log Message:
Rewrite argument processing to deal with spaces and other meta
characters in options. This was exposed by the "NetBSD 5.99" argument of
m
Module Name:src
Committed By: pooka
Date: Sat Feb 20 14:52:22 UTC 2010
Modified Files:
src/sys/dev/usb: ucom.c
Log Message:
printf -> aprint_normal to avoid empty linefeeds and partial messages
for AB_QUIET.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 s
Module Name:src
Committed By: pooka
Date: Sat Feb 20 13:56:29 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libugenhc: ugenhc.c
Log Message:
Fix snafu with error reporting in bulk transfers.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/rump/dev/lib
Module Name:src
Committed By: joerg
Date: Sat Feb 20 13:43:31 UTC 2010
Modified Files:
src/tools/mandoc: Makefile
Log Message:
Add intermediate files to CLEANFILES. Explicitly include bsd.sys.mk to
ensure that HOST_SH is set, even when e.g. cleandir is used.
Noticed by Nic
Module Name:src
Committed By: drochner
Date: Sat Feb 20 13:21:58 UTC 2010
Modified Files:
src/sys/uvm: uvm_map.c
Log Message:
rename the new sysctl to "vm.user_va0_disable", for consistency
with the majority of existing sysctl flags, suggested by yamt
To generate a diff
Module Name:src
Committed By: wiz
Date: Sat Feb 20 10:23:05 UTC 2010
Modified Files:
src/lib/libcurses: curses_line.3
Log Message:
Bump date for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libcurses/curses_line.3
Please note that diffs
Module Name:src
Committed By: mlelstv
Date: Sat Feb 20 08:47:10 UTC 2010
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
Initialize device_name before opendisk to avoid
"unable to open device '(null)'" error messages
when the opendisk fails.
To generate a diff of this c
32 matches
Mail list logo