Author: glebius
Date: Sat Sep 8 07:12:00 2012
New Revision: 240234
URL: http://svn.freebsd.org/changeset/base/240234
Log:
The first part of check_priv() function, that attempts to obtain creds
from the control message, actually never worked. This means check_priv()
didn't work for local dgr
Author: joel (doc committer)
Date: Sat Sep 8 08:46:43 2012
New Revision: 240235
URL: http://svn.freebsd.org/changeset/base/240235
Log:
mdoc fixes.
Modified:
head/usr.sbin/ppp/ppp.8.m4
Modified: head/usr.sbin/ppp/ppp.8.m4
==
Author: dim
Date: Sat Sep 8 11:34:22 2012
New Revision: 240236
URL: http://svn.freebsd.org/changeset/base/240236
Log:
MFC r239680:
Add libcxxrt's objects (prefixing them with cxxrt_ to avoid collisions)
to libc++.a and libc++_p.a, to make static linking of C++ executables
with li
Author: eadler
Date: Sat Sep 8 12:45:47 2012
New Revision: 240237
URL: http://svn.freebsd.org/changeset/base/240237
Log:
Revert r239049:
This is the way to assign a range, but not
a single IPv4 address.
PR: conf/167648
Approved by: cperciva (implicit)
Modified:
head/sha
Author: kib
Date: Sat Sep 8 16:40:18 2012
New Revision: 240238
URL: http://svn.freebsd.org/changeset/base/240238
Log:
MFC r239065:
Stop including vm_param.h into vm_page.h. Include vm_param.h
explicitely for the kernel code which needs it.
Modified:
stable/9/sys/arm/arm/pmap.c
stable/9
Author: kib
Date: Sat Sep 8 16:45:48 2012
New Revision: 240239
URL: http://svn.freebsd.org/changeset/base/240239
Log:
MFC r232197 (by phk):
Also call the low-level driver if ->c_iflag & (IXON|IXOFF|IXANY) changes.
Approved by: re (kensmith)
Modified:
releng/9.1/sys/kern/tty.c
Directo
Author: kib
Date: Sat Sep 8 16:47:52 2012
New Revision: 240240
URL: http://svn.freebsd.org/changeset/base/240240
Log:
MFC r239125:
Do not apply errata 721 workaround when under hypervisor, since
typical hypervisor does not implement access to the required MSR,
causing #GP on boot.
PR
Author: alc
Date: Sat Sep 8 17:43:20 2012
New Revision: 240241
URL: http://svn.freebsd.org/changeset/base/240241
Log:
pmap_remove:
Avoid re-walking the page table from the root for every PTE examined.
Tidy up some of pmap_remove()'s helper functions.
pmap_enter:
Set PV
Author: zont
Date: Sat Sep 8 18:06:18 2012
New Revision: 240242
URL: http://svn.freebsd.org/changeset/base/240242
Log:
MFC r239769:
- Don't allow watchdogd(8) to be swapped out.
On machines with huge amount of swap and high IO activity,
watchdogd(8) may wait for a swap memory longer t
Author: zont
Date: Sat Sep 8 18:07:35 2012
New Revision: 240243
URL: http://svn.freebsd.org/changeset/base/240243
Log:
MFC r239769:
- Don't allow watchdogd(8) to be swapped out.
On machines with huge amount of swap and high IO activity,
watchdogd(8) may wait for a swap memory longer t
Author: attilio
Date: Sat Sep 8 18:27:11 2012
New Revision: 240244
URL: http://svn.freebsd.org/changeset/base/240244
Log:
userret() already checks for td_locks when INVARIANTS is enabled, so
there is no need to check if Giant is acquired after it.
Reviewed by: kib
MFC after:1 week
Author: attilio
Date: Sat Sep 8 18:29:53 2012
New Revision: 240245
URL: http://svn.freebsd.org/changeset/base/240245
Log:
Move PT_UPDATED_FLUSH() before td_locks check in order to have more
coverage also in the XEN case.
Reviewed by: kib
MFC after:1 week
Modified:
head/sys/kern
On 9/7/2012 9:41 PM, Eitan Adler wrote:
> Author: eadler
> Date: Sat Sep 8 02:41:50 2012
> New Revision: 240225
> URL: http://svn.freebsd.org/changeset/base/240225
>
> Log:
> MFC r230454:
> Use provided name when allocating ksid domain. It isn't really used on
> FreeBSD,
> but shou
Author: attilio
Date: Sat Sep 8 18:35:15 2012
New Revision: 240246
URL: http://svn.freebsd.org/changeset/base/240246
Log:
Move the checks for td_pinned, td_critnest, TDP_NOFAULTING and
TDP_NOSLEEPING leaking from syscallret() to userret() so that also
trap handling is covered. Also, the che
This commit is missing the PR number (kern/171380) and should be MFCed
together with r230454.
I was planning to MFC these two tomorrow.
On 8.9.2012 4:41, Eitan Adler wrote:
> Author: eadler
> Date: Sat Sep 8 02:41:50 2012
> New Revision: 240225
> URL: http://svn.freebsd.org/changeset/base/240225
Author: jilles
Date: Sat Sep 8 19:24:03 2012
New Revision: 240247
URL: http://svn.freebsd.org/changeset/base/240247
Log:
sh: Remove XXX comment about removing nextopt().
Using nextopt() avoids depending on the BSD-specific optreset feature in
getopt() and reduces code size (both source a
Author: pgj (ports committer)
Date: Sat Sep 8 19:35:23 2012
New Revision: 240248
URL: http://svn.freebsd.org/changeset/base/240248
Log:
Implement zack's request for turning his commit bit in. Zack, thank you for
your work on FreeBSD in the past!
Approved by: core (implicit)
Modified:
On 09/08/2012 12:21, Martin Matuska wrote:
> This commit is missing the PR number
It's actually pretty common to summarize the commit message in an MFC,
rather than reproducing it verbatim.
--
I am only one, but I am one. I cannot do everything, but I can do
something. And I will not
On 8 September 2012 15:21, Martin Matuska wrote:
> This commit is missing the PR number (kern/171380) and should be MFCed
> together with r230454.
> I was planning to MFC these two tomorrow.
I had already MFCed r230454 to 8 and 7 so I was just finishing that
off. I was not aware of r240162.
--
On 8 September 2012 15:36, Doug Barton wrote:
> On 09/08/2012 12:21, Martin Matuska wrote:
>> This commit is missing the PR number
>
> It's actually pretty common to summarize the commit message in an MFC,
> rather than reproducing it verbatim.
The PR number is still important in order for dfilte
Author: andreast
Date: Sat Sep 8 20:00:31 2012
New Revision: 240249
URL: http://svn.freebsd.org/changeset/base/240249
Log:
Fix loading of kernel modules at boot time for powerpc64.
Reported by: Mathias Breuninger
MFC after:1 week
Modified:
head/sys/boot/common/load_elf.c
Modifie
Author: tuexen
Date: Sat Sep 8 20:54:54 2012
New Revision: 240250
URL: http://svn.freebsd.org/changeset/base/240250
Log:
Whitespace cleanup.
MFC after: 10 days
Modified:
head/sys/netinet/sctp_asconf.c
Modified: head/sys/netinet/sctp_asconf.c
Author: eadler
Date: Sat Sep 8 21:38:05 2012
New Revision: 240251
URL: http://svn.freebsd.org/changeset/base/240251
Log:
Regenerate src.conf.5 after the projects/armv6 merge
Approved by: des
Modified:
head/share/man/man5/src.conf.5
Modified: head/share/man/man5/src.conf.5
On Sat, 8 Sep 2012 02:02:05 +0300
Aleksandr Rybalko wrote:
> Hi Bruce!
>
> Did not absorb all details of style(9) yet. But I'm working on that :)
>
> On Wed, 5 Sep 2012 14:18:40 +1000 (EST)
> Bruce Evans wrote:
>
> > On Tue, 4 Sep 2012, Aleksandr Rybalko wrote:
> >
> > > Log:
> > > Style fi
Author: eadler
Date: Sun Sep 9 01:04:22 2012
New Revision: 240252
URL: http://svn.freebsd.org/changeset/base/240252
Log:
Remove documentation and www cvsup files as they are no longer useful
with the switch to subversion.
Approved by: gjb (man pages)
Approved by: cperciva (example fi
Author: eadler
Date: Sun Sep 9 01:22:32 2012
New Revision: 240253
URL: http://svn.freebsd.org/changeset/base/240253
Log:
Minor English grammar fixes.
Specifically document that an incomplete ports tree is not supported.
Remove useless comment about sendmail.
Reviewed by: yuri.pan...@g
Author: adrian
Date: Sun Sep 9 04:53:10 2012
New Revision: 240254
URL: http://svn.freebsd.org/changeset/base/240254
Log:
Remove TDMA #define entries from if_ath.c; they now exist in if_ath_tdma.h.
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
==
Author: adrian
Date: Sun Sep 9 05:06:16 2012
New Revision: 240255
URL: http://svn.freebsd.org/changeset/base/240255
Log:
Make sure the aggregate fields are properly cleared - both in the
ath_buf and when forming a non-aggregate frame.
The non-11n setds function is called when TXing aggre
Author: joel (doc committer)
Date: Sun Sep 9 06:54:42 2012
New Revision: 240256
URL: http://svn.freebsd.org/changeset/base/240256
Log:
Remove trailing whitespace.
Modified:
head/usr.bin/sort/sort.1.in
Modified: head/usr.bin/sort/sort.1.in
29 matches
Mail list logo