Re: cvs commit: src/sys/netinet tcp_subr.c

2006-09-28 Thread Mike Silbersack
Gah, they have me using spaces at my new job, so I keep switching back and forth at inopportune times. Good catch... kinda scary that you noticed so quickly, though... Mike "Silby" Silbersack On Fri, 29 Sep 2006, Maxim Konovalov wrote: maxim 2006-09-29 06:46:31 UTC FreeBSD src repo

cvs commit: src/sys/netinet tcp_subr.c

2006-09-28 Thread Maxim Konovalov
maxim 2006-09-29 06:46:31 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: o Convert w/spaces to tabs in the previous commit. Revision ChangesPath 1.264 +3 -3 src/sys/netinet/tcp_subr.c

cvs commit: src/sys/netinet tcp_subr.c

2006-09-28 Thread Mike Silbersack
silby 2006-09-29 06:24:26 UTC FreeBSD src repository Modified files: sys/netinet tcp_subr.c Log: Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5, scale it to min(ephemeral port range / 2, maxsockets / 5) so that people with large gobs of m

cvs commit: src ObsoleteFiles.inc

2006-09-28 Thread Xin LI
delphij 2006-09-29 06:17:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .ObsoleteFiles.inc Log: MFC 1.52: Remove 120.clean-kvmdb. Approved by:re (kensmith) Revision ChangesPath 1.25.2.6 +2 -0 src/ObsoleteFile

cvs commit: src/usr.bin/chpass chpass.c

2006-09-28 Thread Dmitry Morozovsky
marck 2006-09-29 06:13:20 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) usr.bin/chpass chpass.c Log: MFC rev 1.28: Fix bug introduced in rev 1.23: pw_equal does not check crypted password field, so one cannot change

cvs commit: src/sbin/newfs mkfs.c

2006-09-28 Thread Xin LI
delphij 2006-09-29 06:12:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/newfs mkfs.c Log: MFC 1.90-1.91: Don't treat failure to find the operator GID as a fatal error; this made it impossible to use newfs (and mdmfs) when /etc/group is

cvs commit: src/bin/cp cp.c

2006-09-28 Thread Ruslan Ermilov
ru 2006-09-29 06:06:39 UTC FreeBSD src repository Modified files: bin/cp cp.c Log: Move the -l option processing to where it belongs. Overall still not kosher but better matches style(9). Revision ChangesPath 1.55 +4 -4 src/bin/cp/cp.c _

cvs commit: ports/misc/instant-workstation Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 05:40:00 UTC FreeBSD ports repository Modified files: misc/instant-workstation Makefile Log: Correct emacs dependency Pointy hat to: kris Submitted by: cperciva Revision ChangesPath 1.32 +1 -1 ports/misc/instant-workstation/Makef

cvs commit: src/sys/vm vm_page.c

2006-09-28 Thread Alan Cox
alc 2006-09-29 04:51:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_page.c Log: MFC revisions 1.313 and 1.328: When the VM needs to allocated physical memory pages (for non interrupt use) and it has not plenty of free pa

cvs commit: src/usr.bin/su su.c

2006-09-28 Thread Luoqi Chen
luoqi 2006-09-29 04:41:37 UTC FreeBSD src repository Modified files: usr.bin/su su.c Log: Do not chdir(2) until after setuid(2), otherwise "su - username" would fail when root doesn't have the permission to enter target user's home directory. If set, PAM environme

cvs commit: src/sys/vm vm_object.c

2006-09-28 Thread Alan Cox
alc 2006-09-29 04:37:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_object.c Log: MFC revision 1.358: Lock the vm_object while checking its type to see if it is a vnode-backed object that requires Giant in vm_object_deall

cvs commit: src/sys/net if_loop.c

2006-09-28 Thread SUZUKI Shinsuke
suz 2006-09-29 04:24:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_loop.c Log: MFC Rev 1.111 (fixed a bug that local IPv6 traffic (to an address configured on an interface other than lo0) does not show up properly on an

cvs commit: src/sys/netinet6 in6.c

2006-09-28 Thread SUZUKI Shinsuke
suz 2006-09-29 04:22:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet6 in6.c Log: MFC Rev. 1.64 (fixed a bug that IPv6 packets arriving to stf are not accepted) Approved by: re (kensmith) Revision ChangesPath 1.5

cvs commit: ports/misc/instant-workstation Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 04:16:19 UTC FreeBSD ports repository Modified files: misc/instant-workstation Makefile Log: Switch to emacs21 which is buildable on amd64 Revision ChangesPath 1.31 +1 -1 ports/misc/instant-workstation/Makefile

cvs commit: CVSROOT modules

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-29 04:06:11 UTC FreeBSD ports repository Modified files: .modules Log: gmap --> ports/biology/gmap Revision ChangesPath 1.16303 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org maili

cvs commit: ports/biology Makefile ports/biology/gmap Makefile distinfo pkg-descr pkg-plist ports/biology/gmap/files extra-patch-src-genome.c extra-patch-src-indexdb.c patch-configure

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-29 04:05:55 UTC FreeBSD ports repository Modified files: biology Makefile Added files: biology/gmap Makefile distinfo pkg-descr pkg-plist biology/gmap/files extra-patch-src-genome.c extra-patch-src-indexdb.c

cvs commit: src/bin/cp cp.1 cp.c extern.h utils.c

2006-09-28 Thread Julian Elischer
julian 2006-09-29 04:00:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) bin/cp cp.1 cp.c extern.h utils.c Log: MFC: cp.1 1.34,1.35 MFC: utils.c 1.47,1.48,1.49 MFC: extern.h 1.21 MFC: cp.c 1.54 Add an option to allow copying of a hier

