svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf

2010-04-01 Thread Alexander Leidinger
Author: netchild Date: Fri Apr 2 06:55:31 2010 New Revision: 206082 URL: http://svn.freebsd.org/changeset/base/206082 Log: WITH_CTF can now be specified in src.conf (not recommended, there are some problems with static executables), make.conf (would also affect ports which do not use GNU ma

svn commit: r206081 - head/sys/compat/linprocfs

2010-04-01 Thread Alexander Leidinger
Author: netchild Date: Fri Apr 2 06:50:28 2010 New Revision: 206081 URL: http://svn.freebsd.org/changeset/base/206081 Log: Re-apply r205683 with some modifications: Fix some bogus values in linprocfs. Submitted by: Petr Salinger Verified on:GNU/kFreeBSD debian 8.0-

svn commit: r206063 - head/sys/fs/nfsserver

2010-04-01 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 2 02:19:28 2010 New Revision: 206063 URL: http://svn.freebsd.org/changeset/base/206063 Log: For the experimental NFS server, add a call to free the lookup path buffer for one case where it was missing when doing mkdir. This could have conceivably resulted in a

svn commit: r206061 - head/sys/fs/nfsserver

2010-04-01 Thread Rick Macklem
Author: rmacklem Date: Fri Apr 2 01:53:48 2010 New Revision: 206061 URL: http://svn.freebsd.org/changeset/base/206061 Log: Add SAVENAME to the cn_flags for all cases in the experimental NFS server for the CREATE cn_nameiop where SAVESTART isn't set. I was not aware that this needed to be do

Re: svn commit: r206043 - in head/usr.sbin/pkg_install: add delete lib version

2010-04-01 Thread Garrett Cooper
ts(). >  - Try rename(2) in move_file() first. >  - Bump PKG_INSTALL_VERSION to 20100401. > >  PR:           bin/145101 [1], bin/139492 [2], bin/144919 [3] >                bin/144920 [4], bin/144921 [5] >  Submitted by: gcooper [1,2,3,4,5] > > Modified: >  head/usr.sbin/pk

svn commit: r206058 - head/lib/libz

2010-04-01 Thread Xin LI
Author: delphij Date: Thu Apr 1 22:52:09 2010 New Revision: 206058 URL: http://svn.freebsd.org/changeset/base/206058 Log: Remove _LARGEFILE64_SOURCE==1 case which is supposed to be always false on FreeBSD. Pointed out by: dougb Modified: head/lib/libz/zconf.h Modified: head/lib

Re: svn commit: r205119 - head/contrib/top

2010-04-01 Thread Bruce Cran
On Tuesday 30 March 2010 16:26:36 Alexander Motin wrote: > Bruce Cran wrote: > > Author: brucec > > Date: Sat Mar 13 11:17:39 2010 > > New Revision: 205119 > > URL: http://svn.freebsd.org/changeset/base/205119 > > > > Log: > > Change the 'amt' parameter in format_k2 from int to unsigned long lon

svn commit: r206057 - head/lib/libz

2010-04-01 Thread Xin LI
Author: delphij Date: Thu Apr 1 21:21:45 2010 New Revision: 206057 URL: http://svn.freebsd.org/changeset/base/206057 Log: For now, hardcode FreeBSD configuration that will never change on zlib.h: unifdef -D_FILE_OFFSET_BITS=64 -U_LFS64_LARGEFILE -U_LARGEFILE64_SOURCE Modified: head/lib/

svn commit: r206056 - head/contrib/top

2010-04-01 Thread Bruce Cran
Author: brucec Date: Thu Apr 1 21:20:19 2010 New Revision: 206056 URL: http://svn.freebsd.org/changeset/base/206056 Log: Specify the parameter in the format_k2 prototype. This fixes top on ARM, which assumes that format_k2 takes an int. Approved by: rrs (mentor) Modified: head/contri

Re: svn commit: r206046 - in head/crypto/openssl: . apps crypto crypto/asn1 crypto/bio crypto/bn crypto/bn/asm crypto/engine crypto/evp crypto/ocsp crypto/rand engines fips ssl

2010-04-01 Thread Doug Barton
On 04/01/10 13:43, Simon L. Nielsen wrote: > B0;253;0cOn 2010.04.01 11:20:15 -0700, Doug Barton wrote: >> On 04/01/10 08:19, Simon L. Nielsen wrote: >>> Author: simon >>> Date: Thu Apr 1 15:19:51 2010 >>> New Revision: 206046 >>> URL: http://svn.freebsd.org/changeset/base/206046 >>> >>> Log: >>>

