cvs commit: src/sys/pc98/conf NOTES

2006-03-03 Thread Takahashi Yoshihiro
nyan2006-03-04 07:31:58 UTC FreeBSD src repository Modified files: sys/pc98/confNOTES Log: MFi386: revision 1.1220. Revision ChangesPath 1.73 +2 -3 src/sys/pc98/conf/NOTES ___ cvs-all@freebsd.org mailin

cvs commit: src/sys/kern kern_tc.c

2006-03-03 Thread Poul-Henning Kamp
phk 2006-03-04 06:07:26 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: Add missing cast. Revision ChangesPath 1.171 +1 -1 src/sys/kern/kern_tc.c ___ cvs-all@freebsd.org mailing li

cvs commit: src/sys/kern kern_tc.c

2006-03-03 Thread Poul-Henning Kamp
phk 2006-03-04 06:06:43 UTC FreeBSD src repository Modified files: sys/kern kern_tc.c Log: More detailed logging if timestepwarnings are enabled. Revision ChangesPath 1.170 +8 -5 src/sys/kern/kern_tc.c _

Re: cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security security.functions src/share/man/man5 periodic.conf.5

2006-03-03 Thread Hideyuki KURASHINA
>>> On Sat, 4 Mar 2006 05:12:27 +0200, Giorgos Keramidas <[EMAIL PROTECTED]> >>> said: > On 2006-03-04 11:09, Hideyuki KURASHINA <[EMAIL PROTECTED]> wrote: > On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas <[EMAIL > PROTECTED]> said: > >>On 2004-09-23 02:00, Joseph Koshy <[EMAIL

Re: cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security security.functions src/share/man/man5 periodic.conf.5

2006-03-03 Thread Giorgos Keramidas
On 2006-03-04 11:09, Hideyuki KURASHINA <[EMAIL PROTECTED]> wrote: On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas <[EMAIL PROTECTED]> said: >>On 2004-09-23 02:00, Joseph Koshy <[EMAIL PROTECTED]> wrote: >>> Add a knob 'daily_status_security_diff_flags' controlling the >>> format o

cvs commit: src/bin/chflags chflags.1

2006-03-03 Thread Tom Rhodes
trhodes 2006-03-04 02:38:40 UTC FreeBSD src repository Modified files: bin/chflags chflags.1 Log: Instead of just hinting at available octets, list some. Mention that the setting of securelevel may affect one's ability to alter flags. Xref security.7. Bump doc dat

Re: cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security security.functions src/share/man/man5 periodic.conf.5

2006-03-03 Thread Hideyuki KURASHINA
Hi, >>> On Thu, 23 Sep 2004 21:26:52 +0300, Giorgos Keramidas <[EMAIL PROTECTED]> >>> said: > On 2004-09-23 02:00, Joseph Koshy <[EMAIL PROTECTED]> wrote: > > Add a knob 'daily_status_security_diff_flags' controlling the > > format of the 'diff' output generated during periodic(8) scripts. > > >

cvs commit: src/sys/dev/kbd kbd.c src/sys/dev/syscons syscons.c

2006-03-03 Thread Maksim Yevmenkin
emax2006-03-04 00:41:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/kbd kbd.c sys/dev/syscons syscons.c Log: MFC: Integrate kbdmux(4) into syscons(4) and kbd code. By default syscons(4) will look for the kbdmux(4)

cvs commit: src/lib/librt aio.c mq.c sigev_thread.c sigev_thread.h timer.c

2006-03-03 Thread David Xu
davidxu 2006-03-04 00:18:19 UTC FreeBSD src repository Modified files: lib/librtaio.c mq.c sigev_thread.c sigev_thread.h timer.c Log: Use a thread pool to process notification if sigev_notify_attributes is default and caller does not requir

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

2006-03-03 Thread Paul Saab
ps 2006-03-04 00:09:09 UTC FreeBSD src repository Modified files: sys/kern vfs_syscalls.c sys/compat/freebsd32 freebsd32_misc.c Log: use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure the copied strings are properly terminated. bzero

cvs commit: src/lib/librt timer.c

2006-03-03 Thread David Xu
davidxu 2006-03-04 00:08:24 UTC FreeBSD src repository Modified files: lib/librttimer.c Log: save sigev_node pointer. Revision ChangesPath 1.2 +1 -0 src/lib/librt/timer.c ___ cvs-all@freebsd.org mailin

cvs commit: src/share/man/man4 kbdmux.4 src/sys/dev/kbdmux kbdmux.c src/sys/modules/kbdmux Makefile

2006-03-03 Thread Maksim Yevmenkin
emax2006-03-04 00:08:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 kbdmux.4 sys/dev/kbdmux kbdmux.c sys/modules/kbdmux Makefile Log: MFC kbdmux.c rev 1.8 Provide ability to disable kbdmux(4) with the hint.k

cvs commit: www/en/events events.xml

2006-03-03 Thread Christian Brueffer
brueffer2006-03-03 23:01:14 UTC FreeBSD doc repository Modified files: en/eventsevents.xml Log: Update for the CeBIT 2006 entry. Submitted by: Wilhelm Buehler Revision ChangesPath 1.68 +3 -3 www/en/events/events.xml ___

cvs commit: src/sys/kern kern_malloc.c

2006-03-03 Thread Paul Saab
ps 2006-03-03 22:36:52 UTC FreeBSD src repository Modified files: sys/kern kern_malloc.c Log: Fix bug in malloc_uninit(): Releasing items from the mt_zone can not be done by a simple uma_zfree() call since mt_zone is allocated with the UMA_ZONE_MALLOC flag.

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

2006-03-03 Thread Yar Tikhiy
yar 2006-03-03 22:05:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/coda coda.h sys/modules/coda5Makefile Log: MFC sys/coda/coda.h rev. 1.14, sys/modules/coda5/Makefile rev. 1.7: CODA_COMPAT_5 may not be defined uncondi

cvs commit: src/sys/modules/if_ef Makefile

2006-03-03 Thread Yar Tikhiy
yar 2006-03-03 22:02:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/modules/if_efMakefile Log: MFC rev. 1.13: Move the hard-coded ETHER_* options to where they belong -- inside !if defined(KERNBUILDDIR). Utilize the fact the

cvs commit: projects/csup config.c

2006-03-03 Thread Maxime Henrion
mux 2006-03-03 21:53:27 UTC FreeBSD projects repository Modified files: csup config.c Log: Call coll_override() in coll_add() rather than later so that it's possible again to have a supfile without a host and to pass the host with the -h command line optio

Re: cvs commit: src/sys/geom geom_vfs.c

2006-03-03 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Pawel Jakub Dawidek writ es: >+> g_topology_assert(); >+> @@ -147,7 +148,9 @@ g_vfs_open(struct vnode *vp, struct g_co >+> g_wither_geom(gp, ENXIO); >+> return (error); >+> } >+> + vfslocked =3D VFS_LOCK_GIANT(vp->v_mount); >+>

Re: cvs commit: src/sys/geom geom_vfs.c

2006-03-03 Thread Pawel Jakub Dawidek
On Thu, Mar 02, 2006 at 05:37:44AM +, Jeff Roberson wrote: +> jeff2006-03-02 05:37:44 UTC +> +> FreeBSD src repository +> +> Modified files: +> sys/geom geom_vfs.c +> Log: +>- Lock Giant if needed around the call to vnode_create_vobject(). This is +> o

Re: cvs commit: src/sys/geom/label g_label.c g_label.h g_label_iso9660.c g_label_msdosfs.c g_label_ufs.c

2006-03-03 Thread Pawel Jakub Dawidek
On Thu, Mar 02, 2006 at 10:48:06AM -0500, Scott Ullrich wrote: +> On 3/2/06, Christian Brueffer <[EMAIL PROTECTED]> wrote: +> > For the record, I've heard another report of this yesterday. +> +> I was also bitten by this on my embedded versions and I hosed my +> primary firewall. Sorry guys for t

cvs commit: src/sys/conf files options src/sys/dev/tdfx tdfx_linux.c tdfx_pci.c src/sys/i386/conf NOTES src/sys/modules Makefile src/sys/modules/3dfx Makefile src/sys/modules/3dfx_linux Makefile src U

2006-03-03 Thread Yar Tikhiy
yar 2006-03-03 21:37:38 UTC FreeBSD src repository Modified files: sys/conf files options sys/dev/tdfx tdfx_pci.c sys/i386/confNOTES sys/modules Makefile sys/modules/3dfx Makefile .UPDATING

cvs commit: src/sys/net bridgestp.c

2006-03-03 Thread Andrew Thompson
thompsa 2006-03-03 21:37:01 UTC FreeBSD src repository Modified files:(Branch: RELENG_5) sys/net bridgestp.c Log: MFC r1.11: Fix up the Bridge Identifier field in the BPDU packet. Approved by:re (scottl) Revision ChangesPath 1.6.2.4 +30

cvs commit: src/sys/net bridgestp.c

2006-03-03 Thread Andrew Thompson
thompsa 2006-03-03 21:36:26 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net bridgestp.c Log: MFC r1.11: Fix up the Bridge Identifier field in the BPDU packet. Approved by:re (scottl) Revision ChangesPath 1.3.2.7 +30

cvs commit: src/sbin/geom/class/shsec geom_shsec.c

2006-03-03 Thread Wojciech A. Koszek
wkoszek 2006-03-03 21:35:57 UTC FreeBSD src repository Modified files: sbin/geom/class/shsec geom_shsec.c Log: Print "clear" and "dump" only once. Reviewed by:pjd Approved by:cognet (mentor) MFC after: 3 days Revision ChangesPath 1.8 +2 -2

cvs commit: src/usr.bin Makefile

2006-03-03 Thread Maxime Henrion
mux 2006-03-03 21:12:05 UTC FreeBSD src repository Modified files: usr.bin Makefile Log: Don't build csup if NO_CRYPT or NO_OPENSSL is defined, since we depend on those. Reported by:marius Revision ChangesPath 1.289 +2 -1 src/usr.b

cvs commit: src/sys/sys queue.h

2006-03-03 Thread Maxime Henrion
mux 2006-03-03 18:54:33 UTC FreeBSD src repository Modified files: sys/sys queue.h Log: Cast the pointer to void * before casting it back to struct type * in STAILQ_LAST. This quiets a warning from GCC about increased required alignment for the cast. Id

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

2006-03-03 Thread Alexander Leidinger
netchild2006-03-03 18:54:05 UTC FreeBSD src repository Modified files: sys/i386/i386identcpu.c Log: - use a more common style to print memory sizes - add some more cache sizes (2nd and 3rd level) [1] Submitted by: HATANOU Tomomi <[EMAIL PROTECTED]> [1] PR:

cvs commit: src/contrib/csup - Imported sources

2006-03-03 Thread Maxime Henrion
mux 2006-03-03 18:45:17 UTC FreeBSD src repository src/contrib/csup - Imported sources Update of /home/ncvs/src/contrib/csup In directory repoman.freebsd.org:/tmp/cvs-serv62083 Log Message: Import today's csup sources to get the warning fix for queue.h. We probably want

cvs commit: src/sys/modules/ce Makefile

2006-03-03 Thread Yar Tikhiy
yar 2006-03-03 18:42:09 UTC FreeBSD src repository Modified files: sys/modules/ce Makefile Log: Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS. Revision ChangesPath 1.2 +1 -1 src/sys/modules/ce/Makefile _

cvs commit: projects/csup queue.h

2006-03-03 Thread Maxime Henrion
mux 2006-03-03 18:41:59 UTC FreeBSD projects repository Modified files: csup queue.h Log: Cast the pointer to void * before casting it back to struct type * in STAILQ_LAST. This quiets a warning from GCC about increased required alignment for the cast.

cvs commit: src/sys/conf options options.i386 options.pc98

2006-03-03 Thread Warner Losh
imp 2006-03-03 18:09:37 UTC FreeBSD src repository Modified files: sys/conf options options.i386 options.pc98 Log: Move XBOX option to options. While it is only valid on i386, syscons_isa is shared with other machines. Revision ChangesPath 1.529

cvs commit: src/sys/net if_ethersubr.c

2006-03-03 Thread Christian S.J. Peron
csjp2006-03-03 17:21:09 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Unbreak byte counters when network interfaces are in monitor mode by re-organizing the monitor return logic. We perform interface monitoring checks after we have de

Re: cvs commit: src/libexec/ftpd ftpd.c

2006-03-03 Thread Yar Tikhiy
On Wed, Mar 01, 2006 at 04:13:17PM +, Hajimu UMEMOTO wrote: > ume 2006-03-01 16:13:17 UTC > > FreeBSD src repository > > Modified files: > libexec/ftpd ftpd.c > Log: > - Reduce needless DNS query by lookup only appropriate address > family. [1] > - Specify a

cvs commit: projects/csup misc.c

2006-03-03 Thread Maxime Henrion
mux 2006-03-03 16:07:02 UTC FreeBSD projects repository Modified files: csup misc.c Log: Make rcsdatetotm() work after year :-). Revision ChangesPath 1.29 +2 -2 projects/csup/misc.c ___ cvs