cvs commit: ports/mail/mailrep Makefile

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-29 03:45:40 UTC FreeBSD ports repository Modified files: mail/mailrep Makefile Log: - change MASTER_SITE PR: ports/103796 Submitted by: maintainer (Marcelo Araujo) Revision ChangesPath 1.3 +1 -1 ports/mail/mailre

cvs commit: src/sbin/dhclient bpf.c

2006-09-28 Thread Brooks Davis
brooks 2006-09-29 03:07:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/dhclientbpf.c Log: MFC rev 1.7 It is possible for bpf to return a length such that: length != BPF_WORDALIGN(length) This meeans that it is pos

cvs commit: ports/devel/stlport Makefile

2006-09-28 Thread Ying-Chieh Liao
ijliao 2006-09-29 02:32:36 UTC FreeBSD ports repository Modified files: devel/stlportMakefile Log: add more master sites Revision ChangesPath 1.40 +2 -1 ports/devel/stlport/Makefile ___ cvs-all@freebsd.org

cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics

2006-09-28 Thread Marc G. Fournier
scrappy 2006-09-29 02:24:55 UTC FreeBSD ports repository Modified files: sysutils/bsdstatsMakefile sysutils/bsdstats/files 300.statistics Log: Various changes to address some major issues ... See -questions for more details ... Revision ChangesPath 1.31

cvs commit: ports/textproc/xt Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 02:00:57 UTC FreeBSD ports repository Modified files: textproc/xt Makefile Log: Remove ONLY_FOR_ARCHS, let the java ports decide which arches they run on Revision ChangesPath 1.22 +0 -1 ports/textproc/xt/Makefile ___

cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2006-09-28 Thread David E. O'Brien
obrien 2006-09-29 01:56:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/cc/cc_tools Makefile Log: MFC: add some preliminary ARM support Approved by:re(KEN) Revision ChangesPath 1.81.2.2 +10 -0 src/gnu/usr.bin/cc/cc_to

cvs commit: src/gnu/usr.bin/cc/cc_tools auto-host.h

2006-09-28 Thread David E. O'Brien
obrien 2006-09-29 01:54:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/cc/cc_tools auto-host.h Log: MFC: rev 1.19: change platform name. Approved by:re(KEN) Revision ChangesPath 1.18.8.1 +1 -1 src/gnu/usr.bin/cc/cc_

cvs commit: src/gnu/usr.bin/cc Makefile.tgt src/gnu/usr.bin/cc/cc_int Makefile

2006-09-28 Thread David E. O'Brien
obrien 2006-09-29 01:50:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/cc Makefile.tgt gnu/usr.bin/cc/cc_int Makefile Log: MFC: default to big endian ARM if "TARGET_BIG_ENDIAN" is defined. Approved by:re(KEN) Revision

cvs commit: src/gnu/usr.bin/cc/cpp Makefile

2006-09-28 Thread David E. O'Brien
obrien 2006-09-29 01:44:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/cc/cpp Makefile Log: MFC: rev 1.25: remove redundant defines alerady set. Approved by:re(KEN) Revision ChangesPath 1.24.8.2 +0 -3 src/gnu/usr.

cvs commit: ports/security/md4coll Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 01:36:31 UTC FreeBSD ports repository Modified files: security/md4coll Makefile Log: Builds on amd64 Revision ChangesPath 1.2 +0 -2 ports/security/md4coll/Makefile ___ cvs-all@freebsd.org ma

cvs commit: ports/multimedia/nxtvepg Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 01:34:12 UTC FreeBSD ports repository Modified files: multimedia/nxtvepg Makefile Log: Flip over to NOT_FOR_ARCHS=sparc64 Revision ChangesPath 1.12 +1 -1 ports/multimedia/nxtvepg/Makefile ___ c

cvs commit: ports/multimedia/dtv Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 01:30:58 UTC FreeBSD ports repository Modified files: multimedia/dtv Makefile Log: Flip over to NOT_FOR_ARCHS=sparc64 which does not have bktr support Revision ChangesPath 1.8 +1 -1 ports/multimedia/dtv/Makefile

cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2006-09-28 Thread David E. O'Brien
obrien 2006-09-29 01:30:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/cc/cc_tools Makefile Log: Whitespace sync with HEAD. Approved by:re(ken) Revision ChangesPath 1.81.2.1 +2 -3 src/gnu/usr.bin/cc/cc_tools/Makefil

cvs commit: ports/audio/wavplay Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 01:13:52 UTC FreeBSD ports repository Modified files: audio/wavplayMakefile Log: Builds on amd64, assuming elsewhere Revision ChangesPath 1.13 +0 -2 ports/audio/wavplay/Makefile ___ cvs-a

cvs commit: ports/multimedia/camserv Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 01:11:21 UTC FreeBSD ports repository Modified files: multimedia/camserv Makefile Log: Builds on amd64, assuming elsewhere too Revision ChangesPath 1.25 +0 -2 ports/multimedia/camserv/Makefile

cvs commit: ports/multimedia/bsdbktr_tvtune Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 01:05:59 UTC FreeBSD ports repository Modified files: multimedia/bsdbktr_tvtune Makefile Log: Also builds on amd64 Revision ChangesPath 1.6 +1 -1 ports/multimedia/bsdbktr_tvtune/Makefile ___ cvs

cvs commit: ports/mail/p5-IMAP-Client Makefile distinfo

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-29 01:01:13 UTC FreeBSD ports repository Modified files: mail/p5-IMAP-Client Makefile distinfo Log: - Update to 0.13 Revision ChangesPath 1.4 +1 -3 ports/mail/p5-IMAP-Client/Makefile 1.3 +3 -3 ports/mail/p5-IMAP-Client/distinfo

cvs commit: ports/multimedia/libdivxdecore Makefile

2006-09-28 Thread Kris Kennaway
kris2006-09-29 00:56:18 UTC FreeBSD ports repository Modified files: multimedia/libdivxdecore Makefile Log: Now builds on amd64, assuming it's fixed elsewhere too Revision ChangesPath 1.16 +0 -1 ports/multimedia/libdivxdecore/Makefile ___

cvs commit: CVSROOT modules

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-29 00:47:33 UTC FreeBSD ports repository Modified files: .modules Log: p5-Thread-Apartment --> ports/devel/p5-Thread-Apartment Revision ChangesPath 1.16302 +1 -0 CVSROOT/modules _

cvs commit: ports/devel Makefile ports/devel/p5-Thread-Apartment Makefile distinfo pkg-descr pkg-plist

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-29 00:47:10 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Thread-Apartment Makefile distinfo pkg-descr pkg-plist Log: Add p5-Thread-Apartment 0.51, apartment threading wrapper

Re: cvs commit: ports/multimedia/ffmpeg-devel Makefile ports/multimedia/ffmpeg-devel/files patch-libavcodec_x264.c patch-libavformat_movenc.c

2006-09-28 Thread Kris Kennaway
On Sun, Sep 24, 2006 at 08:52:52PM -0400, Kris Kennaway wrote: > On Mon, Sep 25, 2006 at 12:47:40AM +, Mario Sergio Fujikawa Ferreira > wrote: > > lioux 2006-09-25 00:47:40 UTC > > > > FreeBSD ports repository > > > > Modified files: > > multimedia/ffmpeg-devel Makefile > >

cvs commit: CVSROOT modules

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-29 00:38:59 UTC FreeBSD ports repository Modified files: .modules Log: p5-Net-ACL --> ports/net-mgmt/p5-Net-ACL Revision ChangesPath 1.16301 +1 -0 CVSROOT/modules ___ cvs-all@free

cvs commit: ports/net-mgmt Makefile ports/net-mgmt/p5-Net-ACL Makefile distinfo pkg-descr pkg-plist

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-29 00:38:41 UTC FreeBSD ports repository Modified files: net-mgmt Makefile Added files: net-mgmt/p5-Net-ACL Makefile distinfo pkg-descr pkg-plist Log: Add p5-Net-ACL 0.07, class representing a generic access-list/route-map. PR:

cvs commit: src/sys/vm vm_page.c

2006-09-28 Thread Ken Smith
kensmith2006-09-29 00:20:56 UTC FreeBSD src repository Modified files: sys/vm vm_page.c Log: Fix two minor style(9) nits in v1.313 which were noticed during an MFC review. alc@ will be MFCing V1.313 plus style fix to RELENG_6. Revision ChangesPath 1.3

cvs commit: ports/net-p2p/mldonkey Makefile distinfo pkg-descr pkg-plist ports/net-p2p/mldonkey/files mlnet.in mlnet.sh patch-Makefile patch-fst_hash.c patch-hashes patch-pa_zog.ml patch-src__utils__l

2006-09-28 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-09-28 23:11:52 UTC FreeBSD ports repository Modified files: net-p2p/mldonkey Makefile distinfo pkg-descr pkg-plist net-p2p/mldonkey/files patch-Makefile Added files: net-p2p/mldonkey/files mlnet.in patch-src__utils__lib__stubs_c

