cvs commit: ports/devel/git Makefile distinfo

2006-02-22 Thread Eric Anholt
anholt 2006-02-23 07:58:37 UTC FreeBSD ports repository Modified files: devel/gitMakefile distinfo Log: Update to 1.2.2, and register a RUN_DEPENDS on cvsps, so there's a chance of git-cvsimport working (haven't run it myself yet). Revision ChangesPath

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

2006-02-22 Thread Joel Dahl
joel2006-02-23 07:08:42 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/articles/contributors contrib.who.sgml Log: This article is already hard to maintain, so remove some redundant entries. Reviewed by:simon, remko Revision ChangesPath 1.5

Re: cvs commit: ports/mail/mimedefang pkg-plist

2006-02-22 Thread Wes Peters
On Feb 22, 2006, at 10:54 PM, Wes Peters wrote: wes 2006-02-23 06:54:45 UTC FreeBSD ports repository Modified files: mail/mimedefang pkg-plist Log: Fix the plist so the port desintalls cleanly. That would be 'deinstalls' cleanly. /me wonders what a DESinstall might

cvs commit: ports/mail/mimedefang pkg-plist

2006-02-22 Thread Wes Peters
wes 2006-02-23 06:54:45 UTC FreeBSD ports repository Modified files: mail/mimedefang pkg-plist Log: Fix the plist so the port desintalls cleanly. Pointyhat from: kris@ Revision ChangesPath 1.14 +1 -0 ports/mail/mimedefang/pkg-plist

cvs commit: src/release/doc/share/sgml release.ent

2006-02-22 Thread Hiroki Sato
hrs 2006-02-23 06:28:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) release/doc/share/sgml release.ent Log: Update version numbers in &release.*;. Approved by:re (implicitly) Revision ChangesPath 1.18.2.10 +4 -8 src/release

cvs commit: ports/mail/thunderbird Makefile

2006-02-22 Thread Joe Marcus Clarke
marcus 2006-02-23 06:23:52 UTC FreeBSD ports repository Modified files: mail/thunderbird Makefile Log: Mark IGNORE on sparc64 due to core dump. Revision ChangesPath 1.61 +2 -2 ports/mail/thunderbird/Makefile _

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

2006-02-22 Thread Hiroki Sato
hrs 2006-02-23 06:21:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/share/sgml release.ent Log: Update version numbers in &release.*;. Approved by:re (implicitly) Revi

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

2006-02-22 Thread Hiroki Sato
hrs 2006-02-23 06:15:56 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/relnotes/common new.sgml release/doc/share/sgml release.ent Log: Update version numbers in &release.*;. Revision ChangesPath 1.902 +1 -1 src/release/doc/en

cvs commit: src/share/man/man9 firmware.9

2006-02-22 Thread Max Laier
mlaier 2006-02-23 05:51:08 UTC FreeBSD src repository Added files: (Branch: RELENG_6) share/man/man9 firmware.9 Log: Forgot to "cvs add" the man-page. Approved by:re (implicit) Revision ChangesPath 1.2.2.1 +116 -0src/share/man/man9/firm

cvs commit: src/sys/kern kern_sig.c

2006-02-22 Thread David Xu
davidxu 2006-02-23 05:50:55 UTC FreeBSD src repository Modified files: sys/kern kern_sig.c Log: Code cleanup, simply compare with curproc. Revision ChangesPath 1.324 +1 -2 src/sys/kern/kern_sig.c ___ cvs

cvs commit: ports/sysutils/procmap/files procmap.c

2006-02-22 Thread Jason Evans
jasone 2006-02-23 05:50:45 UTC FreeBSD ports repository (src committer) Modified files: sysutils/procmap/files procmap.c Log: Add a missing #include, and fix a type. Revision ChangesPath 1.2 +4 -2 ports/sysutils/procmap/files/procmap.c

cvs commit: src/sys/kern vfs_syscalls.c

2006-02-22 Thread Jeff Roberson
jeff2006-02-23 05:18:07 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: - Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFS is being called. Be sure to grab the ref before we unlock the vnode to prevent th

cvs commit: src/sys/kern vfs_subr.c

2006-02-22 Thread Jeff Roberson
jeff2006-02-23 05:15:38 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: - Release the mount ref once the vnode has been recycled rather than once the last reference is dropped. I forgot that vnodes can stick around for a very long t

cvs commit: ports/security/aide Makefile distinfo ports/security/aide/files patch-Makefile.in patch-config.h.in patch-configure patch-configure.in patch-doc_aide.1

2006-02-22 Thread Cy Schubert
cy 2006-02-23 05:05:38 UTC FreeBSD ports repository Modified files: security/aideMakefile distinfo security/aide/files patch-doc_aide.1 Added files: security/aide/files patch-configure.in Removed files: security/aide/files patch-Makefile.in patch-con

cvs commit: ports/mail/nmh/files patch-aclocal_m4 patch-configure patch-configure_in

