Author: joel (doc committer)
Date: Tue Jun 4 07:37:06 2013
New Revision: 251369
URL: http://svnweb.freebsd.org/changeset/base/251369
Log:
mdoc: convert .Fd to .In, which is much nicer.
Modified:
head/lib/libc/gen/dl_iterate_phdr.3
head/lib/libc/net/getaddrinfo.3
head/lib/libc/net/getname
On Tue, 4 Jun 2013, Konstantin Belousov wrote:
On Mon, Jun 03, 2013 at 02:24:26AM -0700, Alfred Perlstein wrote:
On 6/3/13 12:55 AM, Konstantin Belousov wrote:
On Sun, Jun 02, 2013 at 09:27:53PM -0700, Alfred Perlstein wrote:
Hey Konstaintin, shouldn't this be scaled against the actual amount
On Fri, 31 May 2013, Jeremie Le Hen wrote:
On Sat, May 25, 2013 at 06:59:12PM +, Marcel Moolenaar wrote:
...
Log:
Make the malloc(3) family of functions weak and make their non-weak
implementations visible for use by applications. The functions $F that
are now weak symbols are:
Author: gber
Date: Tue Jun 4 09:21:18 2013
New Revision: 251370
URL: http://svnweb.freebsd.org/changeset/base/251370
Log:
Implement pmap_copy() for ARMv6/v7.
Copy the given range of mappings from the source map to the
destination map, thereby reducing the number of VM faults on fork.
Author: gber
Date: Tue Jun 4 09:33:03 2013
New Revision: 251371
URL: http://svnweb.freebsd.org/changeset/base/251371
Log:
Fix the passing of time on Armada XP.
In order to become independent of Coherency Fabric frequency, configure
Timer and Watchdog to operate in 25MHz mode.
Submit
Author: marius
Date: Tue Jun 4 11:05:57 2013
New Revision: 251373
URL: http://svnweb.freebsd.org/changeset/base/251373
Log:
Flag isp(4) as supporting unmapped I/O; all necessary conversion actually
already has been done as part of r246713.
Reviewed by: mjacob
Modified:
head/sys/dev/i
Author: glebius
Date: Tue Jun 4 11:19:08 2013
New Revision: 251374
URL: http://svnweb.freebsd.org/changeset/base/251374
Log:
Improve r250890, so that we stop processing of a message with zero
descriptors as early as possible, and assert that number of descriptors
is positive in unp_freerigh
On Mon, 3 Jun 2013, David Schultz wrote:
Log:
Add logl, log2l, log10l, and log1pl.
Submitted by: bde
Thanks for looking after this.
Bruce
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubsc
Author: jhb
Date: Tue Jun 4 15:35:37 2013
New Revision: 251382
URL: http://svnweb.freebsd.org/changeset/base/251382
Log:
Build fix: Only should be included before __FBSDID().
needs to be included after any "opt_foo.h" headers so it
sees the same set of defined macros as other headers.
M
Author: alc
Date: Tue Jun 4 15:40:45 2013
New Revision: 251383
URL: http://svnweb.freebsd.org/changeset/base/251383
Log:
Eliminate unnecessary vm object locking from tmpfs_nocacheread().
Modified:
head/sys/fs/tmpfs/tmpfs_vnops.c
Modified: head/sys/fs/tmpfs/tmpfs_vnops.c
Author: gjb
Date: Tue Jun 4 16:02:00 2013
New Revision: 251385
URL: http://svnweb.freebsd.org/changeset/base/251385
Log:
Add myself to committers-src.dot, and note kib is my mentor.
Approved by: kib (mentor)
Modified:
head/share/misc/committers-src.dot
Modified: head/share/misc/commit
Author: dteske
Date: Tue Jun 4 16:48:23 2013
New Revision: 251389
URL: http://svnweb.freebsd.org/changeset/base/251389
Log:
Lessen verbosity of "Exit" menutag items to appear more consistent across
menus from one module to the next.
Replacing "Exit this menu (returning to previous)" with
Author: dteske
Date: Tue Jun 4 17:08:26 2013
New Revision: 251390
URL: http://svnweb.freebsd.org/changeset/base/251390
Log:
Shift Console->Saver menu items to place the default item at the top, making
this menu consistent with Console->Repeat, Console->Font, Console->Screenmap
and many othe
Author: alc
Date: Tue Jun 4 17:23:09 2013
New Revision: 251391
URL: http://svnweb.freebsd.org/changeset/base/251391
Log:
Relax the vm object locking in mac_proc_vm_revoke_recurse(). A read lock
suffices in one place.
Sponsored by: EMC / Isilon Storage Division
Modified:
head/sys/secu
Author: andrew
Date: Tue Jun 4 19:47:26 2013
New Revision: 251392
URL: http://svnweb.freebsd.org/changeset/base/251392
Log:
Start to merge the updated ARM NetBSD setjump/longjmp functions. To begin
with merge the functions but leave out the code to save/load the VFP
registers as that requir
Author: jhb
Date: Tue Jun 4 20:40:16 2013
New Revision: 251393
URL: http://svnweb.freebsd.org/changeset/base/251393
Log:
Fix build with both INET and INET6 disabled.
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
=
Author: marius
Date: Tue Jun 4 20:49:17 2013
New Revision: 251394
URL: http://svnweb.freebsd.org/changeset/base/251394
Log:
CAM_DEV_QFREEZE handling should only be done on request submission but
neither on completion nor by SIM drivers in the first place. This issue
has been revealed by r24
Author: asomers
Date: Tue Jun 4 22:32:33 2013
New Revision: 251396
URL: http://svnweb.freebsd.org/changeset/base/251396
Log:
sys/dev/mps/mps.c
sys/dev/mps/mps_user.c
Fix uninitialized memory reference in mps_read_config_page. It was
referencing a field (params->hdr.Ext.ExtPag
Author: attilio
Date: Tue Jun 4 22:47:01 2013
New Revision: 251397
URL: http://svnweb.freebsd.org/changeset/base/251397
Log:
In vm_object_split(), busy and consequently unbusy the pages only when
swap_pager_copy() is invoked, otherwise there is no reason to do so.
This will eliminate the ne
Author: adrian
Date: Tue Jun 4 23:52:57 2013
New Revision: 251398
URL: http://svnweb.freebsd.org/changeset/base/251398
Log:
Add RX STBC statistics.
Modified:
head/tools/tools/ath/athstats/athstats.c
Modified: head/tools/tools/ath/athstats/athstats.c
=
Author: adrian
Date: Wed Jun 5 00:39:20 2013
New Revision: 251399
URL: http://svnweb.freebsd.org/changeset/base/251399
Log:
Document the AR9285/AR9485 LNA configuration information that's
stored in the ctl/ext RSSI field for chain 2.
Tested:
* AR9285, STA
Modified:
head/sys/dev/a
Author: adrian
Date: Wed Jun 5 00:42:04 2013
New Revision: 251400
URL: http://svnweb.freebsd.org/changeset/base/251400
Log:
Add a new capability flag to announce that the chip implements LNA mixing
for the RX path.
This is different to the div comb HAL flag, that says it actually
can u
Author: adrian
Date: Wed Jun 5 00:45:19 2013
New Revision: 251401
URL: http://svnweb.freebsd.org/changeset/base/251401
Log:
Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration in
the RX antenna field.
The AR9285/AR9485 use an LNA mixer to determine how to combine th
Author: marius
Date: Wed Jun 5 01:07:40 2013
New Revision: 251402
URL: http://svnweb.freebsd.org/changeset/base/251402
Log:
Handle/mark/nuke unused arguments.
Modified:
head/sys/dev/sym/sym_hipd.c
Modified: head/sys/dev/sym/sym_hipd.c
Author: marius
Date: Wed Jun 5 01:22:59 2013
New Revision: 251403
URL: http://svnweb.freebsd.org/changeset/base/251403
Log:
- Flag sym(4) as supporting unmapped I/O; all necessary conversion actually
already has been done as part of r246713.
- Revert a part of r251402 in order to appease
Author: das
Date: Wed Jun 5 05:33:01 2013
New Revision: 251404
URL: http://svnweb.freebsd.org/changeset/base/251404
Log:
Style fixes.
Submitted by: bde
Modified:
head/lib/msun/Makefile
head/lib/msun/src/catrig.c
head/lib/msun/src/catrigf.c
head/lib/msun/src/e_log2.c
Modified: hea
On 06/03/13 23:00, Andre Oppermann wrote:
> Author: andre
> Date: Mon Jun 3 13:00:33 2013
> New Revision: 251297
> URL: http://svnweb.freebsd.org/changeset/base/251297
>
> Log:
> Specify a maximum TSO length limiting the segment chain to what the
> Xen host side can handle after defragmentati
On 06/04/13 22:51, Lawrence Stewart wrote:
> On 06/03/13 23:00, Andre Oppermann wrote:
>> Modified: head/sys/dev/xen/netfront/netfront.c
>> ==
>> --- head/sys/dev/xen/netfront/netfront.c Mon Jun 3 12:55:13 2013
On 05.06.2013 08:13, Colin Percival wrote:
On 06/04/13 22:51, Lawrence Stewart wrote:
On 06/03/13 23:00, Andre Oppermann wrote:
Modified: head/sys/dev/xen/netfront/netfront.c
==
--- head/sys/dev/xen/netfront/netfront.c
29 matches
Mail list logo