Module Name:src
Committed By: jruoho
Date: Thu Oct 20 06:57:24 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi_cpu.c
Log Message:
Initialize P-states to P0 (i.e. the highest frequency).
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/acpi/acpi_c
Module Name:src
Committed By: jruoho
Date: Thu Oct 20 06:48:25 UTC 2011
Modified Files:
src/share/man/man9: cpufreq.9
src/sys/kern: subr_cpufreq.c
Log Message:
Do not use xcall(9) in cpufreq_register(9), as it requires kthreads to be
running and may impose hacks li
Module Name:src
Committed By: yamt
Date: Thu Oct 20 03:05:15 UTC 2011
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
revert a debug printf slipped in with subr_vmem.c rev.1.64.
pointed out by Nicolas Joly.
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r
Module Name:src
Committed By: jmcneill
Date: Wed Oct 19 23:07:34 UTC 2011
Modified Files:
src/external/mit/xorg/server/drivers/xf86-input-vmmouse: Makefile
Log Message:
define ABS_VALUATOR_AXES and NO_MOUSE_MODULE
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1
Module Name:src
Committed By: dyoung
Date: Wed Oct 19 22:13:46 UTC 2011
Modified Files:
src/sbin/drvctl: drvctl.c
Log Message:
Don't print the silly header, "Properties for device `xxx0':", before
the device properties if the -n option was given.
To generate a diff of th
Module Name:src
Committed By: dyoung
Date: Wed Oct 19 22:07:10 UTC 2011
Modified Files:
src/sys/net: if_vlan.c
Log Message:
Use if_flags_set() and if_mcast_op().
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/net/if_vlan.c
Please note that diffs a
Module Name:src
Committed By: dyoung
Date: Wed Oct 19 21:59:38 UTC 2011
Modified Files:
src/sys/net: if_gre.c
Log Message:
Get rid of gre's deadlock-prone, one-off ifioctl locking. The standard
ifioctl locking will do.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: dyoung
Date: Wed Oct 19 21:29:51 UTC 2011
Modified Files:
src/sys/net: if.c if.h
Log Message:
Userland by pulling the ifioctl lock-related data members into a
struct ifnet_lock that the ifnet has a pointer to. In a non-_KERNEL
environment, do
Module Name:src
Committed By: macallan
Date: Wed Oct 19 21:12:51 UTC 2011
Modified Files:
src/sys/arch/macppc/dev: obio.c
Log Message:
add cpufreq support
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/macppc/dev/obio.c
Please note that diffs
Module Name:src
Committed By: jruoho
Date: Wed Oct 19 16:19:30 UTC 2011
Modified Files:
src/tests/lib/libc/sys: t_write.c
Log Message:
Add few basic checks.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/sys/t_write.c
Please note that dif
Module Name:src
Committed By: njoly
Date: Wed Oct 19 15:27:17 UTC 2011
Modified Files:
src/tests/lib/libc/gen: t_fpsetmask.c
Log Message:
Add basic fpsetmask test to exercize setting/clearing bits.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/lib
Module Name:src
Committed By: njoly
Date: Wed Oct 19 15:24:58 UTC 2011
Modified Files:
src/lib/libc/arch/x86_64/gen: fpsetmask.S
Log Message:
Fix fpsetmask(3) to be able to clear bits previously set.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/lib
Module Name:src
Committed By: christos
Date: Wed Oct 19 14:42:37 UTC 2011
Modified Files:
src/etc/skel: dot.cshrc dot.profile
Log Message:
put back a commented out EXINIT entry.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/etc/skel/dot.cshrc
cvs rdiff
Module Name:src
Committed By: dholland
Date: Wed Oct 19 11:27:26 UTC 2011
Modified Files:
src/etc/skel: dot.cshrc dot.profile
Log Message:
Re-enable EDITOR=vi because otherwise stuff breaks. (Or runs ed, which
is arguably equivalent to breaking.)
Per the discussion on tec
Module Name:src
Committed By: yamt
Date: Wed Oct 19 11:12:37 UTC 2011
Modified Files:
src/sys/kern: subr_vmem.c
Log Message:
vmem_create: copy the 'name' string rather than just keeping a reference to it.
i think it's what solaris does as at least dtrace relies on this beh
Module Name:src
Committed By: yamt
Date: Wed Oct 19 11:03:52 UTC 2011
Modified Files:
src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c
Log Message:
make aggregate work for > 1 cpus
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
src/external
Module Name:src
Committed By: yamt
Date: Wed Oct 19 11:02:09 UTC 2011
Modified Files:
src/external/cddl/osnet/dist/uts/common/dtrace: dtrace.c
src/external/cddl/osnet/dist/uts/common/sys: dtrace_impl.h
Log Message:
because our xcall stuff can't be used in softint,
Module Name:src
Committed By: yamt
Date: Wed Oct 19 10:55:50 UTC 2011
Modified Files:
src/external/cddl/osnet/dev/fbt: fbt.c
Log Message:
fbt_provide_module_cb: exclude some functions known unsafe to probe
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/
Module Name:src
Committed By: yamt
Date: Wed Oct 19 10:53:12 UTC 2011
Modified Files:
src/sys/sys: ioccom.h
Log Message:
comment
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/sys/ioccom.h
Please note that diffs are not public domain; they are sub
Module Name:src
Committed By: yamt
Date: Wed Oct 19 10:51:48 UTC 2011
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
don't forget to call kdtrace_thread_ctor for lwp0
To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 src/sys/kern/kern_lwp.c
Please n
Module Name:src
Committed By: tsutsui
Date: Wed Oct 19 10:14:35 UTC 2011
Modified Files:
src/etc/skel: dot.cshrc dot.profile
Log Message:
Cleanup ancient entries derived from 4.4BSD Lite2 merge
for newer useradd(8) users:
- remove all aliases
- remove annoying EXINIT setti
21 matches
Mail list logo