cvs commit: ports/net-p2p/mldonkey-devel Makefile pkg-plist

2006-09-28 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-09-28 22:58:30 UTC FreeBSD ports repository Modified files: net-p2p/mldonkey-devel Makefile pkg-plist Log: o Fix graphics/gd dependency o Bump PORTREVISION PR: 103410 Submitted by: Marcin Wisnicki <[EMAIL PROTECTED]> Revision ChangesP

cvs commit: CVSROOT modules

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-28 22:49:01 UTC FreeBSD ports repository Modified files: .modules Log: p5-Term-VT102 --> ports/devel/p5-Term-VT102 Revision ChangesPath 1.16300 +1 -0 CVSROOT/modules ___ cvs-all@f

cvs commit: ports/devel Makefile ports/devel/p5-Term-VT102 Makefile distinfo pkg-descr pkg-plist

2006-09-28 Thread Cheng-Lung Sung
clsung 2006-09-28 22:48:42 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Term-VT102 Makefile distinfo pkg-descr pkg-plist Log: Add p5-Term-VT102 0.82, a class to emulate a DEC VT102 terminal. PR: ports/1

cvs commit: ports/devel/avr-libc Makefile ports/devel/avr-libc/files patch-binutils2.17

2006-09-28 Thread Joerg Wunsch
joerg 2006-09-28 22:13:24 UTC FreeBSD ports repository Modified files: devel/avr-libc Makefile Added files: devel/avr-libc/files patch-binutils2.17 Log: Add a workaround for binutils-2.17's pickyness about copying an empty section in [avr-]objcopy, until a new ve

cvs commit: CVSROOT modules

2006-09-28 Thread Bruce M Simpson
bms 2006-09-28 22:05:32 UTC FreeBSD ports repository (src committer) Modified files: .modules Log: mtrace --> ports/net-mgmt/mtrace Revision ChangesPath 1.16299 +1 -0 CVSROOT/modules ___ cvs-

cvs commit: ports/net-mgmt Makefile ports/net-mgmt/mtrace Makefile distinfo pkg-descr ports/net-mgmt/mtrace/files patch-Makefile patch-mtrace.c

2006-09-28 Thread Bruce M Simpson
bms 2006-09-28 22:04:54 UTC FreeBSD ports repository (src committer) Modified files: net-mgmt Makefile Added files: net-mgmt/mtrace Makefile distinfo pkg-descr net-mgmt/mtrace/files patch-Makefile patch-mtrace.c Log: Add new port of mtrace, multic

cvs commit: ports/net-p2p/linuxdcpp Makefile distinfo

2006-09-28 Thread Jeremy Messenger
mezz2006-09-28 21:56:27 UTC FreeBSD ports repository Modified files: net-p2p/linuxdcppMakefile distinfo Log: Update it to the lastest version of CVS, at 2006-09-27 in changelog. See in the changelog for details: http://tinyurl.com/b3myl Revision Chang

cvs commit: ports/finance/homebank Makefile distinfo pkg-plist ports/finance/homebank/files patch-fix_warnings patch-po_fr.po patch-src__rep_stats.c

2006-09-28 Thread Jeremy Messenger
mezz2006-09-28 21:56:01 UTC FreeBSD ports repository Modified files: finance/homebank Makefile distinfo pkg-plist Added files: finance/homebank/files patch-po_fr.po patch-src__rep_stats.c Removed files: finance/homebank/files patch-fix_warnings Log: Update t

cvs commit: ports/devel/avr-binutils Makefile pkg-descr

2006-09-28 Thread Joerg Wunsch
joerg 2006-09-28 21:49:57 UTC FreeBSD ports repository Modified files: devel/avr-binutils Makefile pkg-descr Log: Update the description to match the reality: . we are based on binutils-2.17 now . most of the AVRs are now supported by the stock distribution of binu

cvs commit: ports/devel/avr-gcc-devel Makefile ports/devel/avr-gcc-devel/files patch-dwarf patch-zz-atmega256x

2006-09-28 Thread Joerg Wunsch
joerg 2006-09-28 21:44:52 UTC FreeBSD ports repository Modified files: devel/avr-gcc-devel Makefile devel/avr-gcc-devel/files patch-dwarf patch-zz-atmega256x Log: Fix the COMMENT to tell this is GCC 4.x rather than 3.x. Pointed out by Simon Barner. Revert the defa

cvs commit: CVSROOT modules

2006-09-28 Thread Bruce M Simpson
bms 2006-09-28 21:29:29 UTC FreeBSD ports repository (src committer) Modified files: .modules Log: mrouted --> ports/net/mrouted Revision ChangesPath 1.16298 +1 -0 CVSROOT/modules ___ cvs-all

cvs commit: ports/net Makefile ports/net/mrouted Makefile distinfo pkg-descr ports/net/mrouted/files mrouted.in patch-Makefile patch-main.c

