On Sun, 27 Feb 2011, Dimitry Andric wrote:
Log:
Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.
It used to choke on the notation "inb (%dx),%al" for "inb %dx,%al"; GNU
as accepts both forms. Which notation is more 'correct' is an open
question. :)
Nah, the former is
Author: dim
Date: Sun Feb 27 02:06:09 2011
New Revision: 219079
URL: http://svn.freebsd.org/changeset/base/219079
Log:
Clang's integrated assembler can now handle sys/boot/i386/boot2/sio.S.
It used to choke on the notation "inb (%dx),%al" for "inb %dx,%al"; GNU
as accepts both forms. Which
Author: dim
Date: Sun Feb 27 01:45:36 2011
New Revision: 219078
URL: http://svn.freebsd.org/changeset/base/219078
Log:
Regenerate clang and tblgen manpages; the clang manpage has some minor
updates.
Modified:
head/usr.bin/clang/clang/clang.1
head/usr.bin/clang/tblgen/tblgen.1
Modified: h
Author: dim
Date: Sun Feb 27 00:02:48 2011
New Revision: 219076
URL: http://svn.freebsd.org/changeset/base/219076
Log:
Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it,
and test appropriately. Otherwise it might erroneously pick up some
pthread primitives, and fail to
Author: nwhitehorn
Date: Sat Feb 26 23:30:32 2011
New Revision: 219075
URL: http://svn.freebsd.org/changeset/base/219075
Log:
Missed a file in r219056: add disk description for da(4).
Modified:
head/sys/cam/scsi/scsi_da.c
Modified: head/sys/cam/scsi/scsi_da.c
Author: dim
Date: Sat Feb 26 23:12:36 2011
New Revision: 219074
URL: http://svn.freebsd.org/changeset/base/219074
Log:
Update llvm's config.h files to match more closely what is generated by
a regular autoconf-based build. More cosmetic than functional changes.
Modified:
head/lib/clang/inc
Author: dim
Date: Sat Feb 26 23:07:43 2011
New Revision: 219073
URL: http://svn.freebsd.org/changeset/base/219073
Log:
Remove getDriver().Dir + /../libexec and /usr/libexec from clang's
program paths. Unlike gcc, clang has no executables in libexec.
Modified:
head/contrib/llvm/tools/clang/
Author: dim
Date: Sat Feb 26 23:05:47 2011
New Revision: 219072
URL: http://svn.freebsd.org/changeset/base/219072
Log:
Remove misapplied space.
Modified:
head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
Modified: head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp
==
Author: dim
Date: Sat Feb 26 22:45:40 2011
New Revision: 219071
URL: http://svn.freebsd.org/changeset/base/219071
Log:
Fix breakage in sys/netinet/sctp_sysctl.c, introduced by r219057. If
SCTP_HAS_RTTC is not defined, this file fails to compile. Insert the
necessary #ifdefs to make it work
Author: ume
Date: Sat Feb 26 18:54:54 2011
New Revision: 219061
URL: http://svn.freebsd.org/changeset/base/219061
Log:
When WITH_ICONV is set, use our in-tree iconv.
Added:
head/bin/csh/iconv_stub.h
- copied unchanged from r219060, head/bin/csh/iconv.h
Deleted:
head/bin/csh/iconv.h
Mod
Author: marius
Date: Sat Feb 26 17:28:09 2011
New Revision: 219060
URL: http://svn.freebsd.org/changeset/base/219060
Log:
- Allocate the DMA memory shared between the host and the controller as
coherent.
- Update a comment to no longer reference Alpha.
Modified:
head/sys/dev/fxp/if_fxp.
Author: glebius
Date: Sat Feb 26 17:22:11 2011
New Revision: 219059
URL: http://svn.freebsd.org/changeset/base/219059
Log:
Connect uep.ko to build
PR: kern/155044
Submitted by: Carl
MFC after:1 week
Modified:
head/sys/modules/usb/Makefile
Modified: head/sys/modules/us
Author: nwhitehorn
Date: Sat Feb 26 15:44:03 2011
New Revision: 219058
URL: http://svn.freebsd.org/changeset/base/219058
Log:
Show disk model numbers in partition wizard screen. Also, since da(4) disks
are probably more likely to be USB or Firewire these days than SCSI, just
call them and an
Author: rrs
Date: Sat Feb 26 15:23:46 2011
New Revision: 219057
URL: http://svn.freebsd.org/changeset/base/219057
Log:
Improvements to CC modules:
1) Add four new points that allow you to get more information
to cc algo's
2) Fix the case where user changes module on a existing TCB, in
Author: nwhitehorn
Date: Sat Feb 26 14:58:54 2011
New Revision: 219056
URL: http://svn.freebsd.org/changeset/base/219056
Log:
Add the disk ident and a human-meaningful description (here, the disk model
string) to the geom_disk config XML so that they are easily accessible from
userland.
Author: brucec
Date: Sat Feb 26 12:50:28 2011
New Revision: 219055
URL: http://svn.freebsd.org/changeset/base/219055
Log:
Fix typo - "is is" should have been changed to "it is" in r218965.
Modified:
head/share/doc/psd/23.rpc/rpc.prog.ms
Modified: head/share/doc/psd/23.rpc/rpc.prog.ms
===
Author: remko
Date: Sat Feb 26 11:20:51 2011
New Revision: 219050
URL: http://svn.freebsd.org/changeset/base/219050
Log:
Not only had I included a syntax / style error, nice.3 is also
deprecated.
Modified:
head/usr.bin/nice/nice.1
Modified: head/usr.bin/nice/nice.1
Author: hselasky
Date: Sat Feb 26 09:28:52 2011
New Revision: 219048
URL: http://svn.freebsd.org/changeset/base/219048
Log:
- Correct USB 3.0 wire-speed to 5.0Gbps
MFC after:3 days
Approved by: thompsa (mentor)
Modified:
head/share/man/man4/xhci.4
head/sys/dev/usb/controller/usb
18 matches
Mail list logo