Author: ae
Date: Mon Aug 2 10:26:15 2010
New Revision: 210746
URL: http://svn.freebsd.org/changeset/base/210746
Log:
Release access for consumers that are opened, but will be destroyed
indirectly by orphan method.
PR: 148688
Silence from: marcel
Approved by: mav (mentor)
Author: ae
Date: Mon Aug 2 10:30:49 2010
New Revision: 210747
URL: http://svn.freebsd.org/changeset/base/210747
Log:
Forward ioctl requests to original geom.
PR: 148540
Silence from: luigi
Reviewed by: pjd
Approved by: mav (mentor)
MFC after:2 weeks
Modified:
hea
Author: kib
Date: Mon Aug 2 10:57:56 2010
New Revision: 210749
URL: http://svn.freebsd.org/changeset/base/210749
Log:
Simplify argument parser by using sscanf(); simplify usage() by not
refusing to use stdio.
Reduce nesting level in the sleep loop by returning earlier for negative
timeout
Author: kib
Date: Mon Aug 2 10:59:23 2010
New Revision: 210750
URL: http://svn.freebsd.org/changeset/base/210750
Log:
Document the new argument parser for sleep(1) and SIGINFO behaviour.
Remove higlight for the unportability notice.
MFC after:3 weeks
Modified:
head/bin/sleep/sleep
On Mon, Aug 02, 2010 at 10:59:24AM +, Konstantin Belousov wrote:
> Author: kib
> Date: Mon Aug 2 10:59:23 2010
> New Revision: 210750
> URL: http://svn.freebsd.org/changeset/base/210750
>
> Log:
> Document the new argument parser for sleep(1) and SIGINFO behaviour.
> Remove higlight for t
Author: uqs
Date: Mon Aug 2 12:15:22 2010
New Revision: 210755
URL: http://svn.freebsd.org/changeset/base/210755
Log:
grdc(6): fix timekeeping for user-supplied value n
- Keep timespec 'now' and 'delay' separate to avoid confusion
- Increase user-supplied n to run _at least_ n seconds, n
Author: rpaulo
Date: Mon Aug 2 13:05:12 2010
New Revision: 210761
URL: http://svn.freebsd.org/changeset/base/210761
Log:
Properly warp around more code under COMPILE_ONLY to recover from build
errors.
Modified:
head/contrib/file/apprentice.c
head/contrib/file/magic.c
Modified: head/cont
Author: uqs
Date: Mon Aug 2 13:11:27 2010
New Revision: 210763
URL: http://svn.freebsd.org/changeset/base/210763
Log:
mdoc: remove unused/empty macros
Modified:
head/share/man/man3/siginfo.3
head/share/man/man5/device.hints.5
head/usr.sbin/wpa/wpa_cli/wpa_cli.8
Modified: head/share/man/
Author: uqs
Date: Mon Aug 2 13:11:35 2010
New Revision: 210764
URL: http://svn.freebsd.org/changeset/base/210764
Log:
mdoc: make sure to pass at least one argument to quotation macros
Modified:
head/lib/libc/locale/isgraph.3
head/lib/libc/locale/mbrtowc.3
head/lib/libc/rpc/publickey.3
Author: uqs
Date: Mon Aug 2 13:11:41 2010
New Revision: 210765
URL: http://svn.freebsd.org/changeset/base/210765
Log:
mdoc: remove unbalanced quotes
Modified:
head/lib/libc/locale/setlocale.3
head/lib/libc/stdlib/getopt.3
Modified: head/lib/libc/locale/setlocale.3
Author: fabient
Date: Mon Aug 2 13:40:19 2010
New Revision: 210766
URL: http://svn.freebsd.org/changeset/base/210766
Log:
Fix the calltree top view that incorrectly filter out some nodes.
MFC after:1 week
Modified:
head/usr.sbin/pmcstat/pmcpl_calltree.c
Modified: head/usr.sbin/pmcs
Author: rpaulo
Date: Mon Aug 2 13:40:53 2010
New Revision: 210767
URL: http://svn.freebsd.org/changeset/base/210767
Log:
MFV OpenSolaris DTrace userland bits.
Added:
head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/err.D_AGG_SCALAR.stddevtoofew.d
- copied unchanged from r2
Author: uqs
Date: Mon Aug 2 15:15:24 2010
New Revision: 210769
URL: http://svn.freebsd.org/changeset/base/210769
Log:
mdoc policing: use consistent section ordering, fix quotes and trailing
whitespace
Approved by: rpaulo
Modified:
head/lib/librtld_db/librtld_db.3
Modified: head/lib/
Author: uqs
Date: Mon Aug 2 15:33:16 2010
New Revision: 210770
URL: http://svn.freebsd.org/changeset/base/210770
Log:
Fix case for library macros
Modified:
head/gnu/usr.bin/groff/tmac/mdoc.local
Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
===
Author: joel (doc committer)
Date: Mon Aug 2 16:01:45 2010
New Revision: 210772
URL: http://svn.freebsd.org/changeset/base/210772
Log:
Spelling fixes.
Modified:
head/lib/libc/gen/getutxent.3
head/lib/libc/net/sctp_getaddrlen.3
head/lib/libc/net/sctp_send.3
head/lib/libc/net/sctp_sendms
Author: glarkin (ports committer)
Date: Mon Aug 2 16:18:41 2010
New Revision: 210773
URL: http://svn.freebsd.org/changeset/base/210773
Log:
Added myself (must have forgot a couple of years ago?) and fixed the
newline character in gerald's entry.
Modified:
head/share/misc/committers-ports.d
Author: jhb
Date: Mon Aug 2 17:01:23 2010
New Revision: 210774
URL: http://svn.freebsd.org/changeset/base/210774
Log:
Tweak the logic to disable CLFLUSH in virtual environments to work around
problems with flushing the local APIC register range so that it checks
vm_guest directly.
Revi
Author: rpaulo
Date: Mon Aug 2 17:20:59 2010
New Revision: 210775
URL: http://svn.freebsd.org/changeset/base/210775
Log:
Fix the result of a mismerge. MUTEX_HELD should be DT_MUTEX_HELD() and
Plmid() is not supposed to be called.
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common
Author: rpaulo
Date: Mon Aug 2 17:31:48 2010
New Revision: 210776
URL: http://svn.freebsd.org/changeset/base/210776
Log:
Fix another mismerge: bring back the definition of DT_MUTEX_HELD().
Modified:
head/cddl/contrib/opensolaris/lib/libdtrace/common/dt_impl.h
Modified: head/cddl/contrib/ope
Author: jkim
Date: Mon Aug 2 17:35:00 2010
New Revision: 210777
URL: http://svn.freebsd.org/changeset/base/210777
Log:
- Merge savectx2() with savectx() and struct xpcb with struct pcb. [1]
savectx() is only used for panic dump (dumppcb) and kdb (stoppcbs). Thus,
saving additional informat
Author: jkim
Date: Mon Aug 2 17:40:25 2010
New Revision: 210778
URL: http://svn.freebsd.org/changeset/base/210778
Log:
Give kgdb(1) a chance to take a look at FPU state.
Modified:
head/gnu/usr.bin/gdb/kgdb/trgt_amd64.c
Modified: head/gnu/usr.bin/gdb/kgdb/trgt_amd64.c
===
Author: bcr (doc committer)
Date: Mon Aug 2 18:06:49 2010
New Revision: 210779
URL: http://svn.freebsd.org/changeset/base/210779
Log:
Fix two (very common) occurrences of s/sytem/system in comments.
Approved by:mav
MFC after: 3 days
Modified:
head/sys/cam/cam.c
head/sys/cam
Author: jkim
Date: Mon Aug 2 18:12:30 2010
New Revision: 210780
URL: http://svn.freebsd.org/changeset/base/210780
Log:
Rearrange struct pcb. r177532 (CVS r1.64 of pcb.h) moved pcb_flags to make
better use of cache lines by placing it before pcb_save (now pcb_user_save),
which is moved to t
Author: alc
Date: Mon Aug 2 21:33:36 2010
New Revision: 210782
URL: http://svn.freebsd.org/changeset/base/210782
Log:
Update the "desiredvnodes" calculation. In particular, make the part of
the calculation that is based on the kernel's heap size more conservative.
Hopefully, this will elim
Author: emax
Date: Mon Aug 2 22:26:08 2010
New Revision: 210783
URL: http://svn.freebsd.org/changeset/base/210783
Log:
Fix typo
PR: kern/140590
MFC after:3 days
Modified:
head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h
Modified: head/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds
Author: rmacklem
Date: Tue Aug 3 01:49:28 2010
New Revision: 210786
URL: http://svn.freebsd.org/changeset/base/210786
Log:
Modify the return value for nfscl_mustflush() from boolean_t,
which I mistakenly thought was correct w.r.t. style(9), back
to int and add the checks for != 0. This is j
26 matches
Mail list logo