Module Name:src
Committed By: wiz
Date: Mon Dec 3 12:28:07 UTC 2012
Modified Files:
src/sbin/tunefs: tunefs.8
src/share/man/man4: wapbl.4
Log Message:
Document how to resize the WAPBL log size.
Based on patch by Edgar Fuß .
To generate a diff of this commit:
cvs
Module Name:src
Committed By: apb
Date: Mon Dec 3 13:53:29 UTC 2012
Modified Files:
src: Makefile
src/etc: Makefile
Added Files:
src/etc: Makefile.params
Log Message:
Add src/etc/Makefile.params, containing the definition of the
RELEASEVARS variable, and c
Module Name:src
Committed By: agc
Date: Mon Dec 3 18:02:22 UTC 2012
Modified Files:
src/crypto/external/bsd/netpgp/dist/src/libbn: bn.h
Log Message:
Make the mp_digit type an "unsigned long" so that it works for ILP32 and
LP64.
Fixes problems showing up on regression tes
Module Name:src
Committed By: matt
Date: Mon Dec 3 18:28:23 UTC 2012
Modified Files:
src/gnu/usr.bin [matt-nb6-plus]: Makefile
Log Message:
Fix check of binutils to use right version.
To generate a diff of this commit:
cvs rdiff -u -r1.135.6.1 -r1.135.6.2 src/gnu/usr.bi
Module Name:src
Committed By: christos
Date: Mon Dec 3 18:30:25 UTC 2012
Modified Files:
src/sys/external/bsd/ipf/netinet: ip_dstlist.c
Log Message:
PR/47270: Paul Goyette: ipftest -N aborts
1. check for NULL before de-refencing; in particular sel is assigned to NULL,
Module Name:src
Committed By: matt
Date: Mon Dec 3 18:44:42 UTC 2012
Modified Files:
src/gnu/dist/binutils/gas/config [matt-nb6-plus]: tc-arm.c
Log Message:
Remove return values from void functions. (c&p error)
To generate a diff of this commit:
cvs rdiff -u -r1.6.6.3
Module Name:src
Committed By: jdc
Date: Mon Dec 3 19:07:27 UTC 2012
Modified Files:
src/lib/libpthread [netbsd-6]: pthread.c
Log Message:
Apply patch (requested by riastradh in ticket #735) to fix the unchecked
assumption that sizeof(struct __pthread_st) <= pagesize, as o
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 19:35:33 UTC 2012
Modified Files:
src/tests/ipf/expected: i14
Log Message:
For rules without any address, don't infer an address family.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/ipf/expe
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 19:42:00 UTC 2012
Modified Files:
src/tests/ipf/expected: i19.dist
Log Message:
Without explicit address, the address family is not inferred and not
displayed in the output.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 19:43:36 UTC 2012
Modified Files:
src/tests/ipf: t_filter_parse.sh
Log Message:
Now that expected output files have been adjusted, we can remove the
expectation that tests i14 and i19 will fail.
Should address kern/4
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 20:43:59 UTC 2012
Modified Files:
src/tests/ipf/expected: i14
src/tests/ipf/regress: i14
Log Message:
Include an explicit test for correctly inferring family inet6 when there
is an IPv6 address in the rule
T
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 21:29:16 UTC 2012
Modified Files:
src/tests/ipf/expected: i14
src/tests/ipf/regress: i14
Log Message:
Add a couple more inet6 tests to verify correct rule parsing
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: matt
Date: Mon Dec 3 22:00:53 UTC 2012
Modified Files:
src/sys/dev/ic [matt-nb6-plus]: ahcisata_core.c
Log Message:
Pullup changes in rev 1.44.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.33.4.1 src/sys/dev/ic/ahcisata_core.c
Module Name:src
Committed By: msaitoh
Date: Mon Dec 3 23:38:30 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: SHEEVAPLUG
Log Message:
- Add MSGBUFSIZE=32768 because 4K is very small
- Add commented out entry for MVGBE_EVENT_COUNTERS
- Comment out COPTS="-O1"
- Enable
Module Name:src
Committed By: pgoyette
Date: Mon Dec 3 23:39:30 UTC 2012
Modified Files:
src/tests/ipf: t_pools.sh
Log Message:
Christos fixed the crash in ipftest, so re-enable the failing tests.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/ipf
Module Name:src
Committed By: msaitoh
Date: Mon Dec 3 23:41:35 UTC 2012
Modified Files:
src/sys/arch/evbarm/conf: OPENRD
Log Message:
- Delete "no" entries for mvsdio sdmmc sbt and ld. The bug was fixed.
- Delete mvpex, pci, pchb, mvsata, atabus and wd. These are defined
Module Name:src
Committed By: riastradh
Date: Tue Dec 4 05:50:57 UTC 2012
Modified Files:
src/sys/dev/usb: ugen.c
Log Message:
Fix some error branches in ugen.
There remains some cruft that should perhaps be better organized, but
at least this should reduce some memory l
Module Name:src
Committed By: jruoho
Date: Tue Dec 4 06:57:45 UTC 2012
Modified Files:
src/distrib/sets/lists/tests: mi
src/share/man/man3: bitmap.3 bitops.3 bitstring.3
src/tests/include/sys: t_bitops.c
src/tests/lib/libc/sys: Makefile
Removed File
Module Name:src
Committed By: matt
Date: Tue Dec 4 07:00:31 UTC 2012
Modified Files:
src/sys/conf [matt-nb6-plus]: Makefile.kern.inc
Log Message:
Add SYSTEM_LD_TAIL_DBSYM for arm.
To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.152.4.1 src/sys/conf/Makefile.
Module Name:othersrc
Committed By: agc
Date: Tue Dec 4 07:24:19 UTC 2012
Modified Files:
othersrc/external/bsd/rs/dist: rs.c
Log Message:
feedback from fuzz testing - check arguments to functions on input.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 othe
Module Name:othersrc
Committed By: agc
Date: Tue Dec 4 07:39:19 UTC 2012
Modified Files:
othersrc/external/bsd/threshold/dist/src/libthreshold: ida.c raid.c
threshold.c
Log Message:
feedback from fuzz testing - check arguments on entry to functions
To genera
Module Name:othersrc
Committed By: agc
Date: Tue Dec 4 07:45:36 UTC 2012
Modified Files:
othersrc/external/bsd/vmdk/dist: libvmdk.c
Log Message:
feedback from fuzz testing - check function arguments on input
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.
22 matches
Mail list logo