2006-02-22 Thread Ade Lovett
ade 2006-02-23 04:37:58 UTC FreeBSD ports repository Added files: mail/nmh/files patch-aclocal_m4 patch-configure_in Removed files: mail/nmh/files patch-configure Log: Fix build on both 5.x and 6.x Submitted by: maintainer Revision ChangesP

Re: cvs commit: ports/net/csup Makefile ports/net/csup/files patch-proto.c

2006-02-22 Thread Ion-Mihai Tetcu
On Thu, 23 Feb 2006 01:25:09 + (UTC) Maxime Henrion <[EMAIL PROTECTED]> wrote: > mux 2006-02-23 01:25:09 UTC > > FreeBSD ports repository > > Modified files: > net/csup Makefile > Added files: > net/csup/files patch-proto.c > Log: > Fix a last mi

cvs commit: src/lib/libthr/thread thr_suspend_np.c

2006-02-22 Thread David Xu
davidxu 2006-02-23 03:56:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libthr/threadthr_suspend_np.c Log: MFC revision 1.6. Approved by: re (scottl) Revision ChangesPath 1.3.2.2 +1 -1 src/lib/libthr/thread/thr_suspend_np.c

cvs commit: src/sys/kern subr_sleepqueue.c

2006-02-22 Thread David Xu
davidxu 2006-02-23 03:42:17 UTC FreeBSD src repository Modified files: sys/kern subr_sleepqueue.c Log: Move comments to more accurate place. Revision ChangesPath 1.26 +4 -4 src/sys/kern/subr_sleepqueue.c __

cvs commit: ports/sysutils/portmanager Makefile ports/sysutils/portmanager/files patch-libMGPM-src-MGPMrGetPortName.c

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-23 02:15:38 UTC FreeBSD ports repository Modified files: sysutils/portmanager Makefile Added files: sysutils/portmanager/files patch-libMGPM-src-MGPMrGetPortName.c Log: - Add a patch to fix a crash when trying to remove a MOV

cvs commit: src/share/examples/kld Makefile src/share/examples/kld/firmware Makefile README src/share/examples/kld/firmware/fwconsumer Makefile fw_consumer.c src/share/examples/kld/firmware/fwimage Ma

2006-02-22 Thread Max Laier
mlaier 2006-02-23 02:13:32 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/examples/kld Makefile share/man/man9 Makefile sys/conf NOTES files kmod.mk Added files: (Branch: RELENG_6) share/examples/kld/firmware

cvs commit: CVSROOT modules

2006-02-22 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-02-23 02:08:13 UTC FreeBSD ports repository Modified files: .modules Log: libjingle --> ports/net-im/libjingle Revision ChangesPath 1.14415 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.

cvs commit: ports/net-im Makefile ports/net-im/libjingle Makefile distinfo pkg-descr pkg-message ports/net-im/libjingle/files patch-configure patch-talk__base__criticalsection.h patch-talk__base__ssla

2006-02-22 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-02-23 02:07:52 UTC FreeBSD ports repository Modified files: net-im Makefile Added files: net-im/libjingle Makefile distinfo pkg-descr pkg-message net-im/libjingle/files patch-configure patch-talk__base__criticalsec

cvs commit: src/sys/dev/iwi if_iwi.c

2006-02-22 Thread Sam Leffler
sam 2006-02-23 02:06:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/iwi if_iwi.c Log: MFC 1.28: correct check for whether wpa is enabled Approved by:re (scottl) Revision ChangesPath 1.8.2.6 +1 -1 src/sys/de

cvs commit: src/sys/net80211 ieee80211_ioctl.c

2006-02-22 Thread Sam Leffler
sam 2006-02-23 02:03:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c Log: MFC 1.44: treat setting the optional ie to a zero-length datum to mean "delete the ie" Approved by:re (scottl) Revi

