cvs commit: ports/net/ncplib Makefile

2006-05-01 Thread Sergey Matveychuk
sem 2006-05-02 06:37:26 UTC FreeBSD ports repository Modified files: net/ncplib Makefile Log: - Add missed man page Reported by:kris vei pointyhat Revision ChangesPath 1.16 +1 -1 ports/net/ncplib/Makefile __

cvs commit: ports/net/penguintv-devel Makefile pkg-message

2006-05-01 Thread Edwin Groothuis
edwin 2006-05-02 06:28:05 UTC FreeBSD ports repository Modified files: net/penguintv-devel Makefile Added files: net/penguintv-devel pkg-message Log: Make sure people known about the databases/sqlite3 with thread support requirement Revision ChangesPath 1.

cvs commit: ports/ftp/ftpsesame Makefile

2006-05-01 Thread Sergey Matveychuk
sem 2006-05-02 06:16:36 UTC FreeBSD ports repository Modified files: ftp/ftpsesameMakefile Log: - Works only on 6.0+ Reported by:kris via pointyhat Revision ChangesPath 1.4 +2 -2 ports/ftp/ftpsesame/Makefile

cvs commit: ports/mail/p5-Mail-SpamAssassin Makefile

2006-05-01 Thread Cheng-Lung Sung
clsung 2006-05-02 05:38:03 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile Log: - Vilpul's Razor no longer closed for commercial use (2.81 +) Patched Makefile to require minimum 2.81 version New DomainKeys requires DomainKeys version .80 o

cvs commit: src/usr.sbin/portsnap/portsnap portsnap.sh

2006-05-01 Thread Colin Percival
cperciva2006-05-02 05:27:30 UTC FreeBSD src repository Modified files: usr.sbin/portsnap/portsnap portsnap.sh Log: Teach portsnap to parse the output of the host(1) in BIND 8 as well as the host(1) from BIND 9. This doesn't matter for HEAD, but will help people who install p

cvs commit: ports/www/screem Makefile

2006-05-01 Thread Joe Marcus Clarke
marcus 2006-05-02 04:16:48 UTC FreeBSD ports repository Modified files: www/screem Makefile Log: Remove -DGNOME_DISABLE_DEPRECATED to fix the build with new libgnome. While here, remove USE_REINPLACE to appease portlint. Reported by:pointyhat via kris

cvs commit: ports/devel/libgtop2/files patch-systeps::freebsd::procmap.c

2006-05-01 Thread Joe Marcus Clarke
marcus 2006-05-02 04:05:02 UTC FreeBSD ports repository Modified files: devel/libgtop2/files patch-systeps::freebsd::procmap.c Log: Fix build on 4.X. PR: 96638 Submitted by: Tod McQuillin <[EMAIL PROTECTED]> Revision ChangesPath 1.3 +16 -16

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 04:04:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_6_1: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated.

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 04:02:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_6: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated. PR

cvs commit: src/share/man/man3 queue.3

2006-05-01 Thread Ed Maste
emaste 2006-05-02 03:59:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/man/man3 queue.3 Log: MFC queue.3 1.39 to RELENG_5: The removal of CIRCLEQ left four queue macro families, but one sentence in the man page wasn't updated. PR

cvs commit: www/en/gnome/docs faq214.sgml

2006-05-01 Thread Joe Marcus Clarke
marcus 2006-05-02 03:48:01 UTC FreeBSD doc repository Modified files: en/gnome/docsfaq214.sgml Log: Now that the poppler/xpdf conflict has been resolved, indicate that there are no known issues with GNOME 2.14. Revision ChangesPath 1.7 +3 -7 www/

cvs commit: src/sys/dev/rr232x osm_bsd.c

2006-05-01 Thread Scott Long
scottl 2006-05-02 03:46:59 UTC FreeBSD src repository Modified files: sys/dev/rr232x osm_bsd.c Log: Only print the driver name and version if bootverbose is set. Revision ChangesPath 1.2 +2 -1 src/sys/dev/rr232x/osm_bsd.c

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Scott Long
Fair enough, I'll give this a try and see what happens. Scott Maxim Sobolev wrote: IMHO it is misleading, since FreeBSD users get used to the fact that the driver only announces itself if actual hardware is present in the system. With number of supported devices in GENERIC growing up dmesg wil

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.h os_bsd.c os_bs

