Author: davidxu
Date: Fri Mar 16 05:05:37 2012
New Revision: 233023
URL: http://svn.freebsd.org/changeset/base/233023
Log:
Add implementation note about when a condition variable can be destroyed.
Modified:
head/share/man/man3/pthread_cond_destroy.3
Modified: head/share/man/man3/pthread_cond
Author: davidxu
Date: Fri Mar 16 04:35:52 2012
New Revision: 233022
URL: http://svn.freebsd.org/changeset/base/233022
Log:
When destroying a barrier, waiting all threads exit the barrier,
this makes it possible a thread received PTHREAD_BARRIER_SERIAL_THREAD
immediately free memory area of t
Author: eadler
Date: Fri Mar 16 03:22:37 2012
New Revision: 233021
URL: http://svn.freebsd.org/changeset/base/233021
Log:
MFC r22990[45] and r229907-r229919:
- fix a variety of warnings produced by gcc46 when compiling world
Approved by (cperciva)
Modified:
stable/8/usr.bin/brandelf
Author: eadler
Date: Fri Mar 16 03:16:10 2012
New Revision: 233020
URL: http://svn.freebsd.org/changeset/base/233020
Log:
MFC r228274:
- Fix some uninitialized variables in pipe regression tests that
result in failure.
PR: misc/161175
Approved by: cperciva
Modified:
On 03/15/12 18:40, Alan Cox wrote:
On 3/15/2012 5:55 PM, Nathan Whitehorn wrote:
On 03/15/12 17:18, Alan Cox wrote:
On 3/15/2012 2:36 PM, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Thu Mar 15 19:36:52 2012
New Revision: 233011
URL: http://svn.freebsd.org/changeset/base/233011
Log:
Im
Author: gonzo
Date: Thu Mar 15 23:53:24 2012
New Revision: 233019
URL: http://svn.freebsd.org/changeset/base/233019
Log:
Clean-up fake preload data generator:
- Use macros to push scalar values
- Fix type mismatch for module size
Modified:
head/sys/mips/mips/machdep.c
Modified: head/sys/
On 3/15/2012 5:55 PM, Nathan Whitehorn wrote:
On 03/15/12 17:18, Alan Cox wrote:
On 3/15/2012 2:36 PM, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Thu Mar 15 19:36:52 2012
New Revision: 233011
URL: http://svn.freebsd.org/changeset/base/233011
Log:
Improve algorithm for deciding whether
On Wed, 2012-03-14 at 16:22 +, Ed Schouten wrote:
> Author: ed
> Date: Wed Mar 14 16:22:09 2012
> New Revision: 232977
> URL: http://svn.freebsd.org/changeset/base/232977
>
> Log:
> Make init(8) slightly more robust when /dev/console is missing.
>
> If the environment doesn't offer a wo
On 03/15/12 17:18, Alan Cox wrote:
On 3/15/2012 2:36 PM, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Thu Mar 15 19:36:52 2012
New Revision: 233011
URL: http://svn.freebsd.org/changeset/base/233011
Log:
Improve algorithm for deciding whether to loop through all process
pages
or look
Author: nwhitehorn
Date: Thu Mar 15 22:53:39 2012
New Revision: 233018
URL: http://svn.freebsd.org/changeset/base/233018
Log:
Make ofw_bus_get_node() consistently return -1 when there is no associated
OF node, instead of a random mixture of 0 and -1. Update all checks for 0
to check for -1 i
Author: nwhitehorn
Date: Thu Mar 15 22:50:48 2012
New Revision: 233017
URL: http://svn.freebsd.org/changeset/base/233017
Log:
Implement pmap_remove_pages(). This will be added later to the 32-bit MMU
module.
Suggested by: alc
Modified:
head/sys/powerpc/aim/mmu_oea64.c
Modified: head/s
On 3/15/2012 2:36 PM, Nathan Whitehorn wrote:
Author: nwhitehorn
Date: Thu Mar 15 19:36:52 2012
New Revision: 233011
URL: http://svn.freebsd.org/changeset/base/233011
Log:
Improve algorithm for deciding whether to loop through all process pages
or look them up individually in pmap_remove()
Author: raj
Date: Thu Mar 15 22:15:06 2012
New Revision: 233015
URL: http://svn.freebsd.org/changeset/base/233015
Log:
MFC r232518:
Respect phy-handle property in Ethernet nodes of the device tree.
This lets specify whereabouts of the parent PHY for a given MAC node
(and get rid of u
Author: raj
Date: Thu Mar 15 22:08:25 2012
New Revision: 233014
URL: http://svn.freebsd.org/changeset/base/233014
Log:
MFC r232512:
Remove unused #defines. All this is now retrieved from the device tree.
Modified:
stable/9/sys/arm/mv/mvreg.h
Directory Properties:
stable/9/sys/ (props
Author: raj
Date: Thu Mar 15 21:48:27 2012
New Revision: 233013
URL: http://svn.freebsd.org/changeset/base/233013
Log:
Fix error check.
Submitted by: Lukasz Plachno
Obtained from:Semihalf
Modified:
head/sys/arm/mv/common.c
Modified: head/sys/arm/mv/common.c
===
Author: ed
Date: Thu Mar 15 21:19:50 2012
New Revision: 233012
URL: http://svn.freebsd.org/changeset/base/233012
Log:
Remove non-existing error condition.
Just like kill(2), it is impossible for killpg(0, ...) to fail with
ESRCH, as a process always has a process group.
Discussed on:
Author: nwhitehorn
Date: Thu Mar 15 19:36:52 2012
New Revision: 233011
URL: http://svn.freebsd.org/changeset/base/233011
Log:
Improve algorithm for deciding whether to loop through all process pages
or look them up individually in pmap_remove() and apply the same logic
in the other ranged op
Dimitry Andric writes:
> Author: dim
> Date: Tue Mar 13 18:39:57 2012
> New Revision: 232930
> URL: http://svn.freebsd.org/changeset/base/232930
>
> Log:
> MFC r232263:
>
> Define several extra macros in bsd.sys.mk and sys/conf/kern.pre.mk, to
> get rid of testing explicitly for clang (us
On Wednesday, March 14, 2012 6:36:45 pm Adrian Chadd wrote:
> On 14 March 2012 14:24, John Baldwin wrote:
>
> >> +MODULE_DEPEND(zfsctrl, acl_nfs4, 1, 1, 1);
> >> +MODULE_DEPEND(zfsctrl, acl_posix1e, 1, 1, 1);
> >
> > Eh, I thought ZFS only needs nfs4 and not posix1e? I think only UFS needs
> > b
Author: pluknet
Date: Thu Mar 15 17:01:25 2012
New Revision: 233010
URL: http://svn.freebsd.org/changeset/base/233010
Log:
Remove TARGET_ARCH conditionals for COMPAT_FREEBSD32.
Requested by: nwhitehorn
Reviewed by: nwhitehorn
MFC after:1 week
Modified:
head/ObsoleteFiles.inc
Mo
Author: sbruno
Date: Thu Mar 15 16:47:45 2012
New Revision: 233009
URL: http://svn.freebsd.org/changeset/base/233009
Log:
MFC r232986
Update man page to present -T argument in synopsis
Modified:
stable/7/usr.sbin/syslogd/syslogd.8
Directory Properties:
stable/7/usr.sbin/syslogd/ (pro
Author: sbruno
Date: Thu Mar 15 16:45:59 2012
New Revision: 233008
URL: http://svn.freebsd.org/changeset/base/233008
Log:
MFC r232986
Update man page to present -T argument in synopsis
Modified:
stable/8/usr.sbin/syslogd/syslogd.8
Directory Properties:
stable/8/usr.sbin/syslogd/ (pro
Author: sbruno
Date: Thu Mar 15 16:26:40 2012
New Revision: 233007
URL: http://svn.freebsd.org/changeset/base/233007
Log:
MFC r232986
Update man page to present -T argument in synopsis
Modified:
stable/9/usr.sbin/syslogd/syslogd.8
Directory Properties:
stable/9/usr.sbin/syslogd/ (pro
Author: ken
Date: Thu Mar 15 15:43:15 2012
New Revision: 233006
URL: http://svn.freebsd.org/changeset/base/233006
Log:
Merge r232675 from head, via r232989 in stable/8:
Make the mps(4) module depend on the cam module.
Submitted by: Mykola Dzham
Approved by: re (kib)
M
Author: tuexen
Date: Thu Mar 15 14:22:05 2012
New Revision: 233005
URL: http://svn.freebsd.org/changeset/base/233005
Log:
Clean up, no functional change.
MFC after: 3 days.
Modified:
head/sys/netinet/sctp_usrreq.c
head/sys/netinet6/sctp6_usrreq.c
Modified: head/sys/netinet/sctp_usrreq
Author: tuexen
Date: Thu Mar 15 14:13:38 2012
New Revision: 233004
URL: http://svn.freebsd.org/changeset/base/233004
Log:
Fix bugs which can result in a panic when an non-SCTP socket it
used with an sctp_ system-call which expects an SCTP socket.
MFC after: 3 days.
Modified:
head/sys/k
Author: ed
Date: Thu Mar 15 12:12:39 2012
New Revision: 233003
URL: http://svn.freebsd.org/changeset/base/233003
Log:
Extend the description for ESRCH a bit.
This errno can also be returned if the passed process identifier doesn't
correspond with a process group.
Discussed on: arch@
On Thu, Mar 15, 2012 at 11:49:26AM +, Ed Schouten wrote:
> Author: ed
> Date: Thu Mar 15 11:49:26 2012
> New Revision: 233002
> URL: http://svn.freebsd.org/changeset/base/233002
>
> Log:
> Remove impossible error condition from the man page.
>
> On FreeBSD, all processes have a process
Author: ed
Date: Thu Mar 15 11:49:26 2012
New Revision: 233002
URL: http://svn.freebsd.org/changeset/base/233002
Log:
Remove impossible error condition from the man page.
On FreeBSD, all processes have a process group, so it is impossible for
kill(2) to fail this way. POSIX also doesn't
Author: kib
Date: Thu Mar 15 11:06:37 2012
New Revision: 233001
URL: http://svn.freebsd.org/changeset/base/233001
Log:
MFC r232071:
Account the writeable shared mappings backed by file in the vnode
v_writecount.
MFC r232103:
Place the if() at the right location.
MFC note: the add
On (15/03/2012 02:34), Dmitry Morozovsky wrote:
> On Wed, 14 Mar 2012, Gleb Kurtsou wrote:
>
> > Author: gleb
> > Date: Wed Mar 14 09:15:50 2012
> > New Revision: 232960
> > URL: http://svn.freebsd.org/changeset/base/232960
> >
> > Log:
> > Prevent tmpfs_rename() deadlock in a way similar to UF
Author: ae
Date: Thu Mar 15 08:39:10 2012
New Revision: 233000
URL: http://svn.freebsd.org/changeset/base/233000
Log:
Add MODULE_DEPEND() to geom_part modules.
MFC after:2 weeks
Modified:
head/sys/geom/part/g_part.c
head/sys/geom/part/g_part.h
Modified: head/sys/geom/part/g_part.c
32 matches
Mail list logo