cvs commit: ports/security/rkhunter Makefile distinfo pkg-plist

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-23 01:42:27 UTC FreeBSD ports repository Modified files: security/rkhunterMakefile distinfo pkg-plist Log: - Update to 1.2.8 - Pacify portlint PR: 93340 Submitted by: Babak Farrokhi <[EMAIL PROTECTED]> Approved by:vaidab <[EMAIL PR

cvs commit: ports/chinese/scim-chewing Makefile distinfo

2006-02-22 Thread Cheng-Lung Sung
clsung 2006-02-23 01:32:17 UTC FreeBSD ports repository Modified files: chinese/scim-chewing Makefile distinfo Log: - Update to 0.2.1 PR: 93703 Submitted by: maintainer (Ying-Chieh Chen) Revision ChangesPath 1.13 +1 -2 ports/chinese/sci

cvs commit: ports/net/csup Makefile ports/net/csup/files patch-proto.c

2006-02-22 Thread Maxime Henrion
mux 2006-02-23 01:25:09 UTC FreeBSD ports repository Modified files: net/csup Makefile Added files: net/csup/files patch-proto.c Log: Fix a last minute bug by importing a patch from csup's CVS. We were not retrying anymore when the server rejects u

cvs commit: projects/csup proto.c

2006-02-22 Thread Maxime Henrion
mux 2006-02-23 01:20:53 UTC FreeBSD projects repository Modified files: csup proto.c Log: Bah, unbreak the case where the server rejected us at connection time so that we properly retry as before. While I'm here, make all the proto_*() functions return a

cvs commit: ports/audio/cpige Makefile

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-23 01:09:17 UTC FreeBSD ports repository Modified files: audio/cpige Makefile Log: Pass maintainer-ship to submitter of last patch [1] PR: 93613 [1] Discusses on: irc Revision ChangesPath 1.9 +1 -1 ports/audio/c

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

2006-02-22 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-02-23 01:07:18 UTC FreeBSD ports repository Modified files: net-p2p/py-bittorrent Makefile pkg-plist net-p2p/py-bittorrent-devel Makefile pkg-plist Log: o Fix PLIST; thus, removing BROKEN status o Bump PORTREVISION for PLIST change Revision ChangesPa

cvs commit: ports/games/noegnud-addons Makefile distinfo ports/games/noegnud-data Makefile distinfo ports/games/noegnud-littlehack Makefile distinfo ports/games/noegnud-nethack Makefile distinfo ...

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-23 00:52:48 UTC FreeBSD ports repository Modified files: games/noegnud-addons Makefile distinfo games/noegnud-data Makefile distinfo games/noegnud-littlehack Makefile distinfo games/noegnud-nethack Makefile distinfo games/noegnud-nethack-deet Make

cvs commit: CVSROOT modules

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-23 00:38:29 UTC FreeBSD ports repository Modified files: .modules Log: sjeng --> ports/games/sjeng Revision ChangesPath 1.14414 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing

cvs commit: ports/games Makefile ports/games/sjeng Makefile distinfo pkg-descr

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-23 00:35:36 UTC FreeBSD ports repository Modified files: gamesMakefile Added files: games/sjeng Makefile distinfo pkg-descr Log: Add sjeng 11.2, a chess engine supporting chess variations. PR: 93539 Submitted by:

cvs commit: ports/audio/cpige Makefile distinfo pkg-descr

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-23 00:24:14 UTC FreeBSD ports repository Modified files: audio/cpige Makefile distinfo pkg-descr Log: - Update to 1.4 - Point WWW: to english version of author page PR: 93613 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]>

cvs commit: src/sys/kern kern_condvar.c kern_synch.c subr_sleepqueue.c

2006-02-22 Thread David Xu
davidxu 2006-02-23 00:13:59 UTC FreeBSD src repository Modified files: sys/kern kern_condvar.c kern_synch.c subr_sleepqueue.c Log: Fix a sleep queue race for KSE thread. Reviewed by: jhb Revision ChangesPath 1.55 +0 -24

cvs commit: ports/devel/directfb Makefile

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-23 00:07:27 UTC FreeBSD ports repository Modified files: devel/directfb Makefile Log: Update master site PR: 93724 Submitted by: Jean-François BOEUF <[EMAIL PROTECTED]> Revision ChangesPath 1.19 +1 -1 ports/devel/di

cvs commit: src/sbin/ifconfig ifieee80211.c

2006-02-22 Thread Sam Leffler
sam 2006-02-23 00:07:10 UTC FreeBSD src repository Modified files: sbin/ifconfigifieee80211.c Log: cleanup line break formatting MFC after: 1 week Revision ChangesPath 1.37 +94 -94src/sbin/ifconfig/ifieee80211.c _

cvs commit: ports/net/csup Makefile distinfo

2006-02-22 Thread Maxime Henrion
mux 2006-02-22 23:47:28 UTC FreeBSD ports repository Modified files: net/csup Makefile distinfo Log: Update to csup-snap-20060223 (biggest changelog ever!): - Finally implement fixups and use them in the detailer and updater thread as appropriate. We now

cvs commit: ports/x11-fonts/mkbold-mkitalic Makefile distinfo pkg-descr ports/x11-fonts/mkbold-mkitalic/files patch-Makefile

2006-02-22 Thread Yoichi NAKAYAMA
yoichi 2006-02-22 23:37:48 UTC FreeBSD ports repository Modified files: x11-fonts/mkbold-mkitalic Makefile distinfo pkg-descr x11-fonts/mkbold-mkitalic/files patch-Makefile Log: Update to 0.11, where buffer overrun is fixed. Change WWW: to English page PR:

cvs commit: ports/sysutils/fastest_cvsup Makefile ports/sysutils/fastest_cvsup/files extrapatch-fastest_cvsup

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-22 23:29:45 UTC FreeBSD ports repository Modified files: sysutils/fastest_cvsup Makefile Added files: sysutils/fastest_cvsup/files extrapatch-fastest_cvsup Log: Provide optional patch to show round-trip in the result and bump PORTREVISION. PR:

