cvs commit: src/usr.bin/systat vmstat.c

2006-02-13 Thread Bruce Evans
bde 2006-02-14 07:44:21 UTC FreeBSD src repository Modified files: usr.bin/systat vmstat.c Log: Fix all (?) cases where the field width of a numeric field was far too large. In most cases it is still 1 too large, so fields tend to run together, but in the following

cvs commit: ports/math/gcalctool Makefile distinfo

2006-02-13 Thread Joe Marcus Clarke
marcus 2006-02-14 07:19:03 UTC FreeBSD ports repository Modified files: math/gcalctool Makefile distinfo Log: Update to 5.7.29. Revision ChangesPath 1.56 +1 -1 ports/math/gcalctool/Makefile 1.39 +3 -3 ports/math/gcalctool/distinfo

cvs commit: ports/accessibility/gail Makefile distinfo pkg-plist

2006-02-13 Thread Joe Marcus Clarke
marcus 2006-02-14 07:14:05 UTC FreeBSD ports repository Modified files: accessibility/gail Makefile distinfo pkg-plist Log: Update to 1.8.9. Revision ChangesPath 1.50 +1 -1 ports/accessibility/gail/Makefile 1.31 +3 -3 ports/accessibility/gail/

Re: cvs commit: ports/irc/ngircd Makefile ports/irc/ngircd/files ngircd.in

2006-02-13 Thread Doug Barton
Marcus Alves Grando wrote: > mnag2006-02-13 16:56:11 UTC > > FreeBSD ports repository > > Modified files: > irc/ngircd Makefile > Added files: > irc/ngircd/files ngircd.in > Log: > - Use OPTIONS and add more options > - Add rc.d script > - Bump PORTRE

cvs commit: src/sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.h

2006-02-13 Thread Ruslan Ermilov
ru 2006-02-14 06:36:39 UTC FreeBSD src repository Modified files: sys/netinet ip_dummynet.c ip_dummynet.h ip_fw.h Log: When sending a packet from dummynet, indicate that we're forwarding it so that ip_id etc. don't get overwritten. This fixes forwarding of frag

cvs commit: src/sys/netgraph ng_eiface.c

2006-02-13 Thread Ruslan Ermilov
ru 2006-02-14 06:21:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph ng_eiface.c Log: MFC: 1.36: Fix output byte and error counting. Approved by:re (scottl) Revision ChangesPath 1.32.2.4 +4 -7 src/sys/net

cvs commit: src/sys/boot/common help.common loader.8 src/sys/boot/efi/libefi bootinfo.c src/sys/boot/forth loader.conf loader.conf.5 src/sys/boot/i386/libi386 bootinfo.c libi386.h src/sys/boot/i386/lo

2006-02-13 Thread Ruslan Ermilov
ru 2006-02-14 06:20:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/boot/common help.common loader.8 sys/boot/efi/libefi bootinfo.c sys/boot/forth loader.conf loader.conf.5 sys/boot/i386/libi386 bootinfo.c libi386.h sys/

Re: cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl

2006-02-13 Thread Doug Barton
Joe Marcus Clarke wrote: > marcus 2006-02-14 03:20:13 UTC > > FreeBSD ports repository > > Modified files: > devel/portlint Makefile > devel/portlint/src portlint.pl > Log: > Update to 2.8.5. > > * Add a check for .mo (translation) files, and warn if USE_GETTEX

Re: cvs commit: src/sys/modules Makefile src/share/man/man4 Makefile src/sys/conf files.amd64 files.i386

2006-02-13 Thread Ruslan Ermilov
On Mon, Feb 13, 2006 at 05:56:24PM +, Doug Ambrisko wrote: > ambrisko2006-02-13 17:56:24 UTC > > FreeBSD src repository > > Modified files: > sys/modules Makefile > share/man/man4 Makefile > sys/conf files.amd64 files.i386 > Log: > Tie the

cvs commit: src/usr.bin/systat vmstat.c

2006-02-13 Thread Bruce Evans
bde 2006-02-14 05:37:25 UTC FreeBSD src repository Modified files: usr.bin/systat vmstat.c Log: Fixed style bugs in rev.1.12. Rev.1.12 arranged to display the interrupt number in more cases by stealing 2 characters from the count field to give more space in the des

cvs commit: ports/x11-themes/linux-hicolor-icon-theme Makefile pkg-plist

