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
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-
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
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
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
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
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
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/
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
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:
>>>
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
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
==
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
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
==
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
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
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
=
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
=
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
__
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
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
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
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
===
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
===
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
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:
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
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
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
===
29 matches
Mail list logo