Author: jchandra
Date: Mon Nov 21 07:55:37 2011
New Revision: 227782
URL: http://svn.freebsd.org/changeset/base/227782
Log:
XLP processors have the release 2 pagegrain register
Add accessors to cpufunc.h
Obtained from:prabhath at netlogicmicro com
Modified:
head/sys/mips/inc
Author: hselasky
Date: Mon Nov 21 07:50:29 2011
New Revision: 227781
URL: http://svn.freebsd.org/changeset/base/227781
Log:
Add new USB IDs to RUN driver.
PR: usb/162712
MFC after:1 week
Modified:
head/sys/dev/usb/usbdevs
head/sys/dev/usb/wlan/if_run.c
Modified: head/s
On Wed, 9 Nov 2011, Jilles Tjoelker wrote:
On Wed, Nov 09, 2011 at 09:35:51AM +0100, Stefan Farfeleder wrote:
On Tue, Nov 08, 2011 at 11:54:39PM +, Jilles Tjoelker wrote:
Author: jilles
Date: Tue Nov 8 23:54:39 2011
New Revision: 227369
URL: http://svn.freebsd.org/changeset/base/227369
On 11/21/11 17:18, Julien Ridoux wrote:
On 21/11/2011, at 4:39 PM, Lawrence Stewart wrote:
On 11/21/11 16:12, Ben Kaduk wrote:
On Sun, Nov 20, 2011 at 11:17 PM, Lawrence
Stewart wrote:
Author: lstewart Date: Mon Nov 21 04:17:24 2011 New Revision:
227778 URL: http://svn.freebsd.org/changese
On Sun, Nov 20, 2011 at 10:18 PM, Julien Ridoux
wrote:
>
> On 21/11/2011, at 4:39 PM, Lawrence Stewart wrote:
>
>> On 11/21/11 16:12, Ben Kaduk wrote:
>>> On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart
>>> wrote:
Author: lstewart
Date: Mon Nov 21 04:17:24 2011
New Revision: 22
Author: adrian
Date: Mon Nov 21 06:45:12 2011
New Revision: 227780
URL: http://svn.freebsd.org/changeset/base/227780
Log:
Always leave the -current kernel debugging options on.
Modified:
head/sys/mips/conf/AR91XX_BASE
Modified: head/sys/mips/conf/AR91XX_BASE
=
On 21/11/2011, at 4:39 PM, Lawrence Stewart wrote:
> On 11/21/11 16:12, Ben Kaduk wrote:
>> On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart
>> wrote:
>>> Author: lstewart
>>> Date: Mon Nov 21 04:17:24 2011
>>> New Revision: 227778
>>> URL: http://svn.freebsd.org/changeset/base/227778
>>>
>>
On 11/21/11 16:12, Ben Kaduk wrote:
On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart wrote:
Author: lstewart
Date: Mon Nov 21 04:17:24 2011
New Revision: 227778
URL: http://svn.freebsd.org/changeset/base/227778
Log:
- When feed-forward clock support is compiled in, change the BPF header to
On Sun, Nov 20, 2011 at 11:17 PM, Lawrence Stewart wrote:
> Author: lstewart
> Date: Mon Nov 21 04:17:24 2011
> New Revision: 227778
> URL: http://svn.freebsd.org/changeset/base/227778
>
> Log:
> - When feed-forward clock support is compiled in, change the BPF header to
> contain both a regula
Author: nwhitehorn
Date: Mon Nov 21 04:35:23 2011
New Revision: 227779
URL: http://svn.freebsd.org/changeset/base/227779
Log:
The PPC IRQ layer assumes that the IPI IRQ is the last IRQ on the PIC.
This assumption is invalid and the code should be fixed, but humor it for
now and set the "IPI"
Author: lstewart
Date: Mon Nov 21 04:17:24 2011
New Revision: 227778
URL: http://svn.freebsd.org/changeset/base/227778
Log:
- When feed-forward clock support is compiled in, change the BPF header to
contain both a regular timestamp obtained from the system clock and the
current feed-forw
On Sun, 20 Nov 2011, Warner Losh wrote:
Is this right? Passing 0 to timo causes a panic? That can't be good.
Because it reverses the natural order of conversations.
On Nov 20, 2011, at 1:36 AM, Hans Petter Selasky wrote:
Log:
Given that the typical usage of pause() is pause("zzz", hz /
Author: wblock (doc committer)
Date: Mon Nov 21 02:03:18 2011
New Revision: 22
URL: http://svn.freebsd.org/changeset/base/22
Log:
Fix date.
Approved by: gjb (mentor)
MFC after:1 week
Modified:
head/sbin/geom/class/part/gpart.8
Modified: head/sbin/geom/class/part/gpart.8
=
Author: lstewart
Date: Mon Nov 21 01:26:10 2011
New Revision: 227776
URL: http://svn.freebsd.org/changeset/base/227776
Log:
- Add the ffclock_getcounter(), ffclock_getestimate() and
ffclock_setestimate()
system calls to provide feed-forward clock management capabilities to
userspace pro
Author: nwhitehorn
Date: Mon Nov 21 00:49:46 2011
New Revision: 227775
URL: http://svn.freebsd.org/changeset/base/227775
Log:
Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50
import, it works without issue.
Modified:
head/lib/clang/clang.build.mk
head/share/mk/bsd.
Author: wblock (doc committer)
Date: Mon Nov 21 00:02:49 2011
New Revision: 227774
URL: http://svn.freebsd.org/changeset/base/227774
Log:
Add a section that explicitly describes partitioning schemes. Modify
existing sections to refer to the new one. Rearrange partitioning scheme
list so MB
Author: jilles
Date: Sun Nov 20 21:48:50 2011
New Revision: 227773
URL: http://svn.freebsd.org/changeset/base/227773
Log:
sh: Allow unsetting OPTIND.
Note that only assigning the decimal value 1 resets getopts, as before.
Added:
head/tools/regression/bin/sh/parameters/optind1.0 (conten
Author: gjb (doc committer)
Date: Sun Nov 20 20:05:47 2011
New Revision: 227771
URL: http://svn.freebsd.org/changeset/base/227771
Log:
Replace 'chflags' with 'file flags' in a comment, since 'chflags'
is a command, not a flag itself.
While here, wrap a line for readability.
Submitted
On Sun, Nov 20, 2011 at 07:16:21PM +, Alexander Best wrote:
> On Sun Nov 20 11, Glen Barber wrote:
> > Author: gjb (doc committer)
> > Date: Sun Nov 20 19:05:32 2011
> > New Revision: 227769
> > URL: http://svn.freebsd.org/changeset/base/227769
> >
> > Log:
> > Add a note to src/Makefile tha
Author: gjb (doc committer)
Date: Sun Nov 20 19:27:52 2011
New Revision: 227770
URL: http://svn.freebsd.org/changeset/base/227770
Log:
Fix the note in r227769 to be less specific to the immutable flag.
Submitted by: arundel
MFC after:3 days
X-MFC-With: r227
On Sun Nov 20 11, Glen Barber wrote:
> Author: gjb (doc committer)
> Date: Sun Nov 20 19:05:32 2011
> New Revision: 227769
> URL: http://svn.freebsd.org/changeset/base/227769
>
> Log:
> Add a note to src/Makefile that explains that 'rm' runs twice because the
> second invocation only needs to
Is this right? Passing 0 to timo causes a panic? That can't be good.
Wanrer
On Nov 20, 2011, at 1:36 AM, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Sun Nov 20 08:36:18 2011
> New Revision: 227749
> URL: http://svn.freebsd.org/changeset/base/227749
>
> Log:
> Given that the typica
Author: gjb (doc committer)
Date: Sun Nov 20 19:05:32 2011
New Revision: 227769
URL: http://svn.freebsd.org/changeset/base/227769
Log:
Add a note to src/Makefile that explains that 'rm' runs twice because the
second invocation only needs to operate on files with the immutable flag
set.
Author: brueffer
Date: Sun Nov 20 18:01:45 2011
New Revision: 227768
URL: http://svn.freebsd.org/changeset/base/227768
Log:
MFC: r227742
Add 2010 and 2011 copyrights.
Modified:
stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml
Directory Properties:
stable/8/release/ (props c
Author: brueffer
Date: Sun Nov 20 17:15:32 2011
New Revision: 227767
URL: http://svn.freebsd.org/changeset/base/227767
Log:
MFC: r227466, r227480, r227516
Add mps(4) and mvs(4) to the hardware notes.
Modified:
stable/8/release/doc/en_US.ISO8859-1/hardware/article.sgml
Directory Propertie
Author: brueffer
Date: Sun Nov 20 17:11:49 2011
New Revision: 227766
URL: http://svn.freebsd.org/changeset/base/227766
Log:
MFC: r227742
Add 2010 and 2011 copyrights.
Approved by:re (kib)
Modified:
releng/9.0/release/doc/en_US.ISO8859-1/hardware/article.sgml
Directory Properties
Author: brueffer
Date: Sun Nov 20 17:11:11 2011
New Revision: 227765
URL: http://svn.freebsd.org/changeset/base/227765
Log:
MFC: r227742
Add 2010 and 2011 copyrights.
Approved by: re (kib)
Modified:
stable/9/release/doc/en_US.ISO8859-1/hardware/article.sgml
Directory Properties:
Author: brueffer
Date: Sun Nov 20 17:09:13 2011
New Revision: 227764
URL: http://svn.freebsd.org/changeset/base/227764
Log:
MFC: r227466, r227480, r227516
Add mps(4) and mvs(4) to the hardware notes.
Approved by:re (kib)
Modified:
releng/9.0/release/doc/en_US.ISO8859-1/hardware/
Author: brueffer
Date: Sun Nov 20 17:08:32 2011
New Revision: 227763
URL: http://svn.freebsd.org/changeset/base/227763
Log:
MFC: r227466, r227480, r227516
Add mps(4) and mvs(4) to the hardware notes.
Approved by: re (kib)
Modified:
stable/9/release/doc/en_US.ISO8859-1/hardware/arti
Author: brueffer
Date: Sun Nov 20 17:06:20 2011
New Revision: 227762
URL: http://svn.freebsd.org/changeset/base/227762
Log:
MFC: r227275
Add qlxgb(4) to the hardware notes.
Approved by:re (kib)
Modified:
releng/9.0/release/doc/en_US.ISO8859-1/hardware/article.sgml
releng/9.0/r
Author: brueffer
Date: Sun Nov 20 17:05:25 2011
New Revision: 227761
URL: http://svn.freebsd.org/changeset/base/227761
Log:
MFC: r227275
Add qlxgb(4) to the hardware notes.
Approved by: re (kib)
Modified:
stable/9/release/doc/en_US.ISO8859-1/hardware/article.sgml
stable/9/release
Author: rmacklem
Date: Sun Nov 20 16:46:50 2011
New Revision: 227760
URL: http://svn.freebsd.org/changeset/base/227760
Log:
Add two arguments to the nfsrpc_rellockown() function in the NFSv4
client. This does not change the client's behaviour, but prepares
the code so that nfsrpc_rellockown(
Author: attilio
Date: Sun Nov 20 16:36:02 2011
New Revision: 227759
URL: http://svn.freebsd.org/changeset/base/227759
Log:
Revert part of the r227758 which crept in.
Pointy hat: attilio
X-MFC:r227758
Modified:
head/sys/amd64/conf/GENERIC
Modified: head/sys/amd64/conf
Author: attilio
Date: Sun Nov 20 16:33:09 2011
New Revision: 227758
URL: http://svn.freebsd.org/changeset/base/227758
Log:
Introduce macro stubs in the mutex implementation that will be always
defined and will allow consumers, willing to provide options, file and
line to locking requests, to
Author: des
Date: Sun Nov 20 15:18:49 2011
New Revision: 227757
URL: http://svn.freebsd.org/changeset/base/227757
Log:
key_load_private() ignores the passphrase argument if the private key
is unencrypted. This defeats the nullok check, because it means a
non-null passphrase will successfull
Author: tuexen
Date: Sun Nov 20 15:00:45 2011
New Revision: 227755
URL: http://svn.freebsd.org/changeset/base/227755
Log:
Add support for the SCTP_REMOTE_UDP_ENCAPS_PORT socket option.
Retire the the now unused sctp_udp_tunneling_for_client_enable
sysctl variable.
MFC after: 3 months.
Author: theraven
Date: Sun Nov 20 14:45:42 2011
New Revision: 227753
URL: http://svn.freebsd.org/changeset/base/227753
Log:
Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
load of _l suffixed versions of various standard library functions that use
the global locale
Author: mm
Date: Sun Nov 20 13:11:29 2011
New Revision: 227752
URL: http://svn.freebsd.org/changeset/base/227752
Log:
Update and desolarization of zdb(8) and zstreamdump(1) manual pages:
- synchronized to match new vendor code [1]
- removed ATTRIBUTES sections
- updated SEE ALSO sections
Author: miwi
Date: Sun Nov 20 12:26:20 2011
New Revision: 227751
URL: http://svn.freebsd.org/changeset/base/227751
Log:
- Add support for Add LOGITECH Webcam C100
- While here whitespace fixes
PR: usb/161559
Submitted by: Sergey Zaykov
Reviewed by: hselasky
Approved by:
Author: miwi
Date: Sun Nov 20 12:18:21 2011
New Revision: 227750
URL: http://svn.freebsd.org/changeset/base/227750
Log:
- Add missing usb and ucom devices
PR: usb/160301
Submitted by: Garrett Cooper
Reviewed by: hselasky
Approved by: hselasky, rwatson (mentor)
MFC after
Author: hselasky
Date: Sun Nov 20 08:36:18 2011
New Revision: 227749
URL: http://svn.freebsd.org/changeset/base/227749
Log:
Given that the typical usage of pause() is pause("zzz", hz / N), where N can
be greater than hz in some cases, simply ignore a timeout value of zero.
Suggested by: B
Author: hselasky
Date: Sun Nov 20 08:29:23 2011
New Revision: 227748
URL: http://svn.freebsd.org/changeset/base/227748
Log:
Minor style change:
Simplify the description of pause() and shorten the KASSERT message in pause.
Also add a clamp for the timo argument in the non-KASSERT case.
S
42 matches
Mail list logo