Re: cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_raw.c clnt_simple.c clnt_vc.c getpublickey.c key_call.c mt_misc.c mt_misc.h rpc_com.h rpc_generic.c rpc_soc.c rpcb_cl

2006-02-27 Thread Xin LI
Hi, On Mon, Feb 27, 2006 at 10:10:59PM +, Daniel Eischen wrote: > deischen2006-02-27 22:10:59 UTC > > FreeBSD src repository > > Modified files: > lib/libc/rpc auth_des.c auth_none.c auth_unix.c > clnt_dg.c clnt_raw.c clnt_simple.c >

cvs commit: src/sys/dev/mpt mpt.c mpt_cam.c

2006-02-27 Thread Matt Jacob
mjacob 2006-02-28 07:44:50 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt_cam.c Log: Fix mpt_reset to try mpt_hard_reset more than once, and to try mpt_soft_reset more than once. And to wait for MPT_DB_STATE_READY twice. I mean, this is crucial- gi

cvs commit: ports/lang/osb-jscore Makefile pkg-plist

2006-02-27 Thread Kris Kennaway
kris2006-02-28 07:44:22 UTC FreeBSD ports repository Modified files: lang/osb-jscore Makefile pkg-plist Log: Add missing file and unmark BROKEN Approved by:portmgr (implicit) Revision ChangesPath 1.8 +0 -2 ports/lang/osb-jscore/Makefile

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

2006-02-27 Thread Kris Kennaway
kris2006-02-28 07:43:40 UTC FreeBSD ports repository Modified files: audio/musicbrainzMakefile pkg-plist Log: Add missing file and unmark BROKEN (still deprecated though). Approved by:portmgr (implicit) Revision ChangesPath 1.22 +0 -1 ports/

cvs commit: src/lib/libc/rpc mt_misc.h

2006-02-27 Thread Xin LI
delphij 2006-02-28 07:36:25 UTC FreeBSD src repository Modified files: lib/libc/rpc mt_misc.h Log: Don't do a time travel to 12006... Revision ChangesPath 1.2 +1 -1 src/lib/libc/rpc/mt_misc.h ___ cvs-all@f

cvs commit: ports/www/bblog Makefile

2006-02-27 Thread Kris Kennaway
kris2006-02-28 07:35:33 UTC FreeBSD ports repository Modified files: www/bblogMakefile Log: BROKEN: Incomplete pkg-plist Approved by:portmgr (implicit) Revision ChangesPath 1.4 +2 -0 ports/www/bblog/Makefile

cvs commit: ports/textproc/uim-el-xemacs21-mule pkg-plist

2006-02-27 Thread Kris Kennaway
kris2006-02-28 07:33:51 UTC FreeBSD ports repository Modified files: textproc/uim-el-xemacs21-mule pkg-plist Log: Back out previous commit as directory ownership was transferred to the parent. Approved by:portmgr (implicit) Revision ChangesPath 1.3

cvs commit: ports/math/p5-Math-Pari Makefile

2006-02-27 Thread Kris Kennaway
kris2006-02-28 07:26:17 UTC FreeBSD ports repository Modified files: math/p5-Math-PariMakefile Log: Set USE_GCC=3.2 to fix package build Approved by:portmgr (implicit) Revision ChangesPath 1.6 +1 -1 ports/math/p5-Math-Pari/Makefile

cvs commit: ports/japanese/emacs20-dl-wnn6 Makefile

2006-02-27 Thread Kris Kennaway
kris2006-02-28 07:25:52 UTC FreeBSD ports repository Modified files: japanese/emacs20-dl-wnn6 Makefile Log: Only specify autoconf:213:env to fix package build Approved by:portmgr (implicit) Revision ChangesPath 1.30 +1 -1 ports/japanese/emacs20-

cvs commit: ports/japanese/emacs20-dl-canna Makefile

2006-02-27 Thread Kris Kennaway
kris2006-02-28 07:25:18 UTC FreeBSD ports repository Modified files: japanese/emacs20-dl-canna Makefile Log: Only specify autoconf:213:env to fix the package build Approved by:portmgr (implicit) Revision ChangesPath 1.31 +1 -1 ports/japanese/ema

cvs commit: ports/sysutils/setcdboot Makefile ports/sysutils/setcdboot/files setcdboot.c

2006-02-27 Thread Andrej Zverev
az 2006-02-28 07:09:32 UTC FreeBSD ports repository Modified files: sysutils/setcdboot Makefile sysutils/setcdboot/files setcdboot.c Log: - Fix build on RELENG_6 Approved by:portmgr (erwin@) Revision ChangesPath 1.11 +0 -4 ports/sysutils

cvs commit: ports/devel/mico Makefile pkg-plist

2006-02-27 Thread Sergey Matveychuk
sem 2006-02-28 06:53:37 UTC FreeBSD ports repository Modified files: devel/mico Makefile pkg-plist Log: - Fix install after an additional documentation removal Reported by:kris mail Approved by:portmgr (marcus) Revision ChangesPath 1.88

