svn commit: r228926 - head/contrib/tcpdump

2011-12-27 Thread Kevin Lo
Author: kevlo Date: Wed Dec 28 05:58:31 2011 New Revision: 228926 URL: http://svn.freebsd.org/changeset/base/228926 Log: Fix incorrect uses of sizeof(). The details of the fix can be found in the tcpdump git repository: commit 684955d58611ee94eccdc34e82b32e676337188c Modified: head/con

svn commit: r228925 - head/sys/mips/cavium

2011-12-27 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Dec 28 05:57:03 2011 New Revision: 228925 URL: http://svn.freebsd.org/changeset/base/228925 Log: - Add generic GPIO driver for Cavium Octeon. At the moment pin definition is hardcoded but will be changed later with more flexible way to define them. Added: head/sy

svn commit: r228924 - head/include

2011-12-27 Thread Xin LI
Author: delphij Date: Wed Dec 28 05:35:33 2011 New Revision: 228924 URL: http://svn.freebsd.org/changeset/base/228924 Log: In POSIX.1-2008: P_tmpdir [OB XSI] Default directory prefix for tempnam(). This macro is used in a lot of places in legacy applications, and is why we see a lot

svn commit: r228923 - in head/sys/i386: i386 xen

2011-12-27 Thread Alan Cox
Author: alc Date: Tue Dec 27 23:53:00 2011 New Revision: 228923 URL: http://svn.freebsd.org/changeset/base/228923 Log: Eliminate many of the unnecessary differences between the native and paravirtualized pmap implementations for i386. This includes some style fixes to the native pmap and se

svn commit: r228922 - head/lib/libc/gen

2011-12-27 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 27 23:35:10 2011 New Revision: 228922 URL: http://svn.freebsd.org/changeset/base/228922 Log: libc: Eliminate some relative relocations in getusershell(). Modified: head/lib/libc/gen/getusershell.c Modified: head/lib/libc/gen/getusershell.c ===

svn commit: r228921 - head/lib/libc/locale

2011-12-27 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 27 23:28:01 2011 New Revision: 228921 URL: http://svn.freebsd.org/changeset/base/228921 Log: libc: Eliminate some relative relocations in setlocale(). Modified: head/lib/libc/locale/setlocale.c Modified: head/lib/libc/locale/setlocale.c ==

svn commit: r228920 - head/share/man/man3

2011-12-27 Thread Ed Schouten
Author: ed Date: Tue Dec 27 22:14:35 2011 New Revision: 228920 URL: http://svn.freebsd.org/changeset/base/228920 Log: Document restriction on 32-bits and 64-bits datatypes. Modified: head/share/man/man3/ATOMIC_VAR_INIT.3 Modified: head/share/man/man3/ATOMIC_VAR_INIT.3 ===

svn commit: r228919 - head/lib/libcompiler_rt

2011-12-27 Thread Ed Schouten
Author: ed Date: Tue Dec 27 22:13:51 2011 New Revision: 228919 URL: http://svn.freebsd.org/changeset/base/228919 Log: Add locally implemented atomic intrinsics to libcompiler_rt. The built-in atomic operations are not implemented in our version of GCC 4.2 for the ARM and MIPS architecture

svn commit: r228918 - head/sys/sys

2011-12-27 Thread David Chisnall
Author: theraven Date: Tue Dec 27 21:36:31 2011 New Revision: 228918 URL: http://svn.freebsd.org/changeset/base/228918 Log: Define NULL to nullptr in C++11 mode (not strictly required, but it makes migrating code to C++11 easier). Approved by: dim (mentor) Modified: head/sys/sys/_null

svn commit: r228917 - head/usr.sbin/rtprio

2011-12-27 Thread Xin LI
Author: delphij Date: Tue Dec 27 20:03:57 2011 New Revision: 228917 URL: http://svn.freebsd.org/changeset/base/228917 Log: - Fail when the utility is not invoked as rtprio nor idprio. - use warnx() to tell the user whether a process is running in normal, idle or realtime priority. with

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-27 Thread Doug Barton
On 12/27/2011 08:27, Marius Strobl wrote: > On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote: >> On 12/26/2011 02:28, Marius Strobl wrote: >>> On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote: On 12/24/2011 04:16, Marius Strobl wrote: > On FreeBSD just use the MD5 i

