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: 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
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: 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 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: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: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: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: 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: 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: 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 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: 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: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: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: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: 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 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: 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: 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: 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
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: 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
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: 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
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 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. :)
___
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: 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: 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: 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: 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
32 matches
Mail list logo