Module Name:src
Committed By: matt
Date: Wed Aug 18 06:35:01 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: locore.S locore_mips3.S
Log Message:
Set SR UX when we first set KX. (XLS416 now boot multiuser again with
>32 bit VAs).
To generate a diff of
Module Name:src
Committed By: jruoho
Date: Wed Aug 18 04:16:12 UTC 2010
Modified Files:
src/share/man/man4: acpicpu.4
Log Message:
Update.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/acpicpu.4
Please note that diffs are not public do
Module Name:src
Committed By: jruoho
Date: Wed Aug 18 04:12:29 UTC 2010
Modified Files:
src/sys/arch/x86/acpi: acpi_cpu_md.c
Log Message:
Add MD support for the vendor-independent extended PSS. Some conforming AMD
systems are known to work. Alas, not all of them. We still
Module Name:src
Committed By: enami
Date: Wed Aug 18 02:53:54 UTC 2010
Modified Files:
src/bin/ls: print.c
Log Message:
Fix broken indentation. No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/bin/ls/print.c
Please note that diffs
Module Name:src
Committed By: jruoho
Date: Wed Aug 18 02:01:45 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_cpu_cstate.c
Log Message:
Fix fix of a bug: first initialize sc, check sc != NULL, then KASSERT(9).
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.3
Module Name:src
Committed By: pgoyette
Date: Wed Aug 18 01:56:45 UTC 2010
Modified Files:
src/share/man/man9: module.9
Log Message:
Note that, for MODULE_CLASS_SECMODEL, the class is not ignored. Rather,
we will automatically call secmodel_register() for these modules.
Module Name:src
Committed By: pgoyette
Date: Wed Aug 18 01:55:32 UTC 2010
Modified Files:
src/lib/libc/sys: modctl.2
Log Message:
Add a couple more possible return values.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/sys/modctl.2
Please note
Module Name:src
Committed By: pgoyette
Date: Tue Aug 17 23:36:51 UTC 2010
Modified Files:
src/sys/dev/i2c: dbcool.c
Log Message:
Use SYSCTL_DESCR()
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/i2c/dbcool.c
Please note that diffs are not publ
Module Name:src
Committed By: jym
Date: Tue Aug 17 22:24:05 UTC 2010
Modified Files:
src/sys/arch/i386/i386: machdep.c
Log Message:
Use SYSCTL_DESCR()
To generate a diff of this commit:
cvs rdiff -u -r1.693 -r1.694 src/sys/arch/i386/i386/machdep.c
Please note that diffs
Module Name:src
Committed By: pooka
Date: Tue Aug 17 20:42:47 UTC 2010
Modified Files:
src/sys/rump/net/lib/libshmif: if_shmem.c
Log Message:
Prefault bus pages in driver attachment. This seems to work around
weird corruption I've been seeing (most likely a host kernel bu
Module Name:src
Committed By: macallan
Date: Tue Aug 17 18:53:16 UTC 2010
Modified Files:
src/sys/dev/pci: radeonfb.c radeonfbvar.h
Log Message:
- fix 8 bit support and run the console in 8 bit for a little extra speed
- fix colour oddities seen occasionally on sparc64
- t
Module Name:src
Committed By: cegger
Date: Tue Aug 17 18:49:28 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_cpu_cstate.c
Log Message:
build fix: first initialize sc then KASSERT
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/acpi/acpi_cpu_cs
Module Name:src
Committed By: pooka
Date: Tue Aug 17 15:51:11 UTC 2010
Modified Files:
src/tests/net/icmp: t_ping.c
Log Message:
add a test which floodpings another host
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/icmp/t_ping.c
Please note
Module Name:src
Committed By: hannken
Date: Tue Aug 17 13:17:48 UTC 2010
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
Now that ffs on disk inodes get freed in the reclaim routine it is no longer
necessary for vget() to handle VI_INACTNOW as a special case. Remove
Module Name:src
Committed By: pooka
Date: Tue Aug 17 12:59:53 UTC 2010
Modified Files:
src/sys/rump/net/lib/libshmif: shmif_busops.c
Log Message:
Fix hopefully last off-by-one: if we fill the bus, we must also
advance the "first" pointer. This problem triggered only if th
Module Name:src
Committed By: pooka
Date: Tue Aug 17 12:04:34 UTC 2010
Modified Files:
src/tests/net/config: netconfig.c
Log Message:
* add interface for virtif creation (in addition to the already present shmif)
* don't leak sockets
To generate a diff of this commit:
cv
Module Name:src
Committed By: pooka
Date: Tue Aug 17 11:47:27 UTC 2010
Modified Files:
src/distrib/sets/lists/tests: mi
Log Message:
+tp
To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/distrib/sets/lists/tests/mi
Please note that diffs are not public
Module Name:src
Committed By: pooka
Date: Tue Aug 17 11:46:16 UTC 2010
Modified Files:
src/tests/fs/vfs: Makefile
Added Files:
src/tests/fs/vfs: t_full.c
Log Message:
Add test which fills up the file system and expects ENOSPC.
To generate a diff of this commit:
c
Module Name:src
Committed By: pooka
Date: Tue Aug 17 11:35:24 UTC 2010
Modified Files:
src/sys/rump/net/lib/libshmif: if_shmem.c shmif_busops.c
Log Message:
* fix off-by-wrap case where current datagram aligns exactly with
the end of the bus
* clarify the "can we still u
Module Name:src
Committed By: jruoho
Date: Tue Aug 17 10:57:31 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_cpu_pstate.c acpi_cpu_tstate.c
Log Message:
Adjust locking for previous.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/acpi/acpi_cpu
Module Name:src
Committed By: jruoho
Date: Tue Aug 17 10:35:22 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_cpu_pstate.c acpi_cpu_tstate.c
Log Message:
Clarify the initialization of the dynamic maximums/minimums. Reset these to
defaults upon suspend. As we do not know h
Module Name:src
Committed By: jruoho
Date: Tue Aug 17 10:17:52 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_cpu.c acpi_cpu.h acpi_cpu_pstate.c
acpi_cpu_tstate.c
Log Message:
Add support for the optional dynamic minimum (in terms of MHz) via _PDL.
Comparable
Module Name:src
Committed By: christos
Date: Tue Aug 17 08:40:57 UTC 2010
Modified Files:
src/share/mk: bsd.x11.mk
Log Message:
PR/43772: enami tsugutomo: __XCONFIGFILEMAN__ is left unexpaneded in
xinit(1)/startx(1)
To generate a diff of this commit:
cvs rdiff -u -r1.88
23 matches
Mail list logo