CVS commit: src/share/man/man9

2011-10-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Oct 27 07:23:24 UTC 2011

Modified Files:
src/share/man/man9: ucas.9

Log Message:
Sort SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/ucas.9

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



CVS commit: src/doc

2011-10-27 Thread Takahiro Kambe
Module Name:src
Committed By:   taca
Date:   Thu Oct 27 12:50:06 UTC 2011

Modified Files:
src/doc: 3RDPARTY

Log Message:
- Postfix 2.8.6 is out.
- Add 4.2.3 to ISC DHCP.


To generate a diff of this commit:
cvs rdiff -u -r1.881 -r1.882 src/doc/3RDPARTY

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



CVS commit: src/sys/dev/ata

2011-10-27 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Thu Oct 27 13:07:37 UTC 2011

Modified Files:
src/sys/dev/ata: wd.c

Log Message:
Attempt to complete the WD_QUIRK_SPLIT_MOD15_WRITE list.
Per Seagate Publication number 100221381, Rev. B, the ST360015AS
is the only other drive in the Seagate Barracuda Serial ATA V
family that was not already listed.

Also, correct spelling of "globing".


To generate a diff of this commit:
cvs rdiff -u -r1.388 -r1.389 src/sys/dev/ata/wd.c

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



CVS commit: src/lib/libc/time

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 14:48:00 UTC 2011

Modified Files:
src/lib/libc/time: ctime.3 localtime.c

Log Message:
Change mktime*(3) so that it does not always return EOVERFLOW when it cannot
perform the conversion, but returns EINVAL when the time requested would fall
in the DST gap, or is not representable in the timezone requested, and document
this.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/lib/libc/time/ctime.3
cvs rdiff -u -r1.59 -r1.60 src/lib/libc/time/localtime.c

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



CVS commit: src/lib/libc/sys

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 16:10:37 UTC 2011

Modified Files:
src/lib/libc/sys: getitimer.2

Log Message:
document ITIMER_MONOTONIC.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/sys/getitimer.2

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



CVS commit: src/sys

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 16:12:53 UTC 2011

Modified Files:
src/sys/kern: kern_time.c
src/sys/sys: time.h

Log Message:
There is no reason not to support CLOCK_MONOTONIC in {g,s}etitimer() since
the underlying implementation already supports it, so add it.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/kern/kern_time.c
cvs rdiff -u -r1.64 -r1.65 src/sys/sys/time.h

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



CVS commit: src/lib/libposix

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 17:18:10 UTC 2011

Modified Files:
src/lib/libposix: Makefile

Log Message:
HACK: Include _errno.c here for powerpc64 build. Otherwise __errno does not
resolve. Why?


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libposix/Makefile

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



CVS commit: src/doc

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 17:21:27 UTC 2011

Modified Files:
src/doc: HACKS

Log Message:
mention ppc64 hack.


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/doc/HACKS

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



CVS commit: src/lib/librt

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 18:45:44 UTC 2011

Modified Files:
src/lib/librt: Makefile

Log Message:
Add the same ppc64 hack that libposix needs.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/librt/Makefile

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



CVS commit: src/doc

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 18:46:43 UTC 2011

Modified Files:
src/doc: HACKS

Log Message:
librt needs the ppc64 hack too.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/doc/HACKS

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



CVS commit: src/lib/libposix

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 19:56:50 UTC 2011

Modified Files:
src/lib/libposix: Makefile

Log Message:
remove second _errno.h


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libposix/Makefile

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



CVS commit: src/sys/net

2011-10-27 Thread David Young
Module Name:src
Committed By:   dyoung
Date:   Thu Oct 27 20:04:57 UTC 2011

Modified Files:
src/sys/net: if_gif.c if_gre.c

Log Message:
Fix gif(4)/gre(4) operation over interfaces such as wm(4) that do IPv4
checksum-offload.  Note well: it really is necessary to clear the
csum_data.

While I'm here, remove the do-nothing case for SIOCSIFDSTADDR and let
ifioctl_common() or the protocol handle it.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/net/if_gif.c
cvs rdiff -u -r1.146 -r1.147 src/sys/net/if_gre.c

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



CVS commit: src/external/gpl3/binutils/lib

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 27 20:18:54 UTC 2011

Modified Files:
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64: bfd.h bfdver.h
config.h defs.mk
src/external/gpl3/binutils/lib/libiberty/arch/powerpc64: config.h
defs.mk
src/external/gpl3/binutils/lib/libopcodes/arch/powerpc64: config.h