cvs commit: projects/csup mux.c proto.c

2006-02-22 Thread Maxime Henrion
mux 2006-02-22 23:22:04 UTC FreeBSD projects repository Modified files: csup mux.c proto.c Log: - Don't call errx() in chan_listen() if there are no available channels, this shouldn't happen, but return an error similar to csup. - Set errno to something

Re: cvs commit: src/sys/kern kern_synch.c

2006-02-22 Thread Dag-Erling Smørgrav
Jeff Roberson <[EMAIL PROTECTED]> writes: > The api used to be mtx_enter(). It's nice to have consistent > comments so we don't confuse new developers or non-native english > speakers. especially when "mtx_enter()" suggests the use of mutexes to protect code, while the policy in FreeBSD is to use

cvs commit: projects/csup mux.c

2006-02-22 Thread Maxime Henrion
mux 2006-02-22 22:46:18 UTC FreeBSD projects repository Modified files: csup mux.c Log: Make ECONNABORTED a transient failure like ECONNRESET. Revision ChangesPath 1.69 +2 -2 projects/csup/mux.c ___

cvs commit: ports/databases/py-PyGreSQL Makefile distinfo pkg-plist ports/databases/py-PyGreSQL/files patch-pgmodule.c

2006-02-22 Thread Palle Girgensohn
girgen 2006-02-22 22:39:46 UTC FreeBSD ports repository Modified files: databases/py-PyGreSQL Makefile distinfo pkg-plist Removed files: databases/py-PyGreSQL/files patch-pgmodule.c Log: Update to 3.8 PR: 93701 Revision ChangesPath 1.45 +2 -3

cvs commit: ports/devel/pwlib152/files patch-src_ptclib_pssl.cxx

2006-02-22 Thread Tom McLaughlin
tmclaugh2006-02-22 22:19:02 UTC FreeBSD ports repository Modified files: devel/pwlib152/files patch-src_ptclib_pssl.cxx Log: Fix patch when when openssl-beta is not used. Approved by:maintainer Revision ChangesPath 1.2 +6 -4 ports/devel/pwlib152/fi

cvs commit: src/usr.bin/calendar/calendars calendar.freebsd

2006-02-22 Thread Wojciech A. Koszek
wkoszek 2006-02-22 22:02:04 UTC FreeBSD src repository Modified files: usr.bin/calendar/calendars calendar.freebsd Log: Add myself as a new src commiter: + extend calendar with my birth date Approved by:cognet (mentor) Reviewed by:cognet (mentor) Revision C

cvs commit: www/en/news news.xml

2006-02-22 Thread Wojciech A. Koszek
wkoszek 2006-02-22 22:00:53 UTC FreeBSD doc repository (src committer) Modified files: en/news news.xml Log: Add myself as a new src commiter. Approved by:cognet (mentor) Reviewed by:cognet (mentor) Revision ChangesPath 1.373 +10 -1

cvs commit: doc/en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml doc/en_US.ISO8859-1/share/sgml authors.ent doc/share/pgpkeys pgpkeys-developers.sgml pgpkeys.ent w

2006-02-22 Thread Wojciech A. Koszek
wkoszek 2006-02-22 21:58:01 UTC FreeBSD doc repository (src committer) Modified files: en_US.ISO8859-1/articles/contributors contrib.additional.sgml contrib.committers.sgml en_US.ISO8859-1/share/sgml authors.ent share/pgpkeys

cvs commit: ports/ftp/wzdftpd Makefile pkg-plist ports/ftp/wzdftpd/files patch-modules-zeroconf-libwzd_zeroconf.c

2006-02-22 Thread Roman Bogorodskiy
novel 2006-02-22 21:52:51 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile pkg-plist Added files: ftp/wzdftpd/filespatch-modules-zeroconf-libwzd_zeroconf.c Log: - Add zeroconf support via howl or avahi [1] - Prefer gnutls over openssl

cvs commit: ports/lang/gcc34 Makefile distinfo

2006-02-22 Thread Gerald Pfeifer
gerald 2006-02-22 21:52:33 UTC FreeBSD ports repository Modified files: lang/gcc34 Makefile distinfo Log: Update to the 20060221 snapshot of GCC 3.4.6. Revision ChangesPath 1.236 +1 -1 ports/lang/gcc34/Makefile 1.138 +15 -15ports/lang/gcc

cvs commit: src/tools/tools README src/tools/tools/ncpus Makefile acpi.c acpidump.h biosmptable.c ncpus.c

2006-02-22 Thread Sam Leffler
sam 2006-02-22 21:51:10 UTC FreeBSD src repository Modified files: tools/tools README Added files: tools/tools/ncpusMakefile acpi.c acpidump.h biosmptable.c ncpus.c Log: test program to check cpu counting MFC after: 1 we

cvs commit: ports/audio/denemo Makefile distinfo pkg-plist ports/audio/denemo/files patch-playback.c patch-src__help.cpp