2006-09-28 Thread Bruce M Simpson
bms 2006-09-28 21:29:10 UTC FreeBSD ports repository (src committer) Modified files: net Makefile Added files: net/mrouted Makefile distinfo pkg-descr net/mrouted/filesmrouted.in patch-Makefile patch-main.c Log: Add new port of mroute

cvs commit: src/usr.bin/tftp tftp.c

2006-09-28 Thread Matteo Riondato
matteo 2006-09-28 21:22:21 UTC FreeBSD src repository Modified files: usr.bin/tftp tftp.c Log: Set txrx_error to 1 when we reach abort. This makes the program correctly set the exit code. The PR has further details on this. PR: bin/103206 Submitted

cvs commit: ports/dns/mdnsd Makefile pkg-plist ports/dns/mdnsd/files patch-1035.c patch-Makefile patch-mdnsd.c patch-mhttp.c patch-mquery.c patch-sdtxt.c patch-xht.c

2006-09-28 Thread Boris Samorodov
bsam2006-09-28 21:19:50 UTC FreeBSD ports repository Modified files: dns/mdnsdMakefile pkg-plist Added files: dns/mdnsd/files patch-1035.c patch-Makefile patch-mdnsd.c patch-mhttp.c patch-mquery.c patch-sd

cvs commit: src/tools/tools/tinybsd CHANGES README tinybsd src/tools/tools/tinybsd/conf/bridge TINYBSD tinybsd.basefiles src/tools/tools/tinybsd/conf/bridge/etc fstab rc.conf sysctl.conf src/tools/too

2006-09-28 Thread Julian Elischer
julian 2006-09-28 21:09:10 UTC FreeBSD src repository Added files: (Branch: RELENG_6) tools/tools/tinybsd CHANGES README tinybsd tools/tools/tinybsd/conf/bridge TINYBSD tinybsd.basefiles tools/tools/tinybsd/conf/bridge/etc fstab rc.conf sysctl.conf tools/too

cvs commit: src/sbin/mount mount.8

2006-09-28 Thread Daniel Gerzo
danger 2006-09-28 20:51:00 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) sbin/mount mount.8 Log: Re-word the description of the "async" flag. Suggested by: Milos Vyletel ([EMAIL PROTECTED]) Approved by: re (bmah), keramida

cvs commit: src/usr.bin/su su.1

2006-09-28 Thread Daniel Gerzo
danger 2006-09-28 20:37:38 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) usr.bin/su su.1 Log: remove reference to nonexistent pam(8) manual page. Approved by: re (bmah), keramida (mentor) Revision ChangesPath 1.36

cvs commit: CVSROOT modules

2006-09-28 Thread Dirk Meyer
dinoex 2006-09-28 20:07:18 UTC FreeBSD ports repository Modified files: .modules Log: emacs.app --> ports/editors/emacs.app Revision ChangesPath 1.16297 +1 -0 CVSROOT/modules ___ cvs-all@freebsd

cvs commit: ports/editors Makefile ports/editors/emacs.app Makefile distinfo pkg-descr pkg-plist

2006-09-28 Thread Dirk Meyer
dinoex 2006-09-28 20:06:41 UTC FreeBSD ports repository Modified files: editors Makefile Added files: editors/emacs.appMakefile distinfo pkg-descr pkg-plist Log: This is GNU Emacs ported to OS X and GNUstep, based on the earlier Rhapsody, OPENSTEP, and

cvs commit: src/sys/boot/i386/btx/btx btx.S

2006-09-28 Thread John Baldwin
jhb 2006-09-28 19:42:10 UTC FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.S Log: Tweak the code to handle intercepting BIOS calls to int 0x15 to shave another 16 bytes off of BTX (and thus boot2): - Compare against the value of %eax that is saved on the

cvs commit: src/sys/boot/i386/btx/btx btx.S

2006-09-28 Thread John Baldwin
jhb 2006-09-28 19:38:02 UTC FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.S Log: Optimize the int 15/87 handler for space to shave another 16 bytes off of BTX (and thus boot2): - Don't bother saving %eax, %ebx, or %ecx as it is not necessary. - Use a

cvs commit: www/en/donations wantlist.sgml

2006-09-28 Thread Simon L. Nielsen
simon 2006-09-28 19:24:33 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Remove my request for PC133 memory - lawrance is going to send me some. Revision ChangesPath 1.417 +1 -9 www/en/donations/wantlist.sgml

cvs commit: CVSROOT modules

2006-09-28 Thread Dirk Meyer
dinoex 2006-09-28 19:18:36 UTC FreeBSD ports repository Modified files: .modules Log: paje --> ports/science/paje Revision ChangesPath 1.16296 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org maili

cvs commit: ports/science Makefile ports/science/paje Makefile distinfo pkg-descr pkg-plist ports/science/paje/files patch-DrawView+Drawing.m

