Author: delphij
Date: Mon Feb 27 05:49:00 2012
New Revision: 232202
URL: http://svn.freebsd.org/changeset/base/232202
Log:
Drop setuid status while doing file operations to prevent potential
information leak. This changeset is intended to be a minimal one
to make backports easier.
Revi
On Mon, 27 Feb 2012, Jilles Tjoelker wrote:
On Sat, Feb 25, 2012 at 09:10:04AM +1100, Bruce Evans wrote:
On Fri, 24 Feb 2012, Jilles Tjoelker wrote:
I don't think xargs should work around that bug, particularly not by
introducing unspecified behaviour (the value of WTERMSIG(x) when
!WIFSIGNA
On Feb 24, 2012, at 12:09, Dimitry Andric wrote:
> On 2012-02-24 10:38, Alexander Best wrote:
>> is the clang version in base able to do complete universe builds for i386 and
>> amd64 without the need for NO_WERROR= and WERROR= now?
>
> "universe" means all arches, and all kernel configs, so no.
On Sat, Feb 25, 2012 at 09:10:04AM +1100, Bruce Evans wrote:
> On Fri, 24 Feb 2012, Jilles Tjoelker wrote:
>
> > On Sat, Feb 25, 2012 at 04:27:35AM +1100, Bruce Evans wrote:
> > ...
> >> Utilities are quite broken near here too:
> >> - under -current:
> >>- utilities still don't support signal
Author: jilles
Date: Sun Feb 26 23:06:30 2012
New Revision: 232201
URL: http://svn.freebsd.org/changeset/base/232201
Log:
xargs: Remove an unclear comment that only tried to repeat what the code did
Reported by: bde
Modified:
head/usr.bin/xargs/xargs.c
Modified: head/usr.bin/xargs/xarg
On Sun, Feb 26, 2012 at 10:12 PM, Ed Schouten wrote:
> Hi Jilles,
>
> * Jilles Tjoelker , 20120226 16:14:
>> +static int
>> +pipe_chmod(fp, mode, active_cred, td)
>> + struct file *fp;
>> + mode_t mode;
>> + struct ucred *active_cred;
>> +
Author: nwhitehorn
Date: Sun Feb 26 22:09:21 2012
New Revision: 232200
URL: http://svn.freebsd.org/changeset/base/232200
Log:
Fix segfault if distfetch and distextract binaries are run standalone
without the DISTRIBUTIONS environment variable set.
PR: bin/165492
Submitted by:
Author: kan
Date: Sun Feb 26 21:24:27 2012
New Revision: 232199
URL: http://svn.freebsd.org/changeset/base/232199
Log:
Fix apparent logic reversal in setting the 'auto_mode' flag.
MFC after: 2 weeks
Modified:
head/sys/x86/cpufreq/p4tcc.c
Modified: head/sys/x86/cpufreq/p4tcc.c
==
Hi Jilles,
* Jilles Tjoelker , 20120226 16:14:
> +static int
> +pipe_chmod(fp, mode, active_cred, td)
> + struct file *fp;
> + mode_t mode;
> + struct ucred *active_cred;
> + struct thread *td;
> +{
> + struct pipe *cpipe;
> + int error;
>
On Sun, Feb 26, 2012 at 4:14 PM, Jilles Tjoelker wrote:
> Author: jilles
> Date: Sun Feb 26 15:14:29 2012
> New Revision: 232183
> URL: http://svn.freebsd.org/changeset/base/232183
>
> Log:
> Fix fchmod() and fchown() on fifos.
>
> The new fifo implementation in r232055 broke fchmod() and fchown
Author: phk
Date: Sun Feb 26 20:56:49 2012
New Revision: 232197
URL: http://svn.freebsd.org/changeset/base/232197
Log:
Also call the low-level driver if ->c_iflag & (IXON|IXOFF|IXANY) changes.
Uftdi(4) examines (c_iflag & (IXON|IXOFF)) to control hw XON-XOFF support.
This is obviously no
Author: alc
Date: Sun Feb 26 19:10:14 2012
New Revision: 232192
URL: http://svn.freebsd.org/changeset/base/232192
Log:
Fix typo.
MFC after:1 week
Modified:
head/sys/kern/vfs_bio.c
Modified: head/sys/kern/vfs_bio.c
=
Author: jilles
Date: Sun Feb 26 17:39:46 2012
New Revision: 232187
URL: http://svn.freebsd.org/changeset/base/232187
Log:
xargs: Fix comma splice in error message.
Reported by: bde
Modified:
head/usr.bin/xargs/xargs.c
Modified: head/usr.bin/xargs/xargs.c
===
Author: mm
Date: Sun Feb 26 16:30:39 2012
New Revision: 232186
URL: http://svn.freebsd.org/changeset/base/232186
Log:
Analogous to r232059, add a parameter for the ZFS file system:
allow.mount.zfs:
allow mounting the zfs filesystem inside a jail
This way the permssions for moun
Author: kevlo
Date: Sun Feb 26 16:05:20 2012
New Revision: 232185
URL: http://svn.freebsd.org/changeset/base/232185
Log:
Remove duplicate assignment of CTS_SPI_VALID_SYNC_RATE bit
Modified:
head/sys/dev/dpt/dpt_scsi.c
Modified: head/sys/dev/dpt/dpt_scsi.c
Author: jilles
Date: Sun Feb 26 15:32:02 2012
New Revision: 232184
URL: http://svn.freebsd.org/changeset/base/232184
Log:
Check fchmod()/fchown() in fifo_misc test.
Modified:
head/tools/regression/fifo/fifo_misc/fifo_misc.c
Modified: head/tools/regression/fifo/fifo_misc/fifo_misc.c
=
Author: jilles
Date: Sun Feb 26 15:14:29 2012
New Revision: 232183
URL: http://svn.freebsd.org/changeset/base/232183
Log:
Fix fchmod() and fchown() on fifos.
The new fifo implementation in r232055 broke fchmod() and fchown() on fifos.
Postfix needs this.
Submitted by: gianni
Report
Author: trociny
Date: Sun Feb 26 14:27:34 2012
New Revision: 232182
URL: http://svn.freebsd.org/changeset/base/232182
Log:
When displaying security credential information show also process umask.
Submitted by: Dmitry Banschikov
Discussed with: rwatson
MFC after:2 weeks
Modif
Author: trociny
Date: Sun Feb 26 14:25:48 2012
New Revision: 232181
URL: http://svn.freebsd.org/changeset/base/232181
Log:
Add sysctl to retrieve or set umask of another process.
Submitted by: Dmitry Banschikov
Discussed with: kib, rwatson
Reviewed by: kib
MFC after:2 week
On Sat Feb 25 12, Bruce Evans wrote:
> On Fri, 24 Feb 2012, Alexander Best wrote:
>
> >On Fri Feb 24 12, Dimitry Andric wrote:
> >>On 2012-02-24 10:38, Alexander Best wrote:
> >>>which will turn all -Wformat-invalid-specifier and -Wformat-extra-args
> >>>errors
> >>>into warnings (because clang t
Author: kib
Date: Sun Feb 26 13:57:24 2012
New Revision: 232180
URL: http://svn.freebsd.org/changeset/base/232180
Log:
Document SO_PROTOCOL socket option.
Discussed with: bz
Reviewed by: glebius
MFC after:2 weeks
Modified:
head/lib/libc/sys/getsockopt.2
Modified: head/lib
Author: kib
Date: Sun Feb 26 13:55:43 2012
New Revision: 232179
URL: http://svn.freebsd.org/changeset/base/232179
Log:
Add SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level option to get the
socket protocol number. This is useful since the socket type can
be implemented by different protocol
Author: kib
Date: Sun Feb 26 13:51:05 2012
New Revision: 232178
URL: http://svn.freebsd.org/changeset/base/232178
Log:
Remove apparently redundand checks for socket so_proto being non-NULL
from sosetopt() and sogetopt(). No exposed sockets may have so_proto
invalid.
Discussed with:
Author: jhibbits
Date: Sun Feb 26 13:45:25 2012
New Revision: 232177
URL: http://svn.freebsd.org/changeset/base/232177
Log:
Add backlight control to ATI-graphics PowerBooks and iBooks.
Approved by: nwhitehorn (mentor)
MFC after:1 week
Added:
head/sys/powerpc/powermac/atibl.c (co
Author: jhibbits
Date: Sun Feb 26 13:27:22 2012
New Revision: 232176
URL: http://svn.freebsd.org/changeset/base/232176
Log:
Fix the scc(4) module build. Without the file it's missing a required symbol.
Approved by: nwhitehorn (mentor)
MFC after:3 days
Modified:
head/sys/modules/s
On 22 February 2012 19:05, Josh Paetzel wrote:
> Author: jpaetzel
> Date: Wed Feb 22 15:05:19 2012
> New Revision: 231999
> URL: http://svn.freebsd.org/changeset/base/231999
>
> Log:
> Fix various typos and normalize spelling.
[...]
> @@ -602,7 +602,7 @@ options FLOWTABLE
> options SC
26 matches
Mail list logo