On Tue, 14 Dec 2010, Xin LI wrote:
Log:
When printf is being used as a sh(1) builtin, it can not call
exit(3) as pointed out by jilles@ so revert to using return(),
also change the return value back to 1 as requested by b...@.
This is logically a revert of revision 216422.
Thanks.
Bruce
On Tue, 14 Dec 2010, Pawel Jakub Dawidek wrote:
On Tue, Dec 14, 2010 at 07:26:13PM +1100, Bruce Evans wrote:
(*) Reading between the lines, I wilfully misinterpret this example of
being a bad example of everthing it does:
% Exits should be 0 on success, or according to the predefined valu
Author: kib
Date: Wed Dec 15 12:45:28 2010
New Revision: 216453
URL: http://svn.freebsd.org/changeset/base/216453
Log:
Add the missed 'p' flag to getopt() optstring argument.
MFC after:1 week
Modified:
head/sbin/newfs/newfs.c
Modified: head/sbin/newfs/newfs.c
===
Author: kib
Date: Wed Dec 15 12:46:53 2010
New Revision: 216454
URL: http://svn.freebsd.org/changeset/base/216454
Log:
VOP_ISLOCKED() should not be used to determine if the vnode is locked.
Explicitely track the locked status of the vnode.
Reviewed by: pjd
Tested by:avg
MFC after
Author: jh
Date: Wed Dec 15 16:42:44 2010
New Revision: 216461
URL: http://svn.freebsd.org/changeset/base/216461
Log:
- Assert that dm_lock is exclusively held in devfs_rules_apply() and
in devfs_vmkdir() while adding the entry to de_list of the parent.
- Apply devfs rules to newly created
Author: jh
Date: Wed Dec 15 16:49:47 2010
New Revision: 216462
URL: http://svn.freebsd.org/changeset/base/216462
Log:
Don't allow user created symbolic links to cover another entries marked
with DE_USER. If a devfs rule hid such entry, it was possible to create
infinite number of symbolic li
On 2010-12-15, Jaakko Heinonen wrote:
> - Assert that dm_lock is exclusively held in devfs_rules_apply() and
> in devfs_vmkdir() while adding the entry to de_list of the parent.
> - Apply devfs rules to newly created directories and symbolic links.
>
> PR: kern/125034
> Submi
Author: mdf
Date: Wed Dec 15 19:30:44 2010
New Revision: 216463
URL: http://svn.freebsd.org/changeset/base/216463
Log:
One of the compat32 functions was copying in a raw timespec, instead of
a 32-bit one. This can cause weird timeout issues, as the copying reads
garbage from the user.
Author: bz
Date: Wed Dec 15 22:58:45 2010
New Revision: 216466
URL: http://svn.freebsd.org/changeset/base/216466
Log:
Bring back (most of) NATM to avoid further bitrot after r186119.
Keep three lines disabled which I am unsure if they had been used at all.
This will allow us to seek testers
On Wed, 15 Dec 2010, Bjoern A. Zeeb wrote:
Author: bz
Date: Wed Dec 15 22:58:45 2010
New Revision: 216466
URL: http://svn.freebsd.org/changeset/base/216466
Log:
Bring back (most of) NATM to avoid further bitrot after r186119.
Keep three lines disabled which I am unsure if they had been used a
Author: obrien
Date: Wed Dec 15 23:24:34 2010
New Revision: 216468
URL: http://svn.freebsd.org/changeset/base/216468
Log:
Rename the generic "CLASS" to the more specific "GEOM_CLASS".
While I'm here remove redundancy and inconsistencies.
Obtained from: Juniper Networks
Modified:
head/s
Author: nwhitehorn
Date: Wed Dec 15 23:43:25 2010
New Revision: 216469
URL: http://svn.freebsd.org/changeset/base/216469
Log:
Fix the overflowing livefs ISO by removing man pages from the HFS part of
the hybrid disk. This is a stopgap until a better solution can be found,
but lets the powerp
Author: obrien
Date: Wed Dec 15 23:45:12 2010
New Revision: 216470
URL: http://svn.freebsd.org/changeset/base/216470
Log:
Rename the generic "CLASS" to the more specific "GEOM_CLASS".
While I'm here remove redundancy and inconsistencies.
Obtained from: Juniper Networks
Modified:
head/s
Author: jkim
Date: Wed Dec 15 23:48:45 2010
New Revision: 216471
URL: http://svn.freebsd.org/changeset/base/216471
Log:
Merge ACPICA 20101209.
Added:
head/sys/contrib/dev/acpica/events/evxfgpe.c
- copied, changed from r216468, vendor-sys/acpica/dist/events/evxfgpe.c
Modified:
head/sys/
Author: obrien
Date: Thu Dec 16 00:00:28 2010
New Revision: 216472
URL: http://svn.freebsd.org/changeset/base/216472
Log:
GEOM virstor .so does not need libmd.
Modified:
head/sbin/geom/class/virstor/Makefile
Modified: head/sbin/geom/class/virstor/Makefile
Author: obrien
Date: Thu Dec 16 00:36:10 2010
New Revision: 216473
URL: http://svn.freebsd.org/changeset/base/216473
Log:
Bump WARNS to 6.
Modified:
head/sbin/geom/class/eli/Makefile
Modified: head/sbin/geom/class/eli/Makefile
=
Author: jchandra
Date: Thu Dec 16 04:56:03 2010
New Revision: 216474
URL: http://svn.freebsd.org/changeset/base/216474
Log:
Make the ELF trampoline binary ELF executable (and do some cleanup).
- Remove the -shared flag for the trampoline binary, generate an
ELF executable instead of a s
Author: gonzo
Date: Thu Dec 16 05:13:41 2010
New Revision: 216475
URL: http://svn.freebsd.org/changeset/base/216475
Log:
- include argument should be in quotes
Modified:
head/sys/mips/conf/SWARM
head/sys/mips/conf/SWARM64
head/sys/mips/conf/SWARM64_SMP
head/sys/mips/conf/SWARM_SMP
Modi
Author: jmallett
Date: Thu Dec 16 07:20:38 2010
New Revision: 216476
URL: http://svn.freebsd.org/changeset/base/216476
Log:
o) Add support for the Lanner MR-321X/MR-325, which is just a modified MR-320.
o) On the Lanner MR-730, disable PCIe lane swap, per vendor.
Modified:
head/sys/contrib/
Author: pjd
Date: Thu Dec 16 07:28:40 2010
New Revision: 216477
URL: http://svn.freebsd.org/changeset/base/216477
Log:
Log the fact of launching and include protocol version number.
MFC after:3 days
Modified:
head/sbin/hastd/hastd.c
Modified: head/sbin/hastd/hastd.c
Author: pjd
Date: Thu Dec 16 07:29:58 2010
New Revision: 216478
URL: http://svn.freebsd.org/changeset/base/216478
Log:
Don't ignore errors from remote requests.
MFC after:3 days
Modified:
head/sbin/hastd/primary.c
Modified: head/sbin/hastd/primary.c
=
Author: pjd
Date: Thu Dec 16 07:30:47 2010
New Revision: 216479
URL: http://svn.freebsd.org/changeset/base/216479
Log:
Improve problems logging.
MFC after:3 days
Modified:
head/sbin/hastd/primary.c
Modified: head/sbin/hastd/primary.c
=
22 matches
Mail list logo