2006-02-13 Thread Jean-Yves Lefort
jylefort2006-02-14 05:33:46 UTC FreeBSD ports repository Modified files: x11-themes/linux-hicolor-icon-theme Makefile Added files: x11-themes/linux-hicolor-icon-theme pkg-plist Log: Fix packing list. Reported by:pointyhat via kris Revision ChangesPath

cvs commit: ports/textproc/openvanilla-modules pkg-plist

2006-02-13 Thread Cheng-Lung Sung
clsung 2006-02-14 05:08:16 UTC FreeBSD ports repository Added files: textproc/openvanilla-modules pkg-plist Log: - add missing pkg-plist - noticed by krismail Approved by:maintainer Revision ChangesPath 1.1 +24 -0 ports/textproc/openvanilla-modul

cvs commit: src/etc/defaults rc.conf

2006-02-13 Thread Warner Losh
imp 2006-02-14 04:16:56 UTC FreeBSD src repository Modified files: etc/defaults rc.conf Log: Remove vestiges of OLDCARD. Revision ChangesPath 1.277 +0 -6 src/etc/defaults/rc.conf ___ cvs-all@freebsd.org

cvs commit: src/lib/libarchive archive_write_set_format_pax.c

2006-02-13 Thread Tim Kientzle
kientzle2006-02-14 04:05:03 UTC FreeBSD src repository Modified files: lib/libarchive archive_write_set_format_pax.c Log: Minor fixes to the code that generates an internal ustar filename for Pax extended attribute entries. Revision ChangesPath 1.33 +22 -

cvs commit: src/lib/libarchive archive_read_support_format_cpio.c

2006-02-13 Thread Tim Kientzle
kientzle2006-02-14 04:00:14 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_format_cpio.c Log: Extract device number information from SVR4 CPIO archives. Without this, you cannot properly restore device node entries from such archives.

cvs commit: src/sys/ia64/ia64 mca.c mp_machdep.c

2006-02-13 Thread Marcel Moolenaar
marcel 2006-02-14 03:40:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ia64/ia64mca.c mp_machdep.c Log: MFC fixes for MCA MPSAFEness: mca.c:1.11 mp_machdep.c:1.60 Approved by: re (scottl, thanks!) Revision Chang

cvs commit: src/usr.bin/netstat mbuf.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:39:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/netstat mbuf.c Log: Merge mbuf.c:1.48 from HEAD to RELENG_6: Sort sfbuf allocation counters with other sfbuf information. Approved by:re (scottl) Rev

cvs commit: src/lib/libmemstat memstat_uma.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:38:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libmemstat memstat_uma.c Log: Merge memstat_uma.c:1.17 from HEAD to RELENG_6: Update copyright for 2006. Approved by:re (scottl) Revision ChangesPa

cvs commit: src/sys/vm uma_core.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:37:58 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm uma_core.c Log: Merge uma_core.c:1.136 from HEAD to RELENG_6: Skip per-cpu caches associated with absent CPUs when generating a memory statistics recor

cvs commit: src/lib/libmemstat memstat_uma.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:37:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libmemstat memstat_uma.c Log: Merge memstat_uma.c:1.16 from HEAD to RELENG_6: The uma_zone data structure defines the size of its uz_cpu[] array as 1, but then si

cvs commit: src/lib/libmemstat memstat_uma.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:36:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libmemstat memstat_uma.c Log: Merge memstat_uma.c:1.15 from HEAD to RELENG_6: When reporting an error reading from UMA per-cpu cache pointers using KVM, return a

cvs commit: src/lib/libmemstat memstat_uma.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:35:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libmemstat memstat_uma.c Log: Merge memstat_uma.c:1.14 from HEAD to RELENG_6: Read all_cpus variable out of kmem, and validate CPUs against the all_cpus cpu mask

cvs commit: src/usr.bin/netstat mbuf.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:33:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/netstat mbuf.c Log: Merge mbuf.c:1.47 from HEAD to RELENG_6: Un-#if 0 the printing of allocation failure counts for mbufs, clusters, and packets in netstat -m.

cvs commit: src/lib/libmemstat memstat_uma.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:33:06 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libmemstat memstat_uma.c Log: Merge memstat_uma.c:1.13 from HEAD to RELENG_6: Correct a typo in the extraction of zone information from UMA using kmem: bytes = al

cvs commit: src/lib/libutil login_ok.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:32:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libutil login_ok.c Log: Merge login_ok.c:1.12 from HEAD to RELENG_6: Fix typo in comment. Approved by:re (scottl) Revision ChangesPath 1.11.1

cvs commit: src/sys/kern subr_disk.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:29:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern subr_disk.c Log: Merge subr_disk.c:1.86 from HEAD to RELENG_6: When calling bioq_first() to see if a queue is empty in bioq_disksort(), don't save the