cvs commit: src/usr.bin Makefile

2006-03-03 Thread Maxime Henrion
mux 2006-03-03 14:55:43 UTC FreeBSD src repository Modified files: usr.bin Makefile Log: Connect csup the build! Revision ChangesPath 1.288 +1 -0 src/usr.bin/Makefile ___ cvs-all@freebsd.org mailing

cvs commit: src/usr.bin/csup Makefile

2006-03-03 Thread Maxime Henrion
mux 2006-03-03 14:54:47 UTC FreeBSD src repository Modified files: usr.bin/csup Makefile Log: - Don't put the .h in SRCS. - Use LDADD += -lpthread and DPADD += ${LIBPTHREAD} instead of -pthread. - s/-I${.CURDIR}/-I./ to fix make obj. Submitted by: ru R

cvs commit: src/sys/i386/conf XBOX src/sys/i386/include xbox.h src/sys/i386/xbox xboxfb.c src/sys/isa syscons_isa.c

2006-03-03 Thread Rink Springer
rink2006-03-03 14:52:57 UTC FreeBSD src repository Modified files: sys/i386/confXBOX sys/i386/include xbox.h sys/i386/xboxxboxfb.c sys/isa syscons_isa.c Log: Committed the xbox syscons(8)-able console driver. Reviewed by:

