Author: kib
Date: Mon Mar 5 11:38:02 2012
New Revision: 232541
URL: http://svn.freebsd.org/changeset/base/232541
Log:
Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs.
Reported and tested by: pho
MFC after:2 weeks
Modified:
head/sys/fs/pseudofs/pseudofs_vnop
On Sunday 04 March 2012 22:30:56 Andrey Kosachenko wrote:
>> On Tuesday, February 28, 2012 01:38:34 PM Tijl Coosemans wrote:
>>> Author: tijl
>>> Date: Tue Feb 28 18:38:33 2012
>>> New Revision: 232264
>>> URL: http://svn.freebsd.org/changeset/base/232264
>>>
>>> Log:
>>>Copy amd64 _stdint.h to
Author: ivoras
Date: Mon Mar 5 14:19:43 2012
New Revision: 232547
URL: http://svn.freebsd.org/changeset/base/232547
Log:
Print out process name and thread id in the debugging message.
This is useful because the message can end up in system logs in
non-debugging operation.
Reviewed by:
Author: trasz
Date: Mon Mar 5 16:37:51 2012
New Revision: 232548
URL: http://svn.freebsd.org/changeset/base/232548
Log:
Make growfs(8) mostly style compliant. No functional changes,
verified with MD5.
Modified:
head/sbin/growfs/debug.c
head/sbin/growfs/growfs.c
Modified: head/sbin/grow
Author: pluknet
Date: Mon Mar 5 17:38:44 2012
New Revision: 232553
URL: http://svn.freebsd.org/changeset/base/232553
Log:
Fix typo. Bump .Dd for the previous change.
Modified:
head/share/man/man9/pci.9
Modified: head/share/man/man9/pci.9
=
On Sunday, March 04, 2012 3:02:20 pm Tijl Coosemans wrote:
> Author: tijl
> Date: Sun Mar 4 20:02:20 2012
> New Revision: 232519
> URL: http://svn.freebsd.org/changeset/base/232519
>
> Log:
> Do not use INT64_C and UINT64_C to define 64 bit integer limits. They
> aren't defined for C++ code
On Saturday, March 03, 2012 11:38:43 am Peter Holm wrote:
> On Sat, Mar 03, 2012 at 01:01:32AM -0500, Rick Macklem wrote:
> > John Baldwin wrote:
> > > On Friday, March 02, 2012 8:29:21 am Peter Holm wrote:
> > > > On Thu, Mar 01, 2012 at 04:47:41PM -0500, John Baldwin wrote:
> > > > > On Monday, O
Author: jkim
Date: Mon Mar 5 18:47:42 2012
New Revision: 232561
URL: http://svn.freebsd.org/changeset/base/232561
Log:
Fix few style nits.
Modified:
head/sys/amd64/conf/GENERIC
head/sys/i386/conf/GENERIC
Modified: head/sys/amd64/conf/GENERIC
===
On Friday, March 02, 2012 5:38:07 pm Marius Strobl wrote:
> On Fri, Mar 02, 2012 at 05:18:37PM -0500, John Baldwin wrote:
> > On Friday, March 02, 2012 4:45:52 pm Marius Strobl wrote:
> > > On Fri, Mar 02, 2012 at 08:38:05PM +, John Baldwin wrote:
> > > > Author: jhb
> > > > Date: Fri Mar 2 20
Author: jhb
Date: Mon Mar 5 19:38:59 2012
New Revision: 232569
URL: http://svn.freebsd.org/changeset/base/232569
Log:
Fix three instances of a missing word.
Submitted by: bjk
Modified:
head/share/man/man9/pci.9
Modified: head/share/man/man9/pci.9
===
Author: jhb
Date: Mon Mar 5 19:53:17 2012
New Revision: 232570
URL: http://svn.freebsd.org/changeset/base/232570
Log:
Fix boot2 to handle boot config files that only contain a custom path to
a loader or kernel. Specifically, kname cannot be pointed at cmd[] since
it's value is change to be
Author: pluknet
Date: Mon Mar 5 20:04:28 2012
New Revision: 232571
URL: http://svn.freebsd.org/changeset/base/232571
Log:
Actually bump date, sigh.
Modified:
head/share/man/man9/pci.9
Modified: head/share/man/man9/pci.9
===
Author: kib
Date: Mon Mar 5 20:43:06 2012
New Revision: 232572
URL: http://svn.freebsd.org/changeset/base/232572
Log:
The libmap.conf initialization is performed before TLS is functional.
Since after r232498 the ctype macros require working access to
thread-local variables, rtld crashes whe
Author: pjd
Date: Mon Mar 5 20:59:34 2012
New Revision: 232574
URL: http://svn.freebsd.org/changeset/base/232574
Log:
Link EV_SET(3) to kqueue(2).
MFC after:3 days
Modified:
head/lib/libc/sys/Makefile.inc
Modified: head/lib/libc/sys/Makefile.inc
On Mon, Mar 05, 2012 at 12:38:57PM -0500, John Baldwin wrote:
> On Saturday, March 03, 2012 11:38:43 am Peter Holm wrote:
> > On Sat, Mar 03, 2012 at 01:01:32AM -0500, Rick Macklem wrote:
> > > John Baldwin wrote:
> > > > On Friday, March 02, 2012 8:29:21 am Peter Holm wrote:
> > > > > On Thu, Mar
On Monday, March 05, 2012 4:43:54 pm Peter Holm wrote:
> On Mon, Mar 05, 2012 at 12:38:57PM -0500, John Baldwin wrote:
> > On Saturday, March 03, 2012 11:38:43 am Peter Holm wrote:
> > > On Sat, Mar 03, 2012 at 01:01:32AM -0500, Rick Macklem wrote:
> > > > John Baldwin wrote:
> > > > > On Friday, M
Author: jmallett
Date: Tue Mar 6 02:23:15 2012
New Revision: 232576
URL: http://svn.freebsd.org/changeset/base/232576
Log:
In the trap messages that aid the primitive debugging environment of MIPS,
include the tid as well, so it's easier to tell which thread of a process
with multiple is re
Author: gonzo
Date: Tue Mar 6 03:25:50 2012
New Revision: 232577
URL: http://svn.freebsd.org/changeset/base/232577
Log:
Prepare for large TLS redo. Save pointer to the beginning of TLS area,
and offset it only if requested by RDHWR handler. Otherwise things
get overly complicated -
Author: gonzo
Date: Tue Mar 6 03:27:08 2012
New Revision: 232578
URL: http://svn.freebsd.org/changeset/base/232578
Log:
- Switch to saving non-offseted pointer to TLS block in order too keep things
simple
Modified:
head/libexec/rtld-elf/mips/reloc.c
head/libexec/rtld-elf/mips/rtld_machdep
Author: gonzo
Date: Tue Mar 6 03:27:58 2012
New Revision: 232579
URL: http://svn.freebsd.org/changeset/base/232579
Log:
- Switch to saving non-offseted pointer to TLS block in order too keep things
simple
Modified:
head/lib/libthr/arch/mips/include/pthread_md.h
Modified: head/lib/libthr/ar
Author: gonzo
Date: Tue Mar 6 03:29:46 2012
New Revision: 232580
URL: http://svn.freebsd.org/changeset/base/232580
Log:
- Remove NOSHARED parts since it seems to be no-op
- Call _init_tls for statically linked binaries
Modified:
head/lib/csu/mips/crt1.c
Modified: head/lib/csu/mips/crt1.c
Author: gonzo
Date: Tue Mar 6 03:30:09 2012
New Revision: 232581
URL: http://svn.freebsd.org/changeset/base/232581
Log:
Implement _set_tp
Modified:
head/lib/libc/mips/gen/_set_tp.c
Modified: head/lib/libc/mips/gen/_set_tp.c
===
Author: gonzo
Date: Tue Mar 6 03:42:54 2012
New Revision: 232582
URL: http://svn.freebsd.org/changeset/base/232582
Log:
- Switch ARM and MIPS to TLS Variant I
- Fix TLS allocation for Variant I: both rtld and libc allocators
assume that tls_static_space includes space for TLS structure
Author: jmallett
Date: Tue Mar 6 07:47:28 2012
New Revision: 232583
URL: http://svn.freebsd.org/changeset/base/232583
Log:
When emulating rdhwr for TLS, use the 32-bit offset under COMPAT_FREEBSD32.
Modified:
head/sys/mips/include/tls.h
head/sys/mips/mips/trap.c
Modified: head/sys/mips/in
Author: jmallett
Date: Tue Mar 6 07:50:45 2012
New Revision: 232584
URL: http://svn.freebsd.org/changeset/base/232584
Log:
Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts and
TLS:
o) The mc_tls field used to store the TLS base when doing context gets and
restores
25 matches
Mail list logo