2006-02-22 Thread Marcus Alves Grando
mnag2006-02-22 21:49:01 UTC FreeBSD ports repository Modified files: audio/denemo Makefile distinfo Added files: audio/denemo pkg-plist audio/denemo/files patch-src__help.cpp Removed files: audio/denemo/files patch-playback.c Log: - Upda

cvs commit: src/sys/dev/ppc ppc.c

2006-02-22 Thread John Baldwin
jhb 2006-02-22 21:47:04 UTC FreeBSD src repository Modified files: sys/dev/ppc ppc.c Log: G/C unused variable. Revision ChangesPath 1.49 +0 -1 src/sys/dev/ppc/ppc.c ___ cvs-all@freebsd.org mailing list

cvs commit: ports/editors/openoffice.org-2.0 Makefile distinfo ports/editors/openoffice.org-2.0/files patch-epm patch-np_sdk

2006-02-22 Thread Maho Nakata
maho2006-02-22 21:41:12 UTC FreeBSD ports repository Modified files: editors/openoffice.org-2.0 Makefile distinfo Removed files: editors/openoffice.org-2.0/files patch-epm patch-np_sdk Log: Update to 2.0.2rc2 Revision ChangesPath 1.222 +4 -4 ports/

cvs commit: projects/csup TODO

2006-02-22 Thread Maxime Henrion
mux 2006-02-22 21:40:55 UTC FreeBSD projects repository Modified files: csup TODO Log: The most gratifying part: remove obsoleted task from the bugs TODO. Revision ChangesPath 1.36 +1 -11 projects/csup/TODO

cvs commit: src/sys/i386/include mptable.h

2006-02-22 Thread Sam Leffler
sam 2006-02-22 21:38:33 UTC FreeBSD src repository Modified files: sys/i386/include mptable.h Log: guard function decls with _KERNEL so user code can include this file MFC after: 1 week Revision ChangesPath 1.223 +2 -1 src/sys/i386/include/m

cvs commit: projects/csup detailer.c lister.c main.c misc.h mux.c mux.h proto.c proto.h status.c threads.c threads.h updater.c

2006-02-22 Thread Maxime Henrion
mux 2006-02-22 21:27:01 UTC FreeBSD projects repository Modified files: csup detailer.c lister.c main.c misc.h mux.c mux.h proto.c proto.h status.c threads.c threads.h updater.c Log: Many changes which allow

Re: cvs commit: src/sys/kern kern_synch.c

2006-02-22 Thread John Baldwin
On Wednesday 22 February 2006 15:58, Jeff Roberson wrote: > On Wed, 22 Feb 2006, Colin Percival wrote: > > > John Baldwin wrote: > >> Log: > >> Fixup some comments. Mutexes's are locked, not entered for several years > > > > What's the difference? I thought "lock a mutex", "enter a mutex", a

cvs commit: ports/mail/regm Makefile pkg-descr

2006-02-22 Thread Renato Botelho
garga 2006-02-22 21:06:46 UTC FreeBSD ports repository Modified files: mail/regmMakefile pkg-descr Log: - Make it fetchable again - Fix WWW PR: ports/92982 Submitted by: Jean Milanez Melo <[EMAIL PROTECTED]> Approved by:maintainer timeou

Re: cvs commit: src/sys/kern kern_synch.c

2006-02-22 Thread Jeff Roberson
On Wed, 22 Feb 2006, Colin Percival wrote: John Baldwin wrote: Log: Fixup some comments. Mutexes's are locked, not entered for several years What's the difference? I thought "lock a mutex", "enter a mutex", and "pick up a lock" were all interchangeable. The api used to be mtx_enter().

Re: cvs commit: src/sys/kern kern_synch.c

2006-02-22 Thread Colin Percival
John Baldwin wrote: > Log: > Fixup some comments. Mutexes's are locked, not entered for several years What's the difference? I thought "lock a mutex", "enter a mutex", and "pick up a lock" were all interchangeable. Colin Percival ___ cvs-all@freeb

cvs commit: src/share/man/man9 sleep.9

2006-02-22 Thread John-Mark Gurney
jmg 2006-02-22 20:50:33 UTC FreeBSD src repository Modified files: share/man/man9 sleep.9 Log: allow timo to be 0 when mtx is not NULL (KASSERT allowed this as pointed out by jhb) Reviewed by:jhb MFC after: 3 days Revision ChangesPath 1.47

cvs commit: src/sys/kern kern_synch.c

2006-02-22 Thread John Baldwin
jhb 2006-02-22 20:46:11 UTC FreeBSD src repository Modified files: sys/kern kern_synch.c Log: Fixup some comments. Mutexes's are locked, not entered for several years now and msleep blocks threads rather than processes. Revision ChangesPath 1.277

cvs commit: ports/sysutils/krename Makefile distinfo pkg-plist

