Module Name:src
Committed By: njoly
Date: Mon Feb 28 09:10:28 UTC 2011
Modified Files:
src/lib/libdm: dm.3
Log Message:
Small macro fix (SS -> Ss).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libdm/dm.3
Please note that diffs are not public domai
Module Name:src
Committed By: macallan
Date: Mon Feb 28 10:03:50 UTC 2011
Modified Files:
src/sys/arch/arm/arm32: pmap.c
src/sys/arch/arm/include/arm32: pmap.h
Log Message:
implement arm32_pmap_flags() to allow mappings with write buffering enabled,
mostly for vide
Module Name:src
Committed By: macallan
Date: Mon Feb 28 10:05:04 UTC 2011
Modified Files:
src/sys/arch/shark/ofw: igsfb_ofbus.c
Log Message:
use ARM32_MMAP_WRITECOMBINE when mmap()ing video memory for improved X11 speed
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: nakayama
Date: Mon Feb 28 14:29:29 UTC 2011
Modified Files:
src/sys/arch/sparc64/dev: lom.c
Log Message:
lom_refresh():
Update only the sensor status specified by the edata as noted in
sysmon_envsys(9).
lom_sysctl_alarm():
Update alarm status
Module Name:src
Committed By: riz
Date: Mon Feb 28 16:56:39 UTC 2011
Modified Files:
src/sys/dev/pad: padvol.c
Log Message:
Use le16enc()/be16enc() to encode LE/BE values back into the audio stream.
This fixes the tests/dev/audio test on my macppc box.
While I'm here, use
Module Name:src
Committed By: mjacob
Date: Mon Feb 28 17:17:55 UTC 2011
Modified Files:
src/sys/dev/ic: isp.c isp_library.c isp_netbsd.h ispvar.h
src/sys/dev/pci: isp_pci.c
Log Message:
Update isp driver to be in sync with other platforms. Mostly very minor changes
Module Name:src
Committed By: mjacob
Date: Mon Feb 28 17:19:44 UTC 2011
Modified Files:
src/sys/dev/microcode/isp: asm_2322.h asm_2400.h asm_2500.h
Log Message:
Update firmware sets for the (rare) 2322, 2400 and 2500. In particular the
latter two sets have boatloads of bug
Module Name:src
Committed By: christos
Date: Mon Feb 28 18:28:20 UTC 2011
Modified Files:
src/sys/dev/dkwedge: dk.c
Log Message:
Make error checking consistent, possibly fixes PR/44652.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/dev/dkwedge/dk.
Module Name:src
Committed By: pooka
Date: Mon Feb 28 19:57:37 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
A simple dup2-enforced affine transformation isn't enough when
dealing with dup2() from a rump kernel fd to a host kernel fd.
Consider:
s1 =
Module Name:src
Committed By: pooka
Date: Mon Feb 28 20:39:07 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
make compiler sign-happy
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/lib/librumphijack/hijack.c
Please note that dif
Module Name:src
Committed By: pooka
Date: Mon Feb 28 21:03:15 UTC 2011
Modified Files:
src/tests/fs/common: fstest_nfs.c
Log Message:
bump nfdsargv[]�size belatedly (and add a few extra for needs of future bugs)
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: pooka
Date: Mon Feb 28 21:08:13 UTC 2011
Modified Files:
src/tests/fs/common: fstest_nfs.c
Log Message:
g/c unused variable
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/fs/common/fstest_nfs.c
Please note that diffs
Module Name:src
Committed By: pooka
Date: Mon Feb 28 21:08:46 UTC 2011
Modified Files:
src/tests/fs/common: fstest_nfs.c
Log Message:
g/c use of unused variable too
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/fs/common/fstest_nfs.c
Please note
Module Name:src
Committed By: skrll
Date: Mon Feb 28 21:20:50 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: trap.S
Log Message:
Remove old/incorrect comment.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/hppa/hppa/trap.S
Please note that
Module Name:src
Committed By: pooka
Date: Mon Feb 28 21:21:14 UTC 2011
Modified Files:
src/tests/fs/nfs/nfsservice: rumpnfsd.c
src/tests/net/config: netconfig.c
Log Message:
make netcfg produce sensible results in a non-atf env
To generate a diff of this commit:
Module Name:src
Committed By: skrll
Date: Mon Feb 28 21:22:35 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: trap.S
Log Message:
Don't use %tr3 (aka cr27) in emu trap. cr27 is now used for lwp private
info.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60
Module Name:src
Committed By: skrll
Date: Mon Feb 28 21:23:33 UTC 2011
Modified Files:
src/sys/arch/hppa/include: types.h
Log Message:
__HAVE___LWP_GETPRIVATE_FAST works now.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/hppa/include/types.h
Module Name:src
Committed By: skrll
Date: Mon Feb 28 21:24:25 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: db_trace.c
Log Message:
Add the trapframe pointer to the syscall information.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hppa/hpp
Module Name:src
Committed By: haad
Date: Mon Feb 28 23:23:08 UTC 2011
Modified Files:
src/gnu/usr.bin/groff/tmac: mdoc.local
src/lib/libdm: dm.3
Log Message:
Fix problems in libdm manual page pointed by njoly@ thanks for help.
To generate a diff of this commit:
c
Module Name:src
Committed By: jruoho
Date: Tue Mar 1 04:35:48 UTC 2011
Modified Files:
src/sys/arch/x86/acpi: acpi_cpu_md.c
src/sys/dev/acpi: acpi_cpu.h acpi_cpu_pstate.c acpi_cpu_tstate.c
Log Message:
Move the xcall(9) that does the P- and T-state transformations
Module Name:src
Committed By: jruoho
Date: Tue Mar 1 04:45:52 UTC 2011
Modified Files:
src/share/man/man4: acpicpu.4
Log Message:
Update compatibility notes.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/share/man/man4/acpicpu.4
Please note that dif
Module Name:src
Committed By: jruoho
Date: Tue Mar 1 05:02:16 UTC 2011
Modified Files:
src/sys/arch/x86/acpi: acpi_cpu_md.c
Log Message:
Remove the cross-call from the APERF/MPERF -function.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/
Module Name:src
Committed By: jruoho
Date: Tue Mar 1 05:32:03 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi_cpu.c acpi_cpu_cstate.c acpi_cpu_pstate.c
acpi_cpu_tstate.c
Log Message:
Simplify by moving the debug printfs to one place. No functional change.
To
Module Name:src
Committed By: jruoho
Date: Tue Mar 1 05:37:02 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi_cpu_cstate.c
Log Message:
Use __arraycount(3).
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/acpi/acpi_cpu_cstate.c
Please note tha
Module Name:src
Committed By: jruoho
Date: Tue Mar 1 05:57:05 UTC 2011
Modified Files:
src/sys/dev/acpi: acpi_cpu.c acpi_cpu_cstate.c acpi_cpu_pstate.c
acpi_cpu_tstate.c
Log Message:
Move also the evcnt(9) event counters to one place. No functional change.
T
25 matches
Mail list logo