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
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
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
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
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
===
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
==
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
===
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
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
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
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
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
>
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
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/
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
===
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
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 .
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
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
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
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
21 matches
Mail list logo