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...
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.
X
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/powe
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.amig
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
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 n
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 rdi
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
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
P
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
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
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 no
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 doma
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 t
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
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
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 sup
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 di
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 ti
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
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
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
22 matches
Mail list logo