Re: cvs commit: src/share/man/man4 ddb.4

2006-02-27 Thread Christian Brueffer
On Tue, Feb 28, 2006 at 07:35:46AM +0100, Christian Brueffer wrote: > On Mon, Feb 27, 2006 at 05:37:42PM -0800, Marcel Moolenaar wrote: > > On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote: > > > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > > > > On Mon, Feb 27,

Re: cvs commit: src/share/man/man4 ddb.4

2006-02-27 Thread Christian Brueffer
On Mon, Feb 27, 2006 at 05:37:42PM -0800, Marcel Moolenaar wrote: > On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote: > > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > > > On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote: > > > > brueffer2006

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

2006-02-27 Thread David Xu
davidxu 2006-02-28 06:06:19 UTC FreeBSD src repository Modified files: lib/libthr/threadthr_mutex.c Log: Reimplement mutex_init to get rid of compile warning. Revision ChangesPath 1.39 +41 -90src/lib/libthr/thread/thr_mutex.c _

cvs commit: ports/devel/apr Makefile

2006-02-27 Thread Ade Lovett
ade 2006-02-28 05:56:43 UTC FreeBSD ports repository Modified files: devel/aprMakefile Log: Fix build when bash is installed, by changing the (incorrect) usage of SCRIPTS_ENV to CONFIGURE_ENV. This works around the problem and makes this port build now, but

Re: cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c

2006-02-27 Thread Hajimu UMEMOTO
Hi, > On Tue, 28 Feb 2006 00:19:36 -0500 (EST) > Daniel Eischen <[EMAIL PROTECTED]> said: deischen> Well, they're not exported in Solaris 9 either. In our contrib'd deischen> bind, they exist but are not referenced by anything within that deischen> tree. Bind9 also redefines them to be

Re: cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c

2006-02-27 Thread Daniel Eischen
On Tue, 28 Feb 2006, Hajimu UMEMOTO wrote: > Hi, > > > On Mon, 27 Feb 2006 22:08:16 + (UTC) > > Daniel Eischen <[EMAIL PROTECTED]> said: > > deischen> Remove two functions that are not referenced in libc nor > deischen> anywhere else I can find, not visible in and > deischen> wh

cvs commit: src/sys/dev/usb ukbd.c

2006-02-27 Thread Maksim Yevmenkin
emax2006-02-28 03:34:06 UTC FreeBSD src repository Modified files: sys/dev/usb ukbd.c Log: Make ukbd(4) to not delay break scancodes in "raw" mode. Developed with: Norbert Koch < NKoch at demig dot de > No response from: freebsd-current@ Tested

cvs commit: doc/ja_JP.eucJP/books/design-44bsd book.sgml

2006-02-27 Thread Hideyuki KURASHINA
rushani 2006-02-28 03:23:29 UTC FreeBSD doc repository Modified files: ja_JP.eucJP/books/design-44bsd book.sgml Log: Add a missing punctuation mark. Correct wrong punctuation style. Spotted by: kano _at_ na dot rim dot or dot jp Reference: [doc-jp 19365] Re

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

