CVS commit: src/sys/arch/sparc64

2010-03-04 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Mar 4 08:01:35 UTC 2010 Modified Files: src/sys/arch/sparc64/include: pmap.h src/sys/arch/sparc64/sparc64: locore.s machdep.c pmap.c Log Message: - in _bus_dmamap_unload(), pmap_page_protect() and pmap_clear_reference()

CVS commit: src/sys/arch/sparc64

2010-03-04 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Mar 4 08:01:35 UTC 2010 Modified Files: src/sys/arch/sparc64/include: pmap.h src/sys/arch/sparc64/sparc64: locore.s machdep.c pmap.c Log Message: - in _bus_dmamap_unload(), pmap_page_protect() and pmap_clear_reference()

CVS commit: src/share/man/man9

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 08:09:52 UTC 2010 Modified Files: src/share/man/man9: Makefile Added Files: src/share/man/man9: roundup.9 Log Message: Document the counting and rounding macros from sys/param.h. To generate a diff of this

CVS commit: src/share/man/man9

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 08:09:52 UTC 2010 Modified Files: src/share/man/man9: Makefile Added Files: src/share/man/man9: roundup.9 Log Message: Document the counting and rounding macros from sys/param.h. To generate a diff of this

CVS commit: src/sys/arch/sparc64/sparc64

2010-03-04 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Mar 4 08:11:42 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: pmap.c Log Message: avoid a build error in the previous for !DEBUG kernels. To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256

CVS commit: src/sys/arch/sparc64/sparc64

2010-03-04 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Mar 4 08:11:42 UTC 2010 Modified Files: src/sys/arch/sparc64/sparc64: pmap.c Log Message: avoid a build error in the previous for !DEBUG kernels. To generate a diff of this commit: cvs rdiff -u -r1.255 -r1.256

CVS commit: src/distrib/sets/lists/comp

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 08:13:29 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Add roundup(9). To generate a diff of this commit: cvs rdiff -u -r1.1401 -r1.1402 src/distrib/sets/lists/comp/mi Please note that diffs

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 08:44:55 UTC 2010 Modified Files: src/sys/dev/acpi: atk0110.c Log Message: Provide the _COMPONENT definition and use ACPI_FREE(x) instead of AcpiOsFree(). If the memory tracking of ACPICA is enabled, the latter is

CVS commit: src/share/man/man9

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 09:57:12 UTC 2010 Modified Files: src/share/man/man9: hz.9 Log Message: Instead of int hz, use extern int hz. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/hz.9 Please note that

CVS commit: src/share/man/man9

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 09:57:12 UTC 2010 Modified Files: src/share/man/man9: hz.9 Log Message: Instead of int hz, use extern int hz. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/hz.9 Please note that

Re: CVS commit: src/sys/kern

2010-03-04 Thread Antti Kantee
On Thu Mar 04 2010 at 14:55:46 +1100, matthew green wrote: Module Name: src Committed By: pooka Date: Wed Mar 3 17:58:37 UTC 2010 Modified Files: src/sys/kern: kern_module.c Log Message: Replace unsafe use of TAILQ_FOREACH: as the

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 4 13:07:01 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: Fix this correctly. Thanks jruoho@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/smbus_acpi.c Please

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 4 13:07:01 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: Fix this correctly. Thanks jruoho@ To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/smbus_acpi.c Please

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 4 13:11:15 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: This really should be ACPI_BUS_COMPONENT Maybe I should stay out the acpi stuff? :) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Mar 4 13:11:15 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: This really should be ACPI_BUS_COMPONENT Maybe I should stay out the acpi stuff? :) To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src/sys/dev/acpi

2010-03-04 Thread Paul Goyette
On Thu, 4 Mar 2010, Jukka Ruohonen wrote: Well, this is wrong in the sense that the _COMPONENT definition was incorrect to begin with, and in the sense that we have explicitly tried to recently add the _COMPONENT definitions. Also: now it does BadThings(tm) if the memory tracking of ACPICA is

Re: CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
On Thu, Mar 04, 2010 at 05:12:43AM -0800, Paul Goyette wrote: On Thu, 4 Mar 2010, Jukka Ruohonen wrote: Well, this is wrong in the sense that the _COMPONENT definition was incorrect to begin with, and in the sense that we have explicitly tried to recently add the _COMPONENT definitions.

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-03-04 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Thu Mar 4 15:13:53 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: session.c Log Message: From Pierre POMES: fixed admin port initialization To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2010-03-04 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Thu Mar 4 15:13:53 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: session.c Log Message: From Pierre POMES: fixed admin port initialization To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/lib/libterminfo