cvs commit: src/usr.bin/kdump kdump.1 kdump.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 03:28:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/kdumpkdump.1 kdump.c Log: Merge kdump.1:1.13, kdump.c:1.27, as well as some of the mdoc cleanups present in kdump.1:1.15: Add a "-H" argument to kdump, which

cvs commit: ports/devel/portlint Makefile ports/devel/portlint/src portlint.pl

2006-02-13 Thread Joe Marcus Clarke
marcus 2006-02-14 03:20:13 UTC FreeBSD ports repository Modified files: devel/portlint Makefile devel/portlint/src portlint.pl Log: Update to 2.8.5. * Add a check for .mo (translation) files, and warn if USE_GETTEXT is not set. [1] * Make sure USE_RC_SUBR

cvs commit: ports/mail/sylpheed2-devel Makefile

2006-02-13 Thread Norikatsu Shigemura
nork2006-02-14 03:16:57 UTC FreeBSD ports repository Modified files: mail/sylpheed2-devel Makefile Log: Mark IGNORE until the next development starts. Revision ChangesPath 1.142 +2 -0 ports/mail/sylpheed2-devel/Makefile ___

cvs commit: src/sbin/ipfw ipfw2.c

2006-02-13 Thread Julian Elischer
julian 2006-02-14 03:13:12 UTC FreeBSD src repository Modified files: sbin/ipfwipfw2.c Log: oops, mismerge from working sources.. not only add new code, but remove old code! Revision ChangesPath 1.84 +0 -2 src/sbin/ipfw/ipfw2.c ___

cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c

2006-02-13 Thread Julian Elischer
julian 2006-02-14 03:10:29 UTC FreeBSD src repository Modified files: sbin/ipfwipfw.8 ipfw2.c Log: Stop ipfw from aborting when asked to delete a table entry that doesn't exist or add one that is already present, if the -q flag is set. Useful for "ipfw -q /dev/st

cvs commit: src/share/examples/cvsup standard-supfile

2006-02-13 Thread Hiroki Sato
hrs 2006-02-14 02:39:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/examples/cvsup standard-supfile Log: Use more specific expression which means the 5.x stable branch. Approved by:re (implicitly) Revision ChangesPath 1.23.2

cvs commit: src/share/examples/cvsup standard-supfile

2006-02-13 Thread Hiroki Sato
hrs 2006-02-14 02:32:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/examples/cvsup standard-supfile Log: standard-supfile on RELENG_6 is for 6.x-STABLE now, not -current. Spotted by: yar Approved by:re (implicitly) Revision

cvs commit: ports/math/atlas Makefile pkg-plist ports/math/atlas/files patch-tune+sysinfo+getSysSum.c timing_tolerance-patch

2006-02-13 Thread Maho Nakata
maho2006-02-14 02:30:16 UTC FreeBSD ports repository Modified files: math/atlas Makefile pkg-plist Added files: math/atlas/files timing_tolerance-patch Removed files: math/atlas/files patch-tune+sysinfo+getSysSum.c Log: o cleanups o faster bu

cvs commit: src/release Makefile

2006-02-13 Thread Hiroki Sato
hrs 2006-02-14 02:00:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) release Makefile Log: MFC: Fix a bug which puts an incorrect checksum of CHECKSUM.MD5 into the CHECKSUM.MD5 file itself. Approved by:re (scottl) Revision

cvs commit: src/release Makefile

2006-02-13 Thread Hiroki Sato
hrs 2006-02-14 01:58:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release Makefile Log: MFC: Fix a bug which puts an incorrect checksum of CHECKSUM.MD5 into the CHECKSUM.MD5 file itself. Approved by:re (scottl) Revision

cvs commit: ports/devel/p5-File-Remove Makefile distinfo

2006-02-13 Thread Yen-Ming Lee
leeym 2006-02-14 01:47:04 UTC FreeBSD ports repository Modified files: devel/p5-File-Remove Makefile distinfo Log: - Update to 0.31 PR: 91693 Submitted by: leeym Approved by:maintainer timeout Revision ChangesPath 1.6 +10 -2 port

cvs commit: www/en/releases/6.1R todo.sgml

2006-02-13 Thread Hiroki Sato
hrs 2006-02-14 01:40:17 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: New item: - swapping performance on 6.0 is much worse than on 4.x. Update items: - "unmount pending error": ssouhlal@ is investigating. - "quota deadlocks": je

