cvs commit: src/etc/periodic/security 800.loginfail

2006-03-08 Thread Matteo Riondato
matteo 2006-03-09 06:55:36 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/periodic/security 800.loginfail Log: MFC: Enhance loginfail: it will catch sshd, proftpd and su errors, as well as other programs PR: conf/70973 Approved by:

cvs commit: src/share/man/man5 rc.conf.5

2006-03-08 Thread Matteo Riondato
matteo 2006-03-09 06:54:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man5 rc.conf.5 Log: MFC: Document ldconfig32_paths PR: amd64/91571 Approved by:re (hrs) RevisionChangesPath 1.256.2.20 +6 -1 src/sh

cvs commit: src/etc/defaults rc.conf

2006-03-08 Thread Matteo Riondato
matteo 2006-03-09 06:52:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/defaults rc.conf Log: MFC: Add a default ldconfig32_paths entry in default/rc.conf for 32-bit compatibility shared libraries. It is used by the ldconfig rc.d scripts.

cvs commit: ports/mail/sympa5/files patch-src_alias_manager.pl

2006-03-08 Thread Vasil Dimov
vd 2006-03-09 06:00:24 UTC FreeBSD ports repository Added files: mail/sympa5/filespatch-src_alias_manager.pl Log: Fix mailwrapper path in alias_manager.pl PR: ports/93523 Submitted by: Jean-Franois BOEUF <[EMAIL PROTECTED]> Approved by:portmgr

cvs commit: src/include/arpa nameser.h