2006-02-27 Thread Maksim Yevmenkin
emax2006-02-28 02:37:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/vkbd vkbd.c Log: MFC Disable custom locking in the vkbd(4) for now and make it rely on the Giant mutex (just like the rest of keyboard drivers and syscons(4) do

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

2006-02-27 Thread Maksim Yevmenkin
emax2006-02-28 02:36:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/kbdmux kbdmux.c Log: MFC: Plug memory leak Approved by:re (scottl) Revision ChangesPath 1.2.2.4 +4 -0 src/sys/dev/kbdmux/kbdmux.c ___

Re: cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c

2006-02-27 Thread Hajimu UMEMOTO
Hi, > On Mon, 27 Feb 2006 22:08:16 + (UTC) > Daniel Eischen <[EMAIL PROTECTED]> said: deischen> Remove two functions that are not referenced in libc nor deischen> anywhere else I can find, not visible in and deischen> which are also local in Solaris libresolv. I suspect this c

cvs commit: src/usr.sbin/wpa/wpa_supplicant driver_freebsd.c

2006-02-27 Thread Sam Leffler
sam 2006-02-28 02:04:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/wpa/wpa_supplicant driver_freebsd.c Log: MFC 1.9: use the specified key index for non-group keys Approved by:re (scottl) Revision ChangesPath 1.5.2.3 +

cvs commit: src/sys/net80211 ieee80211_ioctl.c

2006-02-27 Thread Sam Leffler
sam 2006-02-28 02:02:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net80211 ieee80211_ioctl.c Log: MFC 1.45: honor user-specified key index for global key slots Approved by:re (scottl) Revision ChangesPath 1.25.2.11

Re: cvs commit: src/share/man/man4 ddb.4

2006-02-27 Thread Marcel Moolenaar
On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote: > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > > On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote: > > > brueffer2006-02-27 21:56:24 UTC > > > > > > FreeBSD src repository (doc committer)

Re: cvs commit: src/share/man/man4 ddb.4

2006-02-27 Thread Kris Kennaway
On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote: > > brueffer2006-02-27 21:56:24 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: > > share/man/man4 ddb.4 > > Log:

Re: cvs commit: src/share/man/man4 ddb.4

2006-02-27 Thread Marcel Moolenaar
On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote: > brueffer2006-02-27 21:56:24 UTC > > FreeBSD src repository (doc committer) > > Modified files: > share/man/man4 ddb.4 > Log: > DDB depends on KDB for some time now. That's not true. Option KDB means that

cvs commit: src/sys/net bridgestp.c

2006-02-27 Thread Andrew Thompson
thompsa 2006-02-28 00:13:25 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Fix up the Bridge Identifier field in the BPDU packet. - use the cu_bridge_id rather than the cu_rootid for the bridge address [1] - the memcmp return value is no

cvs commit: src/sys/fs/fdescfs fdesc_vnops.c

2006-02-27 Thread Kris Kennaway
kris2006-02-28 00:05:44 UTC FreeBSD src repository Modified files: sys/fs/fdescfs fdesc_vnops.c Log: Correct the vnode locking in fdescfs. PR: kern/93905 Submitted by: Kostik Belousov <[EMAIL PROTECTED]> Reviewed by:jeff MFC After: 1 we

cvs commit: ports/www/bluefish Makefile pkg-plist

2006-02-27 Thread Joe Marcus Clarke
marcus 2006-02-27 23:41:54 UTC FreeBSD ports repository Modified files: www/bluefish Makefile pkg-plist Log: Fix plist by adding a missed file, and run update-mime-database to add bluefish support to the shared MIME database. Reported by:pointyhat via kris A

cvs commit: src/sys/arm/at91 uart_dev_at91usart.c

2006-02-27 Thread Olivier Houchard
cognet 2006-02-27 23:19:13 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_dev_at91usart.c Log: Get this to compile with the recent UART changes. Revision ChangesPath 1.2 +3 -3 src/sys/arm/at91/uart_dev_at91usart.c

cvs commit: src/sbin/kldunload kldunload.8

2006-02-27 Thread Wojciech A. Koszek
wkoszek 2006-02-27 22:48:59 UTC FreeBSD src repository Modified files: sbin/kldunload kldunload.8 Log: Bump a date in .Dd field. Last change brought some new functionality. Spotted by: brueffer Approved by:cognet (mentor) MFC after: 1 week Revisio

cvs commit: src/tools/tools/ministat ministat.c

2006-02-27 Thread Wojciech A. Koszek
wkoszek 2006-02-27 22:34:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) tools/tools/ministat ministat.c Log: MFC: src/tools/tools/ministat/ministat.c: 1. rev. 1.6 -> 1.7 Add option -w to specify graph width. Use COLUMNS, terminal

Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-02-27 Thread Maksim Yevmenkin
On 2/27/06, Marius Strobl <[EMAIL PROTECTED]> wrote: > On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote: > > Scott, > > > > [...] > > > > > So what do we need to do to get this enabled and running by default and > > > get rid of the USB keyboard hack in the loader, as well as make t

cvs commit: CVSROOT modules

2006-02-27 Thread Erwin Lansing
erwin 2006-02-27 22:33:32 UTC FreeBSD ports repository Modified files: .modules Log: Add 3 port entries of new ports that were not added here. Approved by:portmgr (self) Revision ChangesPath 1.14417 +3 -0 CVSROOT/modules _

cvs commit: ports/multimedia/transcode/files patch-configure

2006-02-27 Thread Ade Lovett
ade 2006-02-27 22:27:50 UTC FreeBSD ports repository Modified files: multimedia/transcode/files patch-configure Log: Fix hardcoded (!?) references to gtk12 to point to gtk-12 from the libtool conversion. Submitted by: pointhat, [EMAIL PROTECTED], others Approved by

cvs commit: src/sbin/kldunload Makefile kldunload.8 kldunload.c

2006-02-27 Thread Wojciech A. Koszek
wkoszek 2006-02-27 22:20:57 UTC FreeBSD src repository Modified files: sbin/kldunload Makefile kldunload.8 kldunload.c Log: Extend kldunload(8) functionality and fix minor problems: o multiple modules can be unloaded at once (specified either by id or be module name)

cvs commit: src/lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_raw.c clnt_simple.c clnt_vc.c getpublickey.c key_call.c mt_misc.c mt_misc.h rpc_com.h rpc_generic.c rpc_soc.c rpcb_clnt.c

2006-02-27 Thread Daniel Eischen
deischen2006-02-27 22:10:59 UTC FreeBSD src repository Modified files: lib/libc/rpc auth_des.c auth_none.c auth_unix.c clnt_dg.c clnt_raw.c clnt_simple.c clnt_vc.c getpublickey.c key_call.c mt_misc.c

cvs commit: src/lib/libc/net res_comp.c res_debug.c res_send.c

