Author: jilles
Date: Fri May 31 14:45:25 2013
New Revision: 251180
URL: http://svnweb.freebsd.org/changeset/base/251180
Log:
sh: Add test cases for break outside a loop.
In most shells (including our sh), break outside a loop does nothing with
status 0, or at least does not abort. Therefo
Author: jilles
Date: Fri May 31 14:48:37 2013
New Revision: 251181
URL: http://svnweb.freebsd.org/changeset/base/251181
Log:
fork(2): #include is not needed.
Modified:
head/lib/libc/sys/fork.2
Modified: head/lib/libc/sys/fork.2
===
Author: alc
Date: Fri May 31 16:00:42 2013
New Revision: 251183
URL: http://svnweb.freebsd.org/changeset/base/251183
Log:
Simplify the definition of vm_page_lock_assert(). There is no compelling
reason to inline the implementation of vm_page_lock_assert() in the
!KLD_MODULES case. Use the
Author: jhb
Date: Fri May 31 16:15:22 2013
New Revision: 251184
URL: http://svnweb.freebsd.org/changeset/base/251184
Log:
Style fixes to vn_ioctl().
Suggested by: bde
Modified:
head/sys/kern/vfs_vnops.c
Modified: head/sys/kern/vfs_vnops.c
Author: jkim
Date: Fri May 31 17:23:38 2013
New Revision: 251186
URL: http://svnweb.freebsd.org/changeset/base/251186
Log:
Fix a long standing logic bug introduced in r167814. The code was added to
get RSDP from loader(8) hint via kenv(2) but the bug nullified the new code
and we always fel
Author: delphij
Date: Fri May 31 17:27:44 2013
New Revision: 251187
URL: http://svnweb.freebsd.org/changeset/base/251187
Log:
Explicitly use a pair of parentheses to ensure correct evaluation
ordering for bitwise operation.
Submitted by: swildner (DragonFly)
MFC after:2 weeks
Modif
Author: marcel
Date: Fri May 31 17:30:12 2013
New Revision: 251188
URL: http://svnweb.freebsd.org/changeset/base/251188
Log:
Fix "automatic" login, broken by revision 69825 (12 years, 5 months ago).
The "automatic" login feature is described as follows:
The USER environment variable holds th
Author: dteske
Date: Fri May 31 19:07:17 2013
New Revision: 251190
URL: http://svnweb.freebsd.org/changeset/base/251190
Log:
Improve portion of the dialog(1) API in dialog.subr responsible for
calculating widget sizes. Instead of forking a sub-shell to calculate the
optimum size for a widget
Author: ed
Date: Fri May 31 20:07:26 2013
New Revision: 251192
URL: http://svnweb.freebsd.org/changeset/base/251192
Log:
Fix misspelling of structure field name.
Modified:
head/include/stdatomic.h
Modified: head/include/stdatomic.h
Author: jilles
Date: Fri May 31 20:46:08 2013
New Revision: 251194
URL: http://svnweb.freebsd.org/changeset/base/251194
Log:
fork(2): Add information about fork() in multi-threaded processes.
There is nothing about pthread_atfork(3) or extensions like calling
malloc(3) in the child proces
Author: gibbs
Date: Fri May 31 21:05:07 2013
New Revision: 251195
URL: http://svnweb.freebsd.org/changeset/base/251195
Log:
Style cleanups. No intended functional changes.
o This driver is the "xbd" driver, not the "blkfront", "blkif", "xbf", or
"xb" driver. Use the "xbd_" naming co
Author: jilles
Date: Fri May 31 21:25:51 2013
New Revision: 251196
URL: http://svnweb.freebsd.org/changeset/base/251196
Log:
sigaction(2): Extend description of async-signal safe functions:
* Improve description when unsafe functions are unsafe.
* Add various safe functions from POSIX.1-2
Author: jilles
Date: Fri May 31 21:31:38 2013
New Revision: 251197
URL: http://svnweb.freebsd.org/changeset/base/251197
Log:
sigaction(2): *at system calls are async-signal safe.
Modified:
head/lib/libc/sys/sigaction.2
Modified: head/lib/libc/sys/sigaction.2
=
Author: obrien
Date: Fri May 31 21:43:17 2013
New Revision: 251198
URL: http://svnweb.freebsd.org/changeset/base/251198
Log:
Add a "kern.features" MIB for 32bit support under a 64bit kernel.
Modified:
head/sys/compat/freebsd32/freebsd32_misc.c
Modified: head/sys/compat/freebsd32/freebsd32_mi
Author: jilles
Date: Fri May 31 22:09:31 2013
New Revision: 251203
URL: http://svnweb.freebsd.org/changeset/base/251203
Log:
dup(2): Clarify return value, in particular of dup2().
Modified:
head/lib/libc/sys/dup.2
Modified: head/lib/libc/sys/dup.2
Author: gibbs
Date: Fri May 31 22:21:37 2013
New Revision: 251204
URL: http://svnweb.freebsd.org/changeset/base/251204
Log:
Style cleanups. No intended functional changes.
o Group functions by by their functionality.
o Remove superfluous declarations.
o Remove more unused (#ifdef'd
Author: gibbs
Date: Fri May 31 22:33:28 2013
New Revision: 251206
URL: http://svnweb.freebsd.org/changeset/base/251206
Log:
Style changes. No intended functional changes.
o rename flush_requests => xbd_flush_requests
o rename xbd_setup_ring => xbd_alloc_ring
Sponsored by: Spectra
Author: jilles
Date: Fri May 31 22:54:20 2013
New Revision: 251208
URL: http://svnweb.freebsd.org/changeset/base/251208
Log:
test: Remove -ntXY and -otXY primaries.
This reverts commit r247274.
As maintainer of sh, I disapprove of this feature addition.
It is too specific and can
Author: jilles
Date: Fri May 31 22:55:21 2013
New Revision: 251209
URL: http://svnweb.freebsd.org/changeset/base/251209
Log:
test(1): List non-standard primaries.
Modified:
head/bin/test/test.1
Modified: head/bin/test/test.1
===
Author: delphij
Date: Fri May 31 22:55:23 2013
New Revision: 251210
URL: http://svnweb.freebsd.org/changeset/base/251210
Log:
MFV: Redo the fixup using the submitted version accepted by upstream.
Modified:
head/contrib/tcpdump/print-rip.c
Directory Properties:
head/contrib/tcpdump/ (props
Author: jilles
Date: Fri May 31 22:57:04 2013
New Revision: 251211
URL: http://svnweb.freebsd.org/changeset/base/251211
Log:
test(1): Add information about replacing -nt/-ot.
Modified:
head/bin/test/test.1
Modified: head/bin/test/test.1
===
On Fri, May 31, 2013 at 09:31:38PM +, Jilles Tjoelker wrote:
> Author: jilles
> Date: Fri May 31 21:31:38 2013
> New Revision: 251197
> URL: http://svnweb.freebsd.org/changeset/base/251197
>
> Log:
> sigaction(2): *at system calls are async-signal safe.
Isn't chflags(2) family safe as well?
Author: pfg
Date: Sat Jun 1 01:02:24 2013
New Revision: 251212
URL: http://svnweb.freebsd.org/changeset/base/251212
Log:
GCC: bring back experimental support for amdfam10/barcelona CPUs.
Initial support for the AMD amdfam10 chipsets has been available in the
gcc43 branch under GPLv2. AMD
Author: np
Date: Sat Jun 1 02:07:37 2013
New Revision: 251213
URL: http://svnweb.freebsd.org/changeset/base/251213
Log:
cxgbe(4): Some more debug sysctls. These work on both T4 and T5 based
cards.
dev.t5nex.0.misc.cim_ma_la: CIM MA logic analyzer
dev.t5nex.0.misc.cim_pif_la: CIM PIF l
Author: gibbs
Date: Sat Jun 1 04:02:51 2013
New Revision: 251214
URL: http://svnweb.freebsd.org/changeset/base/251214
Log:
sys/dev/xen/blkfront/blkfront.c:
Remove local, and incorrect, definition for the value of an invalid
grant reference.
Extract ring cleanup code i
Author: gibbs
Date: Sat Jun 1 04:07:56 2013
New Revision: 251215
URL: http://svnweb.freebsd.org/changeset/base/251215
Log:
sys/dev/xen/blkfront/blkfront.c:
Remove dead code.
Sponsored by: Spectra Logic Corporation
MFC after:1 week
Modified:
head/sys/dev/xen/blkfront/blkfro
26 matches
Mail list logo