cvs commit: ports/textproc/p5-Excel-Template Makefile distinfo

2006-08-15 Thread Martin Wilke
miwi2006-08-16 06:31:14 UTC FreeBSD ports repository Modified files: textproc/p5-Excel-Template Makefile distinfo Log: - Update to 0.28 PR: ports/101205 Submitted by: chinsan Approved by:krion (mentor), (maintainer timeout) Revision Changes

cvs commit: ports/editors/joe Makefile distinfo pkg-plist

2006-08-15 Thread Martin Wilke
miwi2006-08-16 06:29:33 UTC FreeBSD ports repository Modified files: editors/joe Makefile distinfo pkg-plist Log: - Update to 3.5 PR: ports/101076 Submitted by: chinsan Approved by:krion (mentor), maintainer timeout Revision Changes

cvs commit: ports/security/seahorse Makefile distinfo pkg-plist ports/security/seahorse/files patch-agent_seahorse-agent.c

2006-08-15 Thread Joe Marcus Clarke
marcus 2006-08-16 06:23:18 UTC FreeBSD ports repository Modified files: security/seahorseMakefile distinfo pkg-plist security/seahorse/files patch-agent_seahorse-agent.c Log: Update to 0.8.2. Revision ChangesPath 1.50 +1 -1 ports/security/seahorse/

cvs commit: ports/textproc/msort Makefile

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 06:04:50 UTC FreeBSD ports repository Modified files: textproc/msort Makefile Log: - does not build in 4.x PR: ports/102054 Submitted by: maintainer (Gea-Suan Lin) Revision ChangesPath 1.2 +6 -1 ports/textproc/m

cvs commit: ports/chinese/fortunetw Makefile

2006-08-15 Thread Martin Wilke
miwi2006-08-16 05:54:48 UTC FreeBSD ports repository Modified files: chinese/fortunetwMakefile Log: - Respect DESTDIR PR: ports/102059 Submitted by: chinsan <[EMAIL PROTECTED]> Approved by:krion (mentor) Revision ChangesPath 1.8

cvs commit: ports/sysutils/p5-FreeBSD-Portindex Makefile

2006-08-15 Thread Martin Wilke
miwi2006-08-16 05:51:17 UTC FreeBSD ports repository Modified files: sysutils/p5-FreeBSD-Portindex Makefile Log: - Respect DESTDIR PR: ports/102011 Submitted by: Matthew Seaman Approved by:krion (mentor) Revision ChangesPath 1.9 +

cvs commit: ports/devel/lightning Makefile distinfo pkg-plist

