CVS commit: othersrc/usr.sbin/pkg_setup

2012-10-11 Thread Aleksey Cheusov
Module Name:othersrc
Committed By:   cheusov
Date:   Thu Oct 11 07:59:02 UTC 2012

Modified Files:
othersrc/usr.sbin/pkg_setup: pkg_setup

Log Message:
Fix in OSVER initialization


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 othersrc/usr.sbin/pkg_setup/pkg_setup

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/cddl/osnet/sys/kern

2012-10-11 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Thu Oct 11 08:01:23 UTC 2012

Modified Files:
src/external/cddl/osnet/sys/kern: kobj.c

Log Message:
No need to include files more than once.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/kern/kobj.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: othersrc/usr.sbin/pkg_setup

2012-10-11 Thread Aleksey Cheusov
Module Name:othersrc
Committed By:   cheusov
Date:   Thu Oct 11 08:02:10 UTC 2012

Modified Files:
othersrc/usr.sbin/pkg_setup: pkg_setup

Log Message:
Clean-ups in usage message


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.sbin/pkg_setup/pkg_setup

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/footbridge

2012-10-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Oct 11 08:47:45 UTC 2012

Removed Files:
src/sys/arch/arm/footbridge: todclock.c todclockvar.h

Log Message:
Remove files not used since Sep 2006


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r0 src/sys/arch/arm/footbridge/todclock.c
cvs rdiff -u -r1.2 -r0 src/sys/arch/arm/footbridge/todclockvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/footbridge/isa

2012-10-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu Oct 11 08:53:27 UTC 2012

Modified Files:
src/sys/arch/arm/footbridge/isa: dsrtc.c

Log Message:
Complete the device_t/softc split I attempted previously.

>From chuq.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/footbridge/isa/dsrtc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/rump/net/lib/libshmif

2012-10-11 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Thu Oct 11 10:50:46 UTC 2012

Modified Files:
src/sys/rump/net/lib/libshmif: if_shmem.c

Log Message:
Pass up all multicast addresses, not just broadcast.  Among other
things, makes IPv6 work over this interface.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/rump/net/lib/libshmif/if_shmem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/include

2012-10-11 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Thu Oct 11 11:12:22 UTC 2012

Modified Files:
src/sys/arch/x86/include: lock.h

Log Message:
Change "=r" to "=qQ" in a register constraint in an asm statement
for a register that is used with the "xchgb" instruction in the
definition of __cpu_simple_lock_try().  This fixes PR 45673, or at
least works around the gcc bug that might be behind PR 45673.

The output from "objdump -d" before and after this change is
identical, for the amd64 GENERIC kernel, the i386 GENERIC kernel,
and the i386 MONOLITHIC kernel.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/x86/include/lock.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc

2012-10-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 11 17:09:56 UTC 2012

Modified Files:
src/lib/libc/compat/gen: compat_syslog.c
src/lib/libc/gen: syslog.c
src/lib/libc/include: extern.h

Log Message:
take care of the signal safe syslog calls which are not exposed.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/compat/gen/compat_syslog.c
cvs rdiff -u -r1.52 -r1.53 src/lib/libc/gen/syslog.c
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/include/extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/libhack

2012-10-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 11 17:11:16 UTC 2012

Modified Files:
src/distrib/utils/libhack: Makefile Makefile.inc syslog.c

Log Message:
make libhack's syslog.c produce exactly the same symbols as libc's syslog.c,
so that in the future we can keep them synced. Avoid strong_alias since it
does not play well with symbol renaming.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/distrib/utils/libhack/Makefile
cvs rdiff -u -r1.23 -r1.24 src/distrib/utils/libhack/Makefile.inc
cvs rdiff -u -r1.7 -r1.8 src/distrib/utils/libhack/syslog.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2012-10-11 Thread Brian Ginsbach
Module Name:src
Committed By:   ginsbach
Date:   Thu Oct 11 18:00:25 UTC 2012

Modified Files:
src/share/misc: acronyms.comp

Log Message:
A few natty acronyms.


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/share/misc/acronyms.comp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-10-11 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Thu Oct 11 18:05:41 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
Note recent BCM57762 support to bge(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1746 -r1.1747 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2012-10-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Oct 11 20:05:50 UTC 2012

Modified Files:
src/sys/net: if_atmsubr.c if_ethersubr.c if_fddisubr.c if_ppp.c
src/sys/netinet6: in6_var.h ip6_flow.c

Log Message:
PR/47058: Antti Kantee: If the ipv6 flow code modifies the mbuf, pass the
change up to the caller.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/net/if_atmsubr.c
cvs rdiff -u -r1.191 -r1.192 src/sys/net/if_ethersubr.c
cvs rdiff -u -r1.81 -r1.82 src/sys/net/if_fddisubr.c
cvs rdiff -u -r1.136 -r1.137 src/sys/net/if_ppp.c
cvs rdiff -u -r1.65 -r1.66 src/sys/netinet6/in6_var.h
cvs rdiff -u -r1.19 -r1.20 src/sys/netinet6/ip6_flow.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2012-10-11 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Fri Oct 12 02:37:21 UTC 2012

Modified Files:
src/sys/kern: vfs_syscalls.c

Log Message:
Disentangle do_sys_rename.

Elide the fs-wide rename lock for single-directory renames.  This
required changing the order of lookups, so that we know what the
directories are before we lock the nodes.

Clean up error branches, explain why various nonsense happens and
what it does and doesn't do, and note some of what needs to change.


To generate a diff of this commit:
cvs rdiff -u -r1.457 -r1.458 src/sys/kern/vfs_syscalls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.