cvs commit: ports/www/mod_auth_pgsql2 Makefile

2006-03-03 Thread Mathieu Arnold
mat 2006-03-03 14:48:28 UTC FreeBSD ports repository Modified files: www/mod_auth_pgsql2 Makefile Log: A typo in the Makefile rendered this port totally unusable PR: 93988 Approved by:portmgr (clement) Revision ChangesPath 1.10 +2 -2

cvs commit: ports/lang/erlang-doc Makefile distinfo

2006-03-03 Thread Jimmy Olgeni
olgeni 2006-03-03 14:38:21 UTC FreeBSD ports repository Modified files: lang/erlang-doc Makefile distinfo Log: Unbreak: update documentation checksums and host a missing distfile on MASTER_SITE_LOCAL. Approved by:portmgr Revision ChangesPath 1.29

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

2006-03-03 Thread Jesus R. Camou
jcamou 2006-03-03 13:58:44 UTC FreeBSD src repository (doc committer) Modified files: lib/libc/sys gettimeofday.2 Log: Sync with actual code. PR: docs/87681 Noticed by: Andreas Kohn <[EMAIL PROTECTED]> Reviewed by:brooks Approved by:trh

cvs commit: www/en mailto.sgml

2006-03-03 Thread Jesus R. Camou
jcamou 2006-03-03 13:51:49 UTC FreeBSD doc repository Modified files: en mailto.sgml Log: Fix link to the right mailing lists' page. Approved by:trhodes (mentor) Revision ChangesPath 1.30 +2 -2 www/en/mailto.sgml _

