Module Name:src
Committed By: jnemeth
Date: Fri Nov 22 04:21:02 UTC 2013
Modified Files:
src/sbin/gpt: add.c label.c remove.c
Log Message:
change the "-b blocknr" parameter to accept a "human number"
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sbin/
Module Name:src
Committed By: jnemeth
Date: Fri Nov 22 03:51:06 UTC 2013
Modified Files:
src/sbin/gpt: gpt.8
Log Message:
bump date
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sbin/gpt/gpt.8
Please note that diffs are not public domain; they are su
Module Name:src
Committed By: jnemeth
Date: Fri Nov 22 03:50:05 UTC 2013
Modified Files:
src/sbin/gpt: add.c gpt.8 label.c remove.c resize.c
Log Message:
In the manpage:
- s/-b number/-b blocknr/
- s/-s count/-s sectors/
- s/-p count/-p partitions/
In the program:
- s/-b
Module Name:src
Committed By: dholland
Date: Fri Nov 22 02:02:35 UTC 2013
Modified Files:
src/sys/ufs/lfs: ulfs_quota.c
Log Message:
fix typo; hi christos
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/lfs/ulfs_quota.c
Please note that diffs ar
Module Name:src
Committed By: rmind
Date: Fri Nov 22 01:48:36 UTC 2013
Modified Files:
src/sys/net/npf: npf_inet.c
Log Message:
Optimise checksum fixup routines:
- npf_fixup16_cksum: 1's complement sum is endian-independent.
- npf_fixup32_cksum: the first 32->16 bit reduct
Module Name:src
Committed By: rmind
Date: Fri Nov 22 01:24:21 UTC 2013
Modified Files:
src/sys/net/npf: npf_impl.h npf_inet.c npf_session.c
Log Message:
npf_addr_mix: use xor rather than sum.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/net/npf/n
Module Name:src
Committed By: riz
Date: Fri Nov 22 01:09:11 UTC 2013
Modified Files:
src/sys/arch/i386/i386: vector.S
Log Message:
Include i386_trap_ipkdb.S so the ALL kernel links.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/i386/i386/vect
Module Name:src
Committed By: riz
Date: Fri Nov 22 01:07:20 UTC 2013
Modified Files:
src/sys/arch/i386/i386: i386_trap_ipkdb.S
Log Message:
Remove stray #ifdef leftover from file split.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/i386/i3
Module Name:src
Committed By: rmind
Date: Fri Nov 22 00:25:51 UTC 2013
Modified Files:
src/lib/libnpf: npf.c npf.h
src/sys/net/npf: npf_conf.c npf_impl.h npf_tableset.c
src/usr.sbin/npf/npfctl: npf_build.c npf_data.c npf_show.c
Log Message:
Add npf_tableset
Module Name:src
Committed By: riz
Date: Fri Nov 22 00:01:09 UTC 2013
Modified Files:
src/sys/dev/ic: atw.c
Log Message:
Put back and properly mark a variable which is used iff ATW_DEBUG.
To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/dev/ic/atw.c
Module Name:src
Committed By: riz
Date: Thu Nov 21 23:42:09 UTC 2013
Modified Files:
src/sys/fs/udf: udf_subr.c
Log Message:
Don't create a variable just to assert() on it - assert on the
thing the variable got assigned.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: riz
Date: Thu Nov 21 22:04:41 UTC 2013
Modified Files:
src/sys/arch/i386/i386: pmc.c
Log Message:
CPUID2FAMILY was renamed to CPUID_TO_FAMILY, apparently this usage was
missed.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 sr
Module Name:src
Committed By: riz
Date: Thu Nov 21 21:55:13 UTC 2013
Modified Files:
src/sys/netinet6: ip6_mroute.c
Log Message:
Revert previous and solve in a different way, using __unused. Fixes
building with MRT6DEBUG.
ok martin.
To generate a diff of this commit:
c
Module Name:src
Committed By: riz
Date: Thu Nov 21 21:17:50 UTC 2013
Modified Files:
src/sys/dev/cardbus: if_rtw_cardbus.c
Log Message:
Expand "#ifdef notyet" section to encompass the use of the variable
declared within.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: riz
Date: Thu Nov 21 21:14:05 UTC 2013
Modified Files:
src/sys/dev/pci: if_iwi.c
Log Message:
Wrap debug code in {} because "a label can only be part of a statement and
a declaration is not a statement." I.e., make it a statement by making
it
Module Name:src
Committed By: kiyohara
Date: Thu Nov 21 13:33:15 UTC 2013
Modified Files:
src/sys/arch/powerpc/conf: files.ibm4xx
src/sys/arch/powerpc/ibm4xx/dev: plb.c plbvar.h
src/sys/arch/powerpc/include/ibm4xx: dcr4xx.h
Added Files:
src/sys/arch/
Module Name:src
Committed By: christos
Date: Thu Nov 21 15:40:17 UTC 2013
Modified Files:
src/lib/libform: field.c
Log Message:
Simplify previous.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libform/field.c
Please note that diffs are not public
Module Name:src
Committed By: christos
Date: Thu Nov 21 19:12:40 UTC 2013
Removed Files:
src/external/bsd/libevent/dist/compat/sys: queue.h
Log Message:
delete copy of queue.h that we don't use.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r0 src/external/b
Module Name:src
Committed By: christos
Date: Thu Nov 21 16:02:21 UTC 2013
Modified Files:
src/lib/libexecinfo: backtrace.c
Log Message:
>From Ed Maste:
libexecinfo: Include terminating null in byte count
Otherwise, a formatted string with a strlen equal to the remain
Module Name:src
Committed By: rmind
Date: Thu Nov 21 14:39:09 UTC 2013
Modified Files:
src/sys/fs/tmpfs: tmpfs_subr.c
Log Message:
tmpfs_dir_getdotents: fix the recent regression, set the correct
d_fileno value for dot-dot. Spotted by Pedro Martelletto, thanks!
To gener
Module Name:src
Committed By: christos
Date: Thu Nov 21 19:04:19 UTC 2013
Modified Files:
src/sys/sys: queue.h
Log Message:
provide a const and a non const flavor for CIRCLEQ_END because the kernel
needs a const one. The const one is supposed to be used for comparisons
and
Module Name:src
Committed By: christos
Date: Thu Nov 21 15:54:17 UTC 2013
Modified Files:
src/sys/sys: queue.h
Log Message:
Add a CIRCLEQ_END() macro to reduce diff with other queue.h
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/sys/queue.h
Plea
Module Name:src
Committed By: christos
Date: Thu Nov 21 18:39:50 UTC 2013
Modified Files:
src/usr.sbin/mtree: compare.c
Log Message:
>From Brooks Davis:
When comparing a directory to an mtree file NetBSD mtree has output like
this:
xxx:size (4, 5)
md5digest (0
Module Name:src
Committed By: kiyohara
Date: Thu Nov 21 13:52:27 UTC 2013
Modified Files:
src/sys/arch/evbppc/obs405: obs600_autoconf.c
src/sys/arch/powerpc/ibm4xx/dev: dwctwo_plb.c
Log Message:
Move the parameters for obs600 to obs600_autoconf.c. This parameters
Module Name:src
Committed By: martin
Date: Thu Nov 21 13:41:10 UTC 2013
Modified Files:
src/lib/libm/src: w_fmodl.c
Log Message:
Fix copy & pasto (make temp variable long double).
Fixes fmodl() test failure on sparc64
To generate a diff of this commit:
cvs rdiff -u -r1.3
Module Name:src
Committed By: martin
Date: Thu Nov 21 14:14:13 UTC 2013
Modified Files:
src/lib/libc/gen: fpclassifyl_ieee754.c isinfl_ieee754.c
isnanl_ieee754.c
Log Message:
Make ext_fraclm and ext_frachm parts of the long double mantissa optional
in generic c
Module Name:src
Committed By: martin
Date: Thu Nov 21 11:21:54 UTC 2013
Modified Files:
src/lib/libm: Makefile
Log Message:
e_sqrtl.c requires fenv.h, so only build it on platfomrs supporting that
To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/lib/li
Module Name:src
Committed By: blymn
Date: Thu Nov 21 11:08:08 UTC 2013
Modified Files:
src/tests/lib/libcurses: testframe.txt
Log Message:
Add carriage return to list of valid character substitutions.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/
Module Name:src
Committed By: blymn
Date: Thu Nov 21 11:06:04 UTC 2013
Modified Files:
src/tests/lib/libcurses/director: testlang_conf.l
Log Message:
Add carriage return to the quoted character list
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/li
Module Name:src
Committed By: martin
Date: Thu Nov 21 10:48:11 UTC 2013
Modified Files:
src/lib/libm/noieee_src: n_fmod.c
Log Message:
Add fmodf and fmodl
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libm/noieee_src/n_fmod.c
Please note that diffs
Module Name:src
Committed By: blymn
Date: Thu Nov 21 09:40:19 UTC 2013
Modified Files:
src/lib/libform: field.c
Log Message:
Correct the allocation for the reformat buffer, thanks to mlelstv for
the fix.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/l
Module Name:src
Committed By: degroote
Date: Thu Nov 21 09:09:53 UTC 2013
Modified Files:
src/include: wchar.h
Log Message:
Expose properly vfwscanf and friends for POSIX_SOURCE >= 200112L
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/include/wchar.h
32 matches
Mail list logo