Re: svn commit: r206046 - in head/crypto/openssl: . apps crypto crypto/asn1 crypto/bio crypto/bn crypto/bn/asm crypto/engine crypto/evp crypto/ocsp crypto/rand engines fips ssl

2010-04-01 Thread Simon L. Nielsen
B0;253;0cOn 2010.04.01 11:20:15 -0700, Doug Barton wrote: > On 04/01/10 08:19, Simon L. Nielsen wrote: > > Author: simon > > Date: Thu Apr 1 15:19:51 2010 > > New Revision: 206046 > > URL: http://svn.freebsd.org/changeset/base/206046 > > > > Log: > > Merge OpenSSL 0.9.8n into head. > > Just cu

svn commit: r206054 - head/sys/arm/mv

2010-04-01 Thread Alexander Motin
Author: mav Date: Thu Apr 1 19:05:43 2010 New Revision: 206054 URL: http://svn.freebsd.org/changeset/base/206054 Log: Oops! Wrong copy-paste in r206053. Modified: head/sys/arm/mv/mv_sata.c Modified: head/sys/arm/mv/mv_sata.c ==

Re: svn commit: r206046 - in head/crypto/openssl: . apps crypto crypto/asn1 crypto/bio crypto/bn crypto/bn/asm crypto/engine crypto/evp crypto/ocsp crypto/rand engines fips ssl

2010-04-01 Thread Doug Barton
On 04/01/10 08:19, Simon L. Nielsen wrote: > Author: simon > Date: Thu Apr 1 15:19:51 2010 > New Revision: 206046 > URL: http://svn.freebsd.org/changeset/base/206046 > > Log: > Merge OpenSSL 0.9.8n into head. Just curious, why not 1.0.0? Doug -- ... and that's just a little bit of

svn commit: r206053 - head/sys/arm/mv

2010-04-01 Thread Alexander Motin
Author: mav Date: Thu Apr 1 18:17:53 2010 New Revision: 206053 URL: http://svn.freebsd.org/changeset/base/206053 Log: Fill extended ATA command registers in cPRD to support 48bit commands. Modified: head/sys/arm/mv/mv_sata.c Modified: head/sys/arm/mv/mv_sata.c ==

svn commit: r206052 - head/usr.sbin

2010-04-01 Thread Warner Losh
Author: imp Date: Thu Apr 1 17:04:37 2010 New Revision: 206052 URL: http://svn.freebsd.org/changeset/base/206052 Log: We don't need to note that mkproto is missing anymore. It is definitely OBE in a number of ways, and likely should have been removed in 2000, not 2010. Modified: head/us

svn commit: r206051 - head/sys/sys

2010-04-01 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu Apr 1 16:21:35 2010 New Revision: 206051 URL: http://svn.freebsd.org/changeset/base/206051 Log: IOCPARM_MAX defines maximum size of a structure that can be passed directly to ioctl(2). Because of how ioctl command is build using _IO*() macros we have only 13 bits to en

svn commit: r206050 - head/sys/netgraph

2010-04-01 Thread Alexander Motin
Author: mav Date: Thu Apr 1 16:20:36 2010 New Revision: 206050 URL: http://svn.freebsd.org/changeset/base/206050 Log: Remove alignment constraints. Modified: head/sys/netgraph/ng_pptpgre.c Modified: head/sys/netgraph/ng_pptpgre.c =

svn commit: r206049 - head/sys/netgraph

2010-04-01 Thread Alexander Motin
Author: mav Date: Thu Apr 1 16:18:16 2010 New Revision: 206049 URL: http://svn.freebsd.org/changeset/base/206049 Log: Remove alignment constraints. Modified: head/sys/netgraph/ng_deflate.c Modified: head/sys/netgraph/ng_deflate.c =

Re: svn commit: r206043 - in head/usr.sbin/pkg_install: add delete lib version

2010-04-01 Thread pluknet
too. >  - Try rename(2) in move_file() first. >  - Bump PKG_INSTALL_VERSION to 20100401. > >  PR:           bin/145101 [1], bin/139492 [2], bin/144919 [3] >                bin/144920 [4], bin/144921 [5] >  Submitted by: gcooper [1,2,3,4,5] -- wbr, pluknet __