2010-03-04 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Mar 4 15:16:39 UTC 2010 Modified Files: src/lib/libterminfo: termcap.c Log Message: Convert padding and give terminfo some default assumptions about termcap. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libterminfo

2010-03-04 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Mar 4 15:16:39 UTC 2010 Modified Files: src/lib/libterminfo: termcap.c Log Message: Convert padding and give terminfo some default assumptions about termcap. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libterminfo

2010-03-04 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Mar 4 15:35:26 UTC 2010 Modified Files: src/lib/libterminfo: termcap.c Log Message: Convert padding for unknown capabilities as well. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libterminfo/termcap.c

CVS commit: src/lib/libterminfo

2010-03-04 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Mar 4 15:35:26 UTC 2010 Modified Files: src/lib/libterminfo: termcap.c Log Message: Convert padding for unknown capabilities as well. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libterminfo/termcap.c

CVS commit: src/doc

2010-03-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Mar 4 15:47:12 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note about proper support for NE2000 8 bit mode. To generate a diff of this commit: cvs rdiff -u -r1.1366 -r1.1367 src/doc/CHANGES Please note that

CVS commit: src/doc

2010-03-04 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Thu Mar 4 15:47:12 UTC 2010 Modified Files: src/doc: CHANGES Log Message: Note about proper support for NE2000 8 bit mode. To generate a diff of this commit: cvs rdiff -u -r1.1366 -r1.1367 src/doc/CHANGES Please note that

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 16:40:54 UTC 2010 Modified Files: src/sys/dev/cardbus: siisata_cardbus.c Log Message: Simplify interrupt (dis)establishment by two source transformations: - cardbus_intr_disestablish(cc, cf, ih); +

CVS commit: src/doc

2010-03-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 4 17:57:26 UTC 2010 Modified Files: src/doc: 3RDPARTY Log Message: binutils-2.20.1 out. To generate a diff of this commit: cvs rdiff -u -r1.749 -r1.750 src/doc/3RDPARTY Please note that diffs are not public domain; they

CVS commit: src/doc

2010-03-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Mar 4 17:57:26 UTC 2010 Modified Files: src/doc: 3RDPARTY Log Message: binutils-2.20.1 out. To generate a diff of this commit: cvs rdiff -u -r1.749 -r1.750 src/doc/3RDPARTY Please note that diffs are not public domain; they

Re: CVS commit: src/sys/kern

2010-03-04 Thread Antti Kantee
On Thu Mar 04 2010 at 14:11:27 +0200, Antti Kantee wrote: On Thu Mar 04 2010 at 14:55:46 +1100, matthew green wrote: Module Name: src Committed By:pooka Date:Wed Mar 3 17:58:37 UTC 2010 Modified Files: src/sys/kern: kern_module.c

Re: CVS commit: src/sys/kern

2010-03-04 Thread Antti Kantee
On Thu Mar 04 2010 at 20:05:08 +0200, Antti Kantee wrote: On Thu Mar 04 2010 at 14:11:27 +0200, Antti Kantee wrote: On Thu Mar 04 2010 at 14:55:46 +1100, matthew green wrote: Module Name: src Committed By: pooka Date: Wed Mar 3 17:58:37 UTC 2010

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 18:31:57 UTC 2010 Modified Files: src/sys/dev/cardbus: rbus_ppb.c Log Message: Delete unfinished and unreachable code: ppb_cardbus_setup(), ppb_cardbus_enable(), ppb_cardbus_disable(). To generate a diff of this

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 18:31:57 UTC 2010 Modified Files: src/sys/dev/cardbus: rbus_ppb.c Log Message: Delete unfinished and unreachable code: ppb_cardbus_setup(), ppb_cardbus_enable(), ppb_cardbus_disable(). To generate a diff of this

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 18:49:14 UTC 2010 Modified Files: src/sys/dev/cardbus: rbus_ppb.c Log Message: It turns out that ppb at cardbus was not even in ALL. It has probably not been compiled in a very long time. With some minor changes, it

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 18:49:14 UTC 2010 Modified Files: src/sys/dev/cardbus: rbus_ppb.c Log Message: It turns out that ppb at cardbus was not even in ALL. It has probably not been compiled in a very long time. With some minor changes, it

Re: CVS commit: src/sys/dev/cardbus

