Module Name:src
Committed By: riz
Date: Tue Jun 25 04:10:17 UTC 2013
Modified Files:
src/sys/compat/ibcs2: syscalls.master
Log Message:
UNIMP->UNIMPL
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/compat/ibcs2/syscalls.master
Please note that diff
Module Name:src
Committed By: msaitoh
Date: Tue Jun 25 02:34:00 UTC 2013
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Fix "MDIC write error" bug for 82574 and 82583. For those chips, the semaphore
must be released after chip reset. Found and tested by Mark Davies
Module Name:src
Committed By: matt
Date: Tue Jun 25 01:17:29 UTC 2013
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
MIPS now uses USE_COMPILERCRTSUTFF=no
To generate a diff of this commit:
cvs rdiff -u -r1.735 -r1.736 src/share/mk/bsd.own.mk
Please note that dif
Module Name:src
Committed By: matt
Date: Tue Jun 25 00:33:09 UTC 2013
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
For VAX, enable USE_COMPILERCRTSTUFF = no
Sort the arm ELF2AOUT sections to be removed.
To generate a diff of this commit:
cvs rdiff -u -r1.734 -r1
Module Name:src
Committed By: matt
Date: Tue Jun 25 00:30:07 UTC 2013
Modified Files:
src/lib/csu/arch/vax: Makefile.inc crtbegin.S crtend.S
Log Message:
Use .long not .word
Use _ENTRY
[with these changes, the crtstuff passes its ATF tests.]
To generate a diff of this co
Module Name:src
Committed By: uebayasi
Date: Tue Jun 25 00:27:22 UTC 2013
Modified Files:
src/sys/arch/amd64/amd64: vector.S
src/sys/arch/i386/i386: vector.S
Added Files:
src/sys/arch/amd64/amd64: amd64_trap.S
src/sys/arch/i386/i386: i386_trap.S i386
Module Name:src
Committed By: sjg
Date: Tue Jun 25 00:20:54 UTC 2013
Modified Files:
src/usr.bin/make: make.1 meta.c
Log Message:
Add .MAKE.META.IGNORE_PATHS to facilitate local additions to the paths
which should be ignored by meta_oodate().
To generate a diff of this c
Module Name:src
Committed By: sjg
Date: Mon Jun 24 21:16:02 UTC 2013
Modified Files:
src/usr.bin/make: meta.c
Log Message:
Ignore any files in /proc/
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/make/meta.c
Please note that diffs are not pub
Module Name:src
Committed By: christos
Date: Mon Jun 24 20:57:47 UTC 2013
Modified Files:
src/libexec/makewhatis: makewhatis.c
Log Message:
skip text that is in the cvs log (joerg)
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/libexec/makewhatis/makew
Module Name:src
Committed By: matt
Date: Mon Jun 24 20:56:18 UTC 2013
Modified Files:
src/lib/csu/arch/earm: crtbegin.S
Log Message:
Use (target1) for .init/fini array entries
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/csu/arch/earm/crtbegin.S
P
Module Name:src
Committed By: christos
Date: Mon Jun 24 20:43:48 UTC 2013
Modified Files:
src/usr.sbin/pppd/pppd: sys-bsd.c
Log Message:
Add a set_queue_size to avoid more code duplication, and set the queue size
of all tty fd's, not just the ones that we create (the ones
Module Name:src
Committed By: martin
Date: Mon Jun 24 19:43:58 UTC 2013
Modified Files:
src/sys/dev/ic: athn.c
Log Message:
Stopgap for PR kern/47957: when reinitializing the chip in if_timeout,
avoid pmf operations as we are called from softint context.
This is not a 100
Module Name:src
Committed By: joerg
Date: Mon Jun 24 17:28:35 UTC 2013
Modified Files:
src/lib/libc/citrus: citrus_csmapper.h
Log Message:
Fix header guard, courtesy of clang.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/citrus/citrus_csmapper
Module Name:src
Committed By: jakllsch
Date: Mon Jun 24 16:19:43 UTC 2013
Modified Files:
src/sys/conf: files
Log Message:
drop trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.1075 -r1.1076 src/sys/conf/files
Please note that diffs are not public
Module Name:src
Committed By: jakllsch
Date: Mon Jun 24 16:19:02 UTC 2013
Modified Files:
src/sys/conf: files
Log Message:
Fix some comment formatting nits in the USB region.
To generate a diff of this commit:
cvs rdiff -u -r1.1074 -r1.1075 src/sys/conf/files
Please not
Module Name:src
Committed By: matt
Date: Mon Jun 24 14:49:55 UTC 2013
Modified Files:
src/lib/csu/arch/vax: crtbegin.S
Log Message:
Like the rest, make __DTOR_LIST__ start with a -1
Make sure dwarf_eh_object is 8 words long.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: matt
Date: Mon Jun 24 14:53:42 UTC 2013
Modified Files:
src/lib/csu/arch/earm: crtbegin.S
Log Message:
Make sure dwarf_eh_object is 8 words long.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/csu/arch/earm/crtbegin.S
P
Module Name:src
Committed By: matt
Date: Mon Jun 24 14:49:13 UTC 2013
Modified Files:
src/lib/csu/arch/arm: crtbegin.S
src/lib/csu/common: crtbegin.c
Log Message:
Make dwarf_eh_object is 8 words long
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src
Module Name:src
Committed By: joerg
Date: Mon Jun 24 14:27:35 UTC 2013
Modified Files:
src/lib/csu: README
Log Message:
Add some more clues on what is needed to add a new platform.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/csu/README
Please not
Module Name:src
Committed By: christos
Date: Mon Jun 24 12:56:22 UTC 2013
Modified Files:
src/libexec/makewhatis: makewhatis.c
Log Message:
PR/47958: Robert Kovacic: makewhatis.c not generating entries in whatisdb
for POD generated pages
To generate a diff of this commit
Module Name:src
Committed By: nakayama
Date: Mon Jun 24 11:32:21 UTC 2013
Modified Files:
src/sys/arch/sparc64/dev: pyro.c
Log Message:
Fix copy and paste.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/sparc64/dev/pyro.c
Please note that dif
Module Name:src
Committed By: wiz
Date: Mon Jun 24 07:56:49 UTC 2013
Modified Files:
src/lib/libc/string: memset.3
Log Message:
Fix xref.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/string/memset.3
Please note that diffs are not public dom
Module Name:src
Committed By: msaitoh
Date: Mon Jun 24 07:22:29 UTC 2013
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1850 includes the change of if_wmvar.h rev. 1.14.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CH
23 matches
Mail list logo