2006-05-01 Thread Maxim Sobolev
IMHO it is misleading, since FreeBSD users get used to the fact that the driver only announces itself if actual hardware is present in the system. With number of supported devices in GENERIC growing up dmesg will eventually turn into mess if each device driver will announce itself unconditionally.

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Scott Long
Sam Leffler wrote: Scott Long wrote: Sam Leffler wrote: Scott Long wrote: The architecture of the driver makes this a request hard to do. I don't like it, but there is precedence already with the ath driver. I'm guessing you're referring to ath bailing if the hal could not be attached

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Sam Leffler
Scott Long wrote: Sam Leffler wrote: Scott Long wrote: The architecture of the driver makes this a request hard to do. I don't like it, but there is precedence already with the ath driver. I'm guessing you're referring to ath bailing if the hal could not be attached or the card otherwise

cvs commit: ports/graphics/xpdf Makefile

2006-05-01 Thread Michael Johnson
ahze2006-05-02 02:21:49 UTC FreeBSD ports repository Modified files: graphics/xpdfMakefile Log: - Now conflict with poppler-utils instead of poppler Revision ChangesPath 1.74 +1 -1 ports/graphics/xpdf/Makefile

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Scott Long
Sam Leffler wrote: Scott Long wrote: The architecture of the driver makes this a request hard to do. I don't like it, but there is precedence already with the ath driver. I'm guessing you're referring to ath bailing if the hal could not be attached or the card otherwise setup? If so the c

Re: cvs commit: src/sys/dev/sk if_skreg.h

2006-05-01 Thread Pyun YongHyeon
On Tue, May 02, 2006 at 02:12:42AM +, Pyun YongHyeon wrote: > yongari 2006-05-02 02:12:42 UTC > > FreeBSD src repository > > Modified files: > sys/dev/sk if_skreg.h > Log: > Type. ^ It should be read 'Typo'. -- Regards, Pyun YongHyeon

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Sam Leffler
Scott Long wrote: The architecture of the driver makes this a request hard to do. I don't like it, but there is precedence already with the ath driver. I'm guessing you're referring to ath bailing if the hal could not be attached or the card otherwise setup? If so the card was actually reco

cvs commit: src/sys/dev/sk if_skreg.h

2006-05-01 Thread Pyun YongHyeon
yongari 2006-05-02 02:12:42 UTC FreeBSD src repository Modified files: sys/dev/sk if_skreg.h Log: Type. Submitted by: [EMAIL PROTECTED] Revision ChangesPath 1.35 +1 -1 src/sys/dev/sk/if_skreg.h ___

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Maxim Sobolev
Scott Long wrote: The architecture of the driver makes this a request hard to do. I don't like it, but there is precedence already with the ath driver. Hmm, can't you just move respective printf from the hpt_init to htp_probe? -Maxim Scott Maxim Sobolev wrote: Can you please change it so

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Scott Long
The architecture of the driver makes this a request hard to do. I don't like it, but there is precedence already with the ath driver. Scott Maxim Sobolev wrote: Can you please change it so that the driver doesn't announce itself into dmesg unless the probe has been successful? This is I beli

cvs commit: ports/print/magicfilter Makefile distinfo pkg-plist ports/print/magicfilter/files patch-configure.sh

2006-05-01 Thread CHOI Junho
cjh 2006-05-02 01:50:19 UTC FreeBSD ports repository Modified files: print/magicfilterMakefile distinfo pkg-plist Added files: print/magicfilter/files patch-configure.sh Log: Update to 2.3.h. Add RUN_DEPENDS not to confuse with built-in file and sysutils/file.

Re: cvs commit: src/share/man/man4 Makefile rr232x.4 src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.

2006-05-01 Thread Maxim Sobolev
Can you please change it so that the driver doesn't announce itself into dmesg unless the probe has been successful? This is I believe BSD-way to do things and what the rest of non-isa drivers out there do. Thanks! Regards, Maxim Scott Long wrote: scottl 2006-05-01 00:15:13 UTC Free

cvs commit: ports/x11-toolkits/gtkextra Makefile ports/x11-toolkits/gtkextra2 Makefile