cvs commit: www/en developers.sgml

2006-02-13 Thread Hiroki Sato
hrs 2006-02-14 01:39:52 UTC FreeBSD doc repository Modified files: en developers.sgml Log: Add &a.dwmalone;. Revision ChangesPath 1.125 +2 -1 www/en/developers.sgml ___ cvs-all@freebsd.org mail

cvs commit: ports/net/p5-Net-CIDR-Lite Makefile distinfo

2006-02-13 Thread Yen-Ming Lee
leeym 2006-02-14 01:37:32 UTC FreeBSD ports repository Modified files: net/p5-Net-CIDR-Lite Makefile distinfo Log: - Update to 0.19 PR: 92695 Submitted by: leeym Approved by:maintainer timeout Revision ChangesPath 1.3 +3 -1 port

cvs commit: src/sys/kern sys_process.c

2006-02-13 Thread Wayne Salamon
wsalamon2006-02-14 01:18:31 UTC FreeBSD src repository Modified files: sys/kern sys_process.c Log: Audit the arguments to the ptrace(2) system call. Obtained from: TrustedBSD Project Approved by: rwatson (mentor) Revision ChangesPath 1.136 +7 -0

cvs commit: src/sys/kern kern_sig.c

2006-02-13 Thread Wayne Salamon
wsalamon2006-02-14 01:17:03 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Audit the arguments to the kill(2) and killpg(2) system calls. Obtained from: TrustedBSD Project Approved by: rwatson (mentor) Revision ChangesPath 1.322

cvs commit: src/lib/libmemstat memstat_uma.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 00:07:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libmemstat memstat_uma.c Log: Merge memstat_uma.c:1.12 from HEAD to RELENG_6: Remove unnecessary and undesirable 'static' from function-local keg list, which coul

cvs commit: src/sys/nfsclient nfs_lock.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 00:06:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/nfsclientnfs_lock.c Log: Merge nfs_lock.c:1.43 from HEAD to RELENG_6: In nfs_dolock(), GC now under-used ioflg, rendered obsolete when we moved from using a fif

FreeBSD -current Code Reading Class

2006-02-13 Thread Kirk McKusick
For those of you living in the Bay Area, I am organizing a FreeBSD code reading seminar to be run in Berkeley starting next week (dates below). I would really appreciate having some of the committers attend and participate as I plan to debate architectural issues as well as discuss implementation d

cvs commit: src/sys/sys vnode.h

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 00:03:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys vnode.h Log: Merge vnode.h:1.312 from HEAD to RELENG_6: Rename uid and gid arguments to vaccess() prototype to match vaccess() implementation in vfs_su

cvs commit: src/sys/kern kern_ktrace.c src/sys/sys ktrace.h

2006-02-13 Thread Robert Watson
rwatson 2006-02-14 00:02:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern kern_ktrace.c sys/sys ktrace.h Log: Merge kern_ktrace.c:1.103, ktrace.h:1.31 from HEAD to RELENG_6: Reuse ktr_unused field in ktr_header

cvs commit: src/sys/netatm atm_signal.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-13 23:54:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netatm atm_signal.c Log: Merge atm_signal.c:1.14 from HEAD to RELENG_6: Convert function declarations to ANSI C. Approved by:re (scottl) Revision C

cvs commit: src/sys/libkern fnmatch.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-13 23:52:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/libkern fnmatch.c Log: Merge fnmatch.c:1.20 from HEAD to RELENG_6: Convert function declarations to ANSI C. Approved by:re (scottl) Revision Changes

cvs commit: src/sys/kern uipc_sem.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-13 23:51:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_sem.c Log: Merge uipc_sem.c:1.22 from HEAD to RELENG_6: Convert remaining functions to ANSI C function declarations. Approved by:re (scottl)

cvs commit: src/sys/i386/ibcs2 Makefile

2006-02-13 Thread Robert Watson
rwatson 2006-02-13 23:48:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/ibcs2 Makefile Log: Merge Makefile:1.4 from HEAD to RELENG_6: Correct help line: list targets, not names of files generated by targets when no argument is pr

cvs commit: src/usr.sbin/mergemaster mergemaster.8 mergemaster.sh

2006-02-13 Thread Robert Watson
rwatson 2006-02-13 23:47:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/mergemaster mergemaster.8 mergemaster.sh Log: Merge mergemaster.8:1.34, mergemaster.sh:1.53 from HEAD to RELENG_6: Add a -A argument to mergemaster to allow explicitly