2006-02-22 Thread Markus Brueffer
markus 2006-02-22 20:32:45 UTC FreeBSD ports repository Modified files: sysutils/krename Makefile distinfo pkg-plist Log: Update to version 3.0.11 Revision ChangesPath 1.30 +1 -4 ports/sysutils/krename/Makefile 1.19 +3 -3 ports/sysutils/kren

cvs commit: ports/graphics/dcraw Makefile distinfo ports/graphics/dcraw/files patch-dcraw.c

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-22 20:29:39 UTC FreeBSD ports repository Modified files: graphics/dcraw Makefile distinfo Removed files: graphics/dcraw/files patch-dcraw.c Log: - Update to 8.05 - Pass maintainer-ship to submitter PR: 92495 Submitted by: Andrew

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

2006-02-22 Thread Thierry Thomas
thierry 2006-02-22 20:29:34 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo pkg-plist Log: Upgrade to 2.9.3. Changelog at . Revision ChangesPath 1.30 +1 -1 ports/devel/bouml/Makefil

cvs commit: ports/dns/dnsmasq Makefile pkg-plist

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-22 20:16:25 UTC FreeBSD ports repository Modified files: dns/dnsmasq Makefile Added files: dns/dnsmasq pkg-plist Log: - Add support for WITH_DBUS - Install contributed perl example scripts - Install additional user documentaiton - Bu

cvs commit: ports/sysutils/multitail Makefile distinfo

2006-02-22 Thread Oliver Braun
obraun 2006-02-22 20:11:50 UTC FreeBSD ports repository Modified files: sysutils/multitail Makefile distinfo Log: Upgrade to 3.8.7. Revision ChangesPath 1.48 +1 -1 ports/sysutils/multitail/Makefile 1.47 +3 -3 ports/sysutils/multitail/distinfo

cvs commit: ports/misc/pylize Makefile distinfo

2006-02-22 Thread Marcus Alves Grando
mnag2006-02-22 20:10:36 UTC FreeBSD ports repository Modified files: misc/pylize Makefile distinfo Log: - Update to 1.3.b - Add textproc in CATEGORIES - More one MASTER_SITES - Take MAINTAINER - Need Python 2.0+ PR: 93715 Submitted by: Dr

cvs commit: src/crypto/openssh scp.1 sftp.1 ssh.1

2006-02-22 Thread Jesus R. Camou
jcamou 2006-02-22 19:56:46 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_5) crypto/openssh scp.1 sftp.1 ssh.1 Log: MFC: s/ConnectionTimeout/ConnectTimeout/ Approved by:re (hrs) Revision ChangesPath 1.1.1.13.2.1

cvs commit: ports/audio/fluidsynth Makefile distinfo

2006-02-22 Thread Marcus Alves Grando
mnag2006-02-22 19:53:23 UTC FreeBSD ports repository Modified files: audio/fluidsynth Makefile distinfo Log: - Update to 1.0.7a - portlint(1) PR: 93652 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.12 +5 -3

cvs commit: ports/devel/argtable Makefile distinfo

2006-02-22 Thread Marcus Alves Grando
mnag2006-02-22 19:50:51 UTC FreeBSD ports repository Modified files: devel/argtable Makefile distinfo Log: - Update to 2.6 - portlint(1) PR: 93653 Submitted by: KATO Tsuguru <[EMAIL PROTECTED]> Revision ChangesPath 1.10 +3 -5

cvs commit: ports/games/tenebrae pkg-plist

2006-02-22 Thread Emanuel Haupt
ehaupt 2006-02-22 19:48:34 UTC FreeBSD ports repository Modified files: games/tenebrae pkg-plist Log: - Do not remove %%DATADIR%% because it is the shared Q1 data directory and won't be empty, also it will be removed by quake-data). PR: 91842 Submitt

cvs commit: ports/misc/k3b-i18n Makefile distinfo pkg-plist

2006-02-22 Thread Markus Brueffer
markus 2006-02-22 19:10:46 UTC FreeBSD ports repository Modified files: misc/k3b-i18nMakefile distinfo pkg-plist Log: Update to version 0.12.11 Revision ChangesPath 1.10 +1 -1 ports/misc/k3b-i18n/Makefile 1.7 +3 -3 ports/misc/k3b-i18n/d

cvs commit: src/sys/alpha/alpha machdep.c trap.c src/sys/arm/arm machdep.c undefined.c src/sys/fs/pseudofs pseudofs_vnops.c src/sys/i386/linux linux_ptrace.c src/sys/ia64/ia64 machdep.c src/sys/kern k

2006-02-22 Thread John Baldwin
jhb 2006-02-22 18:57:50 UTC FreeBSD src repository Modified files: sys/alpha/alpha machdep.c trap.c sys/arm/arm machdep.c undefined.c sys/fs/pseudofs pseudofs_vnops.c sys/i386/linux linux_ptrace.c sys/ia64/ia64machdep.c sys

cvs commit: ports/misc/heyu2 Makefile distinfo ports/misc/heyu2/files patch-Configure