2006-05-01 Thread Michael Johnson
ahze2006-05-02 01:21:51 UTC FreeBSD ports repository Modified files: x11-toolkits/gtkextra Makefile x11-toolkits/gtkextra2 Makefile Log: - MAINTAINER -> [EMAIL PROTECTED] Revision ChangesPath 1.23 +1 -1 ports/x11-toolkits/gtkextra/Makefile 1.25

cvs commit: ports/sysutils/gnomesu Makefile

2006-05-01 Thread Michael Johnson
ahze2006-05-02 01:20:24 UTC FreeBSD ports repository Modified files: sysutils/gnomesu Makefile Log: - MAINTAINER -> [EMAIL PROTECTED] Revision ChangesPath 1.8 +1 -1 ports/sysutils/gnomesu/Makefile ___ cvs-

cvs commit: ports/math/guppi Makefile

2006-05-01 Thread Michael Johnson
ahze2006-05-02 01:19:27 UTC FreeBSD ports repository Modified files: math/guppi Makefile Log: - Let out to pasture and turn over to ports@ - Make portlint happy too Revision ChangesPath 1.24 +2 -1 ports/math/guppi/Makefile ___

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-01 Thread Maxim Sobolev
Maxim Sobolev wrote: John Baldwin wrote: BTW, I have noticed that we don't mark lapic page as noncacheable, which seemingly required by the spec. I have made small change (3 lines), but it doesn't help either. You can also try the PAT patch which would have the side effect of forcing the lap

cvs commit: www/en/projects summerofcode.sgml www/en developers.sgml

2006-05-01 Thread Murray Stokely
murray 2006-05-02 00:55:52 UTC FreeBSD doc repository Modified files: en/projects summerofcode.sgml en developers.sgml Log: Add project idea to write a cleanroom BSD licensed implementation of GNU Readline. jkh@ coordinating. Revision Cha

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

2006-05-01 Thread Michael Johnson
ahze2006-05-02 00:55:17 UTC FreeBSD ports repository Modified files: www/kazehakase Makefile pkg-plist Log: - Remove lib/kazehakase Revision ChangesPath 1.41 +1 -0 ports/www/kazehakase/Makefile 1.16 +1 -0 ports/www/kazehakase/pkg-plist

cvs commit: CVSROOT modules

2006-05-01 Thread Michael Nottebrock
lofi2006-05-02 00:39:23 UTC FreeBSD ports repository Modified files: .modules Log: Add poppler-utils. Revision ChangesPath 1.14792 +1 -0 CVSROOT/modules ___ cvs-all@freebsd.org mailing list htt

cvs commit: ports/graphics/poppler Makefile pkg-plist

2006-05-01 Thread Michael Nottebrock
lofi2006-05-02 00:37:24 UTC FreeBSD ports repository Modified files: graphics/poppler Makefile pkg-plist Log: Remove the commandline utilities in order to make this port not conflict with xpdf. The utilities can now be found in graphics/poppler-utils. Revision Cha

cvs commit: ports/graphics Makefile ports/graphics/poppler-utils Makefile pkg-plist

2006-05-01 Thread Michael Nottebrock
lofi2006-05-02 00:35:35 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/poppler-utils Makefile pkg-plist Log: Add poppler-utils, poppler's xpdf-workalike command line utilities, formerly included in the poppler port.

cvs commit: ports/deskutils/taskjuggler/files patch-TaskJugglerUI_TjGanttChart.cpp patch-tjx2gantt

2006-05-01 Thread Michael Nottebrock
lofi2006-05-02 00:22:57 UTC FreeBSD ports repository Modified files: deskutils/taskjuggler/files patch-TaskJugglerUI_TjGanttChart.cpp Removed files: deskutils/taskjuggler/files patch-tjx2gantt Log: Fix patch Revision ChangesPa

cvs commit: www/en/projects summerofcode.sgml

2006-05-01 Thread Murray Stokely
murray 2006-05-02 00:19:44 UTC FreeBSD doc repository Modified files: en/projects summerofcode.sgml Log: Add FAQ about where student proposals should be sent. Link to Google's student signup page. Revision ChangesPath 1.48 +7 -1 www/en/projects/

cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c

2006-05-01 Thread Julian Elischer
julian 2006-05-01 23:46:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_4) usr.sbin/syslogd syslog.conf.5 syslogd.c Log: MFC: Add capacity to forward messages to an arbitrary UDP port, not just to 514. Revision ChangesPath 1.16.2.14 +4 -1