Re: cvs commit: src/sys/netinet ip_fw2.c

2006-03-03 Thread Ruslan Ermilov
On Fri, Mar 03, 2006 at 12:10:59PM +, Gleb Smirnoff wrote: > glebius 2006-03-03 12:10:59 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_fw2.c > Log: > - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl(). > - Acquire read (not writ

Re: cvs commit: src/lib/libutil pidfile.3

2006-03-03 Thread Giorgos Keramidas
On 2006-03-03 10:15, Ruslan Ermilov <[EMAIL PROTECTED]> wrote: >On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote: >>On 2006-01-28 14:13, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: >>> Modified files: >>> lib/libutil pidfile.3 >>> Log: >>> [...] >>> - Cast pid_t to in

cvs commit: src/sys/dev/re if_re.c

2006-03-03 Thread Gleb Smirnoff
glebius 2006-03-03 12:32:52 UTC FreeBSD src repository Modified files: sys/dev/re if_re.c Log: Correctly switch IFCAP_VLAN_HWTAGGING on and off. Reported & tested by: Peter Blok Revision ChangesPath 1.65 +12 -6 src/sys/dev/re/if_re.c ___

cvs commit: src/sys/netinet ip_fw2.c

2006-03-03 Thread Gleb Smirnoff
glebius 2006-03-03 12:10:59 UTC FreeBSD src repository Modified files: sys/netinet ip_fw2.c Log: - Do not leak read lock in IP_FW_TABLE_GETSIZE case of ipfw_ctl(). - Acquire read (not write) lock in case of IP_FW_TABLE_LIST. In collaboration with: ru Revisio

cvs commit: ports/net-p2p/i2p distinfo

2006-03-03 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-03-03 11:37:26 UTC FreeBSD ports repository Modified files: net-p2p/i2p distinfo Log: Update distinfo from distfile version 0.6.1.11 to 0.6.1.12 on par with port's Makefile Pointy hat: lioux Submitted by: Portsnap buildbox (cperciva) Approve

cvs commit: ports/net-p2p/i2p Makefile distinfo

2006-03-03 Thread Mario Sergio Fujikawa Ferreira
lioux 2006-03-03 11:33:55 UTC FreeBSD ports repository Modified files: net-p2p/i2p Makefile distinfo Log: o Fix PLIST mistakes overlooked in previous commit; tinderbuild checked o Bump PORTREVISION Submitted by: kris Approved by:portmgr (implicit)

Re: cvs commit: src/lib/libutil pidfile.3

2006-03-03 Thread Bruce Evans
On Fri, 3 Mar 2006, Ruslan Ermilov wrote: On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote: On 2006-01-28 14:13, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: pjd 2006-01-28 14:13:15 UTC FreeBSD src repository Modified files: lib/libutil pidfile.3

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

2006-03-03 Thread Andrew Thompson
thompsa 2006-03-03 09:32:25 UTC FreeBSD src repository Modified files: share/man/man4 if_bridge.4 Log: Document the monitor mode and explain how it can be used. Revision ChangesPath 1.13 +8 -0 src/share/man/man4/if_bridge.4

cvs commit: src/sys/net if_bridge.c

2006-03-03 Thread Andrew Thompson
thompsa 2006-03-03 09:12:22 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Since we are using random ethernet addresses for the bridge, it is possible that we might have address collisions, so make sure that this hardware address isn't alread

cvs commit: ports/mail/dcc-dccd Makefile distinfo pkg-plist ports/mail/dcc-dccd/files patch-homedir::Makefile.in

2006-03-03 Thread Emanuel Haupt
ehaupt 2006-03-03 09:09:23 UTC FreeBSD ports repository Modified files: mail/dcc-dccdMakefile distinfo pkg-plist mail/dcc-dccd/files patch-homedir::Makefile.in Log: - Update to to 1.3.29 - Unbreak (make it fetchable again) PR: 93415, 93881 Subm

cvs commit: ports/net-im/jabber-pymsn Makefile ports/net-im/jabber-pyicq Makefile

2006-03-03 Thread Erwin Lansing
erwin 2006-03-03 08:40:41 UTC FreeBSD ports repository Modified files: net-im/jabber-pymsn Makefile net-im/jabber-pyicq Makefile Log: Remove a spurious : and fix INDEX build. Submitted by: Ion-Mihai Tetcu <[EMAIL PROTECTED]> Pointy hat to: garga, erwin Approv

Re: cvs commit: src/lib/libutil pidfile.3

2006-03-03 Thread Ruslan Ermilov
On Fri, Mar 03, 2006 at 04:43:09AM +0200, Giorgos Keramidas wrote: > On 2006-01-28 14:13, Pawel Jakub Dawidek <[EMAIL PROTECTED]> wrote: > > pjd 2006-01-28 14:13:15 UTC > > > > FreeBSD src repository > > > > Modified files: > > lib/libutil pidfile.3 > > Log: > > - Add a