Log Message:
regen powerpc64!


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfd.h
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/bfdver.h
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/config.h \
src/external/gpl3/binutils/lib/libbfd/arch/powerpc64/defs.mk
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/binutils/lib/libiberty/arch/powerpc64/config.h \
src/external/gpl3/binutils/lib/libiberty/arch/powerpc64/defs.mk
cvs rdiff -u -r1.1 -r1.2 \
src/external/gpl3/binutils/lib/libopcodes/arch/powerpc64/config.h

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



CVS commit: src/sys/kern

2011-10-27 Thread Sean Boudreau
Module Name:src
Committed By:   seanb
Date:   Thu Oct 27 21:10:55 UTC 2011

Modified Files:
src/sys/kern: uipc_domain.c

Log Message:
Use PR_SLOWHZ, PR_FASTHZ defines in a couple spots.


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/kern/uipc_domain.c

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



CVS commit: src

2011-10-27 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Thu Oct 27 22:12:24 UTC 2011

Modified Files:
src/distrib/sets/lists/man: mi
src/share/man/man4/man4.amiga: Makefile
src/sys/arch/amiga/conf: GENERIC.in files.amiga
Added Files:
src/share/man/man4/man4.amiga: efa.4
src/sys/arch/amiga/dev: efa.c efareg.h efavar.h

Log Message:
Add driver for ELBOX FastATA 1200 Mk-III/Mk-IV (and the man page).


To generate a diff of this commit:
cvs rdiff -u -r1.1350 -r1.1351 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/man4.amiga/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.amiga/efa.4
cvs rdiff -u -r1.84 -r1.85 src/sys/arch/amiga/conf/GENERIC.in
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/amiga/conf/files.amiga
cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/dev/efa.c \
src/sys/arch/amiga/dev/efareg.h src/sys/arch/amiga/dev/efavar.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/amiga/conf

2011-10-27 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Thu Oct 27 22:13:42 UTC 2011

Modified Files:
src/sys/arch/amiga/conf: DRACO GENERIC INSTALL

Log Message:
regen kernel configs


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/arch/amiga/conf/DRACO
cvs rdiff -u -r1.272 -r1.273 src/sys/arch/amiga/conf/GENERIC
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/amiga/conf/INSTALL

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



CVS commit: src/doc

2011-10-27 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Thu Oct 27 22:18:51 UTC 2011

Modified Files:
src/doc: CHANGES

Log Message:
Mention the new driver for FastATA 1200.


To generate a diff of this commit:
cvs rdiff -u -r1.1618 -r1.1619 src/doc/CHANGES

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



CVS commit: src/distrib/notes/amiga

2011-10-27 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Thu Oct 27 22:30:11 UTC 2011

Modified Files:
src/distrib/notes/amiga: hardware

Log Message:
Add info about FastATA 1200


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/distrib/notes/amiga/hardware

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



CVS commit: src/share/man/man4/man4.amiga

2011-10-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Oct 27 22:56:25 UTC 2011

Modified Files:
src/share/man/man4/man4.amiga: efa.4

Log Message:
Whitespace. New sentence, new line. Fix a typo.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.amiga/efa.4

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



CVS commit: src/sys/lib/libkern/arch/powerpc

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 28 02:00:50 UTC 2011

Modified Files:
src/sys/lib/libkern/arch/powerpc: gprsavrest.S

Log Message:
shouldn't need .size for ppc64.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/lib/libkern/arch/powerpc/gprsavrest.S

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



CVS commit: src/external/gpl3/gcc/lib/libgcc/libgcc_s

2011-10-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Oct 28 02:28:01 UTC 2011

Modified Files:
src/external/gpl3/gcc/lib/libgcc/libgcc_s: Makefile

Log Message:
Treat emips specially as we did with libgcc. Needs some of the softfloat
functions, even if it does not MKSOFTFLOAT.
XXX: still bad text relocations in eh_frame.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/lib/libgcc/libgcc_s/Makefile

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



CVS commit: src/share/mk

2011-10-27 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri Oct 28 06:28:48 UTC 2011

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
switch m68* to GDB 7.3.1.  tested on sun2 and sun3 in TME.  works
at least reasonably on sun3.  GCC 4.1 barely runs on sun2 and GCC
4.5 doesn't run...


To generate a diff of this commit:
cvs rdiff -u -r1.685 -r1.686 src/share/mk/bsd.own.mk

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