2006-02-27 Thread Daniel Eischen
deischen2006-02-27 22:08:16 UTC FreeBSD src repository Modified files: lib/libc/net res_comp.c res_debug.c res_send.c Log: Correct a comment. Staticize two tables thare are not visible in and which are also local in Solaris' libresolv. Remove two functions th

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

2006-02-27 Thread Christian Brueffer
brueffer2006-02-27 21:56:24 UTC FreeBSD src repository (doc committer) Modified files: share/man/man4 ddb.4 Log: DDB depends on KDB for some time now. Submitted by: Kent Stewart <[EMAIL PROTECTED]> MFC after: 3 days Revision ChangesPath 1.29 +

cvs commit: src/sbin/kldunload kldunload.c

2006-02-27 Thread Wojciech A. Koszek
wkoszek 2006-02-27 21:55:47 UTC FreeBSD src repository Modified files: sbin/kldunload kldunload.c Log: Big style(9) fix. This commit brings no functional change. Approved by:cognet (mentor) MFC after: 1 week Revision ChangesPath 1.16 +59 -56

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

2006-02-27 Thread Maksim Yevmenkin
emax2006-02-27 21:47:38 UTC FreeBSD src repository Modified files: sys/dev/kbdmux kbdmux.c Log: Plug memory leak MFC after: 1 day Revision ChangesPath 1.6 +4 -0 src/sys/dev/kbdmux/kbdmux.c ___

cvs commit: src/usr.sbin/bsnmpd/modules/snmp_mibII Makefile

2006-02-27 Thread Ruslan Ermilov
ru 2006-02-27 20:46:34 UTC FreeBSD src repository Modified files: usr.sbin/bsnmpd/modules/snmp_mibII Makefile Log: A bandaid to unbreak world. Revision ChangesPath 1.8 +1 -0 src/usr.sbin/bsnmpd/modules/snmp_mibII/Makefile __

cvs commit: src/gnu/usr.bin/dialog dialog.1 dialog.c

2006-02-27 Thread Jung-uk Kim
jkim2006-02-27 20:26:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) gnu/usr.bin/dialog dialog.1 dialog.c Log: MFC:src/gnu/usr.bin/dialog/dialog.1 1.8 src/gnu/usr.bin/dialog/dialog.c 1.15 - Add default choice option for --yesno box

cvs commit: src/share/examples/ipfilter Makefile

2006-02-27 Thread Ruslan Ermilov
ru 2006-02-27 20:26:10 UTC FreeBSD src repository Modified files: share/examples/ipfilter Makefile Log: Fix a botched commit that broke world. Revision ChangesPath 1.7 +5 -2 src/share/examples/ipfilter/Makefile _

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

2006-02-27 Thread Jung-uk Kim
jkim2006-02-27 20:19:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) usr.sbin/sysinstall disks.c Log: MFC:usr.sbin/sysinstall/disks.c 1.156 Sanitize BIOS geometry in non-interactive mode. Approved by:re (scottl) Revision C

cvs commit: ports/security/vuxml vuln.xml

2006-02-27 Thread Remko Lodder
remko 2006-02-27 20:16:34 UTC FreeBSD ports repository (doc committer) Modified files: security/vuxml vuln.xml Log: Remove the pinentry entry. It was gentoo specific and I overlooked that. Noticed by: Dejan Lesjak Pointyhat: remko Approved by:por

cvs commit: src/gnu/usr.bin/dialog dialog.1 dialog.c

2006-02-27 Thread Jung-uk Kim
jkim2006-02-27 20:10:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/dialog dialog.1 dialog.c Log: MFC:src/gnu/usr.bin/dialog/dialog.1 1.8 src/gnu/usr.bin/dialog/dialog.c 1.15 - Add default choice option for --yesno box

cvs commit: projects/csup TODO

2006-02-27 Thread Maxime Henrion
mux 2006-02-27 20:09:48 UTC FreeBSD projects repository Modified files: csup TODO Log: Update. Revision ChangesPath 1.37 +5 -6 projects/csup/TODO ___ cvs-all@freebsd.org mailing list http://list

cvs commit: projects/csup csup.1

2006-02-27 Thread Maxime Henrion
mux 2006-02-27 20:07:17 UTC FreeBSD projects repository Modified files: csup csup.1 Log: Add back the section on refuse files now that we support them. Revision ChangesPath 1.4 +187 -1projects/csup/csup.1 _

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

2006-02-27 Thread Jung-uk Kim
jkim2006-02-27 20:01:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/sysinstall disks.c Log: MFC:usr.sbin/sysinstall/disks.c 1.156 - Back out 1.155. I mismerged my ancient local patch. Luckily it was completely noop. - Geom

cvs commit: src/sbin/ifconfig ifconfig.8

2006-02-27 Thread Sam Leffler
sam 2006-02-27 19:57:07 UTC FreeBSD src repository Modified files: sbin/ifconfigifconfig.8 Log: explain what list chan displays MFC after: 1 week Revision ChangesPath 1.115 +23 -4 src/sbin/ifconfig/ifconfig.8 _

