Module Name:src
Committed By: dholland
Date: Sun Feb 13 08:34:01 UTC 2011
Modified Files:
src/bin/ps: ps.1
Log Message:
fix typo, from Randolf Richardson in PR 44559
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/bin/ps/ps.1
Please note that diffs are
Module Name:othersrc
Committed By: bjh21
Date: Sun Feb 13 10:14:17 UTC 2011
Modified Files:
othersrc/usr.sbin/aund: README
Removed Files:
othersrc/usr.sbin/aund: Makefile aun.h aund.c aund.conf conf_lex.l
extern.h fileserver.c fileserver.h fs_cli.c fs_er
Module Name:src
Committed By: phx
Date: Sun Feb 13 11:00:58 UTC 2011
Modified Files:
src/sys/dev/pci: genfb_pci.c
Log Message:
Determine BAR type with pci_mapreg_probe() instead of pci_mapreg_type(),
to skip unimplemented BARs.
Do not probe non-BAR registers (like subsyste
Module Name:src
Committed By: hannken
Date: Sun Feb 13 11:20:12 UTC 2011
Modified Files:
src/sys/dev/pci: piixpm.c piixpmreg.h
Log Message:
The ServerWorks CSB5 smbus controller often times out and hangs until reboot.
Increase the delay between setting the command registe
Module Name:src
Committed By: nakayama
Date: Sun Feb 13 11:54:24 UTC 2011
Modified Files:
src/sys/arch/sparc64/dev: psycho.c
Log Message:
Don't enable the powerfail interrupt on Netra X1 since it may hang.
Discussed on port-sparc64.
To generate a diff of this commit:
cv
Module Name:src
Committed By: uebayasi
Date: Sun Feb 13 12:47:27 UTC 2011
Modified Files:
src/tests/util/mtree: t_mtree.sh
Log Message:
Typo.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/util/mtree/t_mtree.sh
Please note that diffs are not publi
Module Name:src
Committed By: tsutsui
Date: Sun Feb 13 14:28:29 UTC 2011
Modified Files:
src/sys/arch/zaurus/conf: GENERIC
Log Message:
Add options PXA2X0_LCD_WRITETHROUGH that improves console speed.
Tested on SL-C1000.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: wiz
Date: Sun Feb 13 16:01:40 UTC 2011
Modified Files:
src/share/man/man3: dlfcn.3
Log Message:
Explain "Cannot dlopen non-loadable /usr/lib/libpthread.so.1".
Bump date.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/share
Module Name:src
Committed By: jakllsch
Date: Sun Feb 13 16:21:05 UTC 2011
Modified Files:
src/sys/dev/pci: ixpide.c
Log Message:
Turn on detachment for ixpide(4).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/ixpide.c
Please note that dif
Module Name:src
Committed By: jym
Date: Sun Feb 13 16:50:16 UTC 2011
Modified Files:
src/share/man/man9: module.9
Log Message:
Notify that the file system has to be mounted first before modules can
be loaded from it.
ok pgoyette@
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: jmcneill
Date: Sun Feb 13 17:47:57 UTC 2011
Modified Files:
src/sys/arch/x86/x86: viac7temp.c
Log Message:
don't pass a NULL ci to xc_unicast
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/x86/viac7temp.c
Pleas
Module Name:src
Committed By: jmcneill
Date: Sun Feb 13 17:49:12 UTC 2011
Modified Files:
src/sys/dev/pci/hdaudio: hdaudio.c hdaudiovar.h
Log Message:
switch back to polling rirb, this will have to be revisited
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.1
Module Name:xsrc
Committed By: jmcneill
Date: Sun Feb 13 20:06:20 UTC 2011
Modified Files:
xsrc/external/mit/xf86-video-openchrome/dist/src: via_memcpy.c
Log Message:
Remove a couple '#ifdef linux's to let the driver use optimized memcpy
functions on NetBSD for video copy.
Module Name:src
Committed By: tron
Date: Sun Feb 13 20:17:26 UTC 2011
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Add "npf" to the list of startup scripts that get checked.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/usr.sbi
Module Name:src
Committed By: tron
Date: Sun Feb 13 20:25:35 UTC 2011
Modified Files:
src/usr.sbin/postinstall: postinstall
Log Message:
Install "etc/gpio.conf" if it is missing.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/usr.sbin/postinstall/pos
Module Name:src
Committed By: phx
Date: Sun Feb 13 20:37:27 UTC 2011
Modified Files:
src/sys/arch/sandpoint/conf: GENERIC
Log Message:
uvideo works, so include it
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sandpoint/conf/GENERIC
Please no
Module Name:src
Committed By: phx
Date: Sun Feb 13 20:39:11 UTC 2011
Modified Files:
src/sys/arch/sandpoint: README.NAS
Log Message:
Added a note that only the Rev.B is supported for D-Link DSM-G600.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/a
Module Name:src
Committed By: bouyer
Date: Sun Feb 13 20:58:28 UTC 2011
Modified Files:
src/tests/fs/ffs [bouyer-quota2]: h_quota2_tests.c t_miscquota.sh
Log Message:
Add a test checking that an unlinked file cleaned by the log replay keeps
quotas up to date.
To generate
Module Name:src
Committed By: sjg
Date: Sun Feb 13 21:22:41 UTC 2011
Modified Files:
src/usr.bin/make: meta.c
Log Message:
When making a target that involves creating itermediate dirs,
realpath() will fail until after those dirs exist.
Try to ensure the same meta file name
Module Name:src
Committed By: sjg
Date: Sun Feb 13 21:24:43 UTC 2011
Modified Files:
src/usr.bin/make: cond.c main.c
Log Message:
Mark unused args.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/usr.bin/make/cond.c
cvs rdiff -u -r1.194 -r1.195 src/usr.
Module Name:src
Committed By: christos
Date: Sun Feb 13 23:58:40 UTC 2011
Modified Files:
src/lib/libc/time: localtime.c
Log Message:
Don't forget to set errno. Pointed out by yamt.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/lib/libc/time/localtime
Module Name:src
Committed By: enami
Date: Mon Feb 14 02:42:26 UTC 2011
Modified Files:
src/usr.sbin/iostat: iostat.c
Log Message:
Put space after comma and around binary operator.
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/iostat/iostat.c
Module Name:src
Committed By: enami
Date: Mon Feb 14 02:43:37 UTC 2011
Modified Files:
src/usr.sbin/iostat: iostat.c
Log Message:
A number greater than or equal to 1.0 is a positive number.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/iostat
Module Name:src
Committed By: mrg
Date: Mon Feb 14 03:18:11 UTC 2011
Modified Files:
src/sys/arch/sparc/sparc: cpu.c cpuvar.h db_interface.c
Log Message:
add a "mach xcall" command to dump info about each cpus xpmsg{} values.
while here, move the prototype for cpu_debug_d
Module Name:src
Committed By: nisimura
Date: Mon Feb 14 06:21:29 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: brdsetup.c globals.h pci.c
Log Message:
- add preliminary Netronics NH230 and NH231 supports.
- assign PCI configuration register 0x3c with IDSEL
25 matches
Mail list logo