Module Name:src
Committed By: dyoung
Date: Thu Aug 25 02:36:03 UTC 2011
Modified Files:
src/sys/arch/mips/atheros/dev: athflash.c
Log Message:
Use humanize_number() instead of the buggy code that GCC 4.5 caught.
Compiles. Not tested.
To generate a diff of this commit:
c
Module Name:src
Committed By: pgoyette
Date: Thu Aug 25 02:29:08 UTC 2011
Modified Files:
src/sys/dev/usb: if_axe.c
Log Message:
Remove some debugging code that was accidentally committed
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/usb/if_ax
Module Name:src
Committed By: pgoyette
Date: Thu Aug 25 02:27:31 UTC 2011
Modified Files:
src/sys/dev/usb: if_axe.c if_rum.c
Log Message:
Update the module command-processing routine to match the ioconf files
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49
Module Name:src
Committed By: pgoyette
Date: Thu Aug 25 02:07:38 UTC 2011
Modified Files:
src/sys/modules/if_axe: if_axe.ioconf
src/sys/modules/if_rum: if_rum.ioconf
Log Message:
Fix the ioconf files. We can't include dev/usb/files.pci and the
attachment should be
Module Name:src
Committed By: dyoung
Date: Thu Aug 25 02:05:27 UTC 2011
Modified Files:
src/sys/arch/amigappc/include: bus_defs.h
Log Message:
Delete an unnecessary #include and an unnecessary comment.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/a
Module Name:src
Committed By: dyoung
Date: Thu Aug 25 02:01:32 UTC 2011
Modified Files:
src/share/man/man9: pci.9
Log Message:
Describe pci_bus_devorder(9).
TBD: symbolic link pci_bus_devorder.9 -> pci.9.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src
Module Name:src
Committed By: joerg
Date: Thu Aug 25 01:11:48 UTC 2011
Modified Files:
src/bin/expr: expr.y
Log Message:
Mark yyerror as dead.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/bin/expr/expr.y
Please note that diffs are not public domain;
Module Name:src
Committed By: elric
Date: Thu Aug 25 00:25:47 UTC 2011
Removed Files:
src/crypto/external/bsd/heimdal/lib: Makefile.inc
Log Message:
This file should not have been imported.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/crypto/external/bsd
Module Name:src
Committed By: uwe
Date: Thu Aug 25 00:01:25 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sh3 to GCC 4.5. Tested on landisk (including doing build.sh on it).
To generate a diff of this commit:
cvs rdiff -u -r1.679 -r1.680 src/shar
Module Name:xsrc
Committed By: macallan
Date: Wed Aug 24 22:40:56 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-ati/dist/src: radeon_driver.c
Log Message:
now that xrender acceleration on R1xx works again there is no reason not to
enable it by default
To generate
Module Name:src
Committed By: jym
Date: Wed Aug 24 21:37:05 UTC 2011
Modified Files:
src/sys/arch/xen/xen [jym-xensuspend]: xen_machdep.c
Log Message:
Now that Xen sysctl(7) moved under machdep, create a machdep.xen.suspend
node to command suspension.
To generate a diff
Module Name:src
Committed By: uwe
Date: Wed Aug 24 21:25:01 UTC 2011
Modified Files:
src/external/gpl3/gcc/dist/gcc/config/sh: sh.c
Log Message:
Pull the fix for GCC Bug 50068 - Invalid memory access in incr_ticks_for_insn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50068
Module Name:src
Committed By: jym
Date: Wed Aug 24 20:49:34 UTC 2011
Modified Files:
src/sys/arch/xen/xen: xbdback_xenbus.c
Log Message:
Protect xbdback(4) ring indexes from overflowing; leave the continuation
prematurely in case they do, to avoid looping "endlessly" (or a
Module Name:src
Committed By: dyoung
Date: Wed Aug 24 20:27:36 UTC 2011
Modified Files:
src/sys/arch/hpcmips/conf: files.hpcmips
src/sys/arch/hpcmips/include: pci_machdep.h
src/sys/arch/hpcmips/vr: vrc4172pci.c vrpciu.c
src/sys/dev/pci: files.pci pci
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 20:13:56 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
cpu_cache_flush doesn't exist yet or isn't included yet so comment it out
To generate a diff of this commit:
cvs rdiff -u -r1.31 -
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 20:13:07 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Implement pmap_activate() and pmap_deactivate()
Also add some debug messages
Note that the UVM area is still unprotected (for you J
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 20:03:19 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: copy.c
Log Message:
Add debug statements in copyin/copyout
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/usermode/usermode/
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 19:59:26 UTC 2011
Modified Files:
src/sys/arch/usermode/include: pmap.h
Log Message:
Remove two commented out and unused defines
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/usermode/inclu
Module Name:src
Committed By: jmcneill
Date: Wed Aug 24 19:55:35 UTC 2011
Modified Files:
src/sys/arch/usermode/dev: cpu.c
Log Message:
make room for a small msgbuf
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/usermode/dev/cpu.c
Please note
Module Name:src
Committed By: veego
Date: Wed Aug 24 19:42:52 UTC 2011
Modified Files:
src/sys/dev/usb: u3g.c
Log Message:
Add the Huawei 1750 id so it change to the 3G modem mode
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/u3g.c
Please
Module Name:src
Committed By: veego
Date: Wed Aug 24 19:40:23 UTC 2011
Modified Files:
src/sys/dev/usb: usbdevs.h usbdevs_data.h
Log Message:
Regen for the Huawei 1750 id
To generate a diff of this commit:
cvs rdiff -u -r1.584 -r1.585 src/sys/dev/usb/usbdevs.h
cvs rdiff
Module Name:src
Committed By: veego
Date: Wed Aug 24 19:39:05 UTC 2011
Modified Files:
src/sys/dev/usb: usbdevs
Log Message:
Add the u3g id for the Huawei 1750 stick
To generate a diff of this commit:
cvs rdiff -u -r1.591 -r1.592 src/sys/dev/usb/usbdevs
Please note that
Module Name:src
Committed By: macallan
Date: Wed Aug 24 19:03:02 UTC 2011
Modified Files:
src/sys/arch/evbmips/gdium: machdep.c
Log Message:
fix up the environment pointers to be usable in LP64
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/ev
Module Name:src
Committed By: plunky
Date: Wed Aug 24 17:39:32 UTC 2011
Modified Files:
src/games/hack: Makefile
Log Message:
-Wno-shadow is no longer needed for HAVE_PCC, here
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/games/hack/Makefile
Please
Module Name:src
Committed By: matt
Date: Wed Aug 24 16:03:34 UTC 2011
Modified Files:
src/etc/etc.evbmips: Makefile.inc
Log Message:
Build the GDIUM64 kernel (since it tests 16KB pages).
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/etc/etc.evbmips/Ma
Module Name:src
Committed By: matt
Date: Wed Aug 24 16:02:27 UTC 2011
Added Files:
src/sys/arch/evbmips/conf: GDIUM64
Log Message:
Add a 64-bit GDIUM configuration.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbmips/conf/GDIUM64
Please note t
Module Name:src
Committed By: matt
Date: Wed Aug 24 16:01:53 UTC 2011
Modified Files:
src/sys/arch/mips/include: vmparam.h
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
When using 16KB pages in a 64 bit kernel, the amount of address space our page
table can a
Module Name:src
Committed By: matt
Date: Wed Aug 24 15:11:52 UTC 2011
Modified Files:
src/sys/arch/mips/mips: mips_fixup.c
Log Message:
On N32 kernels, cast offset to (intptr_t) to shrink it back to 32-bits.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 12:54:47 UTC 2011
Modified Files:
src/sys/arch/usermode/include: vmparam.h
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Swap userland code and kvm spaces so that userland lives from VM_MIN_ADDRESS
to VM_
Module Name:src
Committed By: christos
Date: Wed Aug 24 12:15:45 UTC 2011
Modified Files:
src/sbin/sysctl: sysctl.c
Log Message:
Instead of using strncat and re-scanning the strings all the time, use and
append printf function.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 11:50:28 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Duh... fix stupid debug print bug.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/usermode/usermode/pm
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 11:41:00 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Cleanup comments and debug stuff
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/usermode/usermode/pmap
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 11:30:59 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
Use the VM_MIN_ADDRESS `constant' for the offset calculation of virtual
address to a logical page address.
To generate a diff of t
Module Name:src
Committed By: mbalmer
Date: Wed Aug 24 11:28:51 UTC 2011
Modified Files:
src/sys/dev/usb: umass.c umass_isdata.c umass_quirks.c umass_scsipi.c
Log Message:
Wrap the include "opt_umass.h" in #ifdef _KERNEL_OPT.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 11:26:43 UTC 2011
Modified Files:
src/sys/arch/usermode/include: vmparam.h
Log Message:
Fix vmparam's definitions to the new style
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/usermode/inc
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 11:02:31 UTC 2011
Modified Files:
src/sys/arch/usermode/usermode: pmap.c
Log Message:
First pass of NetBSD/usermode's pmap.c cleanup:
* use thunk_malloc() for UVM space allocation releasing sbrk()
* mak
Module Name:src
Committed By: jmcneill
Date: Wed Aug 24 10:59:37 UTC 2011
Added Files:
src/sys/arch/usermode/usermode: procfs_machdep.c
Log Message:
add procfs support
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/usermode/procfs_machdep
Module Name:src
Committed By: jmcneill
Date: Wed Aug 24 10:59:10 UTC 2011
Modified Files:
src/sys/arch/usermode/conf: GENERIC files.usermode
src/sys/arch/usermode/include: ptrace.h
Log Message:
add procfs support
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 10:57:48 UTC 2011
Modified Files:
src/sys/arch/usermode/include: vmparam.h
Log Message:
kmem_data_start is no longer needed
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/usermode/include/vm
Module Name:src
Committed By: reinoud
Date: Wed Aug 24 10:56:45 UTC 2011
Modified Files:
src/sys/arch/usermode/include: thunk.h
src/sys/arch/usermode/usermode: thunk.c
Log Message:
Implement thunk_malloc() and think_free()
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: christos
Date: Wed Aug 24 07:51:32 UTC 2011
Modified Files:
src/lib/libc/time: zdump.c
Log Message:
remove unneeded casts
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/time/zdump.c
Please note that diffs are not
41 matches
Mail list logo