Module Name:src
Committed By: uebayasi
Date: Tue Feb 23 07:46:28 UTC 2010
Modified Files:
src/sys/miscfs/genfs [uebayasi-xip]: genfs_io.c
Log Message:
genfs_do_getpages_xip: Drop vmobjlock before calling VOP_BMAP, otherwise
deadlock. No idea how this worked for me before.
Module Name:src
Committed By: uebayasi
Date: Tue Feb 23 07:44:25 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_extern.h uvm_page.c uvm_page.h
Log Message:
Introduce uvm_page_physload_device(). This registers a physical address
range of a device, similar to uvm_
Module Name:src
Committed By: uebayasi
Date: Tue Feb 23 07:12:08 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_km.c
Log Message:
Don't forget opt_device_page.h.
To generate a diff of this commit:
cvs rdiff -u -r1.104.2.1 -r1.104.2.2 src/sys/uvm/uvm_km.c
Pleas
Module Name:src
Committed By: uebayasi
Date: Tue Feb 23 07:11:46 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_fault.c
Log Message:
uvm_fault_lower_promote: One more missing part for device pages to by-pass
page cache handling. When a page in a uobj is promoted
Module Name:src
Committed By: uebayasi
Date: Tue Feb 23 07:05:05 UTC 2010
Modified Files:
src/sys/uvm [uebayasi-xip]: uvm_bio.c
Log Message:
ubc_alloc: Don't forget taking the parent's vmobjlock in device page cases.
To generate a diff of this commit:
cvs rdiff -u -r1.68
Module Name:src
Committed By: uebayasi
Date: Tue Feb 23 07:03:13 UTC 2010
Modified Files:
src/sys/arch/arm/include/arm32 [uebayasi-xip]: vmparam.h
Log Message:
Pass struct vm_page_md * to VM_MDPAGE_INIT(), not struct vm_page *.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: martti
Date: Tue Feb 23 07:02:23 UTC 2010
Modified Files:
src/share/man/man4: agr.4
Log Message:
Note that the physical interfaces must not have any (IPv4 or IPv6) address
before attaching them to agr.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: uebayasi
Date: Tue Feb 23 07:00:58 UTC 2010
Modified Files:
src/sys/ufs/ffs [uebayasi-xip]: ffs_vfsops.c
Log Message:
Check XIP mount condition more nicely.
To generate a diff of this commit:
cvs rdiff -u -r1.257.2.1 -r1.257.2.2 src/sys/ufs/
Module Name:src
Committed By: uebayasi
Date: Tue Feb 23 06:58:07 UTC 2010
Modified Files:
src/sys/kern [uebayasi-xip]: vfs_syscalls.c
src/sys/sys [uebayasi-xip]: fstypes.h
Log Message:
More bits to pass the new XIP mount option correctly.
To generate a diff of th
Module Name:src
Committed By: cegger
Date: Tue Feb 23 06:27:40 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64: trap.c vector.S
Log Message:
dtrace kernel hooks
ok darran@
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/amd64/amd64/trap.c
cv
David Laight wrote:
> > Also:
> >
> > + if (dtrace_vtime_active) {
> > + (*dtrace_vtime_switch_func)(newl);
> > + }
> >
> > It is worth to give a separate cache line for dtrace_vtime_active and
> > use __predict_false().
>
> __predict_false() yes, but separ
Module Name:src
Committed By: mrg
Date: Tue Feb 23 05:32:09 UTC 2010
Modified Files:
src/sys/arch/sparc64/sparc64: db_interface.c db_tlb_access.S
Log Message:
change print_dtlb() and print_itlb() to take (tlb_size, tlb_selectbits).
for cheetah, print the 3 dtlb's and 2 itl
Module Name:src
Committed By: mrg
Date: Tue Feb 23 05:24:50 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: ctlreg.h
Log Message:
add some bits to set to access all the cheetah dtlb/itlb's.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch
Module Name:src
Committed By: mrg
Date: Tue Feb 23 05:24:50 UTC 2010
Modified Files:
src/sys/arch/sparc64/include: ctlreg.h
Log Message:
add some bits to set to access all the cheetah dtlb/itlb's.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch
Module Name:src
Committed By: agc
Date: Tue Feb 23 01:24:45 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c validate.c
src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1
Log Message:
fix a bug in verifying memory.
add two examp
Module Name:src
Committed By: agc
Date: Tue Feb 23 01:24:45 UTC 2010
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c validate.c
src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1
Log Message:
fix a bug in verifying memory.
add two examp
Module Name:src
Committed By: cegger
Date: Tue Feb 23 00:23:36 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64: vector.S
Log Message:
include opt_xen.h
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/amd64/amd64/vector.S
Please note that dif
Module Name:src
Committed By: cegger
Date: Tue Feb 23 00:23:36 UTC 2010
Modified Files:
src/sys/arch/amd64/amd64: vector.S
Log Message:
include opt_xen.h
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/amd64/amd64/vector.S
Please note that dif
Module Name:src
Committed By: pgoyette
Date: Tue Feb 23 00:13:06 UTC 2010
Modified Files:
src/sys/dev/i2c: spdmem.c
Log Message:
Correct calculation and display of SDR DRAM speed. From OpenBSD.
Fixes PR kern/42736
To generate a diff of this commit:
cvs rdiff -u -r1.15
Module Name:src
Committed By: pgoyette
Date: Tue Feb 23 00:13:06 UTC 2010
Modified Files:
src/sys/dev/i2c: spdmem.c
Log Message:
Correct calculation and display of SDR DRAM speed. From OpenBSD.
Fixes PR kern/42736
To generate a diff of this commit:
cvs rdiff -u -r1.15
Module Name:src
Committed By: joerg
Date: Tue Feb 23 00:03:10 UTC 2010
Modified Files:
src/include: math.h
Log Message:
PR 36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF, HUGE_VALL and
INFINITY are constant expressions.
Use the GCC builtins if possible to implement them
Module Name:src
Committed By: joerg
Date: Tue Feb 23 00:03:10 UTC 2010
Modified Files:
src/include: math.h
Log Message:
PR 36988: ISO C99 mandates that HUGE_VAL, HUGE_VALF, HUGE_VALL and
INFINITY are constant expressions.
Use the GCC builtins if possible to implement them
Module Name:src
Committed By: jym
Date: Mon Feb 22 23:52:17 UTC 2010
Modified Files:
src/sys/arch/i386/i386: genassym.cf
Log Message:
Remove a duplicate entry for PTE_BASE.
While here, introduce PDP_SIZE and PDE_SIZE. They will be used by asm code
to make it more generic
Module Name:src
Committed By: jym
Date: Mon Feb 22 23:52:17 UTC 2010
Modified Files:
src/sys/arch/i386/i386: genassym.cf
Log Message:
Remove a duplicate entry for PTE_BASE.
While here, introduce PDP_SIZE and PDE_SIZE. They will be used by asm code
to make it more generic
Module Name:src
Committed By: roy
Date: Mon Feb 22 23:05:39 UTC 2010
Modified Files:
src/lib/libterminfo: Makefile curterm.c term.c term_private.h
terminfo.5.in
src/tools/tic: Makefile
src/usr.bin/infocmp: infocmp.c
src/usr.bin/tic: tic.c
Module Name:src
Committed By: roy
Date: Mon Feb 22 23:05:39 UTC 2010
Modified Files:
src/lib/libterminfo: Makefile curterm.c term.c term_private.h
terminfo.5.in
src/tools/tic: Makefile
src/usr.bin/infocmp: infocmp.c
src/usr.bin/tic: tic.c
Module Name:src
Committed By: mrg
Date: Mon Feb 22 22:28:58 UTC 2010
Modified Files:
src/sys/arch/sparc64/conf: files.sparc64
src/sys/arch/sparc64/sparc64: locore.s
Added Files:
src/sys/arch/sparc64/sparc64: db_tlb_access.S
Log Message:
move {dump,print}_[i
Module Name:src
Committed By: mrg
Date: Mon Feb 22 22:28:58 UTC 2010
Modified Files:
src/sys/arch/sparc64/conf: files.sparc64
src/sys/arch/sparc64/sparc64: locore.s
Added Files:
src/sys/arch/sparc64/sparc64: db_tlb_access.S
Log Message:
move {dump,print}_[i
Module Name:src
Committed By: skrll
Date: Mon Feb 22 21:32:55 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa: pmap.c
src/sys/arch/hppa/include: pmap.h
Log Message:
Deal with PA2.0 cache move-in rules by purging the TLB as well as
flushing/purging the cache.
To g
Module Name:src
Committed By: skrll
Date: Mon Feb 22 21:32:55 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa: pmap.c
src/sys/arch/hppa/include: pmap.h
Log Message:
Deal with PA2.0 cache move-in rules by purging the TLB as well as
flushing/purging the cache.
To g
On Tue, Feb 23, 2010 at 09:58:25AM +1300, Darran Hunt wrote:
> I'm concerned that this will introduce more of a performance penalty
> for. Wouldn't your suggestion mean that there would always be a
> function call made?
>
> i.e.
> if (__predict_false(dtrace_vtime_active)) {
> (*dtrace_vtime
On 23/02/2010, at 6:31 AM, David Young wrote:
On Sun, Feb 21, 2010 at 02:11:40AM +, Darran Hunt wrote:
Module Name:src
Committed By: darran
Date: Sun Feb 21 02:11:40 UTC 2010
Modified Files:
src/sys/arch/i386/i386: trap.c vector.S
src/sys/kern: kern_lwp.c k
Module Name:src
Committed By: matt
Date: Mon Feb 22 20:17:09 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: compat_16_machdep.c
mips_softint.c process_machdep.c sig_machdep.c syscall.c
Log Message:
Explicitly include since no longer includ
Module Name:src
Committed By: matt
Date: Mon Feb 22 20:17:09 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: compat_16_machdep.c
mips_softint.c process_machdep.c sig_machdep.c syscall.c
Log Message:
Explicitly include since no longer includ
Module Name:src
Committed By: matt
Date: Mon Feb 22 20:14:07 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpu_counter.h
Log Message:
Don't include . Rely on the weak alias in locore_mips3.S
To generate a diff of this commit:
cvs rdiff -u -r1.3.9
Module Name:src
Committed By: matt
Date: Mon Feb 22 20:14:07 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpu_counter.h
Log Message:
Don't include . Rely on the weak alias in locore_mips3.S
To generate a diff of this commit:
cvs rdiff -u -r1.3.9
Module Name:src
Committed By: matt
Date: Mon Feb 22 20:13:22 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: locore_mips3.S
Log Message:
Add a weak alias of cpu_counter32 to mips3_cp0_count_read. This allows
to avoid including .
To generate a diff of
Module Name:src
Committed By: matt
Date: Mon Feb 22 20:13:22 UTC 2010
Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: locore_mips3.S
Log Message:
Add a weak alias of cpu_counter32 to mips3_cp0_count_read. This allows
to avoid including .
To generate a diff of
Module Name:src
Committed By: wiz
Date: Mon Feb 22 20:13:01 UTC 2010
Modified Files:
src/share/man/man4: options.4
Log Message:
Punctuation nit.
To generate a diff of this commit:
cvs rdiff -u -r1.387 -r1.388 src/share/man/man4/options.4
Please note that diffs are not p
Module Name:src
Committed By: wiz
Date: Mon Feb 22 20:13:01 UTC 2010
Modified Files:
src/share/man/man4: options.4
Log Message:
Punctuation nit.
To generate a diff of this commit:
cvs rdiff -u -r1.387 -r1.388 src/share/man/man4/options.4
Please note that diffs are not p
Module Name:src
Committed By: wiz
Date: Mon Feb 22 20:12:23 UTC 2010
Modified Files:
src/share/man/man4: smscmon.4
Log Message:
Use standard section headers and mark up author with An.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/smscmon
Module Name:src
Committed By: wiz
Date: Mon Feb 22 20:12:23 UTC 2010
Modified Files:
src/share/man/man4: smscmon.4
Log Message:
Use standard section headers and mark up author with An.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/smscmon
Module Name:src
Committed By: matt
Date: Mon Feb 22 20:08:58 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: intr.h
Log Message:
Add initial list of IPIs for MIPS SMP.
To generate a diff of this commit:
cvs rdiff -u -r1.3.96.3 -r1.3.96.4 src/sys/arc
Module Name:src
Committed By: matt
Date: Mon Feb 22 20:08:58 UTC 2010
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: intr.h
Log Message:
Add initial list of IPIs for MIPS SMP.
To generate a diff of this commit:
cvs rdiff -u -r1.3.96.3 -r1.3.96.4 src/sys/arc
Module Name:src
Committed By: haad
Date: Mon Feb 22 20:05:03 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libnvpair: Makefile
Log Message:
Revert lib_nvpair hack now when it is not needed when njoly@ commited his fix to
bsd.lib.mk.
To generate a diff of this comm
Module Name:src
Committed By: haad
Date: Mon Feb 22 20:05:03 UTC 2010
Modified Files:
src/external/cddl/osnet/lib/libnvpair: Makefile
Log Message:
Revert lib_nvpair hack now when it is not needed when njoly@ commited his fix to
bsd.lib.mk.
To generate a diff of this comm
Module Name:src
Committed By: drochner
Date: Mon Feb 22 19:46:18 UTC 2010
Modified Files:
src/sys/kern: exec_elf.c
Log Message:
Run binaries with ELF_TYPE==DYN at virtual address PAGE_SIZE rather
than 0. This is still not the intent of PIE, but it allows them to
run with V
Module Name:src
Committed By: drochner
Date: Mon Feb 22 19:46:18 UTC 2010
Modified Files:
src/sys/kern: exec_elf.c
Log Message:
Run binaries with ELF_TYPE==DYN at virtual address PAGE_SIZE rather
than 0. This is still not the intent of PIE, but it allows them to
run with V
Module Name:src
Committed By: joerg
Date: Mon Feb 22 19:21:37 UTC 2010
Modified Files:
src/external/bsd/atf/dist/tools: atf-check.1
Log Message:
\\ -> \e
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/atf/dist/tools/atf-check.1
Please note
Module Name:src
Committed By: joerg
Date: Mon Feb 22 19:21:37 UTC 2010
Modified Files:
src/external/bsd/atf/dist/tools: atf-check.1
Log Message:
\\ -> \e
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/atf/dist/tools/atf-check.1
Please note
Module Name:src
Committed By: joerg
Date: Mon Feb 22 19:20:33 UTC 2010
Modified Files:
src/usr.bin/make: make.1
Log Message:
\\ -> \e
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/usr.bin/make/make.1
Please note that diffs are not public domain; th
Module Name:src
Committed By: joerg
Date: Mon Feb 22 19:20:33 UTC 2010
Modified Files:
src/usr.bin/make: make.1
Log Message:
\\ -> \e
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/usr.bin/make/make.1
Please note that diffs are not public domain; th
On Sun, Feb 21, 2010 at 02:11:40AM +, Darran Hunt wrote:
> Module Name: src
> Committed By: darran
> Date: Sun Feb 21 02:11:40 UTC 2010
>
> Modified Files:
> src/sys/arch/i386/i386: trap.c vector.S
> src/sys/kern: kern_lwp.c kern_proc.c kern_synch.c
> src/sys/sys: lw
Module Name:src
Committed By: pgoyette
Date: Mon Feb 22 17:27:05 UTC 2010
Modified Files:
src/sys/arch/i386/conf: GENERIC
Log Message:
Forgot to add smscmon here...
To generate a diff of this commit:
cvs rdiff -u -r1.970 -r1.971 src/sys/arch/i386/conf/GENERIC
Please not
Module Name:src
Committed By: pgoyette
Date: Mon Feb 22 17:27:05 UTC 2010
Modified Files:
src/sys/arch/i386/conf: GENERIC
Log Message:
Forgot to add smscmon here...
To generate a diff of this commit:
cvs rdiff -u -r1.970 -r1.971 src/sys/arch/i386/conf/GENERIC
Please not
Module Name:src
Committed By: snj
Date: Mon Feb 22 16:09:41 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1312.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.199 -r1.1.2.200 src/doc/CHANGES-5.1
Please note that diffs are not publ
Module Name:src
Committed By: snj
Date: Mon Feb 22 16:09:41 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1312.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.199 -r1.1.2.200 src/doc/CHANGES-5.1
Please note that diffs are not publ
Module Name:src
Committed By: snj
Date: Mon Feb 22 16:07:59 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa [netbsd-5]: vm_machdep.c
Log Message:
Apply patch (requested by skrll in ticket #1312):
Fix ticket #793: s/setfunc_trampoline/lwp_trampoline/.
To generate a diff o
Module Name:src
Committed By: snj
Date: Mon Feb 22 16:07:59 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa [netbsd-5]: vm_machdep.c
Log Message:
Apply patch (requested by skrll in ticket #1312):
Fix ticket #793: s/setfunc_trampoline/lwp_trampoline/.
To generate a diff o
Module Name:src
Committed By: snj
Date: Mon Feb 22 16:07:24 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1312.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.0.3
Please note that diffs are not pu
Module Name:src
Committed By: snj
Date: Mon Feb 22 16:07:24 UTC 2010
Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3
Log Message:
Ticket 1312.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-5.0.3
Please note that diffs are not pu
Module Name:src
Committed By: snj
Date: Mon Feb 22 16:05:59 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa [netbsd-5-0]: vm_machdep.c
Log Message:
Apply patch (requested by skrll in ticket #1312):
Fix ticket #793: s/setfunc_trampoline/lwp_trampoline/.
To generate a diff
Module Name:src
Committed By: snj
Date: Mon Feb 22 16:05:59 UTC 2010
Modified Files:
src/sys/arch/hppa/hppa [netbsd-5-0]: vm_machdep.c
Log Message:
Apply patch (requested by skrll in ticket #1312):
Fix ticket #793: s/setfunc_trampoline/lwp_trampoline/.
To generate a diff
Module Name:src
Committed By: pooka
Date: Mon Feb 22 14:47:40 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libugenhc: ugenhc.c
Log Message:
* get UDESC_CONFIG for proper config index
* support UR_SET_CONFIG for root hub
* set port change bits for root hub interrupts
+ cos
Module Name:src
Committed By: pooka
Date: Mon Feb 22 14:47:40 UTC 2010
Modified Files:
src/sys/rump/dev/lib/libugenhc: ugenhc.c
Log Message:
* get UDESC_CONFIG for proper config index
* support UR_SET_CONFIG for root hub
* set port change bits for root hub interrupts
+ cos
Module Name:src
Committed By: pgoyette
Date: Mon Feb 22 13:42:04 UTC 2010
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: ALL
Log Message:
Correct spelling of smscmon and add (commented out) to GENERICs
To generate a diff of this commit:
Module Name:src
Committed By: pgoyette
Date: Mon Feb 22 13:42:04 UTC 2010
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: ALL
Log Message:
Correct spelling of smscmon and add (commented out) to GENERICs
To generate a diff of this commit:
Module Name:src
Committed By: wiz
Date: Mon Feb 22 08:41:10 UTC 2010
Modified Files:
src/share/man/man4: ddb.4
Log Message:
Comment out crash(8) reference, per PR 10708, until a MI one exists.
Looks to me like we already have an MI crash(8):
{325} cd src/distrib/sets/l
:
^^^
+20100222:
+ The shared objects file extension has been changed from .so to
+ .pico, in order to avoid conflicts with shared libraries names
+ libXX.so. All now stale regular .so files can be removed from
+ your object directories.
+
20100204:
The termcap database has been removed from the sources
Module Name:src
Committed By: njoly
Date: Mon Feb 22 12:35:32 UTC 2010
Modified Files:
src: UPDATING
Log Message:
Note shared objects extension change, and stalled files.
To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 src/UPDATING
Please note that diffs
Module Name:src
Committed By: njoly
Date: Mon Feb 22 12:33:22 UTC 2010
Modified Files:
src/share/mk: bsd.README bsd.lib.mk
Log Message:
Change shared object file extension from .so to .pico, to avoid
conflicts with shared libaries names libXX.so; as recently seen with
MKUP
Module Name:src
Committed By: njoly
Date: Mon Feb 22 12:33:22 UTC 2010
Modified Files:
src/share/mk: bsd.README bsd.lib.mk
Log Message:
Change shared object file extension from .so to .pico, to avoid
conflicts with shared libaries names libXX.so; as recently seen with
MKUP
Module Name:src
Committed By: tron
Date: Mon Feb 22 12:21:27 UTC 2010
Modified Files:
src/external/cddl/osnet/usr.sbin/dtrace: Makefile
Log Message:
Disable stack protection warnings for "dtrace.c" which uses alloca(3).
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: tron
Date: Mon Feb 22 12:21:27 UTC 2010
Modified Files:
src/external/cddl/osnet/usr.sbin/dtrace: Makefile
Log Message:
Disable stack protection warnings for "dtrace.c" which uses alloca(3).
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: darran
Date: Mon Feb 22 11:01:29 UTC 2010
Modified Files:
src/external/bsd/libdwarf/dist: dwarf_abbrev.c dwarf_attr.c
dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c
dwarf_errmsg.c dwarf_errno.c dwarf
Module Name:src
Committed By: darran
Date: Mon Feb 22 11:01:29 UTC 2010
Modified Files:
src/external/bsd/libdwarf/dist: dwarf_abbrev.c dwarf_attr.c
dwarf_attrval.c dwarf_cu.c dwarf_dealloc.c dwarf_die.c dwarf_dump.c
dwarf_errmsg.c dwarf_errno.c dwarf
Module Name:src
Committed By: darran
Date: Mon Feb 22 10:59:08 UTC 2010
Modified Files:
src/external/bsd/libelf/dist: elf_begin.c
Log Message:
Get rid of extra include files added while debugging the toolchain build
problem.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: darran
Date: Mon Feb 22 10:59:08 UTC 2010
Modified Files:
src/external/bsd/libelf/dist: elf_begin.c
Log Message:
Get rid of extra include files added while debugging the toolchain build
problem.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: darran
Date: Mon Feb 22 10:48:33 UTC 2010
Modified Files:
src/external/bsd/libelf/dist: elf_begin.c elf_data.c elf_end.c
elf_getident.c elf_next.c elf_scn.c elf_strptr.c elf_update.c
gelf_cap.c gelf_dyn.c gelf_ehdr.c gel
Module Name:src
Committed By: darran
Date: Mon Feb 22 10:48:33 UTC 2010
Modified Files:
src/external/bsd/libelf/dist: elf_begin.c elf_data.c elf_end.c
elf_getident.c elf_next.c elf_scn.c elf_strptr.c elf_update.c
gelf_cap.c gelf_dyn.c gelf_ehdr.c gel
Module Name:src
Committed By: tsutsui
Date: Mon Feb 22 09:51:11 UTC 2010
Modified Files:
src/share/man/man4: options.4
Log Message:
- note about support for the large_file option of ext2fs rev 1
- 32 bit UID and GID support on ext2fs has been added since 5.0
so remove de
Module Name:src
Committed By: tsutsui
Date: Mon Feb 22 09:51:11 UTC 2010
Modified Files:
src/share/man/man4: options.4
Log Message:
- note about support for the large_file option of ext2fs rev 1
- 32 bit UID and GID support on ext2fs has been added since 5.0
so remove de
Module Name:src
Committed By: tsutsui
Date: Mon Feb 22 09:45:02 UTC 2010
Modified Files:
src/sbin/mount_ext2fs: mount_ext2fs.8
Log Message:
32 bit UID and GID support on ext2fs has been added since 5.0
so remove description about the limitations from BUGS section.
To gen
Module Name:src
Committed By: tsutsui
Date: Mon Feb 22 09:45:02 UTC 2010
Modified Files:
src/sbin/mount_ext2fs: mount_ext2fs.8
Log Message:
32 bit UID and GID support on ext2fs has been added since 5.0
so remove description about the limitations from BUGS section.
To gen
Module Name:src
Committed By: wiz
Date: Mon Feb 22 08:41:10 UTC 2010
Modified Files:
src/share/man/man4: ddb.4
Log Message:
Comment out crash(8) reference, per PR 10708, until a MI one exists.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/share/man/
Module Name:src
Committed By: wiz
Date: Mon Feb 22 08:41:10 UTC 2010
Modified Files:
src/share/man/man4: ddb.4
Log Message:
Comment out crash(8) reference, per PR 10708, until a MI one exists.
To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 src/share/man/
Module Name:src
Committed By: dsl
Date: Mon Feb 22 08:19:38 UTC 2010
Modified Files:
src/gnu/dist/gdb6/gdb: amd64nbsd-tdep.c
Log Message:
Fix check for old trap frame layout.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/dist/gdb6/gdb/amd64nbsd-tdep
Module Name:src
Committed By: dsl
Date: Mon Feb 22 08:19:38 UTC 2010
Modified Files:
src/gnu/dist/gdb6/gdb: amd64nbsd-tdep.c
Log Message:
Fix check for old trap frame layout.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/gnu/dist/gdb6/gdb/amd64nbsd-tdep
88 matches
Mail list logo