CVS commit: [matt-nb5-mips64] src/sys/arch

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 20 09:04:35 UTC 2010 Modified Files: src/sys/arch/algor/dev [matt-nb5-mips64]: mainbus.c src/sys/arch/arc/arc [matt-nb5-mips64]: bus_dma.c machdep.c src/sys/arch/arc/pci [matt-nb5-mips64]: necpb.c

CVS commit: src/external/bsd/iscsi/dist/src/lib

2010-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Jan 20 10:33:08 UTC 2010 Modified Files: src/external/bsd/iscsi/dist/src/lib: disk.c Log Message: implement REPORT LUNS for non-zero LUNs correctly. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/iscsi/dist/src/lib

2010-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Wed Jan 20 11:50:29 UTC 2010 Modified Files: src/external/bsd/iscsi/dist/src/lib: target.c Log Message: - remove unnecessary and confusing initialization of sess-d. - add an assertion. To generate a diff of this commit: cvs rdiff

CVS commit: src/doc

2010-01-20 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Jan 20 12:12:09 UTC 2010 Modified Files: src/doc: CHANGES Log Message: bpf.4 did not change. point entry to the newly-born bpf.9 To generate a diff of this commit: cvs rdiff -u -r1.1348 -r1.1349 src/doc/CHANGES Please note

CVS commit: src/crypto/dist/heimdal/lib

2010-01-20 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Wed Jan 20 12:54:17 UTC 2010 Modified Files: src/crypto/dist/heimdal/lib/asn1: gen_locl.h lex.h src/crypto/dist/heimdal/lib/com_err: compile_et.c compile_et.h src/crypto/dist/heimdal/lib/roken: get_window_size.c

CVS commit: src/usr.sbin/mtree

2010-01-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 20 14:00:48 UTC 2010 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Fix date. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/mtree/mtree.8 Please note that diffs are not public

CVS commit: src/sys/arch/powerpc/oea

2010-01-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Jan 20 16:36:55 UTC 2010 Modified Files: src/sys/arch/powerpc/oea: ofw_autoconf.c Log Message: pass some OF properties as device properties for network devices namely local-mac-address and shared-pins needed by gem To

CVS commit: src/lib/libm/src

2010-01-20 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Jan 20 16:49:43 UTC 2010 Modified Files: src/lib/libm/src: k_standard.c Log Message: let the previous fix apply to acos rather than atan2, and get rid of #ifdef vax To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/sys/dev

