Module Name:src
Committed By: cegger
Date: Sat Jan 22 08:13:47 UTC 2011
Modified Files:
src/sys/dev/mii: atphy.c
src/sys/dev/pci: if_ale.c
Log Message:
Fixes from PR kern/44395 Masanori Kanaoka:
- Fix register address in ale_phy_reset(). from linux
- Fix mask value
Module Name:src
Committed By: mrg
Date: Sat Jan 22 09:40:51 UTC 2011
Modified Files:
src/sys/sys: systm.h
Log Message:
move outside of _KERNEL since the bulk of the previous
change depends upon "device_t" being defined.
fixes sparc/stand build.
To generate a diff of th
Module Name:src
Committed By: mrg
Date: Sat Jan 22 10:37:23 UTC 2011
Modified Files:
src/sys/arch/sparc/sparc: intr.c
Log Message:
XXX:
in strayintr() don't print about stray zs inters in MP case.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/a
Module Name:src
Committed By: skrll
Date: Sat Jan 22 10:57:08 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: genassym.cf locore.S
src/sys/arch/hp700/include: cpu.h
src/sys/arch/hppa/hppa: trap.S
Log Message:
Fix MULTIPROCESSOR curlwp/curcpu handling.
Module Name:src
Committed By: skrll
Date: Sat Jan 22 10:58:44 UTC 2011
Modified Files:
src/sys/lib/libkern/arch/hppa: bcopy.S
Log Message:
Fix MULTIPROCESSOR curlwp/curcpu handling... missed in previous commit.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.1
Module Name:src
Committed By: tron
Date: Sat Jan 22 12:06:51 UTC 2011
Modified Files:
src/sys/compat/ndis: nbcompat.h
Log Message:
Fix build of ndiscvt(8). Not sure what broke it in the first place.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/co
Module Name:src
Committed By: mrg
Date: Sat Jan 22 12:13:26 UTC 2011
Modified Files:
src/sys/arch/sparc/sparc: cpu.c
Log Message:
convert xpmsg_lock to IPL_SCHED. the old spl/simple_lock code ran at
splsched(), and this significantly helps with stability under load
when r
Module Name:src
Committed By: pooka
Date: Sat Jan 22 13:13:46 UTC 2011
Modified Files:
src/sys/rump/librump/rumpkern: vm.c
Log Message:
Add a comment explaning why uvm_reclaim_hook is not currently
necessary for rump.
XXX: strictly speaking, the zfs implementation does no
Module Name:src
Committed By: pooka
Date: Sat Jan 22 13:41:22 UTC 2011
Modified Files:
src/lib/librumpuser: rumpuser_sp.c sp_common.c
src/sys/rump/include/rump: rumpuser.h
src/sys/rump/librump/rumpkern: rump.c
Log Message:
In case sys_reboot() was called by
Module Name:src
Committed By: pooka
Date: Sat Jan 22 13:43:08 UTC 2011
Modified Files:
src/usr.bin/rump_halt: rump.halt.c
Log Message:
Check sys_reboot() return value now that it's possible.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/rump_hal
Module Name:src
Committed By: tsutsui
Date: Sat Jan 22 14:01:28 UTC 2011
Modified Files:
src/sys/arch/x86/x86: intr.c
Log Message:
Fix wrong function names in messages by using __func__. PR kern/44431
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys
Module Name:src
Committed By: pooka
Date: Sat Jan 22 14:18:55 UTC 2011
Modified Files:
src/lib/librumpuser: rumpuser_daemonize.c
Log Message:
shush lint
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/rumpuser_daemonize.c
Please note that
Module Name:src
Committed By: pooka
Date: Sat Jan 22 14:22:10 UTC 2011
Modified Files:
src/lib/librumpuser: rumpuser.c
Log Message:
happiness is a quiet lint
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/librumpuser/rumpuser.c
Please note that di
Module Name:src
Committed By: tsutsui
Date: Sat Jan 22 14:47:21 UTC 2011
Modified Files:
src/sys/arch/mips/mips: mips_machdep.c
Log Message:
Whitespace nits.
To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/arch/mips/mips/mips_machdep.c
Please not
Module Name:src
Committed By: reinoud
Date: Sat Jan 22 14:51:43 UTC 2011
Modified Files:
src/sys/fs/udf: udf_subr.c
Log Message:
Lookup the physical partition backing up the logical one when searching for the
metadata partition overlap for BD-R.
Fixes a kernel panic on mo
Module Name:src
Committed By: cegger
Date: Sat Jan 22 15:14:28 UTC 2011
Modified Files:
src/sys/dev/pci: chipsfb.c files.pci genfb_pci.c machfb.c pm2fb.c
r128fb.c radeonfb.c tga.c unichromefb.c vga_pci.c voodoofb.c
voyagerfb.c wcfb.c
src/sys/
Module Name:xsrc
Committed By: cegger
Date: Sat Jan 22 15:18:57 UTC 2011
Modified Files:
xsrc/external/mit/libpciaccess/dist/src: netbsd_pci.c
Log Message:
Implement pci_device_is_boot_vga() for NetBSD using new WSDISPLAYIO_GET_BUSID
ioctl.
This lets Xorg start on machine
Module Name:src
Committed By: cegger
Date: Sat Jan 22 15:21:37 UTC 2011
Modified Files:
src/external/mit/xorg/server/xorg-server/hw/xfree86/common: Makefile
Log Message:
Define HAVE_PCI_DEVICE_IS_BOOT_VGA.
Makes Xorg use of pci_device_is_boot_vga.
First discussed with mac
Module Name:src
Committed By: christos
Date: Sat Jan 22 16:24:44 UTC 2011
Modified Files:
src/lib/libc/gen: glob.c
Log Message:
remove stray printf.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/gen/glob.c
Please note that diffs are not publ
Module Name:src
Committed By: christos
Date: Sat Jan 22 16:54:48 UTC 2011
Modified Files:
src/sys/net: bpf.c
Log Message:
fix comment
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/net/bpf.c
Please note that diffs are not public domain; they are
Module Name:src
Committed By: tsutsui
Date: Sat Jan 22 16:59:27 UTC 2011
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Revert part of changes in rev 1.298:
- it breaks cobalt's serial console as mentioned in PR port-cobalt/44292
- MCR_PRESCALE doesn't affect unless
Module Name:src
Committed By: tsutsui
Date: Sat Jan 22 17:10:21 UTC 2011
Modified Files:
src/sys/arch/amiga/dev: com_supio.c
Log Message:
Adjust sc_frequency in MD attachment as quirks.
It is not applicable to all 1665x variants.
XXX: It looks IOBlix board actually has 22
Module Name:src
Committed By: tsutsui
Date: Sat Jan 22 17:31:31 UTC 2011
Modified Files:
src/sys/arch/mips/mips: locore.S
Log Message:
Fix a fatal typo that causes TLB miss panic in MachFPInterrupt().
Reported in followups of PR port-cobalt/44292.
To generate a diff of t
Module Name:src
Committed By: reinoud
Date: Sat Jan 22 18:02:18 UTC 2011
Modified Files:
src/sys/fs/udf: udf_subr.c
Log Message:
A not rewritable disc can be pseudo-overwritable. A pseudo-overwritable disc
can overwrite its logical volume integrity sequence so no need to m
Module Name:src
Committed By: cegger
Date: Sat Jan 22 18:26:12 UTC 2011
Modified Files:
src/sys/dev/mii: atphy.c
Log Message:
fix comment. from PR kern/44395
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/mii/atphy.c
Please note that diffs are n
Module Name:src
Committed By: mlelstv
Date: Sat Jan 22 18:26:36 UTC 2011
Modified Files:
src/sys/netinet6: frag6.c
Log Message:
When deleting a fragment header use the simple copy operation only if it fits
completely into the mbuf.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: pooka
Date: Sat Jan 22 18:33:25 UTC 2011
Modified Files:
src/sys/rump/librump/rumpkern: rump.c
Log Message:
inverse inversely incorrect comment
To generate a diff of this commit:
cvs rdiff -u -r1.220 -r1.221 src/sys/rump/librump/rumpkern/rum
Module Name:xsrc
Committed By: ahoka
Date: Sat Jan 22 18:57:36 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-intel/dist/src: i830_bios.c
Log Message:
add an ifndef __linux__ requested by mrg
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
xsrc/e
Module Name:src
Committed By: skrll
Date: Sat Jan 22 19:10:17 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: lock_stubs.S
Log Message:
First attempt at MP _lock_cas.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/hppa/lock_stubs.S
Plea
Module Name:src
Committed By: christos
Date: Sat Jan 22 19:12:58 UTC 2011
Modified Files:
src/sys/net: bpf.c
Log Message:
undo previous. Read the diff wrong.
To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 src/sys/net/bpf.c
Please note that diffs are not
Module Name:src
Committed By: joerg
Date: Sat Jan 22 19:19:25 UTC 2011
Modified Files:
src/sys/arch/acorn26/stand: Makefile.buildboot
src/sys/arch/acorn26/stand/boot26: boot26.c
src/sys/arch/acorn32/stand: Makefile.buildboot
src/sys/arch/acorn32/stan
Module Name:src
Committed By: skrll
Date: Sat Jan 22 19:21:40 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: db_interface.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/arch/hppa/hppa/db_interface.c
Please note that di
Module Name:src
Committed By: skrll
Date: Sat Jan 22 19:25:01 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: db_interface.c
Log Message:
Have the register number and usage available.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/hppa/hppa/d
Module Name:src
Committed By: skrll
Date: Sat Jan 22 19:27:44 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: genassym.cf
Log Message:
Make __SIMPLELOCK_RAW_UNLOCKED available.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/hp700/hp700/gena
Module Name:src
Committed By: kefren
Date: Sat Jan 22 19:35:01 UTC 2011
Modified Files:
src/usr.sbin/ldpd: socketops.c
Log Message:
use SLIST_FOREACH_SAFE when deleting a peer in loop
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/ldpd/socketops
Module Name:src
Committed By: skrll
Date: Sat Jan 22 19:35:48 UTC 2011
Modified Files:
src/sys/arch/hp700/hp700: genassym.cf
src/sys/arch/hppa/hppa: db_interface.c db_machdep.c kgdb_hppa.c trap.S
src/sys/arch/hppa/include: frame.h
Log Message:
Save CR24 and
Module Name:src
Committed By: kefren
Date: Sat Jan 22 19:46:46 UTC 2011
Modified Files:
src/usr.sbin/ldpd: socketops.c
Log Message:
avoid advertising 0/8 transport address (conforming RFC1122
Section 3.2.1.3)
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 sr
Module Name:src
Committed By: skrll
Date: Sat Jan 22 20:24:48 UTC 2011
Modified Files:
src/sys/arch/hppa/hppa: db_interface.c
Log Message:
A couple more registers and their common usage.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hppa/hppa
Module Name:src
Committed By: matt
Date: Sat Jan 22 20:51:21 UTC 2011
Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c
Log Message:
Fix c&p error.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/compat/netbsd32/netbsd32_ioctl.c
Please note
Module Name:src
Committed By: christos
Date: Sat Jan 22 20:54:44 UTC 2011
Modified Files:
src/sys/kern: init_sysctl.c
src/sys/sys: sysctl.h
Log Message:
Use the L_ flags instead of the P_ flags for lwps.
To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1
Module Name:src
Committed By: christos
Date: Sat Jan 22 20:55:58 UTC 2011
Modified Files:
src/bin/ps: print.c
Log Message:
Make printing of lwp flags similar to the process one, identifying (O)nproc
(K)ernel threads and scheduler (a)ctivations.
To generate a diff of this
Module Name:src
Committed By: christos
Date: Sat Jan 22 21:09:52 UTC 2011
Modified Files:
src/bin/ps: print.c
Log Message:
fix previous.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/bin/ps/print.c
Please note that diffs are not public domain; they
Module Name:xsrc
Committed By: christos
Date: Sat Jan 22 21:15:16 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-intel/dist/src/xvmc: intel_xvmc.c
intel_xvmc.h
Log Message:
stop screaming: s/DEBUG/debug/g
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: matt
Date: Sat Jan 22 22:26:10 UTC 2011
Modified Files:
src/sys/compat/netbsd32: netbsd32.h netbsd32_fs.c
src/sys/nfs: nfsmount.h
Log Message:
Add the ability to mount NFS filesystems in COMPAT_NETBSD32
If in the kernel and NFS_ARGS_ON
Module Name:src
Committed By: nisimura
Date: Sun Jan 23 01:05:32 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand: Makefile
Added Files:
src/sys/arch/sandpoint/stand/altboot: Makefile README.altboot
brdsetup.c dev_net.c devopen.c dsk.c entry.S fxp.c
Module Name:src
Committed By: nisimura
Date: Sun Jan 23 01:32:08 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: dsk.c globals.h printf.c
Added Files:
src/sys/arch/sandpoint/stand/altboot: newvers.sh version
Log Message:
- add "ll" modifier to printf
Module Name:src
Committed By: nisimura
Date: Sun Jan 23 02:08:24 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: printf.c
Log Message:
fix a failure in the sign extension consideration.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/ar
Module Name:src
Committed By: tsutsui
Date: Sun Jan 23 03:15:06 UTC 2011
Modified Files:
src/sys/dev/pci: if_nfe.c
Log Message:
Pull the following fix from OpenBSD:
http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pci/if_nfe.c#rev1.97
>> Some nfe(4)/rlphy(4) combos don't
Module Name:src
Committed By: matt
Date: Sun Jan 23 06:25:58 UTC 2011
Modified Files:
src/lib/csu/mips: crt0.c
Log Message:
Use uintptr_t instead of u_long.
When fetching argc use off the stack, use *(long *) instead of *(int *)
because on mips64 BE system, that int defere
Module Name:src
Committed By: matt
Date: Sun Jan 23 06:27:32 UTC 2011
Modified Files:
src/lib/libc/gmon: Makefile.inc
Log Message:
Instead of testing for all mips variants, just use MACHINE_CPU.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libc/gm
Module Name:src
Committed By: matt
Date: Sun Jan 23 06:28:53 UTC 2011
Modified Files:
src/lib/libkvm: kvm_mips.c
Log Message:
Teach libkvm how kernel virtual memory is laided on 64-bit MIPS kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/li
Module Name:src
Committed By: matt
Date: Sun Jan 23 06:29:53 UTC 2011
Modified Files:
src/gnu/dist/gcc4/gcc: config.gcc
Log Message:
Default mips64 to softfloat.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/gnu/dist/gcc4/gcc/config.gcc
Please note t
Module Name:src
Committed By: matt
Date: Sun Jan 23 06:31:39 UTC 2011
Modified Files:
src/gnu/usr.bin/gcc4/arch/mips64eb: defs.mk tm.h
src/gnu/usr.bin/gcc4/arch/mips64el: defs.mk tm.h
Log Message:
mips64 gcc now defaults to soft-float
To generate a diff of this c
Module Name:src
Committed By: matt
Date: Sun Jan 23 06:47:14 UTC 2011
Modified Files:
src/common/lib/libc/arch/mips/string: ffs.S
Log Message:
Add a new O(log(2) implementation. On mips32/mips64, use clz/dclz.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3
Module Name:src
Committed By: matt
Date: Sun Jan 23 06:50:54 UTC 2011
Modified Files:
src: build.sh
Log Message:
Add arc64 alias
To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/build.sh
Please note that diffs are not public domain; they are subject t
Module Name:src
Committed By: matt
Date: Sun Jan 23 07:30:07 UTC 2011
Modified Files:
src/sys/kern: tty.c
Log Message:
Change ^T/SIGINFO to print the PC/CPU# or PC instead of "running"/"runable"
if a port provide LWP_PC.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: nisimura
Date: Sun Jan 23 07:41:38 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: Makefile main.c version
Removed Files:
src/sys/arch/sandpoint/stand/altboot: newvers.sh
Log Message:
switch to use newvers_stand.sh as su
57 matches
Mail list logo