Module Name:src
Committed By: matt
Date: Tue Aug 16 06:59:20 UTC 2011
Modified Files:
src/sys/arch/evbmips/rasoc: machdep.c
Log Message:
Use cpu_startup_command (and now HWRENA gets properly initialized).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sy
Module Name:src
Committed By: matt
Date: Tue Aug 16 06:58:16 UTC 2011
Modified Files:
src/sys/arch/mips/conf: files.mips
src/sys/arch/mips/include: cpu.h mipsNN.h pcb.h reg.h regnum.h trap.h
types.h
src/sys/arch/mips/mips: cpu_subr.c mips_fpu.c m
Module Name:src
Committed By: matt
Date: Tue Aug 16 06:55:12 UTC 2011
Modified Files:
src/sys/arch/mips/mips: bds_emul.S copy.S fp.S locore.S locore_mips3.S
mipsX_subr.S
Log Message:
Only jump through t9/ra (or k0) to help avoid hitting
the Loongson2 jump probl
Module Name:src
Committed By: christos
Date: Tue Aug 16 05:28:44 UTC 2011
Modified Files:
src/external/bsd/ntp/dist/ntpq: ntpq.c
src/external/bsd/ntp/dist/sntp: log.c
Log Message:
- proper varyadic warning and error
- don't call syslog with a buffer, use %s first.
Module Name:src
Committed By: christos
Date: Tue Aug 16 05:24:20 UTC 2011
Modified Files:
src/external/bsd/ntp/dist/ntpdc: ntpdc.c
Log Message:
- it is not the 80's anymore, use proper varargs
- no need to exit again, error does
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: christos
Date: Tue Aug 16 05:15:21 UTC 2011
Modified Files:
src/external/bsd/ntp/bin/ntpd: Makefile
src/external/bsd/ntp/dist/include: ntp_request.h
src/external/bsd/ntp/dist/ntpd: ntp_config.c ntp_control.c
ntp_requ
Module Name:src
Committed By: christos
Date: Tue Aug 16 04:45:17 UTC 2011
Modified Files:
src/external/bsd/ntp/dist/lib/isc: log.c netaddr.c sockaddr.c
src/external/bsd/ntp/dist/lib/isc/unix: ifiter_getifaddrs.c socket.c
src/external/bsd/ntp/lib/libopts: Mak
Module Name:src
Committed By: agc
Date: Tue Aug 16 04:04:57 UTC 2011
Modified Files:
src/doc: NetBSD-6
Log Message:
Sync w/ reality
+ gcc 4.5 is done
+ better description of status of iSCSI initiator
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/doc/Ne
Module Name:src
Committed By: christos
Date: Tue Aug 16 03:33:37 UTC 2011
Modified Files:
src/external/bsd/libarchive/dist/libarchive:
archive_read_support_compression_compress.c
Log Message:
provisional fix for CVS-2011-2895, buffer overflow during decompress
Module Name:src
Committed By: christos
Date: Tue Aug 16 03:25:35 UTC 2011
Modified Files:
src/usr.bin/gzip: zuncompress.c
Log Message:
set errno on overflow return.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/gzip/zuncompress.c
Please note t
Module Name:src
Committed By: christos
Date: Tue Aug 16 03:24:47 UTC 2011
Modified Files:
src/usr.bin/compress: zopen.c
Log Message:
provisional fix for CVE-2011-2895, buffer overflow in decompression
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.
Module Name:src
Committed By: christos
Date: Tue Aug 16 03:21:47 UTC 2011
Modified Files:
src/usr.bin/gzip: zuncompress.c
Log Message:
provisional fix for CVS-2011-2895, buffer overflow when uncompressing
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/us
Module Name:src
Committed By: dholland
Date: Tue Aug 16 02:59:16 UTC 2011
Modified Files:
src/sys/arch/xen/x86: cpu.c
Log Message:
Fix broken build.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/xen/x86/cpu.c
Please note that diffs are not p
Module Name:src
Committed By: christos
Date: Tue Aug 16 02:59:00 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/dist/kdc: kerberos5.c
Log Message:
add extra cast for systems where sizeof(time_t) < sizeof(intmax_t)
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: elric
Date: Tue Aug 16 01:14:58 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/dist/kdc: kerberos5.c
Log Message:
We shouldn't cast client_time to (intmax_t) because it is a char * not
an integer.
To generate a diff of this commit:
Module Name:xsrc
Committed By: christos
Date: Mon Aug 15 21:19:27 UTC 2011
Modified Files:
xsrc/external/mit/libXfont/dist/src/fontfile: decompress.c
Log Message:
P
Fix CVS-2011-2895, buffer overflow in decompress
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2
Module Name:src
Committed By: christos
Date: Mon Aug 15 21:12:44 UTC 2011
Modified Files:
src/dist/dhcp/common: discover.c options.c
src/dist/dhcp/server: dhcp.c
Log Message:
Fix CVS-2011-2748, malformed packets can cause server to crash causing a DoS.
To generat
Module Name:src
Committed By: christos
Date: Mon Aug 15 21:00:50 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/dist/kdc: kerberos5.c
Log Message:
use intmax_t to print times.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/crypto/exte
Module Name:src
Committed By: cherry
Date: Mon Aug 15 20:17:12 UTC 2011
Modified Files:
src/sys/arch/xen/x86: xen_ipi.c
Log Message:
invert buggy ci_flag test
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/xen/x86/xen_ipi.c
Please note that dif
Module Name:src
Committed By: cherry
Date: Mon Aug 15 20:14:52 UTC 2011
Modified Files:
src/sys/arch/xen/x86: cpu.c
Log Message:
Do not panic() on xen_send_ipi() sent to a cpu not yet running.
x86 MP boot depends on this strange behaviour.
To generate a diff of this comm
Module Name:src
Committed By: mrg
Date: Mon Aug 15 18:31:20 UTC 2011
Modified Files:
src/external/gpl3/gcc/lib/libgcc: Makefile.inc
Log Message:
also copy -m and -f flags from the GCC headers.
fixes PR#45253. (i'm going to leave that bug open for now because i
want to re
Module Name:src
Committed By: dyoung
Date: Mon Aug 15 18:24:34 UTC 2011
Modified Files:
src/sys/dev/ic: wi.c wivar.h
Log Message:
Use a recursive lock to ensure that only on thread is in wi_ioctl() at
one time. It's a recursive lock because sometimes wi_ioctl() recurses
t
Module Name:src
Committed By: dyoung
Date: Mon Aug 15 18:04:59 UTC 2011
Modified Files:
src/sys/dev/pcmcia: if_wi_pcmcia.c
Log Message:
Don't test truth of a pointer or assign 0 to it but compare / assign
NULL.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.8
Module Name:othersrc
Committed By: riz
Date: Mon Aug 15 17:46:37 UTC 2011
Modified Files:
othersrc/external/bsd/iscsi/sbin/iscsictl: iscsic_daemonif.c
iscsic_driverif.c
Log Message:
Don't bother casting the unused return of snprintf()/memset() to (void).
To g
Module Name:src
Committed By: dyoung
Date: Mon Aug 15 17:08:01 UTC 2011
Modified Files:
src/sys/dev/pcmcia: if_wi_pcmcia.c
Log Message:
Remove superfluous parentheses in return statements. No change in the
generated assembly.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: dyoung
Date: Mon Aug 15 17:01:28 UTC 2011
Modified Files:
src/sys/dev/pcmcia: if_wi_pcmcia.c
Log Message:
Only try to disestablish the interrupt handler if the handler was
previously established.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: gson
Date: Mon Aug 15 15:19:09 UTC 2011
Modified Files:
src/tests/lib/librumpclient: t_fd.c
Log Message:
As the sigio test case is currently failing with "sigcnt != 1", print the
actual sigcnt value to aid in diagnosing the problem.
To gener
Module Name:src
Committed By: wiz
Date: Mon Aug 15 15:14:01 UTC 2011
Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/comp: ad.powerpc md.amd64 md.i386 mi
Log Message:
Mark a few gcc-4.1 entries as obsolete with gcc-4.5.
To generate a diff o
Module Name:src
Committed By: wiz
Date: Mon Aug 15 14:48:01 UTC 2011
Modified Files:
src: build.sh
Log Message:
Add `-h' and `-y' to `Usage' (which were missing there);
synchronize the options list from `Usage' with its own summary,
and re-outline that list;
two correctio
Module Name:src
Committed By: wiz
Date: Mon Aug 15 14:45:36 UTC 2011
Modified Files:
src/bin/sleep: sleep.1
Log Message:
Improve wording.
>From Snader_LB.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/bin/sleep/sleep.1
Please note that diffs are not
Module Name:src
Committed By: wiz
Date: Mon Aug 15 14:45:01 UTC 2011
Modified Files:
src/usr.sbin/makefs: makefs.8 makefs.c
Log Message:
Re-order `usage' alphabetically;
rename option arguments in the manpage's `SYNOPSIS' section to
match those from `usage' (not the other
Module Name:src
Committed By: wiz
Date: Mon Aug 15 14:43:17 UTC 2011
Modified Files:
src/usr.sbin/chroot: chroot.8 chroot.c
Log Message:
Re-order and synchronize options listed in manpage (`SYNOPSIS' and
text) as well as `usage'-line; several punctuation improvements.
>Fro
Module Name:src
Committed By: wiz
Date: Mon Aug 15 14:31:58 UTC 2011
Modified Files:
src/usr.sbin/usbdevs: usbdevs.c
Log Message:
Sync usage with SYNOPSIS.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/usbdevs/usbdevs.c
Please note that diff
Module Name:src
Committed By: wiz
Date: Mon Aug 15 14:31:24 UTC 2011
Modified Files:
src/usr.sbin/usbdevs: usbdevs.8
Log Message:
Sort options in SYNOPSIS. From Snader_LB.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/usbdevs/usbdevs.8
Please
Module Name:src
Committed By: tnn
Date: Mon Aug 15 14:20:08 UTC 2011
Modified Files:
src/usr.sbin/usbdevs: usbdevs.8
Log Message:
Use proper capitalization. Reported on IRC.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/usbdevs/usbdevs.8
Pleas
Module Name:src
Committed By: wiz
Date: Mon Aug 15 11:25:09 UTC 2011
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
sort -u (removing duplicate entry).
To generate a diff of this commit:
cvs rdiff -u -r1.1660 -r1.1661 src/distrib/sets/lists/comp/mi
Please
Module Name:src
Committed By: wiz
Date: Mon Aug 15 10:58:54 UTC 2011
Modified Files:
src/doc: TODO.clang
Log Message:
Fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/doc/TODO.clang
Please note that diffs are not public domain; they are subject
Module Name:src
Committed By: joerg
Date: Mon Aug 15 10:10:00 UTC 2011
Modified Files:
src/doc: TODO.clang
Log Message:
Update to reflect .code32 support
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/doc/TODO.clang
Please note that diffs are not public
Module Name:src
Committed By: mrg
Date: Mon Aug 15 09:19:21 UTC 2011
Modified Files:
src/external/gpl3/gcc/lib/libgcc: Makefile.inc
src/external/gpl3/gcc/lib/libgcc/libgcc: Makefile
src/external/gpl3/gcc/lib/libgcc/libgcc_eh: Makefile
src/external/gp
39 matches
Mail list logo