2006-08-15 Thread Martin Wilke
miwi2006-08-16 05:46:46 UTC FreeBSD ports repository Modified files: devel/lightning Makefile distinfo pkg-plist Log: - Update to 1.2 - Pass maintainership to submitter PR: ports/101927 Submitted by: Stanislav Sedov Approved by:krion (mentor

cvs commit: ports/www/punbb Makefile distinfo pkg-plist

2006-08-15 Thread Martin Wilke
miwi2006-08-16 05:44:40 UTC FreeBSD ports repository Modified files: www/punbbMakefile distinfo pkg-plist Log: - Add language pack support - Respect DESTDIR PR: ports/101970 Submitted by: Gea-Suan Lin Approved by:krion (mentor) R

cvs commit: ports/net/p5-Net-Whois-Raw Makefile distinfo

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 05:35:34 UTC FreeBSD ports repository Modified files: net/p5-Net-Whois-Raw Makefile distinfo Log: - update to 1.12 Revision ChangesPath 1.16 +1 -1 ports/net/p5-Net-Whois-Raw/Makefile 1.17 +3 -3 ports/net/p5-Net-Whois-Raw/distin

cvs commit: CVSROOT modules

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 05:01:06 UTC FreeBSD ports repository Modified files: .modules Log: p5-ack --> ports/textproc/p5-ack Revision ChangesPath 1.15992 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org

cvs commit: ports/textproc Makefile ports/textproc/p5-ack Makefile distinfo pkg-descr pkg-plist

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 05:00:47 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/p5-ack Makefile distinfo pkg-descr pkg-plist Log: Add p5-ack 1.24, a grep-like text finder for large trees of text. PR: ports/

cvs commit: ports/devel/p5-Class-InsideOut Makefile distinfo

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 04:06:23 UTC FreeBSD ports repository Modified files: devel/p5-Class-InsideOut Makefile distinfo Log: - Update to 1.02 PR: ports/102126 Submitted by: Gea-Suan Lin Revision ChangesPath 1.6 +1 -1 ports/devel/p5-Class-I

cvs commit: ports/devel/p5-Term-Menus Makefile distinfo

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 04:05:52 UTC FreeBSD ports repository Modified files: devel/p5-Term-Menus Makefile distinfo Log: - Update to 1.17 PR: ports/102125 Submitted by: Gea-Suan Lin Revision ChangesPath 1.2 +1 -1 ports/devel/p5-Term-Menus/

cvs commit: src/share/man/man4 acpi.4 src/sys/i386/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.c

2006-08-15 Thread Nate Lawson
njl 2006-08-16 04:01:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 acpi.4 sys/i386/acpica acpi_machdep.c acpi_wakecode.S acpi_wakeup.c Log: MFC: bring resume code up to HEAD, including resume_b

Re: cvs commit: src/sbin/sysctl sysctl.c

2006-08-15 Thread Nate Lawson
Ruslan Ermilov wrote: ru 2006-08-15 13:32:40 UTC FreeBSD src repository Modified files: sbin/sysctl sysctl.c Log: Fix printing of integer Kelvins broken in rev. 1.71, which is fatal on sizeof(int) != sizeof(long) systems (such as amd64). MFC after: 1

cvs commit: src/lib/libc/sys connect.2

2006-08-15 Thread Wes Peters
wes 2006-08-16 02:56:51 UTC FreeBSD src repository Modified files: lib/libc/sys connect.2 Log: Document EAGAIN failure per PR. (Finally!) PR: 24125 Revision ChangesPath 1.27 +12 -1 src/lib/libc/sys/connect.2 _

cvs commit: ports/www/rt36 Makefile

2006-08-15 Thread Rong-En Fan
rafan 2006-08-16 01:55:12 UTC FreeBSD ports repository Modified files: www/rt36 Makefile Log: - Add missing denepency PR: ports/102114 Submitted by: Vivek Khera (maintainer) Revision ChangesPath 1.56 +3 -1 ports/www/rt36/M

cvs commit: ports/devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 01:46:44 UTC FreeBSD ports repository Modified files: devel/p5-Acme-MetaSyntactic Makefile Makefile.man distinfo pkg-plist Log: - update to 0.87 Revision ChangesPath 1.17 +1 -1 ports/devel/p5-Acme-MetaSynta

cvs commit: CVSROOT modules

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 01:13:47 UTC FreeBSD ports repository Modified files: .modules Log: p5-MediaWiki --> ports/www/p5-MediaWiki Revision ChangesPath 1.15991 +1 -0 CVSROOT/modules ___ cvs-all@freeb

cvs commit: ports/www Makefile ports/www/p5-MediaWiki Makefile distinfo pkg-descr pkg-plist

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-16 01:13:28 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-MediaWiki Makefile distinfo pkg-descr pkg-plist Log: Add p5-MediaWiki 1.06, OOP MediaWiki engine client. PR: ports/102065 Submi

cvs commit: ports/mail/mimedefang Makefile distinfo

2006-08-15 Thread Wes Peters
wes 2006-08-16 00:41:58 UTC FreeBSD ports repository Modified files: mail/mimedefang Makefile distinfo Log: Update to version 2.57. Revision ChangesPath 1.50 +1 -1 ports/mail/mimedefang/Makefile 1.40 +3 -3 ports/mail/mimedefang/distinfo

cvs commit: ports/databases/py-pysqlite22 Makefile

2006-08-15 Thread Marcus Alves Grando
mnag2006-08-16 00:13:31 UTC FreeBSD ports repository Modified files: databases/py-pysqlite22 Makefile Log: - Add LATEST_LINK Notified by:kris Revision ChangesPath 1.24 +2 -0 ports/databases/py-pysqlite22/Makefile

cvs commit: ports/mail/postfix22 Makefile

2006-08-15 Thread Marcus Alves Grando
mnag2006-08-16 00:09:49 UTC FreeBSD ports repository Modified files: mail/postfix22 Makefile Log: - Add NO_LATEST_LINK Notified by:kris Revision ChangesPath 1.114 +1 -0 ports/mail/postfix22/Makefile _

cvs commit: ports/devel/gpc Makefile

2006-08-15 Thread Mikhail Teterin
mi 2006-08-16 00:04:20 UTC FreeBSD ports repository Modified files: devel/gpcMakefile Log: Rename the package from gpc to libgpc -- to avoid conflicting with GNU Pascal Compiler. Prompted by:kris The directory may be repo-copied too... Revisi

cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c

2006-08-15 Thread Jung-uk Kim
jkim2006-08-16 00:02:36 UTC FreeBSD src repository Modified files: sys/compat/freebsd32 freebsd32_misc.c Log: Include sys/limits.h for INT_MAX. freebsd32_proto.h 1.58 does not include sys/umtx.h any more and previously it was included from there. Revision Changes

cvs commit: ports/www/mediawiki16 Makefile

2006-08-15 Thread Edwin Groothuis
edwin 2006-08-15 23:34:43 UTC FreeBSD ports repository Modified files: www/mediawiki16 Makefile Log: add LATEST_LINK Revision ChangesPath 1.33 +1 -0 ports/www/mediawiki16/Makefile ___ cvs-all@freebsd.org mai

cvs commit: ports/japanese/xchat Makefile

2006-08-15 Thread Edwin Groothuis
edwin 2006-08-15 23:32:43 UTC FreeBSD ports repository Modified files: japanese/xchat Makefile Log: Set LATEST_LINK before irc/xchat does do it Revision ChangesPath 1.15 +1 -0 ports/japanese/xchat/Makefile

cvs commit: ports/irc/xchat1 Makefile

2006-08-15 Thread Edwin Groothuis
edwin 2006-08-15 23:32:04 UTC FreeBSD ports repository Modified files: irc/xchat1 Makefile Log: Only set LATEST_LINK when it is not yet set Revision ChangesPath 1.117 +1 -1 ports/irc/xchat1/Makefile ___

cvs commit: ports/graphics/raster3d Makefile distinfo

2006-08-15 Thread Shaun Amott
shaun 2006-08-15 23:24:15 UTC FreeBSD ports repository Modified files: graphics/raster3dMakefile distinfo Log: Update distinfo to reflect re-rolled distfile, and add another master site location for the previous file. The changes are trivial and don't appear to affec

cvs commit: CVSROOT modules

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-15 22:45:31 UTC FreeBSD ports repository Modified files: .modules Log: p5-Config-IniHash --> ports/devel/p5-Config-IniHash Revision ChangesPath 1.15990 +1 -0 CVSROOT/modules ___ c

cvs commit: ports/devel Makefile ports/devel/p5-Config-IniHash Makefile distinfo pkg-descr pkg-plist

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-15 22:44:57 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Config-IniHash Makefile distinfo pkg-descr pkg-plist Log: Add p5-Config-IniHash 2.8, perl extension for reading and writing INI files. PR:

cvs commit: src/sys/amd64/amd64 support.S

2006-08-15 Thread David Xu
davidxu 2006-08-15 22:43:02 UTC FreeBSD src repository Modified files: sys/amd64/amd64 support.S Log: Backout revision 1.117, xorl and xorq have same result, but xorq needs longer decoding. Revision ChangesPath 1.118 +2 -2 src/sys/amd64/amd64/support.S

Re: cvs commit: src/sys/i386/linux systrace_args.c src/sys/amd64/linux32 systrace_args.c

2006-08-15 Thread Alexander Leidinger
Quoting John Baldwin <[EMAIL PROTECTED]> (Tue, 15 Aug 2006 12:50:03 -0400): > On Tuesday 15 August 2006 08:56, Alexander Leidinger wrote: > > netchild2006-08-15 12:56:36 UTC > > > > FreeBSD src repository > > > > Added files: > > sys/i386/linux systrace_args.c > > sys/amd6

cvs commit: ports/games/bomberclone Makefile distinfo pkg-plist

2006-08-15 Thread Edwin Groothuis
edwin 2006-08-15 22:05:00 UTC FreeBSD ports repository Modified files: games/bombercloneMakefile distinfo pkg-plist Log: Update to 0.11.7 Revision ChangesPath 1.19 +5 -1 ports/games/bomberclone/Makefile 1.16 +3 -3 ports/games/bomberclone/di

cvs commit: src/tools/tools/nanobsd nanobsd.sh

2006-08-15 Thread Simon L. Nielsen
simon 2006-08-15 21:59:33 UTC FreeBSD src repository Modified files: tools/tools/nanobsd nanobsd.sh Log: Move the setup of "diskless" /etc magic files from install_etc() to a separate function which is called right after install_etc(). This makes it simpler to (ab)use nan

cvs commit: doc/share/pgpkeys imp.key

2006-08-15 Thread Warner Losh
imp 2006-08-15 21:54:04 UTC FreeBSD doc repository Modified files: share/pgpkeysimp.key Log: Regen key after latest hard disk fiasaco Revision ChangesPath 1.6 +40 -31doc/share/pgpkeys/imp.key ___ cvs-al

cvs commit: ports/java/eclipse-jad Makefile

2006-08-15 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-08-15 21:46:13 UTC FreeBSD ports repository Modified files: java/eclipse-jad Makefile Log: Make portlint(1) happy Revision ChangesPath 1.2 +1 -1 ports/java/eclipse-jad/Makefile ___ cvs-all@freebsd

cvs commit: CVSROOT modules

2006-08-15 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-08-15 21:44:15 UTC FreeBSD ports repository Modified files: .modules Log: eclipse-jad --> ports/java/eclipse-jad Revision ChangesPath 1.15989 +1 -0 CVSROOT/modules ___ cvs-all@freebs

cvs commit: ports/java Makefile ports/java/eclipse-jad Makefile distinfo pkg-descr

2006-08-15 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-08-15 21:43:51 UTC FreeBSD ports repository Modified files: java Makefile Added files: java/eclipse-jad Makefile distinfo pkg-descr Log: New port eclipse-jad version 3.1: Jad Java decompiler plugin for the Eclipse IDE Revision Chang

cvs commit: ports/net-im/jabber-pymsn Makefile distinfo pkg-plist

2006-08-15 Thread Renato Botelho
garga 2006-08-15 21:38:02 UTC FreeBSD ports repository Modified files: net-im/jabber-pymsn Makefile distinfo pkg-plist Log: Update to 0.11.2-dev2 to fix a lot of problems caused by a change made on MSN protocol Revision ChangesPath 1.18 +2 -5 ports/net-

cvs commit: ports/security/vuxml vuln.xml

2006-08-15 Thread Remko Lodder
remko 2006-08-15 21:26:36 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Convert 8 spaces to tab as per the FDP for the latest entry. Revision ChangesPath 1.1114+16 -16ports/security/vuxml/vuln.xml _

cvs commit: ports/net/globus4 Makefile

2006-08-15 Thread Brooks Davis
brooks 2006-08-15 21:15:46 UTC FreeBSD ports repository Modified files: net/globus4 Makefile Log: Mark FORBIDDEN due to multiple tmpfile races. Security: vid:5039ae61-2c9f-11db-8401-000ae42e9b93 Revision ChangesPath 1.9 +2 -0 ports/net/

cvs commit: ports/security/vuxml vuln.xml

2006-08-15 Thread Brooks Davis
brooks 2006-08-15 21:09:15 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Add entry for globus tmpfile creation bugs. Revision ChangesPath 1.1113+43 -1 ports/security/vuxml/vuln.xml

cvs commit: src/sys/i386/xbox xbox.c

2006-08-15 Thread Pav Lucistnik
pav 2006-08-15 20:10:49 UTC FreeBSD src repository (doc,ports committer) Modified files: sys/i386/xboxxbox.c Log: - Fix typo in #error pragma: compitable -> compatible Submitted by: neologism Revision ChangesPath 1.4 +1 -1 src/sys/i386/xb

cvs commit: ports/security/vuxml vuln.xml

2006-08-15 Thread Christian Brueffer
brueffer2006-08-15 20:07:50 UTC FreeBSD ports repository (src,doc committer) Modified files: security/vuxml vuln.xml Log: The lang/f2c port has been updated, update affected versions. Reviewed by:simon Revision ChangesPath 1.1112+3 -3 ports/sec

cvs commit: src/sys/net if_vlan.c

2006-08-15 Thread Yar Tikhiy
yar 2006-08-15 19:43:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_vlan.c Log: MFC rev. 1.102: Track interface department events and detach vlans from departing trunk so that we don't get into trouble later by derefer

cvs commit: src/sys/kern uipc_syscalls.c

2006-08-15 Thread Alan Cox
alc 2006-08-15 18:48:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern uipc_syscalls.c Log: MFC revision 1.225 Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionally acquiring Giant in kern_sendfile(). Gu

Re: cvs commit: src/sys/kern kern_lock.c kern_sx.c subr_turnstile.c src/sys/sys lockmgr.h sx.h

2006-08-15 Thread John Baldwin
On Tuesday 15 August 2006 14:29, John Baldwin wrote: > jhb 2006-08-15 18:29:02 UTC > > FreeBSD src repository > > Modified files: > sys/kern kern_lock.c kern_sx.c subr_turnstile.c > sys/sys lockmgr.h sx.h > Log: > Add a new 'show sleepchain' ddb

cvs commit: src/sys/kern kern_lock.c kern_sx.c subr_turnstile.c src/sys/sys lockmgr.h sx.h

2006-08-15 Thread John Baldwin
jhb 2006-08-15 18:29:02 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c kern_sx.c subr_turnstile.c sys/sys lockmgr.h sx.h Log: Add a new 'show sleepchain' ddb command similar to 'show lockchain' except that it operates on lockmg

Re: cvs commit: src/sys/dev/em if_em.c if_em.h

2006-08-15 Thread Matt Reimer
On 8/15/06, John Baldwin <[EMAIL PROTECTED]> wrote: On Tuesday 15 August 2006 02:49, Pyun YongHyeon wrote: > On Mon, Aug 14, 2006 at 01:30:37PM -0700, Matt Reimer wrote: > > On 8/13/06, Pyun YongHyeon <[EMAIL PROTECTED]> wrote: > > >yongari 2006-08-14 01:50:54 UTC > > > > > > FreeBSD src

cvs commit: src/sys/kern kern_mutex.c

2006-08-15 Thread John Baldwin
jhb 2006-08-15 18:26:12 UTC FreeBSD src repository Modified files: sys/kern kern_mutex.c Log: - When spinning on a spin lock, if the debugger is active or we are in a panic, go ahead and do the longer DELAY(1) spin wait. - If we panic due to spinning too lon

cvs commit: src/lib/libc/sys getfsstat.2

2006-08-15 Thread Pawel Jakub Dawidek
pjd 2006-08-15 18:17:03 UTC FreeBSD src repository Modified files: lib/libc/sys getfsstat.2 Log: We operate on 'statfs' structures, not on 'fsstat' structures. MFC after: 3 days Revision ChangesPath 1.18 +2 -2 src/lib/libc/sys/getfsstat

cvs commit: ports/mail/mairix Makefile distinfo pkg-descr pkg-plist ports/mail/mairix/files patch-datescan.c patch-dfasyn-parse.y patch-fromcheck.c

2006-08-15 Thread Oliver Braun
obraun 2006-08-15 18:12:48 UTC FreeBSD ports repository Modified files: mail/mairix Makefile distinfo pkg-descr Added files: mail/mairix/filespatch-dfasyn-parse.y Removed files: mail/mairix pkg-plist mail/mairix/filespatch-datescan.c patch

cvs commit: src/sys/arm/arm elf_trampoline.c

2006-08-15 Thread Warner Losh
imp 2006-08-15 18:11:25 UTC FreeBSD src repository Modified files: sys/arm/arm elf_trampoline.c Log: add comment about why we include opt_global.h Revision ChangesPath 1.12 +4 -0 src/sys/arm/arm/elf_trampoline.c _

cvs commit: src/sbin/dump main.c

2006-08-15 Thread Matt Jacob
mjacob 2006-08-15 17:53:37 UTC FreeBSD src repository Modified files: sbin/dumpmain.c Log: If rawname returns NULL, deal with it appropriately. PR: 94045 Submitted by: Andrey Elsukov MFC after: 1 week Revision ChangesPath 1.64

cvs commit: src/sys/vm vm_object.c

2006-08-15 Thread Alan Cox
alc 2006-08-15 17:51:02 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_object.c Log: MFC revision 1.360 Ensure that vm_object_deallocate() doesn't dereference a stale object pointer: When vm_object_deallocate() sleeps beca

cvs commit: src/sys/sys sysent.h

2006-08-15 Thread John Baldwin
jhb 2006-08-15 17:42:14 UTC FreeBSD src repository Modified files: sys/sys sysent.h Log: Use SYS_AUE_ to include the appropriate audit event identifier for syscalls in kld's, even when compiled into the kernel statically. Note that since this hardcodes the SY

cvs commit: src/sys/amd64/linux32 linux32_proto.h linux32_syscall.h linux32_sysent.c src/sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freebsd32_sysent.c src/sys/comp

2006-08-15 Thread John Baldwin
jhb 2006-08-15 17:37:01 UTC FreeBSD src repository Modified files: sys/amd64/linux32linux32_proto.h linux32_syscall.h linux32_sysent.c sys/compat/freebsd32 freebsd32_proto.h freebsd32_syscall.h freebsd32_syscalls.c freeb

cvs commit: src/sys/net if_vlan.c

2006-08-15 Thread Yar Tikhiy
yar 2006-08-15 17:29:53 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: This XXX remark was rendered false by rev. 103, which made the VLAN_ARRAY case subject to rw locking, too. Revision ChangesPath 1.113 +0 -1 src/sys/ne

cvs commit: src/sys/amd64/linux32 syscalls.conf systrace_args.c src/sys/compat/freebsd32 syscalls.conf src/sys/compat/svr4 syscalls.conf src/sys/i386/ibcs2 syscalls.conf syscalls.isc.conf syscalls.xen

2006-08-15 Thread John Baldwin
jhb 2006-08-15 17:25:55 UTC FreeBSD src repository Modified files: sys/amd64/linux32syscalls.conf sys/compat/freebsd32 syscalls.conf sys/compat/svr4 syscalls.conf sys/i386/ibcs2 syscalls.conf syscalls.isc.conf syscalls.xenix.

Re: cvs commit: src/sys/i386/linux systrace_args.c src/sys/amd64/linux32 systrace_args.c

2006-08-15 Thread Robert Watson
On Tue, 15 Aug 2006, Alexander Leidinger wrote: netchild2006-08-15 12:56:36 UTC FreeBSD src repository Added files: sys/i386/linux systrace_args.c sys/amd64/linux32systrace_args.c Log: add autogenerated systrace_args stuff for dtrace Doesn't this conflict with sys/ke

cvs commit: src/sys/kern makesyscalls.sh

2006-08-15 Thread John Baldwin
jhb 2006-08-15 17:09:32 UTC FreeBSD src repository Modified files: sys/kern makesyscalls.sh Log: Add a new set of macros _AUE_ to sysproto.h that map to the audit event associated with a specific system call. For example, SYS_AUE___semctl would be set to AUE_

cvs commit: ports/mail/libspf2-10 Makefile ports/mail/libsrs2 Makefile ports/mail/p5-Mail-Alias Makefile ports/mail/p5-Mail-SRS Makefile ports/net-im/p5-Net-MSN Makefile ports/textproc/p5-Hash-Merge M

2006-08-15 Thread Ion-Mihai Tetcu
itetcu 2006-08-15 17:07:27 UTC FreeBSD ports repository Modified files: mail/libspf2-10 Makefile mail/libsrs2 Makefile mail/p5-Mail-Alias Makefile mail/p5-Mail-SRS Makefile net-im/p5-Net-MSNMakefile textproc/p5-Hash-Merge Makefile Lo

Re: cvs commit: src/sys/i386/linux systrace_args.c src/sys/amd64/linux32 systrace_args.c

2006-08-15 Thread John Baldwin
On Tuesday 15 August 2006 08:56, Alexander Leidinger wrote: > netchild2006-08-15 12:56:36 UTC > > FreeBSD src repository > > Added files: > sys/i386/linux systrace_args.c > sys/amd64/linux32systrace_args.c > Log: > add autogenerated systrace_args stuff for dtrace

cvs commit: src/sys/net if_vlan.c

2006-08-15 Thread Yar Tikhiy
yar 2006-08-15 16:56:44 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Make it a tad easier to base other encapsulation schemes on this driver by restoring the ifv_proto field in the vlan softc and putting it to use this time. It's a good

cvs commit: ports/www/ojs2 Makefile

2006-08-15 Thread Ion-Mihai Tetcu
itetcu 2006-08-15 16:55:24 UTC FreeBSD ports repository Modified files: www/ojs2 Makefile Log: Fix typo. PR: www/102101 Submitted by: Filipe Rocha (maintainer) Revision ChangesPath 1.3 +1 -1 ports/www/ojs2/Makefile

cvs commit: ports/devel/p5-Devel-PPPort Makefile distinfo

2006-08-15 Thread Mathieu Arnold
mat 2006-08-15 16:54:38 UTC FreeBSD ports repository Modified files: devel/p5-Devel-PPPort Makefile distinfo Log: Update to 3.10 PR: 102095 Submitted by: Gea-Suan Lin <[EMAIL PROTECTED]> Revision ChangesPath 1.16 +1 -1 ports/devel/p5

cvs commit: ports/databases/sqlrelay Makefile Makefile.common distinfo pkg-plist ports/databases/sqlrelay/files patch-src+api+java+Makefile

2006-08-15 Thread Sergey Skvortsov
skv 2006-08-15 16:53:16 UTC FreeBSD ports repository Modified files: databases/sqlrelay Makefile Makefile.common distinfo pkg-plist Removed files: databases/sqlrelay/files patch-src+api+java+Makefile Log: Update to 0.37.1 Approved by:

cvs commit: ports/security/cyrus-sasl2 Makefile

2006-08-15 Thread Hajimu UMEMOTO
ume 2006-08-15 16:47:38 UTC FreeBSD ports repository Modified files: security/cyrus-sasl2 Makefile Log: s,INSTALLS_SHLIB,USE_LDCONFIG,g Revision ChangesPath 1.127 +1 -1 ports/security/cyrus-sasl2/Makefile ___ cv

cvs commit: src/sys/kern syscalls.master

2006-08-15 Thread John Baldwin
jhb 2006-08-15 16:45:41 UTC FreeBSD src repository Modified files: sys/kern syscalls.master Log: - Use NOSTD rather than NOIMPL for nfssvc() to match other syscalls provided via klds. - Correct audit identifier for nfssvc(). Revision ChangesPath

cvs commit: ports/misc/portless Makefile ports/misc/portless/files portless.1 portless.sh

2006-08-15 Thread Rong-En Fan
rafan 2006-08-15 16:44:19 UTC FreeBSD ports repository Modified files: misc/portlessMakefile misc/portless/files portless.1 portless.sh Log: - Update to 0.2.4 Use bash rather than /bin/sh to add -I option (case insensitive globbing). PR: ports

cvs commit: src/sys/kern subr_turnstile.c

2006-08-15 Thread John Baldwin
jhb 2006-08-15 16:44:18 UTC FreeBSD src repository Modified files: sys/kern subr_turnstile.c Log: Rename 'show lockchain' to 'show locktree' and 'show threadchain' to 'show lockchain'. The churn is because I'm about to add a new 'show sleepchain' similar to '

cvs commit: src/sys/arm/arm mem.c

2006-08-15 Thread Olivier Houchard
cognet 2006-08-15 16:43:07 UTC FreeBSD src repository Modified files: sys/arm/arm mem.c Log: Ooops we need to include to get the definition of KERNBASE and VM_MAXUSER_ADDRESS. Remove the useless include of opt_global.h, as noticed by netchild@ (the one in arm/elf

cvs commit: ports/www/rt36 Makefile distinfo pkg-plist

2006-08-15 Thread Rong-En Fan
rafan 2006-08-15 16:42:15 UTC FreeBSD ports repository Modified files: www/rt36 Makefile distinfo pkg-plist Log: - Update to 3.6.1 PR: ports/102025 Submitted by: Vivek Khera (maintainer) Revision ChangesPath 1.55 +1 -1 por

cvs commit: src/sys/kern kern_lock.c

2006-08-15 Thread John Baldwin
jhb 2006-08-15 16:42:16 UTC FreeBSD src repository Modified files: sys/kern kern_lock.c Log: Add a 'show lockmgr' command that dumps the relevant details of a lockmgr lock. Revision ChangesPath 1.98 +32 -0 src/sys/kern/kern_lock.c __

cvs commit: ports/games/grhino Makefile distinfo

2006-08-15 Thread Rong-En Fan
rafan 2006-08-15 16:41:26 UTC FreeBSD ports repository Modified files: games/grhino Makefile distinfo Log: - Update 0.15.2 PR: ports/102039 Submitted by: UMENO Takashi (maintainer) Revision ChangesPath 1.25 +1 -1 ports/games/g

cvs commit: ports/devel/p5-rpm-build-perl Makefile distinfo pkg-plist

2006-08-15 Thread Rong-En Fan
rafan 2006-08-15 16:40:31 UTC FreeBSD ports repository Modified files: devel/p5-rpm-build-perl Makefile distinfo pkg-plist Log: - Update to 0.6.0 PR: ports/102048 Submitted by: Jin-Shan Tseng (maintainer) Revision ChangesPath 1.3 +2 -2

cvs commit: src/sys/net if_vlan.c

2006-08-15 Thread Yar Tikhiy
yar 2006-08-15 16:40:28 UTC FreeBSD src repository Modified files: sys/net if_vlan.c Log: Set IFF_DRV_RUNNING on vlan(4) once in vlan_config(), not at many places after each call to vlan_config(). This is consistent with IFF_DRV_RUNNING being unset in vlan_

cvs commit: ports/net/nph Makefile pkg-install

2006-08-15 Thread Ion-Mihai Tetcu
itetcu 2006-08-15 16:32:34 UTC FreeBSD ports repository Modified files: net/nph Makefile pkg-install Log: - small fix to fix to pkg-install script - bump PORTREVISION PR: ports/102013 Submitted by: pirzyk (maintianer) Revision Changes

cvs commit: ports/www/zope-zwiki Makefile distinfo

2006-08-15 Thread Ion-Mihai Tetcu
itetcu 2006-08-15 16:29:45 UTC FreeBSD ports repository Modified files: www/zope-zwiki Makefile distinfo Log: Update to 0.55.0 PR: ports/102098 Submitted by: Tim Middleton (maintainer) Revision ChangesPath 1.23 +1 -1 ports/www/zop

cvs commit: ports/audio/easytag pkg-plist

2006-08-15 Thread Shaun Amott
shaun 2006-08-15 16:27:24 UTC FreeBSD ports repository Modified files: audio/easytagpkg-plist Log: - Add missing locale directories to pkg-plist. - Use DATADIR macro. PR: ports/101471 Submitted by: Stanislav Sedov <[EMAIL PROTECTED]> Approved by

cvs commit: ports/games/pengupop Makefile distinfo

2006-08-15 Thread Ion-Mihai Tetcu
itetcu 2006-08-15 16:17:47 UTC FreeBSD ports repository Modified files: games/pengupop Makefile distinfo Log: Update to 2.1.4 PR: ports/102099 Submitted by: Dmitry Marakasov (maintainer) Revision ChangesPath 1.3 +1 -1 ports/games

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

2006-08-15 Thread Ion-Mihai Tetcu
itetcu 2006-08-15 16:14:53 UTC FreeBSD doc repository (ports committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml Log: Add Ederson de Moura for sysutils/upsdaemon. Revision ChangesPath 1.600 +5 -0 doc/en_US.ISO8859-1/arti

cvs commit: CVSROOT modules

2006-08-15 Thread Ion-Mihai Tetcu
itetcu 2006-08-15 16:10:04 UTC FreeBSD ports repository Modified files: .modules Log: upsdaemon --> ports/sysutils/upsdaemon Revision ChangesPath 1.15988 +1 -0 CVSROOT/modules ___ cvs-all@freebs

cvs commit: ports/sysutils Makefile ports/sysutils/upsdaemon Makefile distinfo pkg-descr pkg-message pkg-plist ports/sysutils/upsdaemon/files upsdaemon.in

2006-08-15 Thread Ion-Mihai Tetcu
itetcu 2006-08-15 16:09:38 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/upsdaemon Makefile distinfo pkg-descr pkg-message pkg-plist sysutils/upsdaemon/files upsdaemon.in Log: The upsdaemo

cvs commit: src/sys/i386/i386 db_trace.c

2006-08-15 Thread Yar Tikhiy
yar 2006-08-15 15:59:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/i386db_trace.c Log: MFC rev. 1.71, 1.72: Guess the number of arguments to a function somewhat better. Now GCC likes to stick a "mov %eax, %FOO" instruction bef

cvs commit: src/sys/i386/xbox xbox.c

2006-08-15 Thread Warner Losh
imp 2006-08-15 15:48:58 UTC FreeBSD src repository Modified files: sys/i386/xboxxbox.c Log: No need for opt_global.h here Revision ChangesPath 1.3 +0 -1 src/sys/i386/xbox/xbox.c ___ cvs-all@freebsd.org

cvs commit: CVSROOT modules

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-15 15:40:47 UTC FreeBSD ports repository Modified files: .modules Log: p5-Hash-WithDefaults --> ports/devel/p5-Hash-WithDefaults Revision ChangesPath 1.15987 +1 -0 CVSROOT/modules ___

cvs commit: ports/devel Makefile ports/devel/p5-Hash-WithDefaults Makefile distinfo pkg-descr pkg-plist

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-15 15:40:36 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Hash-WithDefaults Makefile distinfo pkg-descr pkg-plist Log: Add p5-Hash-WithDefaults 0.04, class for hashes with ke

cvs commit: CVSROOT modules

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-15 15:39:13 UTC FreeBSD ports repository Modified files: .modules Log: p5-Hash-Case --> ports/devel/p5-Hash-Case Revision ChangesPath 1.15986 +1 -0 CVSROOT/modules ___ cvs-all@fre

cvs commit: ports/devel Makefile ports/devel/p5-Hash-Case Makefile distinfo pkg-descr pkg-plist

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-15 15:38:55 UTC FreeBSD ports repository Modified files: develMakefile Added files: devel/p5-Hash-Case Makefile distinfo pkg-descr pkg-plist Log: Add p5-Hash-Case 1.003, base class for hashes with key-casing requirements. PR:

cvs commit: ports/graphics/p5-Visio Makefile

2006-08-15 Thread Cheng-Lung Sung
clsung 2006-08-15 15:33:07 UTC FreeBSD ports repository Modified files: graphics/p5-VisioMakefile Log: - require perl 5.8 PR: ports/102097 Submitted by: clsung Approved by:maintainer Revision ChangesPath 1.2 +7 -1 ports/grap

cvs commit: ports/audio/xmms2 Makefile pkg-plist

2006-08-15 Thread Martin Wilke
miwi2006-08-15 15:30:44 UTC FreeBSD ports repository Modified files: audio/xmms2 Makefile pkg-plist Log: - Support mDNSResponder - Respect DESTDIR PR: ports/101956 Submitted by: Alexander Botero-Lowry (maintainer) Approved by:krion (ment

cvs commit: ports/audio/py-xmms2 Makefile

2006-08-15 Thread Martin Wilke
miwi2006-08-15 15:27:43 UTC FreeBSD ports repository Modified files: audio/py-xmms2 Makefile Log: - Respect DESTDIR PR: ports/101955 Submitted by: Alexander Botero-Lowry (maintainer) Approved by:krion (mentor) Revision ChangesPath

cvs commit: src/sys/i386/i386 support.s

2006-08-15 Thread Alexander Leidinger
netchild2006-08-15 15:27:13 UTC FreeBSD src repository Modified files: sys/i386/i386support.s Log: Remove the include of opt_global.h. It's included globally by a command line switch. Other files which may make the same mistake (according to fxr.watson.org) but aren't

cvs commit: ports/textproc/libtre Makefile pkg-plist

2006-08-15 Thread Rong-En Fan
rafan 2006-08-15 15:26:34 UTC FreeBSD ports repository Modified files: textproc/libtre Makefile pkg-plist Log: - Replace deprecated variable (INSTALLS_SHLIB) - Remove directories that are not listed in mtree file Note that these directories are be removed by other de

cvs commit: ports/audio/java-xmms2 Makefile pkg-plist

2006-08-15 Thread Martin Wilke
miwi2006-08-15 15:26:01 UTC FreeBSD ports repository Modified files: audio/java-xmms2 Makefile pkg-plist Log: - Use JAVALIBDIR instead of JAVAJARDIR - Respect DESTDIR PR: ports/101954 Submitted by: Alexander Botero-Lowry (maintainer) Approved by:

cvs commit: ports UPDATING ports/net/samba3 Makefile distinfo

2006-08-15 Thread Sergey Matveychuk
sem 2006-08-15 15:25:02 UTC FreeBSD ports repository Modified files: .UPDATING net/samba3 Makefile distinfo Log: - Update to 3.0.23b Common bugs fixed in 3.0.23b include: o Ambiguity with unqualified names in smb.conf parameters

cvs commit: ports/audio/cpp-xmms2 Makefile

2006-08-15 Thread Martin Wilke
miwi2006-08-15 15:22:19 UTC FreeBSD ports repository Modified files: audio/cpp-xmms2 Makefile Log: - Respect DESTDIR PR: ports/101953 Submitted by: Alexander Botero-Lowry (maintainer) Approved by:krion (mentor) Revision ChangesPath

cvs commit: ports/chinese/tatter-tools Makefile

2006-08-15 Thread Martin Wilke
miwi2006-08-15 15:17:10 UTC FreeBSD ports repository Modified files: chinese/tatter-tools Makefile Log: - Respect DESTDIR PR: ports/101937 Submitted by: Gea-Suan Lin Approved by:krion (mentor), maintainer Revision ChangesPath 1.4

  1   2   >