Re: cvs commit: ports/comms/ltmdm Makefile pkg-message pkg-plist ports/comms/ltmdm/files ltmdm.sh.in pkg-message.in

2006-02-27 Thread Kris Kennaway
On Mon, Feb 27, 2006 at 02:16:34PM +, Sergey A. Osokin wrote: > On Mon, Feb 27, 2006 at 08:58:35AM -0500, Kris Kennaway wrote: > > On Mon, Feb 27, 2006 at 12:40:57PM +, Sergey A. Osokin wrote: > > > osa 2006-02-27 12:40:57 UTC > > > > > > FreeBSD ports repository > > > > > > M

cvs commit: projects/csup config.c

2006-02-27 Thread Maxime Henrion
mux 2006-02-27 19:56:29 UTC FreeBSD projects repository Modified files: csup config.c Log: Handle errors (print an error message) while reading a refuse file. Revision ChangesPath 1.44 +11 -2 projects/csup/config.c

cvs commit: src/sys/dev/usb usb_port.h

2006-02-27 Thread Warner Losh
imp 2006-02-27 19:40:38 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Since we set the decription, we don't need to also print it. Noticed by: ru@ Revision ChangesPath 1.77 +0 -2 src/sys/dev/usb/usb_port.h _

cvs commit: projects/csup GNUmakefile Makefile config.c config.h globtree.h lister.c misc.c misc.h proto.c

2006-02-27 Thread Maxime Henrion
mux 2006-02-27 19:40:02 UTC FreeBSD projects repository Modified files: csup GNUmakefile Makefile config.c config.h globtree.h lister.c misc.c misc.h proto.c Log: Add support for refuse files: - Connect globtree.c to the build. -

cvs commit: src/sys/dev/usb usb_port.h

2006-02-27 Thread Warner Losh
imp 2006-02-27 19:36:22 UTC FreeBSD src repository Modified files: sys/dev/usb usb_port.h Log: Don't forget to free the ifaces when we free the ivars Revision ChangesPath 1.76 +3 -1 src/sys/dev/usb/usb_port.h

cvs commit: src/sbin/dmesg dmesg.c

2006-02-27 Thread David Malone
dwmalone2006-02-27 19:13:47 UTC FreeBSD src repository Modified files: sbin/dmesg dmesg.c Log: Avoid moving onto a new line while testing if there is a syslog priority in the buffer. This isn't exactly the patch that Stephen submitted, but is based on one of his sug

cvs commit: projects/csup globtree.c

2006-02-27 Thread Maxime Henrion
mux 2006-02-27 19:08:13 UTC FreeBSD projects repository Modified files: csup globtree.c Log: Improve the stack API to be used by globtree_test() to walk the tree iteratively. This new algorithm is much faster and so significantly reduces the user time whe

Re: cvs commit: src/sys/dev/kbdmux kbdmux.c

2006-02-27 Thread Marius Strobl
On Sat, Feb 25, 2006 at 02:43:11PM -0800, Maksim Yevmenkin wrote: > Scott, > > [...] > > > So what do we need to do to get this enabled and running by default and > > get rid of the USB keyboard hack in the loader, as well as make the > > keyboard flags sane and predictable? > <...> > > i thi

cvs commit: src/usr.sbin/pmccontrol pmccontrol.c

2006-02-27 Thread Joseph Koshy
jkoshy 2006-02-27 17:36:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.sbin/pmccontrol pmccontrol.c Log: MFC r1.6: Fix pmccontrol(8) on Intel Xeon's running in 64 bit mode. Approved by:re (mux) PR: kern/93773 Revision Ch

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

2006-02-27 Thread Gleb Smirnoff
glebius 2006-02-27 17:24:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netinet ip_dummynet.c ip_dummynet.h Log: Merge Ruslan's fix to IP fragment handling in dummynet to RELENG_5. (The struct ip_fw_args is not touched to preserve ABI co

cvs commit: src/sys/dev/ath if_ath.c if_athvar.h

2006-02-27 Thread Sam Leffler
sam 2006-02-27 17:20:23 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h Log: backout 1.136 until we can resolve report that it causes output to stall Revision ChangesPath 1.137 +16 -37src/sys/dev/ath/if_ath.c 1.47

cvs commit: ports/graphics/gimpshop Makefile

2006-02-27 Thread Joe Marcus Clarke
marcus 2006-02-27 17:07:49 UTC FreeBSD ports repository Modified files: graphics/gimpshopMakefile Log: Put up a local mirror as the main site has a bandwidth restriction. Approved by:portmgr (implicit) Revision ChangesPath 1.190 +3 -1 ports/grap

cvs commit: ports/devel/hp48xgcc Makefile pkg-plist

2006-02-27 Thread Alexey Dokuchaev
danfe 2006-02-27 17:03:29 UTC FreeBSD ports repository Modified files: devel/hp48xgcc Makefile pkg-plist Log: Fix pkg-plist, bump PORTREVISION. Reported by:krismail Approved by:portmgr (clement) Revision ChangesPath 1.3 +1 -0 ports/de

