Module Name:othersrc
Committed By: agc
Date: Tue Jan 15 08:26:16 UTC 2013
Modified Files:
othersrc/external/bsd/netdiff/bin/wdiff: Makefile
othersrc/external/bsd/netdiff/dist: diffreg.c netwdiff.1 netwdiff.c
Log Message:
Implement the -n (nowrap) argument to wdiff(
Module Name:src
Committed By: matt
Date: Tue Jan 15 08:52:27 UTC 2013
Added Files:
src/common/lib/libc/arch/arm/string: strrchr_arm.S
Log Message:
Add ARM optimized version of strrchr.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/arch/arm
Module Name:othersrc
Committed By: wiz
Date: Tue Jan 15 09:05:57 UTC 2013
Modified Files:
othersrc/external/bsd/netdiff/dist: netwdiff.1
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/netdiff/dis
Module Name:src
Committed By: martin
Date: Tue Jan 15 10:18:38 UTC 2013
Modified Files:
src/sys/arch/vax/vax: syscall.c
Log Message:
Make this compile with TRAPDEBUG enabled.
Pointed out by Holm Tiffe.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys
Module Name:src
Committed By: mbalmer
Date: Tue Jan 15 10:41:57 UTC 2013
Modified Files:
src/sys/dev/usb: ehci.c
Log Message:
Fix a debug printf format.
To generate a diff of this commit:
cvs rdiff -u -r1.200 -r1.201 src/sys/dev/usb/ehci.c
Please note that diffs are not
Module Name:src
Committed By: kiyohara
Date: Tue Jan 15 13:30:12 UTC 2013
Modified Files:
src/sys/arch/ia64/include: asm.h
Log Message:
Add macro _C_LABEL() for .S file.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ia64/include/asm.h
Please n
Module Name:src
Committed By: kiyohara
Date: Tue Jan 15 13:43:27 UTC 2013
Modified Files:
src/sys/arch/ia64/ia64: context.S
Log Message:
cpu_switchto() returns argument oldlwp. Not &ci->ci_curlwp.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/
Module Name:src
Committed By: jmcneill
Date: Tue Jan 15 13:52:27 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: BEAGLEBOARD
Log Message:
add kernfs and procfs, support BEAGLEBOARD.local
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/evbarm
Module Name:othersrc
Committed By: agc
Date: Tue Jan 15 15:54:53 UTC 2013
Modified Files:
othersrc/external/bsd/netdiff/dist: diffreg.c netdiff.1
Log Message:
Remove support for -l option which piped output through pr(1). Not really
useful in 2013, and gets rid of a fork()
Module Name:src
Committed By: matt
Date: Tue Jan 15 16:52:35 UTC 2013
Modified Files:
src/common/lib/libc/arch/arm/string: strchr_arm.S
Log Message:
Fix case when searching for NUL.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/arch/arm/
Module Name:src
Committed By: hannken
Date: Tue Jan 15 17:14:11 UTC 2013
Modified Files:
src/sys/compat/netbsd32: netbsd32_execve.c
Log Message:
netbsd32_posix_spawn_fa_alloc: use the right length for path allocation.
This error lead to memory pool corruption when freeing
Module Name:src
Committed By: tsutsui
Date: Tue Jan 15 17:23:39 UTC 2013
Modified Files:
src/sys/arch/luna68k/luna68k: disksubr.c
Log Message:
Make the default disklabel (for disks without label) have saner value.
I.e. use d_secperunit for RAW_PART rather than 0x1fff f
Module Name:src
Committed By: christos
Date: Tue Jan 15 17:25:42 UTC 2013
Modified Files:
src/usr.bin/mail: head.c
Log Message:
PR/47453: Martin Branderburg: Mail (mail, mailx) does not recognize messages
which have RFC 822 format dates.
XXX: Pullup 6
To generate a diff
Module Name:src
Committed By: christos
Date: Tue Jan 15 17:45:06 UTC 2013
Modified Files:
src/sys/dev/usb: ehci.c
Log Message:
fix the fix of the fix of the format string.
To generate a diff of this commit:
cvs rdiff -u -r1.201 -r1.202 src/sys/dev/usb/ehci.c
Please note
Module Name:src
Committed By: christos
Date: Tue Jan 15 20:55:01 UTC 2013
Modified Files:
src/distrib/utils/embedded/conf: rpi.conf
Log Message:
now that we compute sizes correctly, reduce the extra to how much free space
we want.
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: christos
Date: Tue Jan 15 21:04:41 UTC 2013
Modified Files:
src/distrib/utils/embedded: mkimage
Log Message:
Make autosizing really work:
- Use newfs to compute the actual filesystem required size.
- Fix the computation of set sizes to
Module Name:src
Committed By: christos
Date: Tue Jan 15 22:37:04 UTC 2013
Modified Files:
src/usr.sbin/syslogd: syslogd.c
Log Message:
PR/47449: David Holland: Don't log to terminals with mesg n, unless it is a
wall message.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: christos
Date: Tue Jan 15 22:42:14 UTC 2013
Modified Files:
src/lib/libutil: ttymsg.3
Log Message:
add some things to add next time we modify the function
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libutil/ttymsg.3
Module Name:src
Committed By: christos
Date: Tue Jan 15 23:52:48 UTC 2013
Modified Files:
src/sbin/disklabel: interact.c
Log Message:
- simplify getinput.
- add adjust command.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sbin/disklabel/interact.c
P
Module Name:src
Committed By: christos
Date: Tue Jan 15 23:57:13 UTC 2013
Modified Files:
src/sys/dev/usb: usbdi.c
Log Message:
Don't do the xfer once, wait till it is done. I did not find this, someone
else did. Fixes slow devices such as scanners.
To generate a diff of
Module Name:src
Committed By: macallan
Date: Wed Jan 16 00:09:27 UTC 2013
Modified Files:
src/sys/arch/arm/omap: omapfb.c
Log Message:
implement right to left and bottom to top blits, now scrolling works right
in all directions.
while there, fix the xor mask for the cursor
Module Name:othersrc
Committed By: agc
Date: Wed Jan 16 01:50:20 UTC 2013
Modified Files:
othersrc/external/bsd/netdiff/dist: cmp.c diff.c diff_subr.c diffdir.c
diffreg.c mem.c netdiff.h netwdiff.c qdiff.c
Log Message:
Perform error message reporting differentl
Module Name:src
Committed By: jmcneill
Date: Wed Jan 16 03:30:48 UTC 2013
Modified Files:
src/sys/arch/arm/omap: obio_mputmr.c
Log Message:
MPU_* registers are not valid for OMAP3, so restrict access to them to
OMAP2 boards.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: wiz
Date: Wed Jan 16 06:44:28 UTC 2013
Modified Files:
src/lib/libutil: ttymsg.3
Log Message:
Sort sections.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/ttymsg.3
Please note that diffs are not public domain
Module Name:src
Committed By: msaitoh
Date: Wed Jan 16 06:45:25 UTC 2013
Modified Files:
src/sys/kern: kern_rndq.c
Log Message:
Set resource limit. The rnd_process_events() function is called every tick
and process the sample queue. Without limitation, if a lot of rnd_add
25 matches
Mail list logo