Module Name:src
Committed By: agc
Date: Mon Mar 1 07:52:21 UTC 2010
Added Files:
src/crypto/external/bsd/netpgp/dist/src/hkpclient: hkpclient.lua
optparse.lua tst
Log Message:
add the scripts used to test the hkpd.
fwiw, the hkp client script is - essentially
Module Name:src
Committed By: agc
Date: Mon Mar 1 07:52:21 UTC 2010
Added Files:
src/crypto/external/bsd/netpgp/dist/src/hkpclient: hkpclient.lua
optparse.lua tst
Log Message:
add the scripts used to test the hkpd.
fwiw, the hkp client script is - essentially
Module Name:src
Committed By: agc
Date: Mon Mar 1 07:41:57 UTC 2010
Added Files:
src/crypto/external/bsd/netpgp/dist/src/hkpd: Makefile hkpd.c hkpd.h
main.c
Log Message:
add an embryonic httpd key server (hkpd) to netpgp. this is based on the
discontinued draf
Module Name:src
Committed By: agc
Date: Mon Mar 1 07:41:57 UTC 2010
Added Files:
src/crypto/external/bsd/netpgp/dist/src/hkpd: Makefile hkpd.c hkpd.h
main.c
Log Message:
add an embryonic httpd key server (hkpd) to netpgp. this is based on the
discontinued draf
Module Name:src
Committed By: macallan
Date: Mon Mar 1 06:14:17 UTC 2010
Modified Files:
src/sys/arch/sparc/conf: GENERIC INSTALL
Log Message:
enable PNOZZ_USE_LATCH in case we run into some hardware which needs it
To generate a diff of this commit:
cvs rdiff -u -r1.219
Module Name:src
Committed By: macallan
Date: Mon Mar 1 06:14:17 UTC 2010
Modified Files:
src/sys/arch/sparc/conf: GENERIC INSTALL
Log Message:
enable PNOZZ_USE_LATCH in case we run into some hardware which needs it
To generate a diff of this commit:
cvs rdiff -u -r1.219
Module Name:src
Committed By: macallan
Date: Mon Mar 1 05:42:08 UTC 2010
Modified Files:
src/sys/dev/sbus: files.sbus p9100.c
Log Message:
make latching optional.
The SPARCbook docs claim it's necessary but my 3GX happily works without.
To generate a diff of this commit
Module Name:src
Committed By: macallan
Date: Mon Mar 1 05:42:08 UTC 2010
Modified Files:
src/sys/dev/sbus: files.sbus p9100.c
Log Message:
make latching optional.
The SPARCbook docs claim it's necessary but my 3GX happily works without.
To generate a diff of this commit
Module Name:src
Committed By: jruoho
Date: Mon Mar 1 05:37:37 UTC 2010
Modified Files:
src/sys/dev/acpi: smbus_acpi.c
Log Message:
Semantics:
* Use ACPI_ADR_PCI_DEV(x) and ACPI_ADR_PCI_FUNC(x).
* !ACPI_FAILURE -> ACPI_SUCCESS, UINT32 -> uint32_t
* Remove whitespace
Module Name:src
Committed By: jruoho
Date: Mon Mar 1 05:37:37 UTC 2010
Modified Files:
src/sys/dev/acpi: smbus_acpi.c
Log Message:
Semantics:
* Use ACPI_ADR_PCI_DEV(x) and ACPI_ADR_PCI_FUNC(x).
* !ACPI_FAILURE -> ACPI_SUCCESS, UINT32 -> uint32_t
* Remove whitespace
Module Name:src
Committed By: macallan
Date: Mon Mar 1 05:26:53 UTC 2010
Modified Files:
src/sys/dev/sbus: p9100.c
Log Message:
fix ancient typo, noticed by mouse@
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/sbus/p9100.c
Please note that d
Module Name:src
Committed By: macallan
Date: Mon Mar 1 05:26:53 UTC 2010
Modified Files:
src/sys/dev/sbus: p9100.c
Log Message:
fix ancient typo, noticed by mouse@
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/sbus/p9100.c
Please note that d
Module Name:src
Committed By: pgoyette
Date: Mon Mar 1 03:15:16 UTC 2010
Modified Files:
src/share/man/man4: dbcool.4
Log Message:
Update for changes in sensor limit handling
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/dbcool.4
Please
Module Name:src
Committed By: pgoyette
Date: Mon Mar 1 03:15:16 UTC 2010
Modified Files:
src/share/man/man4: dbcool.4
Log Message:
Update for changes in sensor limit handling
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/dbcool.4
Please
Module Name:src
Committed By: pgoyette
Date: Mon Mar 1 03:14:49 UTC 2010
Modified Files:
src/sys/dev/i2c: dbcool.c dbcool_var.h
Log Message:
Now that sysmon_envsys(8) has learned how to retrieve and update sensor
limit values from the device driver, remove the high_limit
Module Name:src
Committed By: pgoyette
Date: Mon Mar 1 03:14:49 UTC 2010
Modified Files:
src/sys/dev/i2c: dbcool.c dbcool_var.h
Log Message:
Now that sysmon_envsys(8) has learned how to retrieve and update sensor
limit values from the device driver, remove the high_limit
Module Name:src
Committed By: dholland
Date: Mon Mar 1 01:59:48 UTC 2010
Modified Files:
src/lib/libterminfo: compile.c
Log Message:
compile.c needs sys/endian.h; PR 42875 from Henning Petersen.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libterm
Module Name:src
Committed By: dholland
Date: Mon Mar 1 01:59:48 UTC 2010
Modified Files:
src/lib/libterminfo: compile.c
Log Message:
compile.c needs sys/endian.h; PR 42875 from Henning Petersen.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libterm
Module Name:src
Committed By: jym
Date: Mon Mar 1 01:35:11 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/i386/i386: machdep.c
Log Message:
Do not forget that ptoa() casts the result to vaddr_t, which is bad
for paddr_t values under i386
Module Name:src
Committed By: jym
Date: Mon Mar 1 01:35:11 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/arch/i386/i386: machdep.c
Log Message:
Do not forget that ptoa() casts the result to vaddr_t, which is bad
for paddr_t values under i386
Module Name:src
Committed By: jym
Date: Mon Mar 1 01:15:24 UTC 2010
Modified Files:
src/sys/arch/i386/i386: machdep.c rbus_machdep.c
src/sys/arch/i386/include: rbus_machdep.h
Log Message:
Change rbus_min_start_hint() semantic for i386. "ram" is now psize_t
(instea
Module Name:src
Committed By: jym
Date: Mon Mar 1 01:15:24 UTC 2010
Modified Files:
src/sys/arch/i386/i386: machdep.c rbus_machdep.c
src/sys/arch/i386/include: rbus_machdep.h
Log Message:
Change rbus_min_start_hint() semantic for i386. "ram" is now psize_t
(instea
Module Name:src
Committed By: macallan
Date: Mon Mar 1 01:14:58 UTC 2010
Modified Files:
src/sys/arch/sparc64/sparc64: autoconf.c
Log Message:
Don't call frame-buffer-adr since it doesn't work as expected by the code
that got cargo culted over from macppc. While there shu
Module Name:src
Committed By: macallan
Date: Mon Mar 1 01:14:58 UTC 2010
Modified Files:
src/sys/arch/sparc64/sparc64: autoconf.c
Log Message:
Don't call frame-buffer-adr since it doesn't work as expected by the code
that got cargo culted over from macppc. While there shu
Module Name:src
Committed By: jym
Date: Mon Mar 1 00:55:33 UTC 2010
Modified Files:
src/sys/arch/i386/include: pmap.h
Log Message:
Use PDP_SIZE for NTOPLEVEL_PDES (number of top level PDEs) instead of
#ifdef'ing PAE.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: jym
Date: Mon Mar 1 00:55:33 UTC 2010
Modified Files:
src/sys/arch/i386/include: pmap.h
Log Message:
Use PDP_SIZE for NTOPLEVEL_PDES (number of top level PDEs) instead of
#ifdef'ing PAE.
To generate a diff of this commit:
cvs rdiff -u -r1.1
Module Name:src
Committed By: haad
Date: Mon Mar 1 00:41:36 UTC 2010
Added Files:
src/external/cddl/osnet/sys/sys: bootprops.h priv_impl.h sysdc.h
unistd.h
Log Message:
Add header files needed for building zfs as kernel_module.
To generate a diff of this com
Module Name:src
Committed By: haad
Date: Mon Mar 1 00:41:36 UTC 2010
Added Files:
src/external/cddl/osnet/sys/sys: bootprops.h priv_impl.h sysdc.h
unistd.h
Log Message:
Add header files needed for building zfs as kernel_module.
To generate a diff of this com
Module Name:src
Committed By: joerg
Date: Mon Mar 1 00:15:48 UTC 2010
Modified Files:
src/external/gpl3/binutils/dist/libiberty: floatformat.c
src/gnu/dist/gcc4/libiberty: floatformat.c
src/gnu/dist/gdb6/libiberty: floatformat.c
Log Message:
Use HUGE_VAL o
Module Name:src
Committed By: joerg
Date: Mon Mar 1 00:15:48 UTC 2010
Modified Files:
src/external/gpl3/binutils/dist/libiberty: floatformat.c
src/gnu/dist/gcc4/libiberty: floatformat.c
src/gnu/dist/gdb6/libiberty: floatformat.c
Log Message:
Use HUGE_VAL o
Module Name:src
Committed By: joerg
Date: Mon Mar 1 00:14:08 UTC 2010
Modified Files:
src/dist/pf/sbin/pfctl: pfctl_altq.c
Log Message:
Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value)
is good enough and the side effects of ISO C99 7.12 (4) are not
Module Name:src
Committed By: joerg
Date: Mon Mar 1 00:14:08 UTC 2010
Modified Files:
src/dist/pf/sbin/pfctl: pfctl_altq.c
Log Message:
Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value)
is good enough and the side effects of ISO C99 7.12 (4) are not
Module Name:src
Committed By: joerg
Date: Mon Mar 1 00:13:48 UTC 2010
Modified Files:
src/usr.sbin/altq/libaltq: qop_hfsc.c
Log Message:
Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value)
is good enough and the side effects of ISO C99 7.12 (4) are no
Module Name:src
Committed By: joerg
Date: Mon Mar 1 00:13:48 UTC 2010
Modified Files:
src/usr.sbin/altq/libaltq: qop_hfsc.c
Log Message:
Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value)
is good enough and the side effects of ISO C99 7.12 (4) are no
Module Name:src
Committed By: matt
Date: Sun Feb 28 23:47:06 UTC 2010
Modified Files:
src/sys/arch/evbmips/malta [matt-nb5-mips64]: machdep.c
Log Message:
Use cpu_startup_common.
To generate a diff of this commit:
cvs rdiff -u -r1.28.10.6 -r1.28.10.7 src/sys/arch/evbmips
Module Name:src
Committed By: matt
Date: Sun Feb 28 23:47:06 UTC 2010
Modified Files:
src/sys/arch/evbmips/malta [matt-nb5-mips64]: machdep.c
Log Message:
Use cpu_startup_common.
To generate a diff of this commit:
cvs rdiff -u -r1.28.10.6 -r1.28.10.7 src/sys/arch/evbmips
Module Name:src
Committed By: matt
Date: Sun Feb 28 23:46:18 UTC 2010
Modified Files:
src/sys/arch/sbmips/sbmips [matt-nb5-mips64]: cpu.c machdep.c
Added Files:
src/sys/arch/sbmips/conf [matt-nb5-mips64]: GENERIC.MP GENERIC64.MP
Log Message:
Add MP versions of GENE
Module Name:src
Committed By: matt
Date: Sun Feb 28 23:46:18 UTC 2010
Modified Files:
src/sys/arch/sbmips/sbmips [matt-nb5-mips64]: cpu.c machdep.c
Added Files:
src/sys/arch/sbmips/conf [matt-nb5-mips64]: GENERIC.MP GENERIC64.MP
Log Message:
Add MP versions of GENE
Module Name:src
Committed By: matt
Date: Sun Feb 28 23:45:07 UTC 2010
Modified Files:
src/sys/arch/mips/conf [matt-nb5-mips64]: files.mips
src/sys/arch/mips/include [matt-nb5-mips64]: cpu.h intr.h locore.h
proc.h types.h
src/sys/arch/mips/mips [m
Module Name:src
Committed By: matt
Date: Sun Feb 28 23:20:21 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_tlb.c
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/arch/mips/mips/pmap
Module Name:src
Committed By: matt
Date: Sun Feb 28 23:20:21 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_tlb.c
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 src/sys/arch/mips/mips/pmap
Module Name:src
Committed By: haad
Date: Sun Feb 28 22:50:48 UTC 2010
Added Files:
src/external/cddl/osnet/lib/libumem: misc.h
Log Message:
Add forgotten misc.h header file, which I forgot to commit.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/
Module Name:src
Committed By: haad
Date: Sun Feb 28 22:50:48 UTC 2010
Added Files:
src/external/cddl/osnet/lib/libumem: misc.h
Log Message:
Add forgotten misc.h header file, which I forgot to commit.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/
Module Name:src
Committed By: haad
Date: Sun Feb 28 22:45:45 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libumem: Makefile
Added Files:
src/external/cddl/osnet/lib/libumem: stub_stand.c
Log Message:
Addmissing symbols to libumem.
To generate a diff of th
Module Name:src
Committed By: haad
Date: Sun Feb 28 22:45:45 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libumem: Makefile
Added Files:
src/external/cddl/osnet/lib/libumem: stub_stand.c
Log Message:
Addmissing symbols to libumem.
To generate a diff of th
Module Name:src
Committed By: martin
Date: Sun Feb 28 22:42:44 UTC 2010
Modified Files:
src/distrib/utils/sysinst/arch/sparc64: md.h
Log Message:
Enable dynamic sizing of the default swap partition
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib
Module Name:src
Committed By: martin
Date: Sun Feb 28 22:42:44 UTC 2010
Modified Files:
src/distrib/utils/sysinst/arch/sparc64: md.h
Log Message:
Enable dynamic sizing of the default swap partition
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib
Module Name:src
Committed By: haad
Date: Sun Feb 28 22:40:09 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzfs: Makefile
Log Message:
Add missing zfs_fletcher.c to libzfs.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/lib/l
Module Name:src
Committed By: haad
Date: Sun Feb 28 22:40:09 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzfs: Makefile
Log Message:
Add missing zfs_fletcher.c to libzfs.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/lib/l
Module Name:src
Committed By: pgoyette
Date: Sun Feb 28 20:04:04 UTC 2010
Modified Files:
src/sys/dev/sysmon: sysmonvar.h
src/sys/sys: envsys.h
Log Message:
Move definitions of internal data structures and flag bits to avoid
exposing them to user-land.
To generat
Module Name:src
Committed By: pgoyette
Date: Sun Feb 28 20:04:04 UTC 2010
Modified Files:
src/sys/dev/sysmon: sysmonvar.h
src/sys/sys: envsys.h
Log Message:
Move definitions of internal data structures and flag bits to avoid
exposing them to user-land.
To generat
> > > Eh ???
> > > if (foo) bar(); else baz();
> > > will probably execute faster than:
> > > (*bar_baz)();
> > > since the indirect jump is (IIRC) always unpredicted.
> >
> > What do you have to predict on unconditional branches?
>
> The branch destination. E.g. the CPU can't start prefe
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 17:40:52 UTC 2010
Added Files:
src/sys/modules/acpiacad: Makefile
src/sys/modules/acpibat: Makefile
src/sys/modules/acpibut: Makefile
src/sys/modules/acpilid: Makefile
src/sys/modules/thin
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 17:40:52 UTC 2010
Added Files:
src/sys/modules/acpiacad: Makefile
src/sys/modules/acpibat: Makefile
src/sys/modules/acpibut: Makefile
src/sys/modules/acpilid: Makefile
src/sys/modules/thin
Module Name:src
Committed By: haad
Date: Sun Feb 28 17:40:35 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzfs: Makefile
Log Message:
Add newly added stubs.c file to libzfs build.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osn
Module Name:src
Committed By: haad
Date: Sun Feb 28 17:40:35 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzfs: Makefile
Log Message:
Add newly added stubs.c file to libzfs build.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osn
Module Name:src
Committed By: haad
Date: Sun Feb 28 17:36:51 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzfs: mnttab.c
src/external/cddl/osnet/lib/libzpool: kernel.c
Added Files:
src/external/cddl/osnet/lib/libzfs: stubs.c
Log Message:
Add fixes
Module Name:src
Committed By: haad
Date: Sun Feb 28 17:36:51 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libzfs: mnttab.c
src/external/cddl/osnet/lib/libzpool: kernel.c
Added Files:
src/external/cddl/osnet/lib/libzfs: stubs.c
Log Message:
Add fixes
On Mon, Mar 01, 2010 at 12:28:17AM +0900, Izumi Tsutsui wrote:
> > Eh ???
> > if (foo) bar(); else baz();
> > will probably execute faster than:
> > (*bar_baz)();
> > since the indirect jump is (IIRC) always unpredicted.
>
> What do you have to predict on unconditional branches?
The branc
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 17:22:41 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_button.c acpi_lid.c
thinkpad_acpi.c
Log Message:
Introduce support for ACPI kernel modules.
Tested on couple of laptops.
To
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 17:22:41 UTC 2010
Modified Files:
src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_button.c acpi_lid.c
thinkpad_acpi.c
Log Message:
Introduce support for ACPI kernel modules.
Tested on couple of laptops.
To
Module Name:src
Committed By: haad
Date: Sun Feb 28 17:22:01 UTC 2010
Added Files:
src/external/cddl/osnet/sys/sys: sha2.h
Log Message:
Add NetBSD/Solaris compatibility SHA header.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/cddl/osnet/sys/sys/
Module Name:src
Committed By: haad
Date: Sun Feb 28 17:22:01 UTC 2010
Added Files:
src/external/cddl/osnet/sys/sys: sha2.h
Log Message:
Add NetBSD/Solaris compatibility SHA header.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/cddl/osnet/sys/sys/
Module Name:src
Committed By: snj
Date: Sun Feb 28 15:52:17 UTC 2010
Modified Files:
src/crypto/dist/ipsec-tools: ChangeLog.old
src/crypto/dist/ipsec-tools/src/racoon: sockmisc.c sockmisc.h
src/sys/arch/amiga/dev: grf_rtreg.h
src/sys/arch/atari/dev:
Module Name:src
Committed By: snj
Date: Sun Feb 28 15:52:17 UTC 2010
Modified Files:
src/crypto/dist/ipsec-tools: ChangeLog.old
src/crypto/dist/ipsec-tools/src/racoon: sockmisc.c sockmisc.h
src/sys/arch/amiga/dev: grf_rtreg.h
src/sys/arch/atari/dev:
Module Name:src
Committed By: snj
Date: Sun Feb 28 15:33:21 UTC 2010
Modified Files:
src/sys/dev/i2c: i2cvar.h
Log Message:
Spelling police.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/i2cvar.h
Please note that diffs are not public domain
Module Name:src
Committed By: snj
Date: Sun Feb 28 15:33:21 UTC 2010
Modified Files:
src/sys/dev/i2c: i2cvar.h
Log Message:
Spelling police.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/i2c/i2cvar.h
Please note that diffs are not public domain
Module Name:src
Committed By: snj
Date: Sun Feb 28 15:32:32 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_fixup.c
Log Message:
Fix some minor errors in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mi
Module Name:src
Committed By: snj
Date: Sun Feb 28 15:32:32 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: mips_fixup.c
Log Message:
Fix some minor errors in comments.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/sys/arch/mi
Module Name:src
Committed By: martin
Date: Sun Feb 28 15:30:22 UTC 2010
Modified Files:
src/sys/arch/sparc64/dev: pcf8591_envctrl.c
Log Message:
dmesg cosmetics
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc64/dev/pcf8591_envctrl.c
Please
Module Name:src
Committed By: martin
Date: Sun Feb 28 15:30:22 UTC 2010
Modified Files:
src/sys/arch/sparc64/dev: pcf8591_envctrl.c
Log Message:
dmesg cosmetics
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc64/dev/pcf8591_envctrl.c
Please
> Eh ???
> if (foo) bar(); else baz();
> will probably execute faster than:
> (*bar_baz)();
> since the indirect jump is (IIRC) always unpredicted.
What do you have to predict on unconditional branches?
Anyway, the most major user of MI dp8390 is NE2000 and
it doesn't use inlined ones at
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:24:04 UTC 2010
Modified Files:
src/external/cddl/osnet: Makefile.zfs
Log Message:
Add missing -I definition.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/Makefile.zfs
Please no
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:24:04 UTC 2010
Modified Files:
src/external/cddl/osnet: Makefile.zfs
Log Message:
Add missing -I definition.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/cddl/osnet/Makefile.zfs
Please no
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:22:16 UTC 2010
Modified Files:
src/sys/modules/zfs: Makefile
Log Message:
Update zfs module to new sources.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/zfs/Makefile
Please note that d
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:22:16 UTC 2010
Modified Files:
src/sys/modules/zfs: Makefile
Log Message:
Update zfs module to new sources.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/zfs/Makefile
Please note that d
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:17:44 UTC 2010
Added Files:
src/external/cddl/osnet/dist/common/util: sscanf.h
Log Message:
Add missing header file, I will tag it to osnet-20100224 later.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 sr
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:17:44 UTC 2010
Added Files:
src/external/cddl/osnet/dist/common/util: sscanf.h
Log Message:
Add missing header file, I will tag it to osnet-20100224 later.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 sr
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:13:27 UTC 2010
Added Files:
src/external/cddl/osnet/include: aclutils.h directory.h idmap.h sha2.h
Log Message:
Add another set of headers files.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:13:27 UTC 2010
Added Files:
src/external/cddl/osnet/include: aclutils.h directory.h idmap.h sha2.h
Log Message:
Add another set of headers files.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:10:12 UTC 2010
Added Files:
src/external/cddl/osnet/include/fm: libtopo.h
Log Message:
Add missing header file I have missed it in first round of glue commits. More
to come.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:10:12 UTC 2010
Added Files:
src/external/cddl/osnet/include/fm: libtopo.h
Log Message:
Add missing header file I have missed it in first round of glue commits. More
to come.
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:07:14 UTC 2010
Added Files:
src/external/cddl/osnet/sys/sys: sysevent.h
Log Message:
Add our local version of sysevent.h file without door.h useage.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/exter
Module Name:src
Committed By: haad
Date: Sun Feb 28 15:07:14 UTC 2010
Added Files:
src/external/cddl/osnet/sys/sys: sysevent.h
Log Message:
Add our local version of sysevent.h file without door.h useage.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/exter
Module Name:src
Committed By: haad
Date: Sun Feb 28 14:45:48 UTC 2010
Modified Files:
src/external/cddl/osnet/include: unistd.h
src/external/cddl/osnet/sbin/zfs: Makefile
src/external/cddl/osnet/sbin/zpool: Makefile
src/external/cddl/osnet/sys/kern:
Module Name:src
Committed By: haad
Date: Sun Feb 28 14:45:48 UTC 2010
Modified Files:
src/external/cddl/osnet/include: unistd.h
src/external/cddl/osnet/sbin/zfs: Makefile
src/external/cddl/osnet/sbin/zpool: Makefile
src/external/cddl/osnet/sys/kern:
Module Name:src
Committed By: martin
Date: Sun Feb 28 13:59:05 UTC 2010
Modified Files:
src/sys/arch/sparc64/sparc64: autoconf.c
src/sys/dev/ofw: ofw_subr.c openfirm.h
Log Message:
Interpret the "reg" property of i2c nodes more liberal, and depending
on the cell si
Module Name:src
Committed By: martin
Date: Sun Feb 28 13:59:05 UTC 2010
Modified Files:
src/sys/arch/sparc64/sparc64: autoconf.c
src/sys/dev/ofw: ofw_subr.c openfirm.h
Log Message:
Interpret the "reg" property of i2c nodes more liberal, and depending
on the cell si
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 13:56:50 UTC 2010
Modified Files:
src/sys/arch/x86/acpi: acpi_wakeup.c
src/sys/dev/acpi: wmi_acpi.c
Log Message:
Use native functions instead of polluting the namespace with ACPICA-macros.
To generate a diff o
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 13:56:50 UTC 2010
Modified Files:
src/sys/arch/x86/acpi: acpi_wakeup.c
src/sys/dev/acpi: wmi_acpi.c
Log Message:
Use native functions instead of polluting the namespace with ACPICA-macros.
To generate a diff o
On Sat, Feb 27, 2010 at 04:40:12AM +, Izumi Tsutsui wrote:
>
> Log Message:
> Always call device dependent functions via pointers rather than
> using conditionals to switch inline functions for modern processors.
Eh ???
if (foo) bar(); else baz();
will probably execute faster than:
(*
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 13:10:43 UTC 2010
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Add ACPI_DEBUG_ALLOC.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/arch/i386/conf/ALL
Please note that diffs are n
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 13:10:43 UTC 2010
Modified Files:
src/sys/arch/i386/conf: ALL
Log Message:
Add ACPI_DEBUG_ALLOC.
To generate a diff of this commit:
cvs rdiff -u -r1.243 -r1.244 src/sys/arch/i386/conf/ALL
Please note that diffs are n
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 12:57:11 UTC 2010
Modified Files:
src/sys/external/intel-public/acpica/dist/include/platform: acnetbsd.h
Log Message:
In preparation for partial modularization of the acpi(4) subtree.
* * *
XXX:The internal memory
Module Name:src
Committed By: jruoho
Date: Sun Feb 28 12:57:11 UTC 2010
Modified Files:
src/sys/external/intel-public/acpica/dist/include/platform: acnetbsd.h
Log Message:
In preparation for partial modularization of the acpi(4) subtree.
* * *
XXX:The internal memory
Module Name:src
Committed By: pgoyette
Date: Sun Feb 28 12:40:46 UTC 2010
Modified Files:
src/sys/arch/sparc64/dev: pcf8591_envctrl.c
Log Message:
Set the FMONNOTSUPP flag for each individual sensor, and add the
FMONLIMITS flag so the sensor is actually monitored and event
Module Name:src
Committed By: pgoyette
Date: Sun Feb 28 12:40:46 UTC 2010
Modified Files:
src/sys/arch/sparc64/dev: pcf8591_envctrl.c
Log Message:
Set the FMONNOTSUPP flag for each individual sensor, and add the
FMONLIMITS flag so the sensor is actually monitored and event
On Sun, Feb 28, 2010 at 11:47:44AM +, David Holland wrote:
> The right thing to do is to make fsck_lfs exit without doing anything
> (or otherwise behave innocuously) when run with -p.
Fine with me, please feel free to do that and backout the sysinst change.
Martin
Module Name:src
Committed By: martin
Date: Sun Feb 28 11:49:44 UTC 2010
Modified Files:
src/sys/arch/sparc64/conf: GENERIC SCHIZO files.sparc64
Added Files:
src/sys/arch/sparc64/dev: pcf8591_envctrl.c pcfiic_ebus.c tda.c
Removed Files:
src/sys/arch/sparc64/d
Module Name:src
Committed By: martin
Date: Sun Feb 28 11:49:44 UTC 2010
Modified Files:
src/sys/arch/sparc64/conf: GENERIC SCHIZO files.sparc64
Added Files:
src/sys/arch/sparc64/dev: pcf8591_envctrl.c pcfiic_ebus.c tda.c
Removed Files:
src/sys/arch/sparc64/d
1 - 100 of 119 matches
Mail list logo