cvs commit: src/sys/netinet ip_input.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-13 23:46:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet ip_input.c Log: Merge ip_input.c:1.311 from HEAD to RELENG_6: Modify the IP fragment reassembly code so that it uses a new UMA zone, ipq_zone, to alloc

cvs commit: src/sys/netinet ip_input.c

2006-02-13 Thread Robert Watson
rwatson 2006-02-13 23:44:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netinet ip_input.c Log: MFC ip_input.c:1.310: Staticize ipqlock, since it is local to ip_input.c. Approved by:re (scottl) Revision ChangesPath

cvs commit: ports/lang/gcc33 Makefile

2006-02-13 Thread Gerald Pfeifer
gerald 2006-02-13 23:21:38 UTC FreeBSD ports repository Modified files: lang/gcc33 Makefile Log: Remove USE_REINPLACE= and adjust the quoting of BROKEN=, both as advised by new portlint. Revision ChangesPath 1.209 +1 -2 ports/lang/gcc33/Makefile

cvs commit: ports/sysutils/prune Makefile

2006-02-13 Thread Diomidis Spinellis
dds 2006-02-13 23:21:23 UTC FreeBSD ports repository (src committer) Modified files: sysutils/prune Makefile Log: Fix typo. Submitted by: Kris Kennaway Revision ChangesPath 1.4 +1 -1 ports/sysutils/prune/Makefile ___

Re: cvs commit: ports/sysutils/prune Makefile

2006-02-13 Thread Kris Kennaway
On Mon, Feb 13, 2006 at 10:37:38PM +, Diomidis Spinellis wrote: > dds 2006-02-13 22:37:38 UTC > > FreeBSD ports repository (src committer) > > Modified files: > sysutils/prune Makefile > Log: > The port was renamed fileprune more than a year ago. > Mark it as depr

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml

2006-02-13 Thread Ceri Davies
On Mon, Feb 13, 2006 at 11:48:41PM +0100, Marc Fonvieille wrote: > On Mon, Feb 13, 2006 at 08:06:52PM +, Ceri Davies wrote: > > ceri2006-02-13 20:06:52 UTC > > > > FreeBSD doc repository > > > > Modified files: > > en_US.ISO8859-1/books/handbook/advanced-networking > >

Re: cvs commit: www/en/news news.xml

2006-02-13 Thread Murray Stokely
[- cvs-all] On Mon, Feb 13, 2006 at 11:25:09PM +0100, Joel Dahl wrote: > > A commit bit upgrade has never before been announced in the news box. > > This bumped off the Foundation Announcement about the December > > newsletter from the front page of the website. I think by announce he > > meant a

Re: cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml

2006-02-13 Thread Marc Fonvieille
On Mon, Feb 13, 2006 at 08:06:52PM +, Ceri Davies wrote: > ceri2006-02-13 20:06:52 UTC > > FreeBSD doc repository > > Modified files: > en_US.ISO8859-1/books/handbook/advanced-networking >chapter.sgml > Log: > PLIP

cvs commit: ports/sysutils/prune Makefile

2006-02-13 Thread Diomidis Spinellis
dds 2006-02-13 22:37:38 UTC FreeBSD ports repository (src committer) Modified files: sysutils/prune Makefile Log: The port was renamed fileprune more than a year ago. Mark it as deprecated, preparing the ground for its removal. PR: ports/91477 Submi

Re: cvs commit: www/en/news news.xml

2006-02-13 Thread Joel Dahl
On Mon, 2006-02-13 at 13:54 -0800, Murray Stokely wrote: > On Tue, Jan 31, 2006 at 11:47:55PM +, Colin Percival wrote: > > cperciva2006-01-31 23:47:55 UTC > > > > FreeBSD doc repository (src,ports committer) > > > > Modified files: > > en/news news.xml > > Log: > >

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml

2006-02-13 Thread Thierry Thomas
thierry 2006-02-13 22:13:20 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add an entry for Christopher Illies. PR: ports/92591 Submitted by: himself Revision ChangesPa

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

2006-02-13 Thread David Malone
dwmalone2006-02-13 22:09:26 UTC FreeBSD src repository Modified files: usr.bin/column column.c Log: The change to make column use roundup(x, TAB) rounded things to the current tab, however the code it replaced wanted to round to the next TAB. Consequently things like th

cvs commit: ports/math/gri Makefile distinfo pkg-plist ports/math/gri/files patch-aa patch-ab patch-ac