2010-03-04 Thread Jason Thorpe
On Mar 4, 2010, at 10:49 AM, David Young wrote: Use %zu and %zx for printf'ing bus_size_t. These aren't quite right. We should probably define PRIxxx macros for the bus.h scalar types. -- thorpej

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 20:17:30 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c atk0110.c smbus_acpi.c Log Message: Fix ACPI_DEBUG build failures reported by Greg A. Woods. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 20:17:30 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c atk0110.c smbus_acpi.c Log Message: Fix ACPI_DEBUG build failures reported by Greg A. Woods. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153

Re: CVS commit: src/sys/dev/cardbus

2010-03-04 Thread Matt Thomas
On Mar 4, 2010, at 11:13 AM, Jason Thorpe wrote: On Mar 4, 2010, at 10:49 AM, David Young wrote: Use %zu and %zx for printf'ing bus_size_t. These aren't quite right. We should probably define PRIxxx macros for the bus.h scalar types. For mips, I made bus_space_handle_t intptr_t and

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 20:46:18 UTC 2010 Modified Files: src/sys/dev/acpi: smbus_acpi.c Log Message: Fix two memory leaks. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/smbus_acpi.c Please note that diffs

CVS commit: src/usr.bin/ftp

2010-03-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Mar 4 21:40:53 UTC 2010 Modified Files: src/usr.bin/ftp: extern.h fetch.c util.c Log Message: Parse HTTP 'Date' entries in the `C' locale rather than the user's. Fix from [bin/42917] (with minor changes), from KAMADA

CVS commit: src/usr.bin/ftp

2010-03-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Thu Mar 4 21:40:53 UTC 2010 Modified Files: src/usr.bin/ftp: extern.h fetch.c util.c Log Message: Parse HTTP 'Date' entries in the `C' locale rather than the user's. Fix from [bin/42917] (with minor changes), from KAMADA

CVS commit: src/sys/arch/i386/conf

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 21:47:59 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Enable (uncomment) ACPI_DEBUG, ACPI_DEBUG_ALLOC, and ACPI_MUTEX_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.245 -r1.246

CVS commit: src/sys/arch/i386/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 21:54:35 UTC 2010 Modified Files: src/sys/arch/i386/acpi: vald_acpi.c Log Message: Remove VALD_ACPI_DEBUG and AVALD_F_VERBOSE. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/sys/arch/i386/conf

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 21:55:32 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: VALD_ACPI_DEBUG is dead. To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.247 src/sys/arch/i386/conf/ALL Please note that diffs

Re: CVS commit: src/share/man/man3

2010-03-04 Thread Greg A. Woods
At Thu, 4 Mar 2010 02:22:35 +, David Holland dholland-sourcechan...@netbsd.org wrote: Subject: Re: CVS commit: src/share/man/man3 On Wed, Mar 03, 2010 at 12:58:33PM -0500, Greg A. Woods wrote: I believe that __UNCONST() in particular is _never_ absolutely necessary -- it may

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 22:29:47 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_button.c Log Message: Cleanup: * Semantics. * No need for dev/acpi/acpica.h. * Reduce the amount of error reporting. * Remove ACPI_BUT_DEBUG and

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 22:29:47 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_button.c Log Message: Cleanup: * Semantics. * No need for dev/acpi/acpica.h. * Reduce the amount of error reporting. * Remove ACPI_BUT_DEBUG and

CVS commit: src/sys/arch/i386/conf

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 22:30:57 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Remove ACPI_BUT_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/arch/i386/conf/ALL Please note that diffs are

CVS commit: src/sys/arch/i386/conf

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 22:30:57 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Remove ACPI_BUT_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 src/sys/arch/i386/conf/ALL Please note that diffs are

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 22:33:12 UTC 2010 Modified Files: src/sys/dev/cardbus: if_rtw_cardbus.c Log Message: Remove unnecessary #ifdef INET-enclosed #includes. This is *always* compiled with #define rbus 1, so get rid of the conditional

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 22:33:12 UTC 2010 Modified Files: src/sys/dev/cardbus: if_rtw_cardbus.c Log Message: Remove unnecessary #ifdef INET-enclosed #includes. This is *always* compiled with #define rbus 1, so get rid of the conditional

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 22:42:22 UTC 2010 Modified Files: src/sys/dev/cardbus: cardbus_map.c Log Message: This is *always* compiled with #define rbus 1, so get rid of the conditional compilation. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 22:42:22 UTC 2010 Modified Files: src/sys/dev/cardbus: cardbus_map.c Log Message: This is *always* compiled with #define rbus 1, so get rid of the conditional compilation. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/stdlib

2010-03-04 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Mar 4 22:48:31 UTC 2010 Modified Files: src/lib/libc/stdlib: jemalloc.c Log Message: Fix race condition on reallocation of huge category. We need to remove the old region before mremap() since if it relesae the old region,