cvs commit: ports/textproc/saxon-devel Makefile distinfo

2006-05-01 Thread Herve Quiroz
hq 2006-05-01 23:15:56 UTC FreeBSD ports repository Modified files: textproc/saxon-devel Makefile distinfo Log: Fix DISTNAME now that SourceForge requires URLs ending with archive extension PR: 96631 Submitted by: Ion-Mihai Tetcu <[EMAIL PROTECTED]>

cvs commit: ports/www/firefox-devel Makefile ports/www/firefox-devel/files patch-modules_libpref_src_init_all.js

2006-05-01 Thread Jean-Yves Lefort
jylefort2006-05-01 22:55:54 UTC FreeBSD ports repository Modified files: www/firefox-develMakefile Added files: www/firefox-devel/files patch-modules_libpref_src_init_all.js Log: Use sane fonts by default. Revision ChangesPath 1.145 +1 -1 ports/www

cvs commit: ports/www/firefox Makefile ports/www/firefox/files patch-modules_libpref_src_init_all.js

2006-05-01 Thread Jean-Yves Lefort
jylefort2006-05-01 22:47:05 UTC FreeBSD ports repository Modified files: www/firefox Makefile Added files: www/firefox/filespatch-modules_libpref_src_init_all.js Log: Use sane fonts by default. Revision ChangesPath 1.153 +1 -0 ports/www/fi

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-01 Thread Maxim Sobolev
John Baldwin wrote: BTW, I have noticed that we don't mark lapic page as noncacheable, which seemingly required by the spec. I have made small change (3 lines), but it doesn't help either. You can also try the PAT patch which would have the side effect of forcing the lapic to be mapped UC as

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

2006-05-01 Thread Peter Wemm
On Saturday 29 April 2006 21:23, Julian Elischer wrote: > Peter Wemm wrote: > >In more detail. There is one PTE per page of virtual address space. > > It is used by the hardware to translate a virtual address access > > to a physical address. One normally stores the corresponding > > physical >

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

2006-05-01 Thread Peter Wemm
On Saturday 29 April 2006 11:52, Suleiman Souhlal wrote: > Nate Lawson wrote: > > Peter Wemm wrote: > >> Stephan realized that the kernel already allocates one PTE per > >> virtual page. Although it normally holds physical addresses plus > >> attributes, as long as we don't set PG_V, then there ar

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

2006-05-01 Thread Peter Wemm
On Saturday 29 April 2006 11:35, Alan Cox wrote: > Kris Kennaway wrote: > > On Sat, Apr 29, 2006 at 10:21:11AM -0700, Peter Wemm wrote: > >> page of address space by unlinking the head of the ptelist. > >> Freeing a page is as simple as storing it on the head. I'm > >> running my laptop with that

cvs commit: src/sys/amd64/amd64 mp_machdep.c pmap.c src/sys/amd64/include pmap.h specialreg.h src/sys/i386/i386 mp_machdep.c pmap.c src/sys/i386/include pmap.h specialreg.h

2006-05-01 Thread John Baldwin
jhb 2006-05-01 22:07:00 UTC FreeBSD src repository Modified files: sys/amd64/amd64 mp_machdep.c pmap.c sys/amd64/includepmap.h specialreg.h sys/i386/i386mp_machdep.c pmap.c sys/i386/include pmap.h specialreg.h Log: Add various constants for

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

2006-05-01 Thread Peter Wemm
On Monday 01 May 2006 14:32, Maxim Sobolev wrote: > Just curious what does it bring us in terms of performance/memory > savings? Mostly neutral performance. It allows us to free otherwise unused memory. > -Maxim > > Peter Wemm wrote: > > peter 2006-05-01 21:22:38 UTC > > > > FreeBSD src

cvs commit: ports/textproc/wordnet Makefile

2006-05-01 Thread Mikhail Teterin
mi 2006-05-01 21:57:21 UTC FreeBSD ports repository Modified files: textproc/wordnet Makefile Log: Fix MASTER_SITES. Thanks to Edwin for his auto-notifier. PR: ports/96633 Submitted by: Ion-Mihai "IOnut" Tetcu Revision ChangesPath 1.14 +1 -2