2006-03-08 Thread Hajimu UMEMOTO
ume 2006-03-09 03:47:11 UTC FreeBSD src repository Modified files: include/arpa nameser.h Log: ns_name_skip was not prefixed by `__'. Obtained from: BIND9 Revision ChangesPath 1.17 +1 -0 src/include/arpa/nameser.h __

cvs commit: src/sys/dev/hwpmc hwpmc_logging.c hwpmc_mod.c

2006-03-08 Thread Joseph Koshy
jkoshy 2006-03-09 02:08:12 UTC FreeBSD src repository Modified files: sys/dev/hwpmchwpmc_logging.c hwpmc_mod.c Log: When a process is de-configuring a log file, also stop all of its PMCs that require a log file to operate. This change should fix PR 90269. PR:

cvs commit: src/share/mk bsd.README

2006-03-08 Thread Warner Losh
imp 2006-03-09 01:33:38 UTC FreeBSD src repository Modified files: share/mk bsd.README Log: Now that we now spell NO_MAN=xxx MAN=, update the docs. Submitted by: John Hein Revision ChangesPath 1.30 +1 -1 src/share/mk/bsd.README _

cvs commit: src/lib Makefile

2006-03-08 Thread David Xu
davidxu 2006-03-09 01:03:58 UTC FreeBSD src repository Modified files: lib Makefile Log: Connect librt to buildworld. Revision ChangesPath 1.212 +2 -1 src/lib/Makefile ___ cvs-all@freebsd.org mailin

cvs commit: src/sys/dev/ath/ath_rate/sample sample.c

2006-03-08 Thread Sam Leffler
sam 2006-03-09 00:28:44 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_rate/sample sample.c Log: correct ni_txrate when using a fixed rate; fixes current rate reporting MFC after: 3 days Revision ChangesPath 1.14 +4 -1 src/sys/dev/a

cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Tor Egge
tegge 2006-03-09 00:21:23 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ufs/ufs ufs_lookup.c Log: MFC: Don't set IN_CHANGE and IN_UPDATE on inodes for potentially suspended file systems. This could cause deadlocks when creating snapsh

cvs commit: src/sys/kern vfs_subr.c src/sys/security/mac mac_process.c src/sys/ufs/ffs ffs_rawread.c src/sys/vm vm_contig.c vm_object.c vnode_pager.c

2006-03-08 Thread Tor Egge
tegge 2006-03-09 00:18:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_subr.c sys/security/mac mac_process.c sys/ufs/ffs ffs_rawread.c sys/vm vm_contig.c vm_object.c vnode_pager.c Log: MF

cvs commit: src/sys/vm vm_contig.c

2006-03-08 Thread Tor Egge
tegge 2006-03-09 00:07:35 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_contig.c Log: MFC: Hold extra reference to vm object while cleaning pages. Ignore dirty pages owned by "dead" objects. Approved by:re (mux)

cvs commit: src/sys/kern vfs_subr.c

2006-03-08 Thread Tor Egge
tegge 2006-03-09 00:04:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_subr.c Log: MFC: Don't try to show marker nodes. Approved by:re (mux) RevisionChangesPath 1.635.2.14 +1 -1 src/sys/kern/vfs_subr

cvs commit: src/sys/vm vm_pageout.c

2006-03-08 Thread Tor Egge
tegge 2006-03-09 00:02:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_pageout.c Log: MFC: Expand scope of marker to reduce the number of page queue scan restarts. Approved by:re (mux) Revision ChangesPath 1.

cvs commit: src/sys/vm vm_pageout.c

2006-03-08 Thread Tor Egge
tegge 2006-03-09 00:01:29 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_pageout.c Log: MFC: Check return value from nonblocking call to vn_start_write(). Approved by:re (mux) Revision ChangesPath 1.268.2.2 +8

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

2006-03-08 Thread Tor Egge
tegge 2006-03-08 23:59:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/i386/i386pmap.c Log: MFC: Rounding addr upwards to next 4M or 2M boundary in pmap_growkernel() could cause addr to become 0, resulting in an early return without

cvs commit: src/sys/kern vfs_bio.c

2006-03-08 Thread Tor Egge
tegge 2006-03-08 23:57:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_bio.c Log: MFC: For low memory situations, non-VMIO buffers didnt't release pages back to the system when brelse() was called with B_RELBUF set on the

cvs commit: src/sys/vm vm_fault.c

2006-03-08 Thread Tor Egge
tegge 2006-03-08 23:53:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/vm vm_fault.c Log: MFC: Don't access fs->first_object after dropping reference to it. The result could be a missed or extra giant unlock. Approved by:

Re: cvs commit: src/tools/regression/lib/libc/resolv Makefile

2006-03-08 Thread John E Hein
Garance A Drosehn wrote at 13:31 -0500 on Mar 8, 2006: > At 8:59 AM -0700 3/8/06, M. Warner Losh wrote: > >In message: <[EMAIL PROTECTED]> > > Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: > >: On Wed, Mar 08, 2006, Dag-Erling Sm?rgrav wrote: > >: +> > >: +> Since we abandoned

cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_timer.c

2006-03-08 Thread David Xu
davidxu 2006-03-08 23:47:04 UTC FreeBSD src repository Modified files: lib/libthr pthread.map Removed files: lib/libthr/threadthr_timer.c Log: Remove mqueue and timer, now they are in librt. Revision ChangesPath 1.13 +0 -8 src/lib/libthr

cvs commit: src/sys/kern vfs_mount.c vfs_subr.c vfs_vnops.c src/sys/sys mount.h vnode.h src/sys/ufs/ffs ffs_extern.h ffs_softdep.c ffs_vfsops.c src/sys/ufs/ufs ufs_inode.c ufs_quota.c ufsmount.h

2006-03-08 Thread Tor Egge
tegge 2006-03-08 23:43:39 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c vfs_vnops.c vfs_subr.c sys/sys vnode.h mount.h sys/ufs/ffs ffs_extern.h ffs_softdep.c ffs_vfsops.c sys/ufs/ufs ufs_inode.c ufs_quota.c

cvs commit: src/lib/libc/sys mq.c

2006-03-08 Thread David Xu
davidxu 2006-03-08 23:42:42 UTC FreeBSD src repository Removed files: lib/libc/sys mq.c Log: Remove mq.c, the POSIX mqueue is implemented in librt. Suggested by: deischen Revision ChangesPath 1.2 +0 -73 src/lib/libc/sys/mq.c (dead) _

Re: cvs commit: src/etc/periodic/daily 406.status-gmirror 407.status-graid3 408.status-gstripe 409.status-gconcat

2006-03-08 Thread Christian Brueffer
On Wed, Mar 08, 2006 at 10:56:28PM +, Christian Brueffer wrote: > brueffer2006-03-08 22:56:28 UTC > > FreeBSD src repository > > Added files: (Branch: RELENG_6) > etc/periodic/daily 406.status-gmirror 407.status-graid3 > 408.status-gstripe 409

cvs commit: CVSROOT access

2006-03-08 Thread Simon Barner
barner 2006-03-08 23:08:24 UTC FreeBSD ports repository Modified files: .access Log: Disable commit mail while I'm away. Revision ChangesPath 1.688 +1 -1 CVSROOT/access ___ cvs-all@freebsd.org m

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

2006-03-08 Thread Kris Kennaway
kris2006-03-08 23:06:07 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/fdescfs fdesc_vnops.c Log: MFC: revision 1.101 date: 2006/02/28 00:05:44; author: kris; state: Exp; lines: +2 -4 Correct the vnode

cvs commit: src/share/man/man5 periodic.conf.5

2006-03-08 Thread Christian Brueffer
brueffer2006-03-08 23:03:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man5 periodic.conf.5 Log: MFC: rev. 1.57 - 1.59 Document the ataraid(8), gmirror(8), graid3(8), gstripe(8) and gconcat(8) periodic scripts. Approved by:

cvs commit: src/etc/defaults periodic.conf

2006-03-08 Thread Christian Brueffer
brueffer2006-03-08 23:01:18 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/defaults periodic.conf Log: MFC: rev. 1.34 + 1.37 Add the gmirror(8), graid3(8), gstripe(8) and gconcat(8) status scripts, default is "off". Approved by:re

cvs commit: src/etc/periodic/daily Makefile

2006-03-08 Thread Christian Brueffer
brueffer2006-03-08 22:59:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/periodic/daily Makefile Log: MFC: rev. 1.13 + 1.14 Add periodic scripts that check the status of gmirror(8), graid3(8), gstripe(8) and gconcat(8) devices, respectively.

cvs commit: src/etc/periodic/daily 406.status-gmirror 407.status-graid3 408.status-gstripe 409.status-gconcat

2006-03-08 Thread Christian Brueffer
brueffer2006-03-08 22:56:28 UTC FreeBSD src repository Added files: (Branch: RELENG_6) etc/periodic/daily 406.status-gmirror 407.status-graid3 408.status-gstripe 409.status-gconcat Log: Add periodic scripts that check the status of gmirror(8)

cvs commit: src/etc/mtree BSD.var.dist

2006-03-08 Thread Robert Watson
rwatson 2006-03-08 22:55:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/mtreeBSD.var.dist Log: Merge BSD.var.dist:1.73,1.74 from HEAD to RELENG_6: Add /var/audit, mode 750, which will hold audit trail files. Change group for

cvs commit: src/usr.sbin/lpr/filters Makefile src/usr.sbin/lpr/filters.ru/koi2855 Makefile src/usr.sbin/lpr/filters.ru/koi2alt Makefile

2006-03-08 Thread Garance A Drosehn
gad 2006-03-08 22:28:13 UTC FreeBSD src repository Modified files: usr.sbin/lpr/filters Makefile usr.sbin/lpr/filters.ru/koi2855 Makefile usr.sbin/lpr/filters.ru/koi2alt Makefile Log: Switch these makefiles to use 'MAN=' to indicate they will not generate a man pa

cvs commit: src Makefile.inc1

2006-03-08 Thread Robert Watson
rwatson 2006-03-08 21:30:47 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) .Makefile.inc1 Log: Merge Makefile.inc1:1.536 from HEAD to RELENG_6: Detect that the "audit" group is missing earlier during install. Submitted by: r

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Eric Anderson
Scott Long wrote: Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: The only way to effectively avoid the problem would be to teach UFS to completely ignore the '.snap' directory entry when doing a readdir and lookup. That is not the same as what is being discussed

cvs commit: ports/graphics/giblib Makefile

2006-03-08 Thread Roman Bogorodskiy
novel 2006-03-08 21:00:38 UTC FreeBSD ports repository Modified files: graphics/giblib Makefile Log: Make fetchable. PR: 94222 Submitted by: Andrew Pogrebennyk (maintainer) Approved by:portmgr (erwin) Revision ChangesPath 1.19 +1

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Scott Long
Poul-Henning Kamp wrote: In message <[EMAIL PROTECTED]>, Scott Long writes: The only way to effectively avoid the problem would be to teach UFS to completely ignore the '.snap' directory entry when doing a readdir and lookup. That is not the same as what is being discussed with having a speci

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Scott Long writes: >The only way to effectively avoid the problem would be to teach UFS to >completely ignore the '.snap' directory entry when doing a readdir and >lookup. That is not the same as what is being discussed with having a >special hiiden hint flag. Wou

cvs commit: src/etc/rc.d jail

2006-03-08 Thread Max Khon
fjoe2006-03-08 20:40:37 UTC FreeBSD src repository Modified files: etc/rc.d jail Log: Fix overriding jail_list from command line. MFC after: 3 days Revision ChangesPath 1.26 +3 -1 src/etc/rc.d/jail __

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Scott Long
Eric Anderson wrote: Ruslan Ermilov wrote: On Wed, Mar 08, 2006 at 03:16:25AM -0500, Kris Kennaway wrote: On Wed, Mar 08, 2006 at 09:06:32AM +0200, Ruslan Ermilov wrote: On Wed, Mar 08, 2006 at 02:14:39AM +, Tor Egge wrote: tegge 2006-03-08 02:14:39 UTC FreeBSD sr

cvs commit: src/sys/amd64/linux32 linux32_machdep.c src/sys/compat/freebsd32 freebsd32_misc.c src/sys/kern kern_exec.c

2006-03-08 Thread Stephan Uphoff
ups 2006-03-08 20:21:54 UTC FreeBSD src repository Modified files: sys/amd64/linux32linux32_machdep.c sys/compat/freebsd32 freebsd32_misc.c sys/kern kern_exec.c Log: Fix exec_map resource leaks. Tested by: kris@ Revision ChangesPath

cvs commit: src/sys/nfsserver nfs_srvsock.c

2006-03-08 Thread Simon L. Nielsen
simon 2006-03-08 20:21:15 UTC FreeBSD src repository Modified files: sys/nfsservernfs_srvsock.c Log: When parsing an RPC request in nfsrv_dorec(), KASSERT that there actually is an mbuf to process. This catches the missing mbuf before it would otherwise causes a NU

Re: cvs commit: src/release Makefile src/release/amd64 boot_crunch.conf src/release/i386 boot_crunch.conf src/release/ia64 boot_crunch.conf src/release/pc98 boot_crunch.conf src/usr.sbin/sysinstall Ma

2006-03-08 Thread Daniel Gerzo
Sewas Sam, Wednesday, March 8, 2006, 7:02:32 PM, you wrote: > Log: > Revamp base system packaging of kernels to enable up/smp selection > at runtime and to support distributing additional kernels: > o remove kernel from the base tarball > o add new kernel tarballs > o build + package

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Kris Kennaway
On Wed, Mar 08, 2006 at 12:40:00PM +0200, Ruslan Ermilov wrote: > On Wed, Mar 08, 2006 at 03:16:25AM -0500, Kris Kennaway wrote: > > On Wed, Mar 08, 2006 at 09:06:32AM +0200, Ruslan Ermilov wrote: > > > On Wed, Mar 08, 2006 at 02:14:39AM +, Tor Egge wrote: > > > > tegge 2006-03-08 02:14:3

Re: cvs commit: src/tools/regression/lib/libc/resolv Makefile

2006-03-08 Thread Garance A Drosehn
At 8:59 AM -0700 3/8/06, M. Warner Losh wrote: In message: <[EMAIL PROTECTED]> Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: : On Wed, Mar 08, 2006, Dag-Erling Sm?rgrav wrote: : +> : +> Since we abandoned MAN[1-9]. The fact that many old Makefiles : +> still use NO_MAN doesn't make

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Eric Anderson
Ruslan Ermilov wrote: On Wed, Mar 08, 2006 at 03:16:25AM -0500, Kris Kennaway wrote: On Wed, Mar 08, 2006 at 09:06:32AM +0200, Ruslan Ermilov wrote: On Wed, Mar 08, 2006 at 02:14:39AM +, Tor Egge wrote: tegge 2006-03-08 02:14:39 UTC FreeBSD src repository Modifie

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Eric Anderson
Ruslan Ermilov wrote: On Wed, Mar 08, 2006 at 03:16:25AM -0500, Kris Kennaway wrote: On Wed, Mar 08, 2006 at 09:06:32AM +0200, Ruslan Ermilov wrote: On Wed, Mar 08, 2006 at 02:14:39AM +, Tor Egge wrote: tegge 2006-03-08 02:14:39 UTC FreeBSD src repository Modifie

cvs commit: src/release/scripts kernels-install.sh

2006-03-08 Thread Sam Leffler
sam 2006-03-08 18:03:09 UTC FreeBSD src repository Added files: release/scripts kernels-install.sh Log: kernel install script (missed in previous commit) Revision ChangesPath 1.1 +43 -0 src/release/scripts/kernels-install.sh (new) __

cvs commit: src/release Makefile src/release/amd64 boot_crunch.conf src/release/i386 boot_crunch.conf src/release/ia64 boot_crunch.conf src/release/pc98 boot_crunch.conf src/usr.sbin/sysinstall Makefi

2006-03-08 Thread Sam Leffler
sam 2006-03-08 18:02:32 UTC FreeBSD src repository Modified files: release Makefile release/amd64boot_crunch.conf release/i386 boot_crunch.conf release/ia64 boot_crunch.conf release/pc98 boot_crunch.conf usr.sbi

cvs commit: ports/graphics/feh Makefile

2006-03-08 Thread Roman Bogorodskiy
novel 2006-03-08 17:45:21 UTC FreeBSD ports repository Modified files: graphics/feh Makefile Log: Make fetchable. PR: 94221 Submitted by: Andrew Pogrebennyk (maintainer) Approved by:portmgr (erwin, marcus) Revision ChangesPath 1.22

cvs commit: src/etc/periodic/daily 440.status-mailq

2006-03-08 Thread Matteo Riondato
matteo 2006-03-08 17:26:53 UTC FreeBSD src repository Modified files: etc/periodic/daily 440.status-mailq Log: Fix output and exit status when daily_mailq_shorten is set to YES PR: conf/93472 MFC after: 3 Revision ChangesPath 1.11 +8 -6

cvs commit: CVSROOT access

2006-03-08 Thread Marc Fonvieille
blackend2006-03-08 17:21:49 UTC FreeBSD doc repository Modified files: .access Log: Remove jedgar@ who has been inactive in doc+www area for more than one year and does not currently need this access. With Hat: doceng Revision ChangesPath 1.

cvs commit: ports/ftp/wzdftpd Makefile

2006-03-08 Thread Roman Bogorodskiy
novel 2006-03-08 17:16:52 UTC FreeBSD ports repository Modified files: ftp/wzdftpd Makefile Log: Fix build with utf8 support disabled. Reported by:[EMAIL PROTECTED] on freebsd-ports@ Approved by:portmgr (marcus) Revision ChangesPath 1.40

cvs commit: ports/emulators/dynamips Makefile

2006-03-08 Thread Max Khon
fjoe2006-03-08 16:58:58 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile Log: Forgotten fix from previous commit: Turn off JIT on amd64 (does not work for some reason). Approved by:portmgr Revision ChangesPath 1.7 +1 -1

cvs commit: ports/emulators/dynamips Makefile distinfo ports/emulators/dynamips/files patch-Makefile patch-utils.c patch-utils.h

2006-03-08 Thread Max Khon
fjoe2006-03-08 16:55:26 UTC FreeBSD ports repository Modified files: emulators/dynamips Makefile distinfo emulators/dynamips/files patch-Makefile Added files: emulators/dynamips/files patch-utils.c patch-utils.h Log: - Update to 0.2.4 - Fix build on ia64 - F

cvs commit: src/sys/dev/ata ata-all.c ata-all.h

2006-03-08 Thread S�ren Schmidt
sos 2006-03-08 16:39:01 UTC FreeBSD src repository Modified files: sys/dev/ata ata-all.c ata-all.h Log: ATA_USB will need to hook into the delayed boot identify to have interrupts running, so externalize it. Revision ChangesPath 1.267 +1 -1 src

Re: cvs commit: src/sys/gnu/fs/xfs/FreeBSD/support kdb.c

2006-03-08 Thread John Baldwin
On Wednesday 08 March 2006 10:47, John Baldwin wrote: > jhb 2006-03-08 15:47:48 UTC > > FreeBSD src repository > > Modified files: > sys/gnu/fs/xfs/FreeBSD/support kdb.c > Log: > Update a DB_SET to DB_FUNC I missed yesterday. This should fix the build breakage. :( -- John

cvs commit: doc/ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml doc/ru_RU.KOI8-R/books/handbook/security chapter.sgml

2006-03-08 Thread Dmitry Morozovsky
marck 2006-03-08 16:16:56 UTC FreeBSD doc repository Modified files: ru_RU.KOI8-R/books/handbook/advanced-networking chapter.sgml ru_RU.KOI8-R/books/handbook/security chapter.sgml Log: MFen: 1.379 -> 1.380 advanced-networking/chapter.sgml 1.290 -> 1.29

Re: cvs commit: src/tools/regression/lib/libc/resolv Makefile

2006-03-08 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: : On Wed, Mar 08, 2006 at 08:45:37AM +0100, Dag-Erling Sm?rgrav wrote: : +> Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: : +> > On Wed, Mar 08, 2006 at 12:37:11AM +0100, Dag-Erling Sm?rgrav wrote: : +> >

cvs commit: src/sys/gnu/fs/xfs/FreeBSD/support kdb.c

2006-03-08 Thread John Baldwin
jhb 2006-03-08 15:47:48 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs/FreeBSD/support kdb.c Log: Update a DB_SET to DB_FUNC I missed yesterday. Revision ChangesPath 1.3 +1 -1 src/sys/gnu/fs/xfs/FreeBSD/support/kdb.c _

Re: cvs commit: src/tools/regression/lib/libc/resolv Makefile

2006-03-08 Thread Pawel Jakub Dawidek
On Wed, Mar 08, 2006 at 08:45:37AM +0100, Dag-Erling Sm?rgrav wrote: +> Pawel Jakub Dawidek <[EMAIL PROTECTED]> writes: +> > On Wed, Mar 08, 2006 at 12:37:11AM +0100, Dag-Erling Sm?rgrav wrote: +> > > > Hajimu UMEMOTO <[EMAIL PROTECTED]> writes: +> > > > > Log: +> > > > > NOMAN --> NO_MAN +> >

cvs commit: src/sbin/bsdlabel bsdlabel.8

2006-03-08 Thread Pawel Jakub Dawidek
pjd 2006-03-08 14:23:13 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/bsdlabelbsdlabel.8 Log: MFC:sbin/bsdlabel/bsdlabel.81.63,1.64 Fix evil examples - first partition should start at offset 16 and explain why this is imp

cvs commit: src/sys/geom/label g_label_ufs.c

2006-03-08 Thread Pawel Jakub Dawidek
pjd 2006-03-08 14:20:14 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/geom/label g_label_ufs.c Log: MFC:sys/geom/label/g_label_ufs.c1.10 We need to check if file system size is equal to provider's size, because sysinstall(8) sti

cvs commit: src/sbin/bsdlabel bsdlabel.8

2006-03-08 Thread Pawel Jakub Dawidek
pjd 2006-03-08 14:17:26 UTC FreeBSD src repository Modified files: sbin/bsdlabelbsdlabel.8 Log: Explain why the first partition should start at offset 16. Requested by: hrs Revision ChangesPath 1.64 +2 -0 src/sbin/bsdlabel/bsdlabel.8 _

cvs commit: ports/games/icebreaker Makefile pkg-plist ports/games/icebreaker/files patch-aa

2006-03-08 Thread Emanuel Haupt
ehaupt 2006-03-08 14:14:49 UTC FreeBSD ports repository Modified files: games/icebreaker Makefile pkg-plist games/icebreaker/files patch-aa Log: - This is now fetchable again and - respects CFLAGS and CC (self), therefor - bump PORTREVISION (self) PR:

cvs commit: src/share/man/man5 rc.conf.5

2006-03-08 Thread Matteo Riondato
matteo 2006-03-08 14:10:38 UTC FreeBSD src repository Modified files: share/man/man5 rc.conf.5 Log: Fix spelling error MFC after: 1 day Revision ChangesPath 1.289 +1 -1 src/share/man/man5/rc.conf.5

cvs commit: src/sys/kern kern_mbuf.c

2006-03-08 Thread Andre Oppermann
andre 2006-03-08 14:05:38 UTC FreeBSD src repository Modified files: sys/kern kern_mbuf.c Log: Properly handle the case when the packet secondary zone can't allocate further mbuf clusters to attach to mbufs. Reported by:kris Tested by: kris Spons

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

2006-03-08 Thread Emanuel Haupt
ehaupt 2006-03-08 13:34:32 UTC FreeBSD ports repository Modified files: mail/libnewmail Makefile pkg-descr Log: - This is now fetchable again - Update WWW - Remove deprecated USE_REINPLACE PR: 94215 Submitted by: Shaun Amott <[EMAIL PROTECTED]> Ap

cvs commit: ports/games/kcheckers Makefile

2006-03-08 Thread Emanuel Haupt
ehaupt 2006-03-08 13:27:26 UTC FreeBSD ports repository Modified files: games/kcheckers Makefile Log: - This is now fetchable again - Pacify portlint PR: 94209 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approved by:portmgr (erwin)

cvs commit: ports/audio/snack Makefile

2006-03-08 Thread Emanuel Haupt
ehaupt 2006-03-08 13:23:33 UTC FreeBSD ports repository Modified files: audio/snack Makefile Log: This is now fetchable again PR: 94186 Submitted by: Jean-François BOEUF <[EMAIL PROTECTED]> Approved by:portmgr (erwin) Revision Changes

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

2006-03-08 Thread Marcus Alves Grando
mnag2006-03-08 12:56:06 UTC FreeBSD src repository (ports committer) Modified files:(Branch: RELENG_6) share/man/man4 cpufreq.4 Log: MFC 1.13: - New sentence should start from the new line - Forget to bump .Dd Reported by:

cvs commit: ports/astro/cfitsio Makefile

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:49:58 UTC FreeBSD ports repository Modified files: astro/cfitsioMakefile Log: - Make it fetchable again PR: ports/94197 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approved by:portmgr (erwin) Revision Ch

cvs commit: ports/games/xteddy Makefile

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:14:45 UTC FreeBSD ports repository Modified files: games/xteddy Makefile Log: - UNBREAK: Make it fetchable again - Paficy portlint(1) PR: ports/94210 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approved by:p

cvs commit: ports/graphics/scrot Makefile pkg-descr pkg-plist

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:14:38 UTC FreeBSD ports repository Modified files: graphics/scrot Makefile pkg-descr pkg-plist Log: - UNBREAK: Make it fetchable again - Paficy portlint(1) PR: ports/94213 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]>

cvs commit: ports/deskutils/multi-backgrounds-daemon Makefile pkg-plist

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:14:29 UTC FreeBSD ports repository Modified files: deskutils/multi-backgrounds-daemon Makefile pkg-plist Log: - UNBREAK: Make it fetchable again - Paficy portlint(1) PR: ports/94198 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECT

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

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:14:22 UTC FreeBSD ports repository Modified files: mail/libnewmail Makefile pkg-descr Log: UNBREAK: Make it fetchable again PR: ports/94214 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approved by:portmgr (erwin)

cvs commit: ports/graphics/gozer Makefile pkg-descr pkg-plist

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:14:15 UTC FreeBSD ports repository Modified files: graphics/gozer Makefile pkg-descr pkg-plist Log: - UNBREAK: Make it fetchable again - Paficy portlint(1) PR: ports/94212 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]>

cvs commit: ports/games/gemdropx Makefile pkg-plist

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:14:07 UTC FreeBSD ports repository Modified files: games/gemdropx Makefile pkg-plist Log: - UNBREAK: Make it fetchable again - Paficy portlint(1) PR: ports/94207 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approve

cvs commit: ports/devel/fc++ Makefile

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:13:56 UTC FreeBSD ports repository Modified files: devel/fc++ Makefile Log: UNBREAK: Make it fetchable again PR: ports/94199 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approved by:portmgr (erwin) Revis

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

2006-03-08 Thread Renato Botelho
garga 2006-03-08 11:13:41 UTC FreeBSD ports repository Modified files: dns/dlintMakefile pkg-plist Log: - UNBREAK: Make it fetchable again - Paficy portlint(1) PR: ports/94202 Submitted by: Ion-Mihai "IOnut" Tetcu <[EMAIL PROTECTED]> Approve

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Ruslan Ermilov
On Wed, Mar 08, 2006 at 03:16:25AM -0500, Kris Kennaway wrote: > On Wed, Mar 08, 2006 at 09:06:32AM +0200, Ruslan Ermilov wrote: > > On Wed, Mar 08, 2006 at 02:14:39AM +, Tor Egge wrote: > > > tegge 2006-03-08 02:14:39 UTC > > > > > > FreeBSD src repository > > > > > > Modified file

cvs commit: src/sys/dev/ata atapi-cd.c

2006-03-08 Thread S�ren Schmidt
sos 2006-03-08 10:14:39 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-cd.c Log: Always read the TOC in acd_read_toc even if MEDIA_CHANGED wasn't set. Since we cannot (reliably) detect when media has been removed before we try to touch it, this coul

Re: cvs commit: src/sys/geom/mirror g_mirror.c

2006-03-08 Thread Dmitry Morozovsky
On Wed, 8 Mar 2006, Pawel Jakub Dawidek wrote: PJD> Modified files: PJD> sys/geom/mirror g_mirror.c PJD> Log: PJD> Allow to dump kernel to gmirror providers. PJD> Some conditions have to be met to make it work properly. This will be PJD> described in the manual page. Thanks a

cvs commit: ports/www/auth_ldap Makefile

2006-03-08 Thread Simon L. Nielsen
simon 2006-03-08 09:47:47 UTC FreeBSD ports repository Modified files: www/auth_ldapMakefile Log: - Mark FORBIDDEN due to multiple format strings vulnerabilities. - Set EXPIRATION_DATE to one month from now since the port is unmaintained. Reported by:Chri

cvs commit: src/sys/dev/ata atapi-fd.c

2006-03-08 Thread S�ren Schmidt
sos 2006-03-08 09:21:48 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-fd.c Log: Bail out of afd_sense if ENODEV. Revision ChangesPath 1.107 +7 -3 src/sys/dev/ata/atapi-fd.c ___ cvs-all@fr

cvs commit: src/bin/ps keyword.c

2006-03-08 Thread Garance A Drosehn
gad 2006-03-08 09:15:20 UTC FreeBSD src repository Modified files: bin/ps keyword.c Log: Collapse strncpy/strncat/strncat into a single snprintf, as suggested by pjd. MFC after: 3 weeks Revision ChangesPath 1.74 +1 -3 src/bin/ps

Re: cvs commit: src/sys/geom/mirror g_mirror.c

2006-03-08 Thread Stijn Hoop
On Wed, Mar 08, 2006 at 08:27:33AM +, Pawel Jakub Dawidek wrote: > Allow to dump kernel to gmirror providers. > Some conditions have to be met to make it work properly. This will be > described in the manual page. > > MFC after: 3 days *very* cool! --Stijn -- "...I like logs. T

cvs commit: src/bin/ps keyword.c

2006-03-08 Thread Garance A Drosehn
gad 2006-03-08 08:58:44 UTC FreeBSD src repository Modified files: bin/ps keyword.c Log: Fix the case where the user specifies an alternate heading for some output-format keyword, and the keyword they picked is an alias to some other keyword.

cvs commit: src/sbin/geom/class/mirror gmirror.8

2006-03-08 Thread Pawel Jakub Dawidek
pjd 2006-03-08 08:50:52 UTC FreeBSD src repository Modified files: sbin/geom/class/mirror gmirror.8 Log: Add some notes how to properly dump kernel onto gmirror provider. Reviewed and corrected by: brueffer MFC after: 3 days Revision ChangesPath 1

cvs commit: src/sys/geom/mirror g_mirror.c

2006-03-08 Thread Pawel Jakub Dawidek
pjd 2006-03-08 08:27:33 UTC FreeBSD src repository Modified files: sys/geom/mirror g_mirror.c Log: Allow to dump kernel to gmirror providers. Some conditions have to be met to make it work properly. This will be described in the manual page. MFC after: 3 da

Re: cvs commit: src/sys/ufs/ufs ufs_lookup.c

2006-03-08 Thread Kris Kennaway
On Wed, Mar 08, 2006 at 09:06:32AM +0200, Ruslan Ermilov wrote: > On Wed, Mar 08, 2006 at 02:14:39AM +, Tor Egge wrote: > > tegge 2006-03-08 02:14:39 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/ufs/ufs ufs_lookup.c > > Log: > > Don't set IN_C

Re: cvs commit: src/lib/libarchive INSTALL Makefile Makefile.am archive_platform.h configure.ac.in

2006-03-08 Thread Dag-Erling Smørgrav
Tim Kientzle <[EMAIL PROTECTED]> writes: > Log: > Remove configure.ac.in and reorganize a few other things. This is > part of a program to remove the non-FreeBSD autoconf/automake build > system for libarchive from the FreeBSD source tree. Why did you have configure.ac.in in the first pla