cvs commit: src/sys/modules/crypto Makefile src/sys/modules/if_ppp Makefile src/sys/net ppp_deflate.c src/sys/opencrypto cryptodev.c

2006-02-27 Thread Wojciech A. Koszek
wkoszek 2006-02-27 16:56:22 UTC FreeBSD src repository Modified files: sys/modules/crypto Makefile sys/modules/if_ppp Makefile sys/net ppp_deflate.c sys/opencrypto cryptodev.c Log: This patch fixes a problem, which exists if you have IPSEC in

cvs commit: src/sys/modules Makefile

2006-02-27 Thread Wojciech A. Koszek
wkoszek 2006-02-27 16:50:52 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Connect zlib to the build. Approved by:cognet (mentor) Revision ChangesPath 1.480 +2 -1 src/sys/modules/Makefile ___

cvs commit: ports/www/typo3 Makefile

2006-02-27 Thread Marcus Alves Grando
mnag2006-02-27 16:37:35 UTC FreeBSD ports repository Modified files: www/typo3Makefile Log: - Fix dependencies - Bump PORTREVISION - Change maintainer email - Include bsd.php.mk after all USE_PHP PR: 93865 Submitted by: maintainer Appr

cvs commit: src/etc snmpd.config

2006-02-27 Thread Hartmut Brandt
harti 2006-02-27 16:31:01 UTC FreeBSD src repository Modified files: etc snmpd.config Log: Document how to change the polling interval for the 64-bit interface counters in case an interface reports the wrong speed via if_mib. Revision ChangesPath

cvs commit: src/usr.sbin Makefile

2006-02-27 Thread Hartmut Brandt
harti 2006-02-27 16:17:25 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: Reconnect bsnmpd to the build. It was temporarily disable because of a mis-import. Thanks for fixing this to [EMAIL PROTECTED] Revision ChangesPath 1.346 +1

cvs commit: src/contrib/bsnmp - Imported sources

2006-02-27 Thread Hartmut Brandt
harti 2006-02-27 16:16:18 UTC FreeBSD src repository src/contrib/bsnmp - Imported sources Update of /home/ncvs/src/contrib/bsnmp In directory repoman.freebsd.org:/tmp/cvs-serv18547 Log Message: Virgin import of bsnmpd 1.12 Status: Vendor Tag: BEGEMOT Release Tag

cvs commit: ports/sysutils/cdbakeoven/files patch-configure

2006-02-27 Thread Ade Lovett
ade 2006-02-27 16:14:27 UTC FreeBSD ports repository Added files: sysutils/cdbakeoven/files patch-configure Log: Fix build in a single-libtool world Submitted by: pointyhat Approved by:portmgr (implicit) Revision ChangesPath 1.1 +57 -0 ports

cvs commit: ports/multimedia/hayes/files patch-configure

2006-02-27 Thread Ade Lovett
ade 2006-02-27 16:12:29 UTC FreeBSD ports repository Added files: multimedia/hayes/files patch-configure Log: Fix build in a single-libtool world Submitted by: pointyhat Approved by:portmgr (implicit) Revision ChangesPath 1.1 +57 -0 ports/mu

cvs commit: ports/graphics/hpoj pkg-plist

2006-02-27 Thread Ade Lovett
ade 2006-02-27 16:10:21 UTC FreeBSD ports repository Modified files: graphics/hpojpkg-plist Log: post-libtool plist fix Submitted by: pointyhat Approved by:portmgr (implicit) Revision ChangesPath 1.6 +1 -0 ports/graphics/hpoj/pkg-pl

cvs commit: ports/x11-toolkits/inti-gconf pkg-plist

2006-02-27 Thread Ade Lovett
ade 2006-02-27 16:08:48 UTC FreeBSD ports repository Modified files: x11-toolkits/inti-gconf pkg-plist Log: Fix typo in pkg-plist Submitted by: pointyhat Approved by:portmgr (implicit) Revision ChangesPath 1.3 +1 -1 ports/x11-toolkits/inti-

cvs commit: ports/deskutils/krss/files patch-configure

2006-02-27 Thread Ade Lovett
ade 2006-02-27 16:07:52 UTC FreeBSD ports repository Added files: deskutils/krss/files patch-configure Log: Fix build in a post single-libtool world Submitted by: pointyhat Approved by:portmgr (implicit) Revision ChangesPath 1.1 +54 -0 ports

cvs commit: ports/mail/dspam-devel Makefile ports/mail/dspam-devel/files UPDATING dspam-devel.sh.in

2006-02-27 Thread Renato Botelho
garga 2006-02-27 15:47:42 UTC FreeBSD ports repository Modified files: mail/dspam-devel Makefile mail/dspam-devel/files UPDATING dspam-devel.sh.in Log: Unbreak after mega-libtool-commit: put the new PKGNAME in files/UPDATING. PR: ports/93847 Submitte