cvs commit: ports/net/ncplib Makefile pkg-message pkg-plist pkg-plist.4 ports/net/ncplib/scripts configure

2006-05-01 Thread Sergey Matveychuk
sem 2006-05-01 21:54:07 UTC FreeBSD ports repository Modified files: net/ncplib Makefile pkg-plist net/ncplib/scripts configure Removed files: net/ncplib pkg-message pkg-plist.4 Log: - Unbreak - Change COMMENT - Install README file as doc

cvs commit: src/sys/netinet6 udp6_usrreq.c

2006-05-01 Thread Robert Watson
rwatson 2006-05-01 21:39:48 UTC FreeBSD src repository Modified files: sys/netinet6 udp6_usrreq.c Log: Break out socket access control and delivery logic from udp6_input() into its own function, udp6_append(). This mirrors a similar structure in udp_input() and udp_a

cvs commit: src/sys/amd64/amd64 apic_vector.S mp_machdep.c pmap.c src/sys/amd64/include apicvar.h pmap.h smp.h src/sys/i386/i386 apic_vector.s mp_machdep.c pmap.c src/sys/i386/include apicvar.h pmap.h

2006-05-01 Thread John Baldwin
jhb 2006-05-01 21:36:47 UTC FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S mp_machdep.c pmap.c sys/amd64/includeapicvar.h pmap.h smp.h sys/i386/i386apic_vector.s mp_machdep.c pmap.c sys/i386/include apicvar.h pmap.h smp.h

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

2006-05-01 Thread Maxim Sobolev
Just curious what does it bring us in terms of performance/memory savings? -Maxim Peter Wemm wrote: peter 2006-05-01 21:22:38 UTC FreeBSD src repository Modified files: sys/i386/i386pmap.c Log: Using an idea from Stephan Uphoff, use the empty pte's that correspond

Re: cvs commit: ports/Mk bsd.tcl.mk

2006-05-01 Thread Pav Lucistnik
Sergey Matveychuk píše v po 01. 05. 2006 v 19:49 +: > sem 2006-05-01 19:49:57 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.tcl.mk Would you think USE_TCL/USE_TCL_BUILD could be changed to USE_TCL providing both build and runtime depend USE

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

2006-05-01 Thread Peter Wemm
peter 2006-05-01 21:22:38 UTC FreeBSD src repository Modified files: sys/i386/i386pmap.c Log: Using an idea from Stephan Uphoff, use the empty pte's that correspond to the unused kva in the pv memory block to thread a freelist through. This allows us to free pages t

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

2006-05-01 Thread Michael Nottebrock
lofi2006-05-01 21:03:50 UTC FreeBSD ports repository Modified files: devel/cmake Makefile distinfo pkg-plist Log: Update to 2.4.1 Revision ChangesPath 1.15 +1 -1 ports/devel/cmake/Makefile 1.13 +3 -3 ports/devel/cmake/distinfo 1.11

cvs commit: www/en/projects summerofcode.sgml

2006-05-01 Thread Murray Stokely
murray 2006-05-01 20:50:55 UTC FreeBSD doc repository Modified files: en/projects summerofcode.sgml Log: Add 3 new kernel projects. Submitted by: ssouhlal Revision ChangesPath 1.47 +25 -1 www/en/projects/summerofcode.sgml __

cvs commit: ports/mail/mail-notification Makefile

2006-05-01 Thread Jean-Yves Lefort
jylefort2006-05-01 20:48:25 UTC FreeBSD ports repository Modified files: mail/mail-notification Makefile Log: Fix a glade-related crash. Revision ChangesPath 1.35 +2 -3 ports/mail/mail-notification/Makefile ___ cvs

cvs commit: CVSROOT modules

2006-05-01 Thread Pav Lucistnik
pav 2006-05-01 20:47:16 UTC FreeBSD ports repository Modified files: .modules Log: courierpasswd --> ports/security/courierpasswd Revision ChangesPath 1.14791 +1 -0 CVSROOT/modules ___ cvs-all@

cvs commit: ports/security Makefile ports/security/courierpasswd Makefile distinfo pkg-descr

2006-05-01 Thread Pav Lucistnik
pav 2006-05-01 20:46:26 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/courierpasswd Makefile distinfo pkg-descr Log: courierpasswd is an authentication and password changing utility that uses the courier-authlib auth