2006-02-22 Thread Renato Botelho
garga 2006-02-22 18:57:17 UTC FreeBSD ports repository Modified files: misc/heyu2 Makefile distinfo misc/heyu2/files patch-Configure Log: - Update to 2.0.b.4 PR: ports/93264 Submitted by: maintainer Revision ChangesPath 1.19

cvs commit: ports/deskutils/plans Makefile distinfo

2006-02-22 Thread Tim Bishop
tdb 2006-02-22 18:54:09 UTC FreeBSD ports repository Modified files: deskutils/plans Makefile distinfo Log: - Update to 7.6.1 PR: 93719 Submitted by: [EMAIL PROTECTED] (maintainer) Revision ChangesPath 1.32 +1 -1 ports/deskutils

cvs commit: ports/math/metis Makefile

2006-02-22 Thread Thierry Thomas
thierry 2006-02-22 18:47:27 UTC FreeBSD ports repository Modified files: math/metis Makefile Log: Add -fPIC for amd64, this will help CalculiX build on amd64 when the atlas libraries are not build statically. For now a shared library, and therefore a run dependency

cvs commit: ports LEGAL

2006-02-22 Thread Renato Botelho
garga 2006-02-22 18:42:09 UTC FreeBSD ports repository Modified files: .LEGAL Log: Add x11-themes/gnome-icons-snowish Revision ChangesPath 1.459 +2 -1 ports/LEGAL ___ cvs-all@freebsd.org mailin

cvs commit: CVSROOT modules

2006-02-22 Thread Renato Botelho
garga 2006-02-22 18:41:05 UTC FreeBSD ports repository Modified files: .modules Log: gnome-icons-snowish --> ports/x11-themes/gnome-icons-snowish Revision ChangesPath 1.14413 +1 -0 CVSROOT/modules

cvs commit: ports/x11-themes Makefile ports/x11-themes/gnome-icons-snowish Makefile distinfo pkg-descr

2006-02-22 Thread Renato Botelho
garga 2006-02-22 18:40:57 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/gnome-icons-snowish Makefile distinfo pkg-descr Log: Add gnome-icons-snowish 1.0, a Mac inspired icon theme for GNOME. PR: ports/

cvs commit: CVSROOT modules

2006-02-22 Thread Renato Botelho
garga 2006-02-22 18:37:09 UTC FreeBSD ports repository Modified files: .modules Log: gtk-gray-theme --> ports/x11-themes/gtk-gray-theme Revision ChangesPath 1.14412 +1 -0 CVSROOT/modules ___ cv

cvs commit: ports/x11-themes Makefile ports/x11-themes/gtk-gray-theme Makefile distinfo pkg-descr pkg-plist

2006-02-22 Thread Renato Botelho
garga 2006-02-22 18:37:00 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/gtk-gray-theme Makefile distinfo pkg-descr pkg-plist Log: Gray version of the nice theme "Mint", with a new Metacit

cvs commit: ports/x11-themes Makefile ports/x11-themes/gtk-envy-theme Makefile distinfo pkg-descr pkg-plist ports/x11-themes/gtk-envy-theme/files index.theme.in

2006-02-22 Thread Renato Botelho
garga 2006-02-22 18:35:26 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/gtk-envy-theme Makefile distinfo pkg-descr pkg-plist x11-themes/gtk-envy-theme/files index.theme.in Log: Simpl

cvs commit: CVSROOT modules

2006-02-22 Thread Renato Botelho
garga 2006-02-22 18:35:34 UTC FreeBSD ports repository Modified files: .modules Log: gtk-envy-theme --> ports/x11-themes/gtk-envy-theme Revision ChangesPath 1.14411 +1 -0 CVSROOT/modules ___ cv

cvs commit: ports/net/avahi-sharp Makefile

2006-02-22 Thread Tom McLaughlin
tmclaugh2006-02-22 18:30:03 UTC FreeBSD ports repository Modified files: net/avahi-sharp Makefile Log: Fix build by disabling unnecessary gtk+ dependency which is only an optional dependency in the master port for that matter. Notified by:Krismail Pointyhat by:

cvs commit: ports/games/linux-alienarena Makefile distinfo

2006-02-22 Thread Tim Bishop
tdb 2006-02-22 18:22:37 UTC FreeBSD ports repository Modified files: games/linux-alienarena Makefile distinfo Log: - Update to 2006 (Gold Edition) - Update MASTER_SITES PR: 93623 Submitted by: [EMAIL PROTECTED] (maintainer) Revision ChangesPat

cvs commit: src/sys/dev/ar if_ar.c src/sys/dev/mse mse.c src/sys/dev/pcf envctrl.c pcf_ebus.c pcf_isa.c src/sys/dev/ppbus if_plip.c lpt.c ppi.c src/sys/dev/ppc ppc.c src/sys/dev/sio sio.c src/sys/dev/

