Author: mm
Date: Thu Apr 19 07:43:44 2012
New Revision: 234453
URL: http://svn.freebsd.org/changeset/base/234453
Log:
MFC r234336:
Fix typo miror -> mirror
Reported by: Glen Barber
Modified:
stable/8/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
stable/8/cddl/con
Author: mm
Date: Thu Apr 19 07:43:28 2012
New Revision: 234452
URL: http://svn.freebsd.org/changeset/base/234452
Log:
MFC r234336:
Fix typo miror -> mirror
Reported by: Glen Barber
Modified:
stable/9/cddl/contrib/opensolaris/cmd/zpool/zpool.8
Directory Properties:
stable/9/cddl/con
Author: kib
Date: Thu Apr 19 10:17:28 2012
New Revision: 234454
URL: http://svn.freebsd.org/changeset/base/234454
Log:
MFC r234170:
Propagate the current state of rtld_bind_lock to dlopen_object() calls
through the filter loading call chain. This fixes attempts to
write-lock the already lo
Author: kib
Date: Thu Apr 19 10:36:23 2012
New Revision: 234455
URL: http://svn.freebsd.org/changeset/base/234455
Log:
MFC r234172:
Add thread-private flag to indicate that error value is already placed
in td_errno. Flag is supposed to be used by syscalls returning
EJUSTRETURN because errn
Author: kib
Date: Thu Apr 19 10:53:17 2012
New Revision: 234457
URL: http://svn.freebsd.org/changeset/base/234457
Log:
MFC r234172:
Add thread-private flag to indicate that error value is already placed
in td_errno. Flag is supposed to be used by syscalls returning
EJUSTRETURN because errn
On Wednesday, April 18, 2012 4:10:01 pm Dimitry Andric wrote:
> On 2012-04-18 15:54, John Baldwin wrote:
> ...
> > http://www.FreeBSD.org/~jhb/patches/asr_stailq.patch
>
> Yes, that seems to work just fine, at least for the list juggling. Thanks!
>
> The only additional fix needed now is the fol
Author: mav
Date: Thu Apr 19 12:30:12 2012
New Revision: 234458
URL: http://svn.freebsd.org/changeset/base/234458
Log:
Add to GEOM RAID class module for reading non-degraded RAID5 volumes and
some environment to differentiate 4 possible RAID5 on-disk layouts.
Tested with Intel and AMD RAI
Author: tuexen
Date: Thu Apr 19 12:43:19 2012
New Revision: 234459
URL: http://svn.freebsd.org/changeset/base/234459
Log:
Fix a bug where we copy out more data from a mbuf chain that are
actually in it. This happens when SCTP receives an unknown chunk, which
requires the sending of an ERROR
Author: tuexen
Date: Thu Apr 19 12:47:18 2012
New Revision: 234460
URL: http://svn.freebsd.org/changeset/base/234460
Log:
Fix reported errno.
MFC after: 3 days
Modified:
head/sys/netinet/sctputil.c
Modified: head/sys/netinet/sctputil.c
===
Author: tuexen
Date: Thu Apr 19 13:11:17 2012
New Revision: 234461
URL: http://svn.freebsd.org/changeset/base/234461
Log:
Use the same pattern for mbuf logging everywhere.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_input.c
head/sys/netinet/sctp_output.c
Modified: head/sys/netin
On Tue, 17 Apr 2012 11:05:08 -0700
Adrian Chadd wrote:
> On 17 April 2012 02:43, Bjoern A. Zeeb wrote:
>
> > Actually it seems these failed:
> >
> > arm.armeb buildworld failed, check _.arm.armeb.buildworld for
> > details arm.arm buildworld failed, check _.arm.arm.buildworld for
> > details mi
On 19. Apr 2012, at 14:15 , Conrad J. Sabatier wrote:
> Actually, I keep getting "undefined reference to _malloc_options" while
> building libexec/atrun on amd64. Not sure what the problem may be.
> Could it have something to do with doing a debug build (with -g)?
See UPDATING entry.
--
Bjoern
On Thu, 19 Apr 2012 14:18:15 +
"Bjoern A. Zeeb" wrote:
> On 19. Apr 2012, at 14:15 , Conrad J. Sabatier wrote:
>
> > Actually, I keep getting "undefined reference to _malloc_options"
> > while building libexec/atrun on amd64. Not sure what the problem
> > may be. Could it have something to
Author: ed
Date: Thu Apr 19 15:28:15 2012
New Revision: 234462
URL: http://svn.freebsd.org/changeset/base/234462
Log:
Properly use SHA1_Final() instead of SHA_Final().
In this case it doesn't really matter, as long as we turn a TTY name
into a set of shuffled bytes. Still, for correctness
Author: pluknet
Date: Thu Apr 19 15:29:09 2012
New Revision: 234463
URL: http://svn.freebsd.org/changeset/base/234463
Log:
Document swi_remove(9).
Reviewed by: jhb
MFC after:1 week
Modified:
head/share/man/man9/Makefile
head/share/man/man9/swi.9
Modified: head/share/man/man9/Ma
Author: tuexen
Date: Thu Apr 19 15:30:15 2012
New Revision: 234464
URL: http://svn.freebsd.org/changeset/base/234464
Log:
Whitespace changes.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_usrreq.c
head/sys/netinet/sctp_var.h
Modified: head/sys/netinet/sctp_usrreq.c
===
Author: pluknet
Date: Thu Apr 19 16:13:15 2012
New Revision: 234465
URL: http://svn.freebsd.org/changeset/base/234465
Log:
- Update the rest of struct ithd references.
- net_ih and softclock_ih cookies have gone away.
MFC after:1 week
Modified:
head/share/man/man9/swi.9
Modified:
Author: mckusick
Date: Thu Apr 19 18:03:24 2012
New Revision: 234466
URL: http://svn.freebsd.org/changeset/base/234466
Log:
MFC of 233627, 234024, 234025, and 234026
Restore per mount-point counts of synchronous and asynchronous
reads and writes associated with UFS and MSDOS filesystems.
On Apr 19, 2012, at 7:15 AM, Conrad J. Sabatier wrote:
> Actually, I keep getting "undefined reference to _malloc_options" while
> building libexec/atrun on amd64. Not sure what the problem may be.
> Could it have something to do with doing a debug build (with -g)?
>
> ===> libexec/atrun (all)
>
Author: jkim
Date: Thu Apr 19 20:11:43 2012
New Revision: 234467
URL: http://svn.freebsd.org/changeset/base/234467
Log:
MFC: r234350
- When interrupt is not requested for VM86 call, make a fake exit point and
push the address onto stack as we do for INTn emulation. This avoids stack
u
Author: dougb
Date: Thu Apr 19 20:44:40 2012
New Revision: 234468
URL: http://svn.freebsd.org/changeset/base/234468
Log:
MFV r234164/MFC r234165:
The BIND 9.8.2 tarball was re-rolled to remove 9.8.1 release notes.
This change was noticed by ISC at:
https://lists.isc.org/pipermail/bin
Author: ed
Date: Thu Apr 19 21:12:08 2012
New Revision: 234469
URL: http://svn.freebsd.org/changeset/base/234469
Log:
Do a better job at determining the username of the login session.
When multiple users share the same UID, the old code will simply pick an
arbitrary username to attach to
On Thu, Apr 19, 2012 at 09:14:41PM +, Alexander Best wrote:
> On Mon Apr 16 12, Dimitry Andric wrote:
> > Author: dim
> > Date: Mon Apr 16 21:23:25 2012
> > New Revision: 234353
> > URL: http://svn.freebsd.org/changeset/base/234353
> >
> > Log:
> > Upgrade our copy of llvm/clang to trunk r15
Author: mckusick
Date: Thu Apr 19 22:22:21 2012
New Revision: 234470
URL: http://svn.freebsd.org/changeset/base/234470
Log:
MFC of 233817:
A file cannot be deallocated until its last name has been removed
and it is no longer referenced by a user process. The inode for a
file whose name
On Apr 19, 2012, at 11:44 AM, Jason Evans wrote:
> On Apr 19, 2012, at 7:15 AM, Conrad J. Sabatier wrote:
>> Actually, I keep getting "undefined reference to _malloc_options" while
>> building libexec/atrun on amd64. Not sure what the problem may be.
>> Could it have something to do with doing a d
Author: mckusick
Date: Thu Apr 19 22:28:42 2012
New Revision: 234471
URL: http://svn.freebsd.org/changeset/base/234471
Log:
MFC of 234157:
Whitespace cleanup.
Modified:
stable/9/sys/sys/mount.h
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/amd64/include/xen/ (p
Author: mckusick
Date: Thu Apr 19 22:37:24 2012
New Revision: 234472
URL: http://svn.freebsd.org/changeset/base/234472
Log:
MFC of 234157:
Whitespace cleanup.
Modified:
stable/8/sys/sys/mount.h
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (p
Author: mckusick
Date: Thu Apr 19 22:42:28 2012
New Revision: 234473
URL: http://svn.freebsd.org/changeset/base/234473
Log:
MFC of 234158:
Export vinactive() from kern/vfs_subr.c (e.g., make it no longer
static and declare its prototype in sys/vnode.h) so that it can be
called from proc
Author: mckusick
Date: Thu Apr 19 23:04:35 2012
New Revision: 234474
URL: http://svn.freebsd.org/changeset/base/234474
Log:
MFC of 234158:
Export vinactive() from kern/vfs_subr.c (e.g., make it no longer
static and declare its prototype in sys/vnode.h) so that it can be
called from proc
Author: nwhitehorn
Date: Fri Apr 20 00:45:23 2012
New Revision: 234476
URL: http://svn.freebsd.org/changeset/base/234476
Log:
MFC r233949,233957,233964,234149,234155:
More PMAP concurrency and performance improvements by only flushing icaches
when needed and executing ptesync only when archi
On Thu, 19 Apr 2012 15:23:39 -0700
Jason Evans wrote:
> On Apr 19, 2012, at 11:44 AM, Jason Evans wrote:
> > On Apr 19, 2012, at 7:15 AM, Conrad J. Sabatier wrote:
> >> Actually, I keep getting "undefined reference to _malloc_options"
> >> while building libexec/atrun on amd64. Not sure what the
Author: delphij
Date: Fri Apr 20 04:40:39 2012
New Revision: 234481
URL: http://svn.freebsd.org/changeset/base/234481
Log:
Fix build.
Modified:
head/sys/modules/iscsi/initiator/Makefile
Modified: head/sys/modules/iscsi/initiator/Makefile
==
Author: mckusick
Date: Fri Apr 20 06:50:44 2012
New Revision: 234482
URL: http://svn.freebsd.org/changeset/base/234482
Log:
This change creates a new list of active vnodes associated with
a mount point. Active vnodes are those with a non-zero use or hold
count, e.g., those vnodes that are no
33 matches
Mail list logo