2006-02-13 Thread Thierry Thomas
thierry 2006-02-13 22:09:20 UTC FreeBSD ports repository Modified files: math/gri Makefile distinfo pkg-plist Removed files: math/gri/files patch-aa patch-ab patch-ac Log: - Upgrade to 2.12.10; - Assign maintainership. PR: 92591 Su

cvs commit: ports/cad/netgen Makefile

2006-02-13 Thread Thierry Thomas
thierry 2006-02-13 22:00:55 UTC FreeBSD ports repository Modified files: cad/netgen Makefile Log: Netgen builds fine with gcc-3.4, that should make it packageable on amd64. Since I'm there, pet portlint. Tested by: Pedro F. Giffuni Revision Chang

Re: cvs commit: www/en/news news.xml

2006-02-13 Thread Murray Stokely
On Mon, Feb 13, 2006 at 01:54:07PM -0800, Murray Stokely wrote: > A commit bit upgrade has never before been announced in the news box. > This bumped off the Foundation Announcement about the December > newsletter from the front page of the website. I think by announce he > meant a mail to [EMAIL

cvs commit: www/en/events events.xml

2006-02-13 Thread Murray Stokely
murray 2006-02-13 21:55:09 UTC FreeBSD doc repository Modified files: en/eventsevents.xml Log: Add Kirk's FreeBSD Kernel Code Reading course to the upcoming events page. Revision ChangesPath 1.66 +30 -1 www/en/events/events.xml

Re: cvs commit: www/en/news news.xml

2006-02-13 Thread Murray Stokely
On Tue, Jan 31, 2006 at 11:47:55PM +, Colin Percival wrote: > cperciva2006-01-31 23:47:55 UTC > > FreeBSD doc repository (src,ports committer) > > Modified files: > en/news news.xml > Log: > Edwin says that I'm supposed to announce my commit bit upgrade. A commi

cvs commit: www/en/news news.xml

2006-02-13 Thread Chuck Lever
cel 2006-02-13 21:50:51 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Add myself as a new src committer. Approved by:silby (mentor) Revision ChangesPath 1.369 +7 -1 www/en/news/news.xml

cvs commit: www/en/news news.xml

2006-02-13 Thread Murray Stokely
murray 2006-02-13 21:42:55 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Add information about Kirk's upcoming FreeBSD Kernel Code Reading course in Berkeley. Revision ChangesPath 1.368 +18 -1 www/en/news/news.xml ___

cvs commit: src/etc/rc.d archdep

2006-02-13 Thread Marcel Moolenaar
marcel 2006-02-13 21:41:33 UTC FreeBSD src repository Modified files: etc/rc.d archdep Log: On ia64, the unaligned_print sysctl is a debugging knob under debug and not under machdep as the behaviour is controlled by the process. When PSR.ac is set the process exp

cvs commit: src/share/man/man4 atkbd.4 ipmi.4 ohci.4 syscons.4 vga.4 src/share/man/man9 acl.9 buf.9 mtx_pool.9 rman.9 vm_page_wakeup.9

2006-02-13 Thread Joel Dahl
joel2006-02-13 21:34:19 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 atkbd.4 ipmi.4 ohci.4 syscons.4 vga.4 share/man/man9 acl.9 buf.9 mtx_pool.9 rman.9 vm_page_wakeup.9 Log: .Pp before .Sh is redundant.

cvs commit: src/share/man/man5 Makefile

2006-02-13 Thread Warner Losh
imp 2006-02-13 21:25:01 UTC FreeBSD src repository Modified files: share/man/man5 Makefile Log: Fix leakage of uncommitted build changes Revision ChangesPath 1.66 +1 -1 src/share/man/man5/Makefile ___ cvs

cvs commit: ports/editors/xemacs21-mule pkg-plist

2006-02-13 Thread Andrey Slusar
anray 2006-02-13 21:23:23 UTC FreeBSD ports repository Modified files: editors/xemacs21-mule pkg-plist Log: Fix plist. Reported by:yoichi, kris Revision ChangesPath 1.19 +2 -0 ports/editors/xemacs21-mule/pkg-plist _

cvs commit: www/en/releases/6.1R todo.sgml

2006-02-13 Thread Christian Brueffer
brueffer2006-02-13 21:21:56 UTC FreeBSD doc repository Modified files: en/releases/6.1R todo.sgml Log: Correct a word. Submitted by: Daniel Seuffert Revision ChangesPath 1.10 +2 -2 www/en/releases/6.1R/todo.sgml ___

cvs commit: src/share/man/man5 rc.conf.5 src/etc/defaults rc.conf

2006-02-13 Thread Matteo Riondato
matteo 2006-02-13 21:10:03 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 etc/defaults rc.conf Log: Add a default ldconfig32_paths entry in default/rc.conf for 32-bit compatability shared libraries. It is used by the ldconfig rc.d scrip

cvs commit: ports/security/uvscan-dat Makefile distinfo

2006-02-13 Thread James E. Housley
jeh 2006-02-13 21:08:51 UTC FreeBSD ports repository Modified files: security/uvscan-dat Makefile distinfo Log: Update to DAT 4695 Revision ChangesPath 1.499 +1 -1 ports/security/uvscan-dat/Makefile 1.494 +3 -3 ports/security/uvscan-dat/distin

cvs commit: src/usr.sbin/sysinstall/help slice.hlp

2006-02-13 Thread Ceri Davies
ceri2006-02-13 21:03:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/sysinstall/help slice.hlp Log: MFC revision 1.10: Another update for reality: "dangerously dedicated" mode is now achieved by hitting 'F', which is no longer undocume

cvs commit: ports/mail/sylpheed2 Makefile distinfo pkg-plist ports/mail/sylpheed2/files patch-ac patch-libsylph-defs.h

2006-02-13 Thread Oliver Lehmann
oliver 2006-02-13 21:02:50 UTC FreeBSD ports repository Modified files: mail/sylpheed2 Makefile distinfo pkg-plist Added files: mail/sylpheed2/files patch-libsylph-defs.h Removed files: mail/sylpheed2/files patch-ac Log: update to 2.2.0 most Makefile change

cvs commit: src/usr.sbin/sysinstall menus.c

2006-02-13 Thread Ceri Davies
ceri2006-02-13 21:02:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/sysinstall menus.c Log: MFC revision 1.414: Correct a user-visible typo. Approved by:re (scottl) Revision ChangesPath 1.410.2.3 +1 -1 s

cvs commit: src/usr.sbin/sysinstall/help anonftp.hlp distributions.hlp fixit.hlp html.hlp options.hlp partition.hlp register.hlp securelevel.hlp shortcuts.hlp slice.hlp tcp.hlp usermgmt.hlp

2006-02-13 Thread Ceri Davies
ceri2006-02-13 21:01:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/sysinstall/help anonftp.hlp distributions.hlp fixit.hlp html.hlp options.hlp partition.hlp securelevel.hlp

cvs commit: src/usr.sbin/sysinstall devices.c tcpip.c

2006-02-13 Thread Ceri Davies
ceri2006-02-13 20:49:32 UTC FreeBSD src repository Modified files: usr.sbin/sysinstall devices.c tcpip.c Log: s/lp/plip/ for PLIP interfaces. Approved by:jhb MFC after: 1 week Revision ChangesPath 1.164 +1 -1 src/usr.sbin/sysinstall/devic

cvs commit: src/share/man/man4 lp.4

2006-02-13 Thread Ceri Davies
ceri2006-02-13 20:47:43 UTC FreeBSD src repository Modified files: share/man/man4 lp.4 Log: The interface for PLIP has been plip0 rather than lp0 for a long time. Update to match. Revision ChangesPath 1.14 +1 -1 src/share/man/man4/lp.4 __

cvs commit: ports/Tools/portbuild/scripts buildscript

2006-02-13 Thread Kris Kennaway
kris2006-02-13 20:47:04 UTC FreeBSD ports repository Modified files: Tools/portbuild/scripts buildscript Log: * Switch back to using pkg_delete -f; we are not yet ready to deal with all the errors from broken pkg_delete scripts * As threatened in previous commit, mov

cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml

2006-02-13 Thread Ceri Davies
ceri2006-02-13 20:34:20 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: OK, it's in already. Revision ChangesPath 1.378 +1 -1 doc/en_U

cvs commit: src/share/man/man5 Makefile rc.conf.5

2006-02-13 Thread Warner Losh
imp 2006-02-13 20:10:35 UTC FreeBSD src repository Modified files: share/man/man5 Makefile rc.conf.5 Log: Remove pccard variables which are no longer supported after the move to NEWCARD. Revision ChangesPath 1.65 +3 -1 src/share/man/man5/Makefile

cvs commit: src/etc/rc.d Makefile netif pccard

2006-02-13 Thread Warner Losh
imp 2006-02-13 20:08:31 UTC FreeBSD src repository Modified files: etc/rc.d Makefile netif Removed files: etc/rc.d pccard Log: Since OLDCARD is gone from the kernel, catchup here and remove support from here as well. Revision Changes

cvs commit: doc/en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml

2006-02-13 Thread Ceri Davies
ceri2006-02-13 20:06:52 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/advanced-networking chapter.sgml Log: PLIP interfaces are not, and never have been, called lp0 on 4.x. Correct the PLIP

cvs commit: ports/emulators/dynamips Makefile ports/emulators/dynamips/files patch-Makefile

2006-02-13 Thread Max Khon
fjoe2006-02-13 19:51:31 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile emulators/dynamips/files patch-Makefile Log: Correct check for FreeBSD version that has libpcap 0.9+. Revision ChangesPath 1.5 +2 -5 ports/emulators/

cvs commit: ports/databases/mysql41-server Makefile pkg-plist.client

2006-02-13 Thread Alex Dupre
ale 2006-02-13 19:44:19 UTC FreeBSD ports repository Modified files: databases/mysql41-server Makefile pkg-plist.client Log: MySQL 4.1 doesn't need newer zlib. Reported by:mnag Revision ChangesPath 1.216 +2 -8 ports/databases/mysql41-server/Makef

cvs commit: ports/emulators/dynamips Makefile distinfo ports/emulators/dynamips/files patch-Makefile

2006-02-13 Thread Max Khon
fjoe2006-02-13 19:42:36 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile distinfo emulators/dynamips/files patch-Makefile Log: Update to 0.2.3c. - Fixed a stupid bug in DMA handling, which in certain conditions can cause an infinite loop.

cvs commit: ports/misc/zaptel Makefile

2006-02-13 Thread Maxim Sobolev
sobomax 2006-02-13 19:19:48 UTC FreeBSD ports repository Modified files: misc/zaptel Makefile Log: pre-install -> pre-su-install. Revision ChangesPath 1.18 +1 -1 ports/misc/zaptel/Makefile ___ cvs-all@free

cvs commit: ports/emulators/dynamips Makefile ports/emulators/dynamips/files patch-Makefile

2006-02-13 Thread Max Khon
fjoe2006-02-13 19:16:41 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile emulators/dynamips/files patch-Makefile Log: - Fix the build on RELENG_4 (USE_GCC=3.2+) [1] - Fix the build on arches other than i386 [2] - Bump PORTREVISION Noted

cvs commit: ports/java/netbeans Makefile

2006-02-13 Thread Jimmy Olgeni
olgeni 2006-02-13 18:53:33 UTC FreeBSD ports repository Modified files: java/netbeansMakefile Log: Upgrade to current bsd.java.mk syntax. Revision ChangesPath 1.18 +2 -1 ports/java/netbeans/Makefile ___ cv

cvs commit: ports/java/netbeans4 Makefile

2006-02-13 Thread Jimmy Olgeni
olgeni 2006-02-13 18:52:12 UTC FreeBSD ports repository Modified files: java/netbeans4 Makefile Log: Upgrade to current bsd.java.mk syntax, fix portlint issues, cleanup whitespace. Revision ChangesPath 1.17 +8 -7 ports/java/netbeans4/Makefile ___

cvs commit: ports/java/netbeans3 Makefile

2006-02-13 Thread Jimmy Olgeni
olgeni 2006-02-13 18:50:51 UTC FreeBSD ports repository Modified files: java/netbeans3 Makefile Log: Upgrade to current bsd.java.mk syntax, remove commented MASTER_SITES. Revision ChangesPath 1.16 +3 -2 ports/java/netbeans3/Makefile __

cvs commit: ports/lang/erlang Makefile

2006-02-13 Thread Jimmy Olgeni
olgeni 2006-02-13 18:50:06 UTC FreeBSD ports repository Modified files: lang/erlang Makefile Log: Upgrade to current bsd.java.mk syntax. Revision ChangesPath 1.82 +2 -2 ports/lang/erlang/Makefile ___ cvs-

cvs commit: src/sys/dev/ath/ath_rate/sample sample.c

2006-02-13 Thread Sam Leffler
sam 2006-02-13 18:40:53 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/sample sample.c Log: fix comment and whitespace Revision ChangesPath 1.13 +2 -3 src/sys/dev/ath/ath_rate/sample/sample.c _

cvs commit: ports/java/netbeans Makefile distinfo pkg-plist

2006-02-13 Thread Jimmy Olgeni
olgeni 2006-02-13 18:38:38 UTC FreeBSD ports repository Modified files: java/netbeansMakefile distinfo pkg-plist Log: Upgrade to version 5.0. Revision Changes Path 1.17 +9 -9ports/java/netbeans/Makefile 1.7 +3 -2ports/java/netbea

  1   2   >