2006-02-22 Thread John Baldwin
jhb 2006-02-22 18:16:26 UTC FreeBSD src repository Modified files: sys/dev/ar if_ar.c sys/dev/mse mse.c sys/dev/pcf envctrl.c pcf_ebus.c pcf_isa.c sys/dev/ppbusif_plip.c lpt.c ppi.c sys/dev/ppc ppc.c sys/dev/sio

cvs commit: ports/textproc/docbook-xsl Makefile pkg-plist

2006-02-22 Thread Hiroki Sato
hrs 2006-02-22 17:53:47 UTC FreeBSD ports repository Modified files: textproc/docbook-xsl Makefile pkg-plist Log: Add the profiling stylesheets to COPYDIRS directory list. Approved by:des (maintainer) Revision ChangesPath 1.36 +2 -1 ports/textpr

cvs commit: CVSROOT modules

2006-02-22 Thread Marcus Alves Grando
mnag2006-02-22 17:48:23 UTC FreeBSD ports repository Modified files: .modules Log: tw_cli -> ports/sysutils/tw_cli Revision ChangesPath 1.14410 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mai

cvs commit: ports LEGAL ports/sysutils Makefile ports/sysutils/tw_cli Makefile distinfo pkg-descr

2006-02-22 Thread Marcus Alves Grando
mnag2006-02-22 17:47:57 UTC FreeBSD ports repository Modified files: .LEGAL sysutils Makefile Added files: sysutils/tw_cli Makefile distinfo pkg-descr Log: tw_cli(8) is a Command Line Interface Storage Management Software for

cvs commit: src/sys/fs/pseudofs pseudofs_vnops.c

2006-02-22 Thread John Baldwin
jhb 2006-02-22 17:24:54 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: Change pfs_visible() to optionally return a pointer to the process associated with the passed in pfs_node. If it does return a pointer, it keeps the process lock

cvs commit: src/sys/kern kern_kthread.c

2006-02-22 Thread John Baldwin
jhb 2006-02-22 17:21:45 UTC FreeBSD src repository Modified files: sys/kern kern_kthread.c Log: Don't do a PHOLD() in kthread_create() w/o a matching PRELE() in kthread_exit(). Rather than add the missing PRELE() I chose to just axe the PHOLD() since it was r

cvs commit: src/sys/fs/procfs procfs_ctl.c

2006-02-22 Thread John Baldwin
jhb 2006-02-22 17:20:37 UTC FreeBSD src repository Modified files: sys/fs/procfsprocfs_ctl.c Log: Hold the proc lock while calling proc_sstep() since the function asserts it and remove a PRELE() that didn't have a matching PHOLD(). The calling code already has a

cvs commit: src/sys/dev/puc puc.c

2006-02-22 Thread John Baldwin
jhb 2006-02-22 17:19:10 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: Use bus_setup_intr() rather than invoking BUS_SETUP_INTR() directly so that puc still prints out [FAST] on Peter's box. Revision ChangesPath 1.46 +2 -4 s

Re: cvs commit: src/sys/kern vfs_syscalls.c

2006-02-22 Thread Christian S.J. Peron
Wayne Salamon wrote: wsalamon2006-02-22 16:04:20 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c Log: Add pathname and/or vnode argument auditing for the following system calls: quotactl, statfs, fstatfs, fchdir, chdir, chroot, open, mknod, mkfifo,

cvs commit: ports/x11-fonts/farsifonts Makefile pkg-plist

2006-02-22 Thread Renato Botelho
garga 2006-02-22 17:01:03 UTC FreeBSD ports repository Modified files: x11-fonts/farsifonts Makefile pkg-plist Log: - Add more MASTER_SITES - Rework Makefile PR: ports/93063 Submitted by: maintainer Revision ChangesPath 1.2 +5 -2 po

cvs commit: src/sys/kern kern_resource.c

2006-02-22 Thread John Baldwin
jhb 2006-02-22 16:58:48 UTC FreeBSD src repository Modified files: sys/kern kern_resource.c Log: Various style and comment fixes. Submitted by: bde Revision ChangesPath 1.156 +7 -8 src/sys/kern/kern_resource.c __

cvs commit: CVSROOT modules

2006-02-22 Thread Renato Botelho
garga 2006-02-22 16:46:27 UTC FreeBSD ports repository Modified files: .modules Log: cursor-grounation-theme --> ports/x11-themes/cursor-grounation-theme Revision ChangesPath 1.14409 +1 -0 CVSROOT/modules

cvs commit: ports/x11-themes Makefile ports/x11-themes/cursor-grounation-theme Makefile distinfo pkg-descr pkg-plist

2006-02-22 Thread Renato Botelho
garga 2006-02-22 16:45:14 UTC FreeBSD ports repository Modified files: x11-themes Makefile Added files: x11-themes/cursor-grounation-theme Makefile distinfo pkg-descr pkg-plist Log: Grounation is a simple and stylish set

  1   2   >