Author: mm
Date: Tue Jan 24 08:04:38 2012
New Revision: 230495
URL: http://svn.freebsd.org/changeset/base/230495
Log:
Try resolving jail path with realpath(3).
jail(8) does a chdir(2) to the given path argument. Kernel evaluates the
jail path from the new cwd and not from the original cwd
Author: pluknet
Date: Tue Jan 24 09:51:42 2012
New Revision: 230496
URL: http://svn.freebsd.org/changeset/base/230496
Log:
Remove the stale XXX rt_newaddrmsg comment.
A routing socket message is generated since r192282.
Reviewed by: bz
MFC after:3 days
Modified:
head/sys/netinet
On 23 January 2012 23:53, Florian Smeets wrote:
> which creates a database work set of ~1.5GB. Max throughput was achieved
> at 20 Clients.
> At 40 threads the results varied between 43000 - 76500 across reboots.
> Attilio suspects that this can be caused by the kernel memory layout
> changing u
On Mon, Jan 23, 2012 at 11:05:42PM +0200, Mikolaj Golub wrote:
>
> On Mon, 23 Jan 2012 17:34:57 +0200 Jaakko Heinonen wrote:
>
> JH> On 2012-01-22, Mikolaj Golub wrote:
> >> Also, may be we should allow remounting ro (and may be some othe options)
> for
> >> tmpfs?
>
> JH> Yes, the patch be
Author: netchild
Date: Tue Jan 24 11:06:22 2012
New Revision: 230500
URL: http://svn.freebsd.org/changeset/base/230500
Log:
We are in FreeBSD 10 now: define __FreeBSD__ to 10.
Modified:
head/tools/kerneldoc/subsys/common-Doxyfile
Modified: head/tools/kerneldoc/subsys/common-Doxyfile
Author: trasz
Date: Tue Jan 24 13:23:52 2012
New Revision: 230505
URL: http://svn.freebsd.org/changeset/base/230505
Log:
Add some basic regression tests for mdconfig(8).
Added:
head/tools/regression/mdconfig/
head/tools/regression/mdconfig/00.t (contents, props changed)
head/tools/regre
Author: bz
Date: Tue Jan 24 13:57:30 2012
New Revision: 230506
URL: http://svn.freebsd.org/changeset/base/230506
Log:
Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().
Reviewed by: rwatson
MFC after:3 days
Modified:
head/sys/netinet6/in6.c
Modified: h
Author: mav
Date: Tue Jan 24 14:17:13 2012
New Revision: 230507
URL: http://svn.freebsd.org/changeset/base/230507
Log:
HDMI and DisplayPort support can coexist in HDA CODEC.
Report "HDMI/DP" in PCM device name if both supported.
MFC after:2 months
Sponsored by: iXsystems, Inc.
Modi
Author: glebius
Date: Tue Jan 24 14:27:14 2012
New Revision: 230508
URL: http://svn.freebsd.org/changeset/base/230508
Log:
Remove unused variable.
Modified:
head/sys/netinet/in_mcast.c
Modified: head/sys/netinet/in_mcast.c
=
Author: netchild
Date: Tue Jan 24 15:13:55 2012
New Revision: 230509
URL: http://svn.freebsd.org/changeset/base/230509
Log:
Just define __FreeBSD__ to 1 instead of doing what the compiler does.
The kernel is supposed to DTRT based upon the __FreeBSD_version value,
not the value of __FreeBSD_
On 2012-01-23, Mikolaj Golub wrote:
> JH> Yes, the patch below does that. I suspect that flipping the MNT_RDONLY
> JH> flag may be enough for tmpfs but I am not sure.
>
> I see two issues with this patch:
>
> 1) 'mount -u -o rw /mnt' does not upgrade to rw, although it returns success.
Argh, t
Author: bz
Date: Tue Jan 24 15:20:31 2012
New Revision: 230510
URL: http://svn.freebsd.org/changeset/base/230510
Log:
Replace random ARIN direct assignment legacy IPs with proper RFC 5735
TEST-NET1 block for use in documentation and example code addresses.
MFC after:3 days
Modified:
On 24. Jan 2012, at 15:13 , Alexander Leidinger wrote:
> Author: netchild
> Date: Tue Jan 24 15:13:55 2012
> New Revision: 230509
> URL: http://svn.freebsd.org/changeset/base/230509
>
> Log:
> Just define __FreeBSD__ to 1 instead of doing what the compiler does.
> The kernel is supposed to DTR
On Jan 6, 2012, at 6:16 PM, Doug Barton wrote:
> On 01/06/2012 08:18, Guy Helmer wrote:
>> On Jan 5, 2012, at 8:58 PM, Doug Barton wrote:
>>
>>> On 01/05/2012 14:48, Guy Helmer wrote:
Allow daemon(8) to run pidfile_open() before relenquishing
privileges so pid files can be written in /v
Author: mav
Date: Tue Jan 24 17:31:27 2012
New Revision: 230511
URL: http://svn.freebsd.org/changeset/base/230511
Log:
Enable High Bit Rate (HBR) Encoded Packet Type (EPT), if supported
(HDMI and HBR bits set) and needed (AC3 format used with 8 channels).
This should allow DTS-HD/TrueHD pass
Author: jilles
Date: Tue Jan 24 21:33:34 2012
New Revision: 230512
URL: http://svn.freebsd.org/changeset/base/230512
Log:
sockstat: Also show sockets not associated with a file descriptor.
Sockets not associated with a file descriptor include TCP TIME_WAIT states
and sockets created via t
On 01/24/2012 07:34, Guy Helmer wrote:
> On Jan 6, 2012, at 6:16 PM, Doug Barton wrote:
>
>> On 01/06/2012 08:18, Guy Helmer wrote:
>>> On Jan 5, 2012, at 8:58 PM, Doug Barton wrote:
>>>
On 01/05/2012 14:48, Guy Helmer wrote:
> Allow daemon(8) to run pidfile_open() before relenquishing
>>
Author: mav
Date: Tue Jan 24 22:40:24 2012
New Revision: 230513
URL: http://svn.freebsd.org/changeset/base/230513
Log:
In addition to r230511, allow 8 channel AC3 formats.
Modified:
head/sys/dev/sound/pci/hda/hdaa.c
Modified: head/sys/dev/sound/pci/hda/hdaa.c
Hi Eitan,
On 20.01.12 02:38, Eitan Adler wrote:
Author: eadler
Date: Fri Jan 20 01:38:21 2012
New Revision: 230353
URL: http://svn.freebsd.org/changeset/base/230353
Log:
Fix warning when compiling with gcc46:
error: variable 'temp' set but not used
Approved by: dim
Approved
Author: mm
Date: Tue Jan 24 23:09:54 2012
New Revision: 230514
URL: http://svn.freebsd.org/changeset/base/230514
Log:
Merge illumos revisions 13572, 13573, 13574:
Rev. 13572:
disk sync write perf regression when slog is used post oi_148 [1]
Rev. 13573:
crash during reguid causes st
Author: pjd
Date: Tue Jan 24 23:43:13 2012
New Revision: 230515
URL: http://svn.freebsd.org/changeset/base/230515
Log:
- Fix documentation to note that /etc/hast.conf is the default configuration
file for hastd(8) and hastctl(8) and not hast.conf.
- In copyright statement correct that this
On Tue, Jan 24, 2012 at 5:49 PM, Andreas Tobler wrote:
> Hi Eitan,
> I do not know which of the makefs commits it was:
>
> [andreast@neon] /export/home/andreast/> makefs -t cd9660 -o chrp-boot -o
> rockridge -o label=pseries -B4321 p.iso /data1/netboot/powerpc64/
> Segmentation fault (core dumped
Author: rmacklem
Date: Wed Jan 25 00:22:53 2012
New Revision: 230516
URL: http://svn.freebsd.org/changeset/base/230516
Log:
If a mount -u is done to either NFS client that switches it
from TCP to UDP and the rsize/wsize/readdirsize is greater
than NFS_MAXDGRAMDATA, it is possible for a threa
Andreas Tobler wrote
in <4f1f3585.8060...@freebsd.org>:
an> Hi Eitan,
an>
an> On 20.01.12 02:38, Eitan Adler wrote:
an> > Author: eadler
an> > Date: Fri Jan 20 01:38:21 2012
an> > New Revision: 230353
an> > URL: http://svn.freebsd.org/changeset/base/230353
an> >
an> > Log:
an> >Fix warning
On Wed, 25 Jan 2012, Rick Macklem wrote:
Log:
If a mount -u is done to either NFS client that switches it
from TCP to UDP and the rsize/wsize/readdirsize is greater
than NFS_MAXDGRAMDATA, it is possible for a thread doing an
I/O RPC to get stuck repeatedly doing retries. This happens
becaus
Author: emaste
Date: Wed Jan 25 02:15:40 2012
New Revision: 230520
URL: http://svn.freebsd.org/changeset/base/230520
Log:
Clean up reinstall option and remove duplicate code
- Move the reinstall logic to be before menus are initialised
(menus are not needed when reinstalling a zonefile)
Bruce Evans wrote:
> On Wed, 25 Jan 2012, Rick Macklem wrote:
>
> > Log:
> > If a mount -u is done to either NFS client that switches it
> > from TCP to UDP and the rsize/wsize/readdirsize is greater
> > than NFS_MAXDGRAMDATA, it is possible for a thread doing an
> > I/O RPC to get stuck repea
Author: nwhitehorn
Date: Wed Jan 25 03:37:39 2012
New Revision: 230522
URL: http://svn.freebsd.org/changeset/base/230522
Log:
Experimental support for booting CHRP-type PowerPC systems from hard disks.
Modified:
head/sys/boot/powerpc/boot1.chrp/Makefile
head/sys/geom/part/g_part_mbr.c
hea
On Tue, 24 Jan 2012, Rick Macklem wrote:
Bruce Evans wrote:
On Wed, 25 Jan 2012, Rick Macklem wrote:
Log:
If a mount -u is done to either NFS client that switches it
from TCP to UDP and the rsize/wsize/readdirsize is greater
than NFS_MAXDGRAMDATA, it is possible for a thread doing an
I/O
Author: imp
Date: Wed Jan 25 04:45:29 2012
New Revision: 230525
URL: http://svn.freebsd.org/changeset/base/230525
Log:
Some minor additions to the list of supported devices...
Modified:
head/share/man/man4/ed.4
Modified: head/share/man/man4/ed.4
==
Author: imp
Date: Wed Jan 25 04:48:27 2012
New Revision: 230526
URL: http://svn.freebsd.org/changeset/base/230526
Log:
Minor indenting divot...
Modified:
head/sys/dev/fxp/if_fxp.c
Modified: head/sys/dev/fxp/if_fxp.c
On 25.01.12 01:40, Hiroki Sato wrote:
Andreas Tobler wrote
in<4f1f3585.8060...@freebsd.org>:
an> Hi Eitan,
an>
an> On 20.01.12 02:38, Eitan Adler wrote:
an> > Author: eadler
an> > Date: Fri Jan 20 01:38:21 2012
an> > New Revision: 230353
an> > URL: http://svn.freebsd.org/changeset/
On Tue, Jan 24, 2012 at 9:35 PM, Andreas Tobler wrote:
>
...
> It is actually r230354, this is the commit which shows the failure.
> And I reverted back to 230353 and onfirmed that it 'works'.
>
> I additionally built with -O0 -g, see below.
>
> If you need more details, I'll be out the next 15h
On 25.01.12 06:50, Garrett Cooper wrote:
On Tue, Jan 24, 2012 at 9:35 PM, Andreas Tobler wrote:
...
It is actually r230354, this is the commit which shows the failure.
And I reverted back to 230353 and onfirmed that it 'works'.
I additionally built with -O0 -g, see below.
If you need mor
Andreas Tobler wrote
in <4f1f94b3.6020...@freebsd.org>:
an> On 25.01.12 01:40, Hiroki Sato wrote:
an> > Andreas Tobler wrote
an> >in<4f1f3585.8060...@freebsd.org>:
an> >
an> > an> Hi Eitan,
an> > an>
an> > an> On 20.01.12 02:38, Eitan Adler wrote:
an> > an> > Author: eadler
an> > an>
On 25.01.12 07:03, Hiroki Sato wrote:
Andreas Tobler wrote
in<4f1f94b3.6020...@freebsd.org>:
an> On 25.01.12 01:40, Hiroki Sato wrote:
an> > Andreas Tobler wrote
an> > in<4f1f3585.8060...@freebsd.org>:
an> >
an> > an> Hi Eitan,
an> > an>
an> > an> On 20.01.12 02:38, Eita
Andreas Tobler wrote
in <4f1f9cd1.9070...@freebsd.org>:
an> It is a powerpc64 crossbuild installation, built on amd64. It is
an> around 650MB unzipped, 230MB zipped. I can upload it to freefall later
an> this evening.
Thanks!
-- Hiroki
pgpqPKxd9Ox3l.pgp
Description: PGP signature
Author: hrs
Date: Wed Jan 25 07:45:15 2012
New Revision: 230529
URL: http://svn.freebsd.org/changeset/base/230529
Log:
Fix a SIGSEGV problem in directory entry renaming.
Modified:
head/usr.sbin/makefs/cd9660.c
Modified: head/usr.sbin/makefs/cd9660.c
==
38 matches
Mail list logo