2006-09-28 Thread Dirk Meyer
dinoex 2006-09-28 19:17:57 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/paje Makefile distinfo pkg-descr pkg-plist science/paje/files patch-DrawView+Drawing.m Log: Paje is a graphical tool that displays tra

cvs commit: ports/Mk bsd.gnustep.mk

2006-09-28 Thread Dirk Meyer
dinoex 2006-09-28 19:15:54 UTC FreeBSD ports repository Modified files: Mk bsd.gnustep.mk Log: - new option USE_GNUSTEP_MAKE=yes for custom build and install targets Revision ChangesPath 1.30 +6 -3 ports/Mk/bsd.gnustep.mk ___

cvs commit: www/en/donations donors.sgml

2006-09-28 Thread Wilko Bulte
wilko 2006-09-28 19:13:26 UTC FreeBSD doc repository Modified files: en/donations donors.sgml Log: markm has received the Geode based appliance that Paul Ghering shipped him. Revision ChangesPath 1.330 +2 -2 www/en/donations/donors.sgml

cvs commit: src/sys/boot/i386/libi386 biossmap.c src/sys/boot/i386/loader help.i386

2006-09-28 Thread John Baldwin
jhb 2006-09-28 19:07:13 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 biossmap.c sys/boot/i386/loader help.i386 Log: Add an 'smap' command that dumps out the BIOS SMAP. MFC after: 1 week Revision ChangesPath 1.5 +15 -0 s

cvs commit: src/sys/boot/common merge_help.awk

2006-09-28 Thread John Baldwin
jhb 2006-09-28 19:06:20 UTC FreeBSD src repository Modified files: sys/boot/common merge_help.awk Log: Ignore a sub-topic match if it is inside the command description. Otherwise, merge-help can get confused by a command description that includes a word that starts w

cvs commit: ports/games/el-data Makefile distinfo

2006-09-28 Thread Jose Alonso Cardenas Marquez
acm 2006-09-28 18:58:13 UTC FreeBSD ports repository Modified files: games/el-dataMakefile distinfo Log: - Update the distinfo file. One file was rerolled because it needs a server section update on el.ini file - Bump PORTREVISION Reported by:kris Obt

Re: cvs commit: src/sys/dev/atkbdc atkbd.c src/sys/dev/digi digi.c src/sys/dev/kbdmux kbdmux.c src/sys/dev/syscons scvidctl.c syscons.c src/sys/dev/uart uart_kbd_sun.c src/sys/dev/usb ukbd.c src/sys/d

2006-09-28 Thread John Baldwin
On Thursday 28 September 2006 12:21, Ruslan Ermilov wrote: > > Are there any others outside of SES? How many? If it's a small list, then > > let's fix them. The SES ones are broken as an API anyway as mentioned > > above, > > and if other ioctl's are copying out a variable amount of data w/o

cvs commit: src/usr.sbin/pkg_install/add main.c

2006-09-28 Thread Ken Smith
kensmith2006-09-28 18:35:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/pkg_install/add main.c Log: Partial MFC of v1.69 - adding info for 5.5-REL. Approved by:re (hrs) Revision ChangesPath 1.61.2.8 +1 -0 src/usr.sbin/p

cvs commit: src/sys/sys copyright.h src/sys/kern init_main.c

2006-09-28 Thread Robert Watson
rwatson 2006-09-28 18:27:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys copyright.h sys/kern init_main.c Log: Merge init_main.c:1.266, 1.267, copyright.h:1.22, 1.23 from HEAD to RELENG_6: Add "FreeBSD" tradem

cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics

2006-09-28 Thread Marc G. Fournier
scrappy 2006-09-28 18:21:51 UTC FreeBSD ports repository Modified files: sysutils/bsdstatsMakefile sysutils/bsdstats/files 300.statistics Log: Add a network connectivity check using dns Revision ChangesPath 1.30 +1 -1 ports/sysutils/bsdstats/Makefil

Re: cvs commit: src UPDATING

2006-09-28 Thread Kris Kennaway
On Thu, Sep 28, 2006 at 05:50:48PM +0100, Ceri Davies wrote: > On Thu, Sep 28, 2006 at 12:46:45PM -0400, Kris Kennaway wrote: > > On Thu, Sep 28, 2006 at 01:00:51PM +, Bruce M Simpson wrote: > > > bms 2006-09-28 13:00:51 UTC > > > > > > FreeBSD src repository > > > > > > Modified

cvs commit: src/sys/netinet tcp_output.c

2006-09-28 Thread Andre Oppermann
andre 2006-09-28 18:02:46 UTC FreeBSD src repository Modified files: sys/netinet tcp_output.c Log: When tcp_output() receives an error upon sending a packet it reverts parts of its internal state to ignore the failed send and try again a bit later. If the error is

cvs commit: ports/sysutils/bsdstats Makefile ports/sysutils/bsdstats/files 300.statistics