cvs commit: src/share/misc bsd-family-tree

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:44:52 UTC FreeBSD src repository Modified files: share/misc bsd-family-tree Log: o OpenBSD 3.9 added. Revision ChangesPath 1.102 +2 -0 src/share/misc/bsd-family-tree ___ cvs-all@freeb

cvs commit: www/en/news news.xml

2006-05-01 Thread Murray Stokely
murray 2006-05-01 20:44:33 UTC FreeBSD doc repository Modified files: en/news news.xml Log: Note that the application period for the Summer of Code has begun. Revision ChangesPath 1.388 +23 -1 www/en/news/news.xml

cvs commit: ports/devel/libbonobo Makefile ports/devel/libbonobo/files patch-bonobo-activation_bonobo-activation-fork-server.c

2006-05-01 Thread Jean-Yves Lefort
jylefort2006-05-01 20:42:41 UTC FreeBSD ports repository Modified files: devel/libbonobo Makefile Added files: devel/libbonobo/files patch-bonobo-activation_bonobo-activation-fork-server.c Log: Back in a patch which has been mistakenly remo

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:36:50 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man9 SYSCALL_MODULE.9 Log: Forced commit: the previous commit was "MFC rev. 1.7: fix prototype for SYSCALL_MODULE(9)." Approved by:re (OK, I'm lying)

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:32:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/man/man9 SYSCALL_MODULE.9 Log: MFC rev. 1.7: fix prototype for SYSCALL_MODULE(9). Approved by:re (kensmith) Revision ChangesPath 1.5.4.2 +3 -3

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:31:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man9 SYSCALL_MODULE.9 Log: MFC rev. 1.33: document SO_NOSIGPIPE. Approved by:re (kensmith) Revision ChangesPath 1.6.6.1 +3 -3 src/share/m

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:29:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man9 SYSCALL_MODULE.9 Log: MFC rev. 1.7: fix prototype for SYSCALL_MODULE(9). Approved by:re (kensmith) Revision ChangesPath 1.6.2.1 +3 -3

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:25:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) lib/libc/sys getsockopt.2 Log: MFC rev. 1.33: document SO_NOSIGPIPE. Approved by:re (kensmith) Revision ChangesPath 1.31.2.1 +9 -1 src/lib/libc/sys/

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:24:21 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) lib/libc/sys getsockopt.2 Log: MFC rev. 1.33: document SO_NOSIGPIPE. Approved by:re (kensmith) Revision ChangesPath 1.32.6.1 +9 -1 src/lib/libc/sy

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:23:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/sys getsockopt.2 Log: MFC rev. 1.33: document SO_NOSIGPIPE. Approved by:re (kensmith) Revision ChangesPath 1.32.2.1 +9 -1 src/lib/libc/sys/

cvs commit: ports/devel/bouml Makefile distinfo

2006-05-01 Thread Thierry Thomas
thierry 2006-05-01 20:21:38 UTC FreeBSD ports repository Modified files: devel/bouml Makefile distinfo Log: Upgrade to 2.14.3. Changelog at . Revision ChangesPath 1.39 +1 -1 ports/devel/bouml/Makefile 1.40

cvs commit: ports/devel/dmake Makefile distinfo pkg-plist ports/devel/dmake/files patch-configure patch-getinp.c patch-make.c patch-stat.c patch-sysinf.c patch-unix-arlib.c patch-unix-runargv.c patch-

2006-05-01 Thread Sergey Matveychuk
sem 2006-05-01 20:21:13 UTC FreeBSD ports repository Modified files: devel/dmake Makefile distinfo pkg-plist devel/dmake/filespatch-configure Added files: devel/dmake/filespatch-getinp.c patch-make.c patch-stat.c patch-sysinf.

cvs commit: src/sys/netgraph/netflow netflow.h

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:18:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/netgraph/netflow netflow.h Log: MFC rev. 1.4 netflow.h: replace disappeared URLs to Cisco docs by new ones, style. Approved by:re (kensmith) Revision ChangesP

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

2006-05-01 Thread Jeremy Messenger
mezz2006-05-01 20:17:33 UTC FreeBSD ports repository Modified files: devel/glade2 Makefile pkg-plist Log: -Add WITHOUT_GNOME knob (OPTIONS). [1] -Use libgailgnome in USE_GNOME instead RUN_DEPENDS line. -Add desktopfileutils, bump the PORTREVISION. PR:

cvs commit: src/sys/netgraph/netflow netflow.c netflow.h

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:07:38 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/netgraph/netflow netflow.c netflow.h Log: MFC rev. 1.19 netflow.c: set to zero engine_type, engine_id and pad (cisco calls it sampling_interval) fields in netflow v5 header.

cvs commit: src/sys/netgraph/netflow netflow.c netflow.h

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:06:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/netgraph/netflow netflow.c netflow.h Log: MFC rev. 1.19 netflow.c: set to zero engine_type, engine_id and pad (cisco calls it sampling_interval) fields in netflow v5 header.

cvs commit: src/sbin/reboot boot_i386.8

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:01:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sbin/reboot boot_i386.8 Log: MFC rev. 1.59: describe what actually boot(8) -m mutes. Approved by:re (kensmith) Revision ChangesPath 1.46.2.5 +2 -1

cvs commit: src/sbin/reboot boot_i386.8

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:00:40 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sbin/reboot boot_i386.8 Log: MFC rev. 1.59: describe what actually boot(8) -m mutes. Approved by:re (kensmith) Revision ChangesPath 1.52.2.5.2.1 +

cvs commit: src/sbin/reboot boot_i386.8

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 20:00:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/reboot boot_i386.8 Log: MFC rev. 1.59: describe what actually boot(8) -m mutes. Approved by:re (kensmith) Revision ChangesPath 1.52.2.6 +2 -1

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

2006-05-01 Thread Peter Wemm
peter 2006-05-01 19:57:00 UTC FreeBSD src repository Modified files: sys/i386/i386pmap.c Log: Fix missing changes required for the amd64->i386 conversion. Add the missing VM_ALLOC_WIRED flags to vm_page_alloc() calls I added. Submitted by: alc Revision Ch

cvs commit: src/sys/cam/scsi scsi_cd.c

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:55:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/cam/scsi scsi_cd.c Log: MFC rev. 1.95: do not double i/o stats for cd(4). Approved by:re (kensmith) Revision ChangesPath 1.89.2.5 +1 -1 src/sys/

cvs commit: src/sys/cam/scsi scsi_cd.c

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:52:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/cam/scsi scsi_cd.c Log: MFC rev. 1.95: do not double i/o stats for cd(4). Approved by:re (kensmith) Revision ChangesPath 1.93.2.1.2.1 +1 -1

cvs commit: src/sys/cam/scsi scsi_cd.c

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:51:12 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/cam/scsi scsi_cd.c Log: MFC rev. 1.95: do not double i/o stats for cd(4). Approved by:re (kensmith) Revision ChangesPath 1.93.2.2 +1 -1 src/sys/

cvs commit: ports/Mk bsd.tcl.mk

2006-05-01 Thread Sergey Matveychuk
sem 2006-05-01 19:49:57 UTC FreeBSD ports repository Modified files: Mk bsd.tcl.mk Log: - Reset maintainer (vsevolod@) - Remove USE_REINPLACE [1] - Reformat comment for easy reading on 80 column terminals PR: ports/96600 Submitted by:

cvs commit: src/lib/libc/db/man dbm.3

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:48:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) lib/libc/db/man dbm.3 Log: MFC rev. 1.9: dbm_close(3) returns void. Approved by:re (kensmith) Revision ChangesPath 1.8.4.1 +1 -5 src/lib/libc/db/man/d

cvs commit: src/lib/libc/db/man dbm.3

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:47:33 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) lib/libc/db/man dbm.3 Log: MFC rev. 1.9: dbm_close(3) returns void. Approved by:re (kensmith) Revision ChangesPath 1.8.14.1 +1 -5 src/lib/libc/db/man

cvs commit: src/lib/libc/db/man dbm.3

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:46:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/db/man dbm.3 Log: MFC rev. 1.9: dbm_close(3) returns void. Approved by:re (kensmith) Revision ChangesPath 1.8.10.1 +1 -5 src/lib/libc/db/man/d

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:44:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) share/man/man4 watchdog.4 Log: MFC rev. 1.7: document /dev/fido. Approved by:re (kensmith) Revision ChangesPath 1.6.2.1 +3 -4 src/share/man/man4/watc

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:43:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man4 watchdog.4 Log: MFC rev. 1.7: document /dev/fido. Approved by:re (kensmith) Revision ChangesPath 1.6.12.1 +3 -4 src/share/man/man4/wa

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:42:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 watchdog.4 Log: MFC rev. 1.7: document /dev/fido. Approved by:re (kensmith) Revision ChangesPath 1.6.8.1 +3 -4 src/share/man/man4/watc