cvs commit: ports/textproc/p5-xmltv/files patch-Makefile.PL

2006-02-27 Thread Anton Berezin
tobez 2006-02-27 15:13:07 UTC FreeBSD ports repository Modified files: textproc/p5-xmltv/files patch-Makefile.PL Log: Make it work with perl 5.8.8. No portrevision bump. Approved by:portmgr (kris/semi-implicit) Revision ChangesPath 1.4 +15 -4 por

cvs commit: ports/www/mod_perl2 Makefile pkg-plist

2006-02-27 Thread Vasil Dimov
vd 2006-02-27 15:12:02 UTC FreeBSD ports repository Modified files: www/mod_perl2Makefile pkg-plist Log: Fix plist in apache 2.1+ case PR: ports/92590 (based on) Submitted by: Lars Eggert <[EMAIL PROTECTED]> (maintainer) Reworked by:vd Ap

cvs commit: www/en/projects/ideas index.sgml

2006-02-27 Thread Joel Dahl
joel2006-02-27 15:04:05 UTC FreeBSD doc repository Modified files: en/projects/ideasindex.sgml Log: Remove the "Working kbdmux" entry. Requested by: netchild Revision ChangesPath 1.29 +1 -19 www/en/projects/ideas/index.sgml

cvs commit: www/en/projects/c99 index.sgml

2006-02-27 Thread Joel Dahl
joel2006-02-27 14:55:47 UTC FreeBSD doc repository Modified files: en/projects/c99 index.sgml Log: Mark the "a64l(), l64a(), and l64a_r()" and "command -p, -v and -V" tasks as done in 6.X. Revision ChangesPath 1.105 +5 -5 www/en/projects/c99/index.

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

2006-02-27 Thread Sergey Skvortsov
skv 2006-02-27 14:40:23 UTC FreeBSD ports repository Modified files: devel/bugzilla Makefile distinfo pkg-plist Log: Update Bugzilla to 2.20.1 Approved by:portmgr (clement) Pointed by: mnag Security: http://vuxml.FreeBSD.org/46f7b598-a781-11da-906

cvs commit: ports/security/vuxml vuln.xml

2006-02-27 Thread Sergey Skvortsov
skv 2006-02-27 14:36:53 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml Log: Document Bugzilla [2.*, 2.20.1) vulnerabilities. Approved by:security-officer (simon) Approved by:portmgr (implicit) Revision ChangesPath 1.961

cvs commit: ports/cad/xcircuit distinfo

2006-02-27 Thread Alexey Dokuchaev
danfe 2006-02-27 14:28:05 UTC FreeBSD ports repository Modified files: cad/xcircuit distinfo Log: Forgot to commit [approved] changes to distinfo. Approved by:portmgr (marcus, previously) Spotted by: kris Pointy hat to: me Revision ChangesPat

cvs commit: src/usr.sbin/pmccontrol pmccontrol.c

2006-02-27 Thread Joseph Koshy
jkoshy 2006-02-27 14:25:32 UTC FreeBSD src repository Modified files: usr.sbin/pmccontrol pmccontrol.c Log: Fix pmccontrol(8) on Intel Xeon's running in 64 bit mode. PR: kern/93773 Revision ChangesPath 1.6 +1 -1 src/usr.sbin/pmccontrol/pm

cvs commit: ports/sysutils/apcupsd/files apcupsd.sh.sample

2006-02-27 Thread Vasil Dimov
vd 2006-02-27 14:24:29 UTC FreeBSD ports repository Modified files: sysutils/apcupsd/files apcupsd.sh.sample Log: Fix literal error in files/apcupsd.sh.sample that leads to wrong processing of "apcupsd_lockfile" parameter from /etc/rc.conf PR: ports/93862

Re: cvs commit: ports/comms/ltmdm Makefile pkg-message pkg-plist ports/comms/ltmdm/files ltmdm.sh.in pkg-message.in

2006-02-27 Thread Sergey A. Osokin
On Mon, Feb 27, 2006 at 08:58:35AM -0500, Kris Kennaway wrote: > On Mon, Feb 27, 2006 at 12:40:57PM +, Sergey A. Osokin wrote: > > osa 2006-02-27 12:40:57 UTC > > > > FreeBSD ports repository > > > > Modified files: > > comms/ltmdm Makefile pkg-plist > > Added file

Re: cvs commit: ports/comms/ltmdm Makefile pkg-message pkg-plist ports/comms/ltmdm/files ltmdm.sh.in pkg-message.in

2006-02-27 Thread Kris Kennaway
On Mon, Feb 27, 2006 at 12:40:57PM +, Sergey A. Osokin wrote: > osa 2006-02-27 12:40:57 UTC > > FreeBSD ports repository > > Modified files: > comms/ltmdm Makefile pkg-plist > Added files: > comms/ltmdm/filespkg-message.in > Removed files: > comms/lt

cvs commit: src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml src/release/doc/ja_JP.eucJP/relnotes/common new.sgml src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml

2006-02-27 Thread Dmitry Morozovsky
marck 2006-02-27 13:30:42 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_5) release/doc/de_DE.ISO8859-1/relnotes/common new.sgml release/doc/ja_JP.eucJP/relnotes/common new.sgml release/doc/ru_RU.KOI8-R/relnotes/common new.sgml Log:

cvs commit: src/release/doc/de_DE.ISO8859-1/relnotes/common new.sgml src/release/doc/ja_JP.eucJP/relnotes/common new.sgml src/release/doc/ru_RU.KOI8-R/relnotes/common new.sgml src/release/doc/zh_CN.GB

2006-02-27 Thread Dmitry Morozovsky
marck 2006-02-27 13:21:37 UTC FreeBSD src repository (doc committer) Modified files:(Branch: RELENG_6) release/doc/de_DE.ISO8859-1/relnotes/common new.sgml release/doc/ja_JP.eucJP/relnotes/common new.sgml release/doc/ru_RU.KOI8-R/relnotes/common new.sgml relea

cvs commit: ports/comms/ltmdm Makefile pkg-message pkg-plist ports/comms/ltmdm/files ltmdm.sh.in pkg-message.in

2006-02-27 Thread Sergey A. Osokin
osa 2006-02-27 12:40:57 UTC FreeBSD ports repository Modified files: comms/ltmdm Makefile pkg-plist Added files: comms/ltmdm/filespkg-message.in Removed files: comms/ltmdm pkg-message comms/ltmdm/filesltmdm.sh.in Log: Install kerne

cvs commit: ports/math/mupad Makefile pkg-plist

2006-02-27 Thread Renato Botelho
garga 2006-02-27 12:35:17 UTC FreeBSD ports repository Modified files: math/mupad Makefile pkg-plist Log: UNBREAK: Fix PLIST Approved by:portmgr (krion) Revision ChangesPath 1.28 +0 -2 ports/math/mupad/Makefile 1.10 +8 -0 por

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

2006-02-27 Thread Anton Berezin
tobez 2006-02-27 12:30:05 UTC FreeBSD ports repository Modified files: devel/p5-Object-InsideOut Makefile distinfo Log: Update to 1.37. This makes this port fetchable again. Changes: 1.37 Wed Feb 15 13:58:15 EST 2006 - Parameter preprocessing (cou

cvs commit: ports/net-p2p/jigdo Makefile pkg-plist ports/net-p2p/jigdo/scripts configure.jigdo

2006-02-27 Thread Vasil Dimov
vd 2006-02-27 12:13:11 UTC FreeBSD ports repository Modified files: net-p2p/jigdoMakefile pkg-plist Removed files: net-p2p/jigdo/scripts configure.jigdo Log: Convert to OPTIONS and UNBREAK PR: ports/92810 (based on) Reworked by:vd Subm

cvs commit: ports/chinese/moefonts-cid/files pkg-deinstall.in

2006-02-27 Thread Hiroki Sato
hrs 2006-02-27 12:06:30 UTC FreeBSD ports repository Modified files: chinese/moefonts-cid/files pkg-deinstall.in Log: Fix an unexpected permission change from before and after port installation and deinstallation. Spotted by: pointyhat Approved by:portmgr (kr

cvs commit: ports/korean/xpdf Makefile pkg-plist ports/korean/xpdf/files dot.xpdfrc dot.xpdfrc.in

2006-02-27 Thread Hiroki Sato
hrs 2006-02-27 12:05:41 UTC FreeBSD ports repository Modified files: korean/xpdf Makefile pkg-plist Added files: korean/xpdf/filesdot.xpdfrc.in Removed files: korean/xpdf/filesdot.xpdfrc Log: - Fix build breakage due to print/adobe-cmaps updatin

cvs commit: ports/print/ghostscript-gnu-commfont Makefile Makefile.common pkg-plist.common

2006-02-27 Thread Hiroki Sato
hrs 2006-02-27 12:04:35 UTC FreeBSD ports repository Modified files: print/ghostscript-gnu-commfont Makefile Makefile.common pkg-plist.common Log: - Update pkg-plist due to print/adobe-cmaps change. - Remove extra directory on deinstallin

cvs commit: src/sys/coda coda.h src/sys/modules/coda5 Makefile

2006-02-27 Thread Yar Tikhiy
yar 2006-02-27 12:04:13 UTC FreeBSD src repository Modified files: sys/coda coda.h sys/modules/coda5Makefile Log: CODA_COMPAT_5 may not be defined unconditionally in the coda5 module. Otherwise a kernel build would break in the coda5 module if the main

cvs commit: ports/print/adobe-cmaps Makefile distinfo pkg-plist

2006-02-27 Thread Hiroki Sato
hrs 2006-02-27 12:03:19 UTC FreeBSD ports repository Modified files: print/adobe-cmapsMakefile distinfo pkg-plist Log: Add missing Unicode CMaps necessary for print/dvipdfmx. Bump PORTVERSION. PR: ports/93807 Submitted by: intron at intron dot ac

  1   2   >