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:
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
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.
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
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
__
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:
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
_
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
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
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
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
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)
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
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.
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
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
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
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:
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
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
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
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)
_
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
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
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
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:
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
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.
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)
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
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
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
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
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
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
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
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
__
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
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
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
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
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
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
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
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
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)
__
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
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
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
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.
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
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
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
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
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
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
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:
: +> >
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
_
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
+> >
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
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
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
_
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:
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
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
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
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)
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
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:
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
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
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]>
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
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)
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]>
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
90 matches
Mail list logo