svn commit: r206047 - head/secure/lib/libcrypto

2010-04-01 Thread Simon L. Nielsen
Author: simon Date: Thu Apr 1 15:35:29 2010 New Revision: 206047 URL: http://svn.freebsd.org/changeset/base/206047 Log: - Make it slightly simpler to update OpenSSL version information for regenerating OpenSSL manual pages. - Explicitly set the OpenSSL release date so manual pages contain

svn commit: r206046 - in head/crypto/openssl: . apps crypto crypto/asn1 crypto/bio crypto/bn crypto/bn/asm crypto/engine crypto/evp crypto/ocsp crypto/rand engines fips ssl

2010-04-01 Thread Simon L. Nielsen
Author: simon Date: Thu Apr 1 15:19:51 2010 New Revision: 206046 URL: http://svn.freebsd.org/changeset/base/206046 Log: Merge OpenSSL 0.9.8n into head. This fixes CVE-2010-0740 which only affected -CURRENT (OpenSSL 0.9.8m) but not -STABLE branches. I have not yet been able to find o

svn commit: r206043 - in head/usr.sbin/pkg_install: add delete lib version

2010-04-01 Thread Florent Thoumie
chmod2() after mkdtemp(3). [4] - Replace mkdir(1) call with mkdir(2). [5] - Get rid of some vsystem() calls. - Switch from lstat(2) to open(2) in fexists(). - Try rename(2) in move_file() first. - Bump PKG_INSTALL_VERSION to 20100401. PR: bin/145101 [1], bin/139492 [2], bin

svn commit: r206040 - head/libexec/fingerd

2010-04-01 Thread Dag-Erling Smorgrav
Author: des Date: Thu Apr 1 13:16:32 2010 New Revision: 206040 URL: http://svn.freebsd.org/changeset/base/206040 Log: Forgot to initialize the debug variable. MFC after:2 weeks Modified: head/libexec/fingerd/fingerd.c Modified: head/libexec/fingerd/fingerd.c ===

svn commit: r206039 - head/etc

2010-04-01 Thread Dag-Erling Smorgrav
Author: des Date: Thu Apr 1 13:13:09 2010 New Revision: 206039 URL: http://svn.freebsd.org/changeset/base/206039 Log: Add -k to the recommended fingerd(8) command line. MFC after:2 weeks Modified: head/etc/inetd.conf Modified: head/etc/inetd.conf ===

svn commit: r206038 - head/libexec/fingerd

2010-04-01 Thread Dag-Erling Smorgrav
Author: des Date: Thu Apr 1 13:11:39 2010 New Revision: 206038 URL: http://svn.freebsd.org/changeset/base/206038 Log: Add a debugging option (-d) Add a -k option which fingerd(8) passes through to finger(1). MFC after:2 weeks Modified: head/libexec/fingerd/fingerd.8 head/libexec

svn commit: r206036 - head/usr.bin/calendar/calendars

2010-04-01 Thread Bernhard Froehlich
Author: decke (ports committer) Date: Thu Apr 1 12:26:29 2010 New Revision: 206036 URL: http://svn.freebsd.org/changeset/base/206036 Log: - Add my birthday to the calendar Approved by: miwi (mentor), beat (co-mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified:

svn commit: r206034 - head/share/misc

2010-04-01 Thread Bernhard Froehlich
Author: decke (ports committer) Date: Thu Apr 1 12:18:44 2010 New Revision: 206034 URL: http://svn.freebsd.org/changeset/base/206034 Log: - Add myself to the ports committer list Approved by: miwi (mentor), beat (co-mentor) Modified: head/share/misc/committers-ports.dot Modified: head

svn commit: r206033 - head/sys/dev/sound/pci

2010-04-01 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Apr 1 11:30:46 2010 New Revision: 206033 URL: http://svn.freebsd.org/changeset/base/206033 Log: Fix the gap between mute and lowest possible volume. The es1370 mixer volumes were incorrectly calculated. I've tested this with one of my es1370 cards a

svn commit: r206032 - head/sys/netgraph

2010-04-01 Thread Alexander Motin
Author: mav Date: Thu Apr 1 10:41:01 2010 New Revision: 206032 URL: http://svn.freebsd.org/changeset/base/206032 Log: Remove alignment constraints. Modified: head/sys/netgraph/ng_tcpmss.c Modified: head/sys/netgraph/ng_tcpmss.c ===