CVS commit: src/sys/dev/pci

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Thu Mar 4 22:57:37 UTC 2010 Modified Files: src/sys/dev/pci: if_rtw_pci.c Log Message: Make cosmetic changes in order to reduce differences with sys/dev/cardbus/if_rtw_cardbus.c: remove an unnecessary #include. Change a few cut

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 23:25:07 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Remove ACPI_BUG_DEBUG by using ACPI_DEBUG_PRINT(x) instead. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154

CVS commit: src/sys/dev/acpi

2010-03-04 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Thu Mar 4 23:25:07 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Remove ACPI_BUG_DEBUG by using ACPI_DEBUG_PRINT(x) instead. To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Mar 5 00:36:06 UTC 2010 Modified Files: src/sys/dev/cardbus: fwohci_cardbus.c Log Message: This is *always* compiled with #define rbus 1, so get rid of the conditional compilation. Make a few changes of this kind: -

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Mar 5 00:54:01 UTC 2010 Modified Files: src/sys/dev/cardbus: if_rtw_cardbus.c Log Message: Simplify this a bit (and reduce differences with if_rtw_pci.c): we don't have to save the base address or write it to the BAR. To

CVS commit: src/sys/dev/cardbus

2010-03-04 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Mar 5 00:54:01 UTC 2010 Modified Files: src/sys/dev/cardbus: if_rtw_cardbus.c Log Message: Simplify this a bit (and reduce differences with if_rtw_pci.c): we don't have to save the base address or write it to the BAR. To

re: CVS commit: src/sys/dev/cardbus

2010-03-04 Thread matthew green
On Mar 4, 2010, at 10:49 AM, David Young wrote: Use %zu and %zx for printf'ing bus_size_t. These aren't quite right. We should probably define PRIxxx macros for the bus.h scalar types. infact, they're quite wrong on IPL32 systems with 64 bit bus addresses. x86 PAE,

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2010-03-04 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 5 01:53:15 UTC 2010 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: DTrace: fix the curthread and mutex data types. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2010-03-04 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 5 01:53:15 UTC 2010 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_open.c Log Message: DTrace: fix the curthread and mutex data types. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/cddl/osnet/dev/sdt

2010-03-04 Thread Darran Hunt
Module Name:src Committed By: darran Date: Fri Mar 5 02:21:41 UTC 2010 Modified Files: src/external/cddl/osnet/dev/sdt: sdt.c Log Message: DTrace: add a dependency on the dtrace module. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/crypto/dist/ipsec-tools/src

2010-03-04 Thread Timo Ter�s
Module Name:src Committed By: tteras Date: Fri Mar 5 06:47:59 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/libipsec: ipsec_set_policy.3 src/crypto/dist/ipsec-tools/src/racoon: privsep.c src/crypto/dist/ipsec-tools/src/racoon/doc: FAQ

CVS commit: [ipsec-tools-0_7-branch] src/crypto/dist/ipsec-tools/src

2010-03-04 Thread Timo Ter�s
Module Name:src Committed By: tteras Date: Fri Mar 5 06:51:26 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/libipsec [ipsec-tools-0_7-branch]: ipsec_set_policy.3 src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_7-branch]:

CVS commit: [ipsec-tools-0_7-branch] src/crypto/dist/ipsec-tools/src

2010-03-04 Thread Timo Ter�s
Module Name:src Committed By: tteras Date: Fri Mar 5 06:51:26 UTC 2010 Modified Files: src/crypto/dist/ipsec-tools/src/libipsec [ipsec-tools-0_7-branch]: ipsec_set_policy.3 src/crypto/dist/ipsec-tools/src/racoon [ipsec-tools-0_7-branch]:

CVS commit: src/usr.bin/ftp

2010-03-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Mar 5 07:41:10 UTC 2010 Modified Files: src/usr.bin/ftp: fetch.c ftp.1 ftp.c util.c Log Message: Back to using 'RFC ' instead of 'RFC' To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193

CVS commit: src/usr.bin/ftp

2010-03-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Mar 5 07:41:10 UTC 2010 Modified Files: src/usr.bin/ftp: fetch.c ftp.1 ftp.c util.c Log Message: Back to using 'RFC ' instead of 'RFC' To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193

CVS commit: src/usr.bin/ftp

2010-03-04 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Fri Mar 5 07:45:41 UTC 2010 Modified Files: src/usr.bin/ftp: version.h Log Message: ftp 20100305: fix http date parsing To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/usr.bin/ftp/version.h Please note that