CVS commit: src/usr.bin/make

2010-05-05 Thread Simon J. Gerraty
Module Name:src
Committed By:   sjg
Date:   Wed May  5 07:05:33 UTC 2010

Modified Files:
src/usr.bin/make: util.c

Log Message:
gcc defines __svr4__
SunPro compiler defines __SVR4
We need to check both to ensure that on SunOS signal is hooked into
sigaction - otherwise we do not pass the unit-tests due to missing
a SIGCHLD


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/make/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/services_mkdb

2010-05-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed May  5 13:19:51 UTC 2010

Modified Files:
src/usr.sbin/services_mkdb: services_mkdb.8 services_mkdb.c

Log Message:
Add verbose flag -v and make -q the default behavior.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/services_mkdb/services_mkdb.8
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/services_mkdb/services_mkdb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc

2010-05-05 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Wed May  5 13:27:17 UTC 2010

Modified Files:
src/etc: services

Log Message:
Add a note to run services_mkdb after modifications.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/etc/services

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/make

2010-05-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May  5 14:10:39 UTC 2010

Modified Files:
src/usr.bin/make: main.c

Log Message:
Revert bogus patch that attempted to canonicalize a non absolute argv[0] using
realpath(3). Consider: touch Makefile; mkdir make; make. This will set $MAKE
to $PWD/make so further attempts to use ${MAKE} will try to execute the
directory. This needs $ORIGIN to be fixed properly, or alternatively one
can duplicate the logic for execvp(3) and search the path for the make
executable. Not worth it. It was working just fine before!


To generate a diff of this commit:
cvs rdiff -u -r1.184 -r1.185 src/usr.bin/make/main.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amd64/amd64

2010-05-05 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May  5 16:53:58 UTC 2010

Modified Files:
src/sys/arch/amd64/amd64: busfunc.S

Log Message:
As Andrew Doran points out, _ALIGN_TEXT is unused, and to test that
X86_BUS_SPACE_IO equals 0 is no longer necessary.  Get rid of the
_ALIGN_TEXT definition, and do not "assert" that X86_BUS_SPACE_IO == 0.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amd64/amd64/busfunc.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/include

2010-05-05 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed May  5 17:12:29 UTC 2010

Modified Files:
src/include: netdb.h

Log Message:
PR/43258: Hauke Fath: remove duplicate setservent declaration


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/include/netdb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/i386

2010-05-05 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May  5 17:42:19 UTC 2010

Modified Files:
src/sys/arch/i386/i386: busfunc.S

Log Message:
Andrew Doran points out that _ALIGN_TEXT is unused, and the processor
may be able to "pair or pipeline" instructions if I load the
bus_space_tag pointer nearer the top of the functions.  Get rid of the
_ALIGN_TEXT definition, and load the pointer earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/i386/busfunc.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2010-05-05 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Wed May  5 18:12:24 UTC 2010

Modified Files:
src/sys/net: if_ethersubr.c

Log Message:
Constify some ether_output() arguments so that it's clear that they
can never be re-assigned.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 src/sys/net/if_ethersubr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man9/man9.i386

2010-05-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May  5 22:01:10 UTC 2010

Modified Files:
src/share/man/man9/man9.i386: return_address.9

Log Message:
Add "function" to make sentences easier to read.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/man9.i386/return_address.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man1

2010-05-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May  5 22:03:19 UTC 2010

Modified Files:
src/share/man/man1: intro.1

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man1/intro.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libutil

2010-05-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May  5 22:05:32 UTC 2010

Modified Files:
src/lib/libutil: login_cap.3 pidfile.3 pw_init.3 pw_lock.3

Log Message:
Mark up NULL with Dv.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libutil/login_cap.3
cvs rdiff -u -r1.11 -r1.12 src/lib/libutil/pidfile.3
cvs rdiff -u -r1.14 -r1.15 src/lib/libutil/pw_init.3
cvs rdiff -u -r1.13 -r1.14 src/lib/libutil/pw_lock.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/iconv

2010-05-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May  5 22:07:58 UTC 2010

Modified Files:
src/lib/libc/iconv: iconv.3

Log Message:
Sort errors.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/iconv/iconv.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/services_mkdb

2010-05-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May  5 22:10:50 UTC 2010

Modified Files:
src/usr.sbin/services_mkdb: services_mkdb.c

Log Message:
Accept -v in getopt(); sort flag cases.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/services_mkdb/services_mkdb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/services_mkdb

2010-05-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed May  5 22:11:19 UTC 2010

Modified Files:
src/usr.sbin/services_mkdb: services_mkdb.8

Log Message:
Sort option descriptions.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/services_mkdb/services_mkdb.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-05-05 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu May  6 04:23:15 UTC 2010

Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: trap.c

Log Message:
user_gen_expection doesn't pass a trapframe to trap but if it did it would
be utf so we can just assign it and move on.


To generate a diff of this commit:
cvs rdiff -u -r1.217.12.24 -r1.217.12.25 src/sys/arch/mips/mips/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/rasops

2010-05-05 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu May  6 04:30:18 UTC 2010

Modified Files:
src/sys/dev/rasops: rasops.c rasops.h

Log Message:
Introduce a new flag for rasops_info to keep rasops_reconfig() from trying
to allocate memory. Use this when calling rasops_reconfig() before it is safe
to call kmem_alloc().


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/rasops/rasops.c
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/rasops/rasops.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/powerpc/oea

2010-05-05 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Thu May  6 04:32:16 UTC 2010

Modified Files:
src/sys/arch/powerpc/oea: ofw_rascons.c

Log Message:
set RI_NO_AUTO when initializing the early console - we're so early that
kmem_alloc() can't be used and we don't really need box drawing characters
for the OF font anyway


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/powerpc/oea/ofw_rascons.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2010-05-05 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu May  6 05:31:49 UTC 2010

Modified Files:
src/sys/arch/mips/mips [matt-nb5-mips64]: trap.c

Log Message:
Don't grab error pc from trapframe when it was passed as an argument.


To generate a diff of this commit:
cvs rdiff -u -r1.217.12.25 -r1.217.12.26 src/sys/arch/mips/mips/trap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [matt-nb5-mips64] src/gnu/dist/gcc4/gcc

2010-05-05 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu May  6 06:19:02 UTC 2010

Modified Files:
src/gnu/dist/gcc4/gcc [matt-nb5-mips64]: config.gcc

Log Message:
mips64 defaults to soft float.


To generate a diff of this commit:
cvs rdiff -u -r1.19.8.1 -r1.19.8.2 src/gnu/dist/gcc4/gcc/config.gcc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.