Re: cvs commit: src/sys/dev/sk if_sk.c if_skreg.h

2006-05-01 Thread John Baldwin
On Monday 01 May 2006 15:13, Maxim Sobolev wrote: > John Baldwin wrote: > > >> BTW, can you check the following URL, it's the changes intel has made > >> to ia32 manual after releasing Core Duo. Maybe you can spot something > >> there. There are some lapic-related changes. > >> > >> http://downl

cvs commit: src/sys/dev/ata ata-raid.c

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:37:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sys/dev/ata ata-raid.c Log: MFC rev. 1.120: s/PsuedoRAID/PseudoRAID/. Approved by:re (kensmith) Revision ChangesPath 1.98.2.7.2.1 +1 -1 src/s

cvs commit: src/sys/dev/ata ata-raid.c

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:36:57 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata ata-raid.c Log: MFC rev. 1.120: s/PsuedoRAID/PseudoRAID/. Approved by:re (kensmith) Revision ChangesPath 1.98.2.8 +1 -1 src/sys/dev/ata

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

2006-05-01 Thread Scott Long
Alfred Perlstein wrote: * Scott Long <[EMAIL PROTECTED]> [060427 10:00] wrote: Well, sysctl's are a second class API. The ease by they can be changed, as well as the completely uncontrolled nature that they are developed in, means that we really start to hamstring ourselves if we declare them

cvs commit: ports/print/virtualpaper Makefile

2006-05-01 Thread Volker Stolz
vs 2006-05-01 19:35:03 UTC FreeBSD ports repository Modified files: print/virtualpaper Makefile Log: Fix build/dependency issue Discussed with: kris Revision ChangesPath 1.23 +4 -3 ports/print/virtualpaper/Makefile ___

cvs commit: src/bin/rm rm.c

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:34:34 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) bin/rm rm.c Log: MFC rev. 1.54: be pedantic and do fts_close() when done. Approved by:re (kensmith) Revision ChangesPath 1.47.2.3 +1 -0 src/bi

cvs commit: src/bin/rm rm.c

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:33:52 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) bin/rm rm.c Log: MFC rev. 1.54: be pedantic and do fts_close() when done. Approved by:re (kensmith) Revision ChangesPath 1.52.2.1.4.1 +1 -0

cvs commit: src/bin/rm rm.c

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:33:03 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) bin/rm rm.c Log: MFC rev. 1.54: be pedantic and do fts_close() when done. Approved by:re (kensmith) Revision ChangesPath 1.52.2.2 +1 -0 src/bi

cvs commit: ports/lang/fpc2 Makefile distinfo pkg-descr pkg-plist

2006-05-01 Thread Sergey Matveychuk
sem 2006-05-01 19:31:49 UTC FreeBSD ports repository Modified files: lang/fpc2Makefile distinfo pkg-descr pkg-plist Log: - Update to 2.0.2. - Remove OPTIONS for units. They are installed all now. - Pass maintainership to submitter. PR: ports/9

cvs commit: src/sbin/devd devd.cc

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:30:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sbin/devddevd.cc Log: MFC rev. 1.32: reset lineno to 1 for each devd config file. Approved by:re (kensmith) Revision ChangesPath 1.18.2.4 +1 -0

cvs commit: src/sbin/devd devd.cc

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:29:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) sbin/devddevd.cc Log: MFC rev. 1.32: reset lineno to 1 for each devd config file. Approved by:re (kensmith) Revision ChangesPath 1.22.2.5.2.1 +

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

2006-05-01 Thread Maxim Konovalov
maxim 2006-05-01 19:28:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_1) share/man/man4 wi.4 Log: MFC rev. 1.67: bridge implementation change. MFC rev. 1.69: -mdoc sweep. MFC rev. 1.70: note that the bridge interface need to be upped. Appr

  1   2   3   >