2006-09-28 Thread Marc G. Fournier
scrappy 2006-09-28 18:00:04 UTC FreeBSD ports repository Modified files: sysutils/bsdstatsMakefile sysutils/bsdstats/files 300.statistics Log: fix the code a bit to allow for setting the checkin_server to something different ... instructions soon to follow on web site

cvs commit: src/sys/dev/sound/pcm ac97.c ac97_patch.c ac97_patch.h channel.c mixer.c mixer.h sound.h src/sys/dev/sound/usb uaudio_pcm.c

2006-09-28 Thread Ariff Abdullah
ariff 2006-09-28 17:29:00 UTC FreeBSD src repository Modified files: sys/dev/sound/pcmac97.c ac97_patch.c ac97_patch.h channel.c mixer.c mixer.h sound.h sys/dev/sound/usbuaudio_pcm.c Log: Various fixups, especially for the upcomming High D

Re: cvs commit: src/sys/i386/i386 local_apic.c

2006-09-28 Thread Maxim Sobolev
Robert Watson wrote: It's pretty clear that if we're going to take the hypervisor + dynamic reconfiguration thing seriously, we need a structured notion of adding and removing CPUs from the active CPU pool, including things like event handlers so that subsystems can shut down operations on the

cvs commit: ports/www/moinmoin Makefile distinfo pkg-plist ports/www/moinmoin/files patch-MoinMoin-request.py

2006-09-28 Thread Pav Lucistnik
pav 2006-09-28 17:20:59 UTC FreeBSD ports repository Modified files: www/moinmoin Makefile distinfo pkg-plist Added files: www/moinmoin/files patch-MoinMoin-request.py Log: - Update to 1.5.5a - Readd the underlay into the static plist PR: p

cvs commit: ports/math/cvcl Makefile ports/math/cvcl/files patch-configure

2006-09-28 Thread Pav Lucistnik
pav 2006-09-28 17:12:19 UTC FreeBSD ports repository Modified files: math/cvclMakefile Added files: math/cvcl/files patch-configure Log: - Fix build on amd64 - Respect CXXFLAGS PR: ports/103768 Submitted by: Li-Wen Hsu <[EMAIL PR

cvs commit: ports/x11-fm/gnome-commander2 Makefile distinfo pkg-plist ports/x11-fm/gnome-commander2/files patch-configure patch-src::gnome-cmd-dir-indicator.c

2006-09-28 Thread Pav Lucistnik
pav 2006-09-28 17:01:46 UTC FreeBSD ports repository Modified files: x11-fm/gnome-commander2 Makefile distinfo pkg-plist Removed files: x11-fm/gnome-commander2/files patch-configure patch-src::gnome-cmd-dir-indicator.c Log: - Update t

cvs commit: ports/www/zope3 Makefile distinfo pkg-plist ports/www/zope3/files patch-Zope-zopeskel-etc-zdaemon.conf.in patch-Zope-zopeskel-etc-zope.conf.in

2006-09-28 Thread Pav Lucistnik
pav 2006-09-28 16:51:05 UTC FreeBSD ports repository Modified files: www/zope3Makefile distinfo pkg-plist www/zope3/files patch-Zope-zopeskel-etc-zdaemon.conf.in patch-Zope-zopeskel-etc-zope.conf.in Log: - Update to 3.3.0 P

Re: cvs commit: src UPDATING

2006-09-28 Thread Ceri Davies
On Thu, Sep 28, 2006 at 12:46:45PM -0400, Kris Kennaway wrote: > On Thu, Sep 28, 2006 at 01:00:51PM +, Bruce M Simpson wrote: > > bms 2006-09-28 13:00:51 UTC > > > > FreeBSD src repository > > > > Modified files: > > .UPDATING > > Log: > > Note the rem

Re: cvs commit: src UPDATING

2006-09-28 Thread Kris Kennaway
On Thu, Sep 28, 2006 at 01:00:51PM +, Bruce M Simpson wrote: > bms 2006-09-28 13:00:51 UTC > > FreeBSD src repository > > Modified files: > .UPDATING > Log: > Note the removal of tcpslice Also add to ObsoleteFiles.inc? Kris pgpqGmgeI5bjF.pgp Descri

cvs commit: ports/sysutils/fusefs-kmod Makefile ports/sysutils/fusefs-kmod/files patch-fuse_module_fuse.c patch-fuse_module_fuse_subr.c

2006-09-28 Thread Pav Lucistnik
pav 2006-09-28 16:39:42 UTC FreeBSD ports repository Modified files: sysutils/fusefs-kmod Makefile sysutils/fusefs-kmod/files patch-fuse_module_fuse.c Added files: sysutils/fusefs-kmod/files patch-fuse_module_fuse_subr.c Log: - Fix a bug in the initialization of a

cvs commit: ports/comms/kermit/files patch-ck__crp.c

2006-09-28 Thread Pav Lucistnik
pav 2006-09-28 16:31:06 UTC FreeBSD ports repository Modified files: comms/kermit/files patch-ck__crp.c Log: - Fix build with gcc41 PR: ports/103748 Submitted by: trasz <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +12 -1 ports/comm

cvs commit: src/sys/boot/i386/btx/btx btx.S

2006-09-28 Thread John Baldwin
jhb 2006-09-28 16:30:36 UTC FreeBSD src repository Modified files: sys/boot/i386/btx/btx btx.S Log: A couple of simple tweaks that trim BTX by 6 bytes. Since BTX is 16-byte aligned within boot2 however, this actually trims boot2 by 16 bytes. Revision ChangesPat

cvs commit: ports/irc/irssi Makefile

2006-09-28 Thread Vanilla I. Shu
vanilla 2006-09-28 16:25:09 UTC FreeBSD ports repository Modified files: irc/irssiMakefile Log: set themes option default value. Submitted by: Liuyh <[EMAIL PROTECTED]> Revision ChangesPath 1.94 +1 -1 ports/irc/irssi/Makefile _

Re: cvs commit: src/sys/dev/atkbdc atkbd.c src/sys/dev/digi digi.c src/sys/dev/kbdmux kbdmux.c src/sys/dev/syscons scvidctl.c syscons.c src/sys/dev/uart uart_kbd_sun.c src/sys/dev/usb ukbd.c src/sys/d

2006-09-28 Thread Ruslan Ermilov
On Thu, Sep 28, 2006 at 10:56:27AM -0400, John Baldwin wrote: > On Wednesday 27 September 2006 18:12, Ruslan Ermilov wrote: > > There are some _IO() ioctls that pass a pointer to variable sized data, > > and their ioctl handlers to uiocopy'ing rather than ioctl(). See > > sys/cam/scsi/scsi_ses.c,

cvs commit: www/en/platforms/amd64 motherboards.sgml

2006-09-28 Thread Pav Lucistnik
pav 2006-09-28 16:16:12 UTC FreeBSD doc repository Modified files: en/platforms/amd64 motherboards.sgml Log: Add entry for Asus K8N4-E PR: www/103695 Submitted by: Marcin <[EMAIL PROTECTED]> Revision ChangesPath 1.97 +9 -1 www/en/p

cvs commit: src/contrib/ntp/include ntp_stdlib.h ntpd.h

2006-09-28 Thread Ollivier Robert
roberto 2006-09-28 16:02:34 UTC FreeBSD src repository Modified files:(Branch: DMILLS) contrib/ntp/include ntp_stdlib.h ntpd.h Log: Fix compilation with gcc 4.1. This is imported on the vendor branch as it was applied in the mainstream source and a later complete impo

cvs commit: src/usr.sbin/ppp server.c

2006-09-28 Thread Hajimu UMEMOTO
ume 2006-09-28 16:01:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) usr.sbin/ppp server.c Log: MFC 1.44: Listen to a control socket on an IPv4 as well through an IPv4-mapped IPv6 address. Revision ChangesPath 1.42.8.2 +7 -0

