> > Log Message:
> > uvm_fault: Pack variables shared during fault / re-fault into a struct named
> > uvm_faultctx. Unfortunately ~all of those values are overriden in various
> > ways. Constification doesn't help much...
>
> Isn't that what uvm_faultinfo is for? Why are you inventing a new str
Module Name:src
Committed By: mrg
Date: Mon Feb 1 07:01:41 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: pmap.h
src/sys/arch/sparc64/sparc64: ipifuncs.c locore.s pmap.c
Log Message:
- sp_tlb_flush_all() becomes sp_tlb_flush_all_us() and sp_tlb_flush_all_u
On Jan 31, 2010, at 10:56 PM, Masao Uebayashi wrote:
> Module Name: src
> Committed By: uebayasi
> Date: Mon Feb 1 06:56:22 UTC 2010
>
> Modified Files:
> src/sys/uvm: uvm_fault.c
>
> Log Message:
> uvm_fault: Pack variables shared during fault / re-fault into a struct named
> u
Module Name:src
Committed By: uebayasi
Date: Mon Feb 1 06:56:22 UTC 2010
Modified Files:
src/sys/uvm: uvm_fault.c
Log Message:
uvm_fault: Pack variables shared during fault / re-fault into a struct named
uvm_faultctx. Unfortunately ~all of those values are overriden in v
Module Name:src
Committed By: matt
Date: Mon Feb 1 06:54:35 UTC 2010
Modified Files:
src/sys/arch/pmax/pmax [matt-nb5-mips64]: machdep.c
Log Message:
Move init of lwp0 uarea earlier so that badaddr has a stack and pcb.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: matt
Date: Mon Feb 1 06:53:00 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c trap.c
Log Message:
Allow port-specific code to init lwp0.l_addr early. (pmax needs it so it
call badaddr).
To generate a diff
Module Name:src
Committed By: mrg
Date: Mon Feb 1 06:26:15 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: ctlreg.h
src/sys/arch/sparc64/sparc64: locore.s
Log Message:
for USIII, use the new "tlb demap all" operation in sp_tlb_flush_all()
To generate a di
Module Name:src
Committed By: matt
Date: Mon Feb 1 06:09:21 UTC 2010
Modified Files:
src/sys/arch/pmax/pmax [matt-nb5-mips64]: bus_dma.c dec_3100.c
dec_3max.c dec_3min.c dec_maxine.c interrupt.c machdep.c
Log Message:
Update to reflect mips tree changes.
To
Module Name:src
Committed By: uebayasi
Date: Mon Feb 1 05:48:19 UTC 2010
Modified Files:
src/sys/uvm: uvm_fault.c
Log Message:
ERESTART is already negative. Give up negating error values to not override
the original values. Pointed out by rmind@, thanks.
In the lower f
Module Name:src
Committed By: msaitoh
Date: Mon Feb 1 05:38:36 UTC 2010
Modified Files:
src/sys/dev/pci: if_bge.c pcireg.h
Log Message:
Fix the bug that unaligned access occurs on amd64. It also fixes the bug
that error bits aren't cleard because these bit are W2C (in oth
Module Name:src
Committed By: mrg
Date: Mon Feb 1 05:00:59 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: psl.h
src/sys/arch/sparc64/sparc64: ipifuncs.c
Log Message:
add some macros to check cpu type:
GETVER_CPU_IMPL()
CPU_IS_JALAPENO()
Module Name:src
Committed By: matt
Date: Mon Feb 1 04:21:46 UTC 2010
Modified Files:
src/sys/arch/algor/algor [matt-nb5-mips64]: machdep.c
Log Message:
fix fallout from frame/trapframe merger.
To generate a diff of this commit:
cvs rdiff -u -r1.38.10.4 -r1.38.10.5 src/s
Module Name:src
Committed By: matt
Date: Mon Feb 1 04:19:29 UTC 2010
Modified Files:
src/sys/compat/irix [matt-nb5-mips64]: irix_exec.c irix_prctl.c
irix_signal.c
Log Message:
fix fallout from frame/trapframe merger.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: matt
Date: Mon Feb 1 04:18:32 UTC 2010
Modified Files:
src/sys/arch/hpcmips/hpcmips [matt-nb5-mips64]: machdep.c
src/sys/arch/hpcmips/tx [matt-nb5-mips64]: tx39.c
src/sys/arch/mipsco/mipsco [matt-nb5-mips64]: machdep.c mips_3x3
Module Name:src
Committed By: matt
Date: Mon Feb 1 04:17:51 UTC 2010
Modified Files:
src/sys/arch/arc/arc [matt-nb5-mips64]: machdep.c
src/sys/arch/cobalt/cobalt [matt-nb5-mips64]: machdep.c
src/sys/arch/evbmips/adm5120 [matt-nb5-mips64]: machdep.c
Module Name:src
Committed By: matt
Date: Mon Feb 1 04:16:20 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h db_machdep.h
locore.h proc.h
src/sys/arch/mips/mips [matt-nb5-mips64]: compat_13_machdep.c
compat_16_mach
Module Name:src
Committed By: mrg
Date: Mon Feb 1 03:43:27 UTC 2010
Modified Files:
src/sys/arch/sparc64/sparc64: cache.h locore.s
Log Message:
remove unused icache_flush_page() implementation.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/s
On Sun, Jan 31, 2010 at 08:09:44AM +, David Laight wrote:
> > gcc does not seem to be very deterministic about this kind of thing.
>
> I've being trying to stop gcc using too many registers in another
> project - with 24 available registers you'd think it would manage
> not to spill local
Module Name:src
Committed By: mrg
Date: Mon Feb 1 02:42:33 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: intr.h
src/sys/arch/sparc64/sparc64: ipifuncs.c pmap.c
Log Message:
- add a PDB_CTX_FLUSHALL debug type to pmap.c, and also log the cpu_number()
in
Module Name:src
Committed By: ahoka
Date: Mon Feb 1 00:39:03 UTC 2010
Modified Files:
src/distrib/utils/sysinst: net.c
Log Message:
Make it proper KNF as it should have been done in my previous commit.
To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/
Module Name:src
Committed By: ahoka
Date: Mon Feb 1 00:06:18 UTC 2010
Modified Files:
src/distrib/utils/sysinst: net.c
Log Message:
Remove duplicate sys/sysctl.h inclusion and put includes in alpabetic
order.
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.1
Module Name:src
Committed By: martin
Date: Sun Jan 31 22:53:56 UTC 2010
Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c
Log Message:
Fix an outdated comment, noticed by Paul Goyette.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/dev/sysmon/sys
Module Name:src
Committed By: phx
Date: Sun Jan 31 21:52:24 UTC 2010
Modified Files:
src/share/man/man4: ddb.4
src/sys/ddb: db_write_cmd.c
Log Message:
New modifiers for the "write" command: /BHL. They act like /bhl but do not
read the old value from memory before
Module Name:src
Committed By: martin
Date: Sun Jan 31 21:36:38 UTC 2010
Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c sysmonvar.h
Log Message:
Add a convenience function to find the maximum value currently reported
by a set (selected via a passed callback predicate)
Module Name:src
Committed By: wiz
Date: Sun Jan 31 21:25:51 UTC 2010
Modified Files:
src/share/man/man9: driver.9
Log Message:
Bump date for SEE ALSO change.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/share/man/man9/driver.9
Please note that diffs
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 21:21:13 UTC 2010
Modified Files:
src/share/man/man9: driver.9
Log Message:
Do not advertise deprecated APIs in an important introductory manual page.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/
Module Name:src
Committed By: roy
Date: Sun Jan 31 21:02:05 UTC 2010
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Import dhcpcd-5.1.5
To generate a diff of this commit:
cvs rdiff -u -r1.746 -r1.747 src/doc/3RDPARTY
cvs rdiff -u -r1.1351 -r1.1352 src/doc/CHANGES
Module Name:src
Committed By: roy
Date: Sun Jan 31 20:53:05 UTC 2010
Modified Files:
src/external/bsd/dhcpcd/dist: dhcpcd.8.in
Log Message:
sync
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/dhcpcd/dist/dhcpcd.8.in
Please note that diffs a
Module Name:src
Committed By: roy
Date: Sun Jan 31 20:50:24 UTC 2010
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv23455
Log Message:
Import dhcpcd-5.1.5 with the following changes:
* -H, --xidhwaddr uses the last 4 bytes of the hardw
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 20:38:11 UTC 2010
Modified Files:
src/sys/dev/acpi: wmi_acpi.c
Log Message:
Verify the object type before using variables from it.
In addition, use CTASSERT(9) instead of KASSERT(9).
To generate a diff of this commit:
Module Name:src
Committed By: phx
Date: Sun Jan 31 19:56:19 UTC 2010
Modified Files:
src/sys/arch/amiga/dev: grf_cv.c grf_cvreg.h
Log Message:
Fixed for amigappc by executing eieio after writing to a vga register.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 19:49:29 UTC 2010
Modified Files:
src/sys/dev/acpi: dalb_acpi.c
Log Message:
Add a detachment routine.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/dalb_acpi.c
Please note that diffs a
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 18:51:33 UTC 2010
Modified Files:
src/sys/dev/acpi: asus_acpi.c
Log Message:
Also remove the ACPI notify handler upon detach.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/asus_acpi.c
Module Name:src
Committed By: dyoung
Date: Sun Jan 31 18:12:51 UTC 2010
Modified Files:
src/sys/dev/ic: rtw.c
Log Message:
Add the missing newline to a verbose autoconf message.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/dev/ic/rtw.c
Please
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 17:53:31 UTC 2010
Modified Files:
src/sys/dev/acpi: thinkpad_acpi.c
Log Message:
Add a detachment routine. While here, clarify the initialization of sensors.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.
Module Name:src
Committed By: uebayasi
Date: Sun Jan 31 17:13:38 UTC 2010
Modified Files:
src/sys/uvm: uvm_fault.c
Log Message:
Ax uvm_fault_internal() & break it into functions. "Upper" fault and "lower"
fault routines are separated now.
To generate a diff of this comm
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 16:04:35 UTC 2010
Modified Files:
src/sbin/fsck_ffs: setup.c
src/sbin/newfs: mkfs.c
Log Message:
Skip handling of APPLEUFS_LABEL if it is smaller than a device block.
In particular:
- newfs will not try to era
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 15:40:08 UTC 2010
Modified Files:
src/sys/dev: vnd.c
Log Message:
Properly register blocksize with disk(9) framework.
To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/sys/dev/vnd.c
Please note tha
Module Name:src
Committed By: pooka
Date: Sun Jan 31 15:12:42 UTC 2010
Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c
Log Message:
Include newly-created subr_device.c and remove few special case
device accessor copypastes. This makes it possible t
Module Name:src
Committed By: pooka
Date: Sun Jan 31 15:10:12 UTC 2010
Modified Files:
src/sys/conf: files
src/sys/kern: subr_autoconf.c
Added Files:
src/sys/kern: subr_device.c
Log Message:
Device accessors are only marginally related to autoconf, so put t
Module Name:src
Committed By: wiz
Date: Sun Jan 31 15:05:49 UTC 2010
Modified Files:
src/share/man/man4: crypto.4
Log Message:
Use full month name in Dd.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man4/crypto.4
Please note that diffs are
Module Name:src
Committed By: wiz
Date: Sun Jan 31 15:05:20 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Bump date for new debug section.
New sentence, new line.
Remove Pp after section begin.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1
Module Name:src
Committed By: hubertf
Date: Sun Jan 31 14:43:04 UTC 2010
Modified Files:
src/share/man/man4: crypto.4
Log Message:
Fix two typos to make documentation match the code:
* the CIOCFKEY ioctl is really called CIOCKEY
* CRK_MOD_EX => CRK_MOD_EXP
Bump date.
Module Name:src
Committed By: hubertf
Date: Sun Jan 31 14:32:56 UTC 2010
Modified Files:
src/sys/opencrypto: cryptodev.c
Log Message:
Add missing "break" for CRYPTO_CAST_CBC, and some assorted comment fixes.
openssl(1) checks for CAST (and others) on ~every startup.
To g
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 14:30:22 UTC 2010
Modified Files:
src/tests/fs/ffs: Makefile
Log Message:
filesystems now use getdisksize() which is in librumpdev_disk.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/fs/ffs/Ma
Module Name:src
Committed By: pooka
Date: Sun Jan 31 13:15:09 UTC 2010
Modified Files:
src/sys/rump/librump/rumpvfs: rumpblk.c
Log Message:
If RUMP_BLKSECTSHIFT is set in the environment, use that as
device sector size instead of DEV_BSHIFT.
To generate a diff of this co
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 12:20:23 UTC 2010
Modified Files:
src/sys/arch/amd64/conf: GENERIC
Log Message:
Remove ACPICA_PEDANTIC.
To generate a diff of this commit:
cvs rdiff -u -r1.262 -r1.263 src/sys/arch/amd64/conf/GENERIC
Please note that
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 12:14:45 UTC 2010
Modified Files:
src/sys/arch/i386/conf: ALL GENERIC
Log Message:
Remove ACPICA_PEDANTIC. Appears to be no longer in use.
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/sys/arch/i
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 12:07:38 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Miscellaneous small changes:
* Use -compact to make the page a little shorter.
* Capitalize the title in the sysctl-section.
Module Name:src
Committed By: skrll
Date: Sun Jan 31 11:54:32 UTC 2010
Modified Files:
src/sys/kern: subr_kmem.c
Log Message:
1 CTASSERT(foo) is enough for anyone.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/kern/subr_kmem.c
Please note that di
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 11:39:55 UTC 2010
Modified Files:
src/sys/arch/x86/x86: ipmi.c
Log Message:
Release buffer in case a receive failed.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/x86/x86/ipmi.c
Please n
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 11:29:32 UTC 2010
Modified Files:
src/share/man/man4: acpi.4
Log Message:
Add a short introduction to ACPI debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/acpi.4
Please not
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 11:26:20 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi.c acpivar.h files.acpi
Added Files:
src/sys/dev/acpi: acpi_debug.c
Log Message:
Add dynamic debug options for ACPI_DEBUG kernels.
ok jmcneill@, pooka@, p
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 11:19:40 UTC 2010
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
No more ACPI_ACAD_DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/arch/i386/conf/ALL
Please note that diffs ar
Module Name:src
Committed By: jruoho
Date: Sun Jan 31 11:16:18 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_acad.c
Log Message:
Simplify and clean:
* Semantics.
* Remove ACPI_ACAD_DEBUG.
* Reduce the amount of error reporting.
* Remove t
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 10:54:10 UTC 2010
Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c fs.h
Log Message:
Fix block shift to work with different device block sizes.
Unlike other filesystems this has some side issues because
the shift values
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 10:50:23 UTC 2010
Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c
Log Message:
Replace individual queries for partition information with
new helper function.
To generate a diff of this commit:
cvs rdiff -u -r1.254 -r1.
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 10:37:57 UTC 2010
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c
Log Message:
Fix block shift to work with different device block sizes.
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/uf
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 10:36:20 UTC 2010
Modified Files:
src/sys/ufs/ext2fs: ext2fs_vfsops.c
Log Message:
Replace individual queries for partition information with
new helper function.
To generate a diff of this commit:
cvs rdiff -u -r1.15
Module Name:src
Committed By: mlelstv
Date: Sun Jan 31 10:30:41 UTC 2010
Modified Files:
src/sys/fs/msdosfs: msdosfs_vfsops.c
Log Message:
Replace individual queries for partition information with
new helper function.
To generate a diff of this commit:
cvs rdiff -u -r1.7
Module Name:src
Committed By: martin
Date: Sun Jan 31 09:27:41 UTC 2010
Modified Files:
src/sys/kern: kern_hook.c
Log Message:
This is using device_t, so it needs to include .
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/kern/kern_hook.c
Please no
Module Name:src
Committed By: uebayasi
Date: Sun Jan 31 09:20:31 UTC 2010
Modified Files:
src/sys/uvm: uvm_fault.c
Log Message:
uvm_fault_internal:
Move local variables around to isolate contexts. Note that remaining variables
are global in that function, and some hold s
David A. Holland said;
Change MIPS_CURLWP from s7 to t8.
...
Huh. That surprises me slightly. Good to know though.
Remember to bump the kernel version when you merge the branch, or
anyone using modules will get a nasty surprise :-)
It's a major incompatiblity to change MIPS label_t definiti
On Sun, Jan 31, 2010 at 01:33:59AM +, David Holland wrote:
>
> gcc does not seem to be very deterministic about this kind of thing.
I've being trying to stop gcc using too many registers in another
project - with 24 available registers you'd think it would manage
not to spill locals to the st
64 matches
Mail list logo