Author: zeising (ports committer)
Date: Thu Jul 19 08:56:30 2012
New Revision: 238612
URL: http://svn.freebsd.org/changeset/base/238612
Log:
Update my e-mail to my FreeBSD one.
Approved by: joel (mentor)
Modified:
head/usr.sbin/ipfwpcap/ipfwpcap.8
Modified: head/usr.sbin/ipfwpcap/ipfwp
Author: tuexen
Date: Thu Jul 19 09:32:59 2012
New Revision: 238613
URL: http://svn.freebsd.org/changeset/base/238613
Log:
MFC r238501, r 238514:
Changes which improve compilation if neither INET nor INET6 is defined.
Allow netstat to be build if INET is not defined in the kernel.
Thanks
Author: kib
Date: Thu Jul 19 10:22:54 2012
New Revision: 238614
URL: http://svn.freebsd.org/changeset/base/238614
Log:
Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4.
PR: standards/169962
Submitted by: Jukka A. Ukkonen
MFC after:1 week
Modified:
head/sys/
Author: kib
Date: Thu Jul 19 10:23:59 2012
New Revision: 238615
URL: http://svn.freebsd.org/changeset/base/238615
Log:
Document F_DUPFD_CLOEXEC. Also provide some wording changes for
F_DUPFD to make it less confusing, at least for me.
MFC after:1 week
Modified:
head/lib/libc/sys/fc
Author: hselasky
Date: Thu Jul 19 10:28:29 2012
New Revision: 238616
URL: http://svn.freebsd.org/changeset/base/238616
Log:
MFC r213705:
Add the XHCI USB controller to NOTES.
Suggested by: dougb @
Modified:
stable/8/sys/conf/NOTES
Directory Properties:
stable/8/sys/ (props changed)
I would prefer to be in CC for this or at least asked!
On Wed, Jul 18, 2012 at 6:13 PM, Gleb Smirnoff wrote:
> Author: glebius
> Date: Wed Jul 18 16:13:03 2012
> New Revision: 238600
> URL: http://svn.freebsd.org/changeset/base/238600
>
> Log:
> Merge r230119, r238498 from head:
>
> -
Author: kib
Date: Thu Jul 19 11:15:53 2012
New Revision: 238617
URL: http://svn.freebsd.org/changeset/base/238617
Log:
Fix several reads beyond the mapped first page of the binary in the
ELF parser. Specifically, do not allow note reader and interpreter
path comparision in the brandelf code
Author: joerg
Date: Thu Jul 19 11:18:41 2012
New Revision: 238618
URL: http://svn.freebsd.org/changeset/base/238618
Log:
Add share/examples/libusb20 to the list of directories.
Modified:
head/etc/mtree/BSD.usr.dist
Modified: head/etc/mtree/BSD.usr.dist
===
Author: melifaro
Date: Thu Jul 19 11:43:31 2012
New Revision: 238619
URL: http://svn.freebsd.org/changeset/base/238619
Log:
MFC r219182, r219229, r220769, r223706, r223787, r223822, r232921, r237162,
r237163, r237164, r237226, r237227
Merge netflow v9 support (kernel side)
r219182 - A
Ermal,
On Thu, Jul 19, 2012 at 12:47:07PM +0200, Ermal Lu?i wrote:
E> I would prefer to be in CC for this or at least asked!
You could comment on this when original revisions were
committed to head.
Any problems with this particular merge?
--
Totus tuus, Glebius.
Author: melifaro
Date: Thu Jul 19 13:00:31 2012
New Revision: 238620
URL: http://svn.freebsd.org/changeset/base/238620
Log:
MFC r223788, r223790, r223824 236808
Merge netflow v9 support (user side)
r223788 - Rewrite the flowctl utility to add it support for displaying both
IPv4 and I
On 2012-07-18 21:28, Dag-Erling Smorgrav wrote:
> Author: des
> Date: Wed Jul 18 19:28:22 2012
> New Revision: 238602
> URL: http://svn.freebsd.org/changeset/base/238602
>
> Log:
> Add -g (gigabyte) flag to complement -k (kilobyte) and -m (megabyte).
Too bad -t is already taken. :)
___
On 07/19/2012 06:00, Alexander V. Chernikov wrote:
> Author: melifaro
> Date: Thu Jul 19 13:00:31 2012
> New Revision: 238620
> URL: http://svn.freebsd.org/changeset/base/238620
>
> Log:
> MFC r223788, r223790, r223824 236808
>
> Merge netflow v9 support (user side)
Seems to have broken th
On 19.07.2012 17:44, Doug Barton wrote:
On 07/19/2012 06:00, Alexander V. Chernikov wrote:
Author: melifaro
Date: Thu Jul 19 13:00:31 2012
New Revision: 238620
URL: http://svn.freebsd.org/changeset/base/238620
Log:
MFC r223788, r223790, r223824 236808
Merge netflow v9 support (user side)
On 07/19/2012 06:54, Alexander V. Chernikov wrote:
> On 19.07.2012 17:44, Doug Barton wrote:
>> On 07/19/2012 06:00, Alexander V. Chernikov wrote:
>>> Author: melifaro
>>> Date: Thu Jul 19 13:00:31 2012
>>> New Revision: 238620
>>> URL: http://svn.freebsd.org/changeset/base/238620
>>>
>>> Log:
>>>
Author: marius
Date: Thu Jul 19 14:43:46 2012
New Revision: 238621
URL: http://svn.freebsd.org/changeset/base/238621
Log:
Revert the use of BUS_DMA_ALLOCNOW when creating the DMA tag for user
data introduced in r236061. Using that flag doesn't make that much
sense on this case as the DMA map
On Thu, Jul 19, 2012 at 05:54:26PM +0400, Alexander V. Chernikov wrote:
> On 19.07.2012 17:44, Doug Barton wrote:
> > On 07/19/2012 06:00, Alexander V. Chernikov wrote:
> >> Author: melifaro
> >> Date: Thu Jul 19 13:00:31 2012
> >> New Revision: 238620
> >> URL: http://svn.freebsd.org/changeset/b
Author: emax
Date: Thu Jul 19 15:36:36 2012
New Revision: 238622
URL: http://svn.freebsd.org/changeset/base/238622
Log:
Allow to specify no source-address-selection policy
MFC after:1 week
Modified:
head/etc/rc.d/ip6addrctl
Modified: head/etc/rc.d/ip6addrctl
On 19.07.2012 18:08, Doug Barton wrote:
On 07/19/2012 06:54, Alexander V. Chernikov wrote:
On 19.07.2012 17:44, Doug Barton wrote:
On 07/19/2012 06:00, Alexander V. Chernikov wrote:
Author: melifaro
Date: Thu Jul 19 13:00:31 2012
New Revision: 238620
URL: http://svn.freebsd.org/changeset/base/
On 07/19/2012 08:54, Alexander V. Chernikov wrote:
>> You can see for yourself in the freebsd-stable archives, as the
>> tinderboxes have been failing ever since your commit.
> This is the result of 1+ hour gap between r238619 and r238620. Tinderbox
> tries to build old flowctl binary.
Indeed, thi
Author: kib
Date: Thu Jul 19 19:09:12 2012
New Revision: 238623
URL: http://svn.freebsd.org/changeset/base/238623
Log:
Introduce curpcb magic variable, similar to curthread, which is MD
amd64. It is implemented as __pure2 inline with non-volatile asm read
from pcpu, which allows a compiler
Author: pfg
Date: Thu Jul 19 19:15:47 2012
New Revision: 238624
URL: http://svn.freebsd.org/changeset/base/238624
Log:
Merge more cosmetical changes from NetBSD's libedit.
makelist:
change tr '[a-z]' '[A-Z]' to tr '[:lower:]' '[:upper:]' so that POSIX
systems work proerly regardsless of
On Thu, Jul 19, 2012 at 10:22:55AM +, Konstantin Belousov wrote:
> Author: kib
> Date: Thu Jul 19 10:22:54 2012
> New Revision: 238614
> URL: http://svn.freebsd.org/changeset/base/238614
>
> Log:
> Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4.
>
> PR: standards/1
Author: kib
Date: Thu Jul 19 20:38:03 2012
New Revision: 238627
URL: http://svn.freebsd.org/changeset/base/238627
Log:
Remove line which was accidentally kept in r238614.
Submitted by: pjd
Pointy hat to:kib
MFC after:1 week
Modified:
head/sys/kern/kern_descrip.c
Modified
Author: dteske
Date: Thu Jul 19 22:33:13 2012
New Revision: 238628
URL: http://svn.freebsd.org/changeset/base/238628
Log:
Fix syntax errors (s/:=/:-/).
Reviewed by: emaste (mentor)
Approved by: emaste (mentor)
MFC after:3 days
Modified:
head/etc/rc.d/bgfsck
head/etc/rc.d/name
Author: dteske
Date: Thu Jul 19 22:41:00 2012
New Revision: 238629
URL: http://svn.freebsd.org/changeset/base/238629
Log:
Revert SVN r238628 (mistake).
Modified:
head/etc/rc.d/named
Modified: head/etc/rc.d/named
==
-
Author: adrian
Date: Fri Jul 20 00:47:23 2012
New Revision: 238630
URL: http://svn.freebsd.org/changeset/base/238630
Log:
Prepare for (re)using this header file in userland.
Remove the inlined code from the header file if it's compiled in userland.
It's not required and it shouldn't be th
Author: delphij
Date: Fri Jul 20 01:11:53 2012
New Revision: 238631
URL: http://svn.freebsd.org/changeset/base/238631
Log:
Import an updated version of moduli(5) manual page from OpenBSD.
MFC after:1 month
Modified:
head/share/man/man5/moduli.5
Modified: head/share/man/man5/moduli.5
Author: adrian
Date: Fri Jul 20 01:27:20 2012
New Revision: 238632
URL: http://svn.freebsd.org/changeset/base/238632
Log:
Create an ioctl API for fetching the current rate control information.
Modified:
head/sys/dev/ath/if_athioctl.h
head/sys/dev/ath/if_athrate.h
Modified: head/sys/dev/ath
Author: adrian
Date: Fri Jul 20 01:36:02 2012
New Revision: 238633
URL: http://svn.freebsd.org/changeset/base/238633
Log:
Add a per-node rate control routine for each rate control module.
For now, the only module implement is 'sample', and that's only partially
implemented. The main issu
Author: adrian
Date: Fri Jul 20 01:36:46 2012
New Revision: 238634
URL: http://svn.freebsd.org/changeset/base/238634
Log:
Enable the basic node-based rate control statistics via an ioctl().
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
==
Author: adrian
Date: Fri Jul 20 01:38:03 2012
New Revision: 238635
URL: http://svn.freebsd.org/changeset/base/238635
Log:
Implement a first cut of the 'sample' rate statistics userland utility.
This outputs almost exactly the same information as the kernel sysctl does,
however the rix ->
Author: adrian
Date: Fri Jul 20 01:41:18 2012
New Revision: 238636
URL: http://svn.freebsd.org/changeset/base/238636
Log:
Bump this up to match what the HAL is at now.
Modified:
head/sys/dev/ath/ath_rate/sample/sample.h
Modified: head/sys/dev/ath/ath_rate/sample/sample.h
Author: davidxu
Date: Fri Jul 20 01:56:14 2012
New Revision: 238637
URL: http://svn.freebsd.org/changeset/base/238637
Log:
Don't forget to release a thread reference count,
replace _thr_ref_add() with _thr_find_thread(),
so reference count is no longer needed.
MFC after:3 days
Modi
Author: adrian
Date: Fri Jul 20 02:17:48 2012
New Revision: 238638
URL: http://svn.freebsd.org/changeset/base/238638
Log:
Introduce a rate table TLV so rate table statistics consumers
know how to map rix -> rate code.
Modified:
head/sys/dev/ath/ath_rate/sample/sample.c
head/sys/dev/ath/if
Author: adrian
Date: Fri Jul 20 02:18:47 2012
New Revision: 238639
URL: http://svn.freebsd.org/changeset/base/238639
Log:
Use the rate control table to display the rate rather than the rix,
making the output of this program much more meaningful.
Modified:
head/tools/tools/ath/athratestats/m
Author: davidxu
Date: Fri Jul 20 03:00:41 2012
New Revision: 238640
URL: http://svn.freebsd.org/changeset/base/238640
Log:
Eliminate duplicated code.
Modified:
head/lib/libthr/thread/thr_setschedparam.c
Modified: head/lib/libthr/thread/thr_setschedparam.c
Author: davidxu
Date: Fri Jul 20 03:16:52 2012
New Revision: 238641
URL: http://svn.freebsd.org/changeset/base/238641
Log:
Eliminate duplicated code.
Modified:
head/lib/libthr/thread/thr_setprio.c
Modified: head/lib/libthr/thread/thr_setprio.c
Author: davidxu
Date: Fri Jul 20 03:22:17 2012
New Revision: 238642
URL: http://svn.freebsd.org/changeset/base/238642
Log:
Don't assign same value.
Modified:
head/lib/libthr/thread/thr_setprio.c
head/lib/libthr/thread/thr_setschedparam.c
Modified: head/lib/libthr/thread/thr_setprio.c
=
Author: davidxu
Date: Fri Jul 20 03:27:07 2012
New Revision: 238643
URL: http://svn.freebsd.org/changeset/base/238643
Log:
Eliminate duplicated code.
Modified:
head/lib/libthr/thread/thr_getschedparam.c
Modified: head/lib/libthr/thread/thr_getschedparam.c
Author: davidxu
Date: Fri Jul 20 03:37:19 2012
New Revision: 238644
URL: http://svn.freebsd.org/changeset/base/238644
Log:
Simplify code by replacing _thr_ref_add() with _thr_find_thread().
Modified:
head/lib/libthr/thread/thr_info.c
Modified: head/lib/libthr/thread/thr_info.c
==
Author: davidxu
Date: Fri Jul 20 05:47:12 2012
New Revision: 238645
URL: http://svn.freebsd.org/changeset/base/238645
Log:
Don't forget to initialize return value.
Modified:
head/lib/libthr/thread/thr_getschedparam.c
Modified: head/lib/libthr/thread/thr_getschedparam.c
==
Author: adrian
Date: Fri Jul 20 06:11:26 2012
New Revision: 238646
URL: http://svn.freebsd.org/changeset/base/238646
Log:
Tidy things up substantially:
* remove some debugging;
* introduce command line arguments;
* introduce support for non-ath0 interfaces.
Modified:
head/tools/tools
On 19 July 2012 14:36, Dimitry Andric wrote:
> On 2012-07-18 21:28, Dag-Erling Smorgrav wrote:
>> Author: des
>> Date: Wed Jul 18 19:28:22 2012
>> New Revision: 238602
>> URL: http://svn.freebsd.org/changeset/base/238602
>>
>> Log:
>> Add -g (gigabyte) flag to complement -k (kilobyte) and -m (me
Author: pgj (ports committer)
Date: Fri Jul 20 06:50:57 2012
New Revision: 238647
URL: http://svn.freebsd.org/changeset/base/238647
Log:
MFC r238527:
- Add support for displaying process stack memory regions.
Approved by: re (kib), rwatson
Modified:
stable/9/sys/kern/kern_proc.c
45 matches
Mail list logo