Re: svn commit: r228857 - in head/usr.bin: . csup

2011-12-27 Thread Marius Strobl
On Mon, Dec 26, 2011 at 12:43:07PM -0800, Doug Barton wrote: > On 12/26/2011 02:28, Marius Strobl wrote: > > On Sat, Dec 24, 2011 at 01:36:18PM -0800, Doug Barton wrote: > >> On 12/24/2011 04:16, Marius Strobl wrote: > >>> On FreeBSD just use the MD5 implementation of libmd rather than that of >

svn commit: r228916 - head/sys/boot/common

2011-12-27 Thread Sergey Kandaurov
Author: pluknet Date: Tue Dec 27 15:59:51 2011 New Revision: 228916 URL: http://svn.freebsd.org/changeset/base/228916 Log: Clean up from the 4.x era. In an example of boot command: - rename wd(4) IDE disk drives name to ad(4) for the time being. - update the used kernel path "/kernel" t

svn commit: r228914 - head/sys/dev/isp

2011-12-27 Thread Matt Jacob
Author: mjacob Date: Tue Dec 27 14:59:24 2011 New Revision: 228914 URL: http://svn.freebsd.org/changeset/base/228914 Log: Fix target mode compilation issues that arose after a change in the sense data structures. MFC after:1 week Modified: head/sys/dev/isp/isp_freebsd.c head/sys/

svn commit: r228913 - head/share/man/man3

2011-12-27 Thread Ed Schouten
Author: ed Date: Tue Dec 27 13:01:10 2011 New Revision: 228913 URL: http://svn.freebsd.org/changeset/base/228913 Log: Add missing \. While sorting the MLINKS by name, I forgot to re-add it. Modified: head/share/man/man3/Makefile Modified: head/share/man/man3/Makefile ===

svn commit: r228912 - head/share/man/man3

2011-12-27 Thread Ed Schouten
Author: ed Date: Tue Dec 27 12:58:54 2011 New Revision: 228912 URL: http://svn.freebsd.org/changeset/base/228912 Log: Add manual page for atomic operations. Added: head/share/man/man3/ATOMIC_VAR_INIT.3 (contents, props changed) Modified: head/share/man/man3/Makefile Added: head/share/man

svn commit: r228911 - in head/contrib/libarchive/libarchive: . test

2011-12-27 Thread Martin Matuska
Author: mm Date: Tue Dec 27 10:36:56 2011 New Revision: 228911 URL: http://svn.freebsd.org/changeset/base/228911 Log: Update to vendor revision 4016. Vendor has integrated most of our local changes in revisions 3976-3979 so future updates are going to be easier. Thanks to Tim Kientzle .

svn commit: r228910 - head/lib/libc/sys

2011-12-27 Thread Xin LI
Author: delphij Date: Tue Dec 27 10:34:00 2011 New Revision: 228910 URL: http://svn.freebsd.org/changeset/base/228910 Log: Update rtprio(2) manual page to reflect the latest changes in -CURRENT as well as provide documentation for rtprio_thread(2) system call. MFC after:1 month X-MF

svn commit: r228909 - head/games/fortune/datfiles

2011-12-27 Thread Doug Barton
Author: dougb Date: Tue Dec 27 10:21:57 2011 New Revision: 228909 URL: http://svn.freebsd.org/changeset/base/228909 Log: 1. Remove a bunch of duplicates. Usually this means removing them from fortunes, but occasionally remove them from the other 2 files when they are not offensive, or

svn commit: r228908 - vendor/libarchive/dist/libarchive

2011-12-27 Thread Martin Matuska
Author: mm Date: Tue Dec 27 10:21:29 2011 New Revision: 228908 URL: http://svn.freebsd.org/changeset/base/228908 Log: Update to vendor revision 4016 Obtained from:http://libarchive.googlecode.com/svn/release/2.8 Modified: vendor/libarchive/dist/libarchive/archive_read_support_for

svn commit: r228907 - in head/sys: netinet netinet6

2011-12-27 Thread Michael Tuexen
Author: tuexen Date: Tue Dec 27 10:16:24 2011 New Revision: 228907 URL: http://svn.freebsd.org/changeset/base/228907 Log: Address issues found by clang. While there, fix also some style issues. MFC after: 3 months. Modified: head/sys/netinet/sctp_asconf.c head/sys/netinet/sctp_auth.c