2010-01-20 Thread David Young
Module Name:src Committed By: dyoung Date: Wed Jan 20 19:00:47 UTC 2010 Modified Files: src/sys/dev: cgd.c Log Message: Cosmetic: get out of cgdioctl() early. Instead of int ret; switch (...) { case ...: ret = ...;

CVS commit: [matt-nb5-mips64] src/sys/arch/mips

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 20 20:48:12 UTC 2010 Modified Files: src/sys/arch/mips/conf [matt-nb5-mips64]: files.rmixl src/sys/arch/mips/rmi [matt-nb5-mips64]: rmixl_com.c rmixl_cpu.c rmixl_cpucore.c rmixl_cpunode.c rmixl_obio.c

CVS commit: src/share/man/man8

2010-01-20 Thread Julio M. Merino Vidal
Module Name:src Committed By: jmmv Date: Wed Jan 20 22:24:18 UTC 2010 Modified Files: src/share/man/man8: afterboot.8 Log Message: Ask the user to enable fetch_pkg_vulnerabilities in /etc/daily.conf right after installation. Automatic changes from sysinst will come

CVS commit: src/usr.bin/calendar/calendars

2010-01-20 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Wed Jan 20 22:56:59 UTC 2010 Modified Files: src/usr.bin/calendar/calendars: calendar.birthday Log Message: add Buzz Aldrin, second man on the moon To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20

CVS commit: src/sys/dev/pci

2010-01-20 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 20 22:58:37 UTC 2010 Modified Files: src/sys/dev/pci: if_hme_pci.c Log Message: Remove sparc specific code and HME_USE_LOCAL_MAC_ADDRESS hack, instead use the mac-address device property if present. To generate a diff

CVS commit: src/sys/kern

2010-01-20 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jan 20 23:40:42 UTC 2010 Modified Files: src/sys/kern: subr_pool.c Log Message: pool_cache_invalidate: comment out invalidation of per-CPU caches (nobody depends on it, at the moment) until we decide how to fix it (xcall(9)

CVS commit: src/usr.bin/calendar/calendars

2010-01-20 Thread Simon Burge
Module Name:src Committed By: simonb Date: Thu Jan 21 01:59:09 UTC 2010 Modified Files: src/usr.bin/calendar/calendars: calendar.birthday Log Message: Use TAB as a separator to be consistent with the rest of this file. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev

2010-01-20 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jan 21 02:14:42 UTC 2010 Modified Files: src/sys/dev: md.c Log Message: Take care not to dereference a NULL softc. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/dev/md.c Please note that diffs are

CVS commit: src/sys/dev

2010-01-20 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jan 21 02:19:55 UTC 2010 Modified Files: src/sys/dev: radio.c Log Message: All that the activation hook radioactivate() did was to change sc_dying, and nothing in the driver examines sc_dying, so get rid of radioactivate()

CVS commit: src/sys/dev/ata

2010-01-20 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Jan 21 02:53:51 UTC 2010 Modified Files: src/sys/dev/ata: ata.c Log Message: Cosmetic: join some lines. Get out early on errors, change switch (...) { ... error = ...;

CVS commit: [matt-nb5-mips64] src/sys/arch/sbmips/include

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 21 04:09:05 UTC 2010 Added Files: src/sys/arch/sbmips/include [matt-nb5-mips64]: pci_machdep.h Log Message: Needed for pci support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1.2.1

CVS commit: [matt-nb5-mips64] src/sys/arch/sbmips/include

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 21 04:09:18 UTC 2010 Modified Files: src/sys/arch/sbmips/include [matt-nb5-mips64]: systemsw.h Log Message: Minor type cleanup. To generate a diff of this commit: cvs rdiff -u -r1.7.28.1 -r1.7.28.2

CVS commit: [matt-nb5-mips64] src/sys/arch/sbmips/sbmips

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 21 04:09:59 UTC 2010 Modified Files: src/sys/arch/sbmips/sbmips [matt-nb5-mips64]: systemsw.c Log Message: Minor type cleanup To generate a diff of this commit: cvs rdiff -u -r1.14.28.2 -r1.14.28.3

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/sibyte/pci

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 21 04:22:33 UTC 2010 Added Files: src/sys/arch/mips/sibyte/pci [matt-nb5-mips64]: sbbrz.c sbbrz_bus_io.c sbbrz_bus_mem.c sbbrz_pci.c sbbrzvar.h sbldthb.c sbpcihb.c Log Message: Compile-tested only initial PCI

CVS commit: [matt-nb5-mips64] src/sys/arch/sbmips/conf

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 21 04:23:29 UTC 2010 Modified Files: src/sys/arch/sbmips/conf [matt-nb5-mips64]: GENERIC Log Message: Increase SYMTAB_SPACE Add pci support To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.70.8.1

CVS commit: src/sys/kern

2010-01-20 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 21 04:40:23 UTC 2010 Modified Files: src/sys/kern: uipc_syscalls.c Log Message: Remove unnecessary call to kauth_cred_free(). This resolves an occassional crash I'd been experiencing as reported on current-users@ Fix

CVS commit: src/sys/dev/rasops

2010-01-20 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 21 05:32:18 UTC 2010 Modified Files: src/sys/dev/rasops: rasops.c rasops.h Log Message: make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61

CVS commit: [matt-nb5-mips64] src/sys/arch

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 21 06:59:12 UTC 2010 Modified Files: src/sys/arch/mips/conf [matt-nb5-mips64]: files.sibyte src/sys/arch/mips/sibyte/pci [matt-nb5-mips64]: sbbrz_pci.c src/sys/arch/sbmips/include [matt-nb5-mips64]:

CVS commit: [matt-nb5-mips64] src/sys/dev/pci

2010-01-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Jan 21 07:43:59 UTC 2010 Modified Files: src/sys/dev/pci [matt-nb5-mips64]: ppb.c Log Message: Support the SB1250 LDT HB. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.18.1 src/sys/dev/pci/ppb.c Please note