cvs commit: src/usr.sbin/ppp server.c

2006-09-28 Thread Hajimu UMEMOTO
ume 2006-09-28 15:57:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/ppp server.c Log: MFC 1.44: Listen to a control socket on an IPv4 as well through an IPv4-mapped IPv6 address. Approved by:re (kensmith) Revision Cha

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2006-09-28 Thread Bruce A. Mah
bmah2006-09-28 15:49:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-06:21.gzip, SA-06:23.openssl. RevisionChangesPath 1.22.2.438 +11 -0 src/release/doc/en_US.ISO88

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2006-09-28 Thread Bruce A. Mah
bmah2006-09-28 15:45:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-06:21.gzip, SA-06:23.openssl. RevisionChangesPath 1.761.2.69 +11 -0 src/release/doc/en_US.ISO88

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2006-09-28 Thread Bruce A. Mah
bmah2006-09-28 15:42:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: MFC: SA-06:21.gzip, SA-06:23.openssl. Approved by:re (implicitly) RevisionChangesPath 1.883.2.43 +1

cvs commit: src/release/doc/en_US.ISO8859-1/relnotes/common new.sgml

2006-09-28 Thread Bruce A. Mah
bmah2006-09-28 15:36:59 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml Log: New release notes: SA-06:21.gzip, SA-06:23.openssl. Revision ChangesPath 1.977 +11 -0 src/release/doc/en_US.ISO8859-1/relnotes/com

cvs commit: ports/security/openssl Makefile distinfo

2006-09-28 Thread Dirk Meyer
dinoex 2006-09-28 15:24:41 UTC FreeBSD ports repository Modified files: security/openssl Makefile distinfo Log: - Security update to 0.9.7l - Security update to 0.9.8d Security: http://www.openssl.org/news/secadv_20060928.txt Security: CVE-2006-2937 Security: CVE-200

  1   2   >