Author: eadler
Date: Thu Jun 14 06:55:40 2012
New Revision: 237051
URL: http://svn.freebsd.org/changeset/base/237051
Log:
MFC r236287:
add missing variable declaration when DEBUG is defined forgotten in
r215046
PR: bin/166404
Approved by: cperciva (implicit)
Modified:
Author: eadler
Date: Thu Jun 14 06:55:16 2012
New Revision: 237050
URL: http://svn.freebsd.org/changeset/base/237050
Log:
MFC r236287:
add missing variable declaration when DEBUG is defined forgotten in
r215046
PR: bin/166404
Approved by: cperciva (implicit)
Modified:
Author: tuexen
Date: Thu Jun 14 06:54:48 2012
New Revision: 237049
URL: http://svn.freebsd.org/changeset/base/237049
Log:
Pass flowid explicitly through the stack instead of taking it from
the mbuf chain at different places.
While there: Fix several bugs related to VRFs.
MFC after: 3 da
Author: eadler
Date: Thu Jun 14 06:54:35 2012
New Revision: 237048
URL: http://svn.freebsd.org/changeset/base/237048
Log:
MFC r236287:
add missing variable declaration when DEBUG is defined forgotten in
r215046
PR: bin/166404
Approved by: cperciva (implicit)
Modified:
Author: eadler
Date: Thu Jun 14 06:26:58 2012
New Revision: 237047
URL: http://svn.freebsd.org/changeset/base/237047
Log:
MFC r236355:
Fix a variety of compile errors with gcc48 and clang
PR: bin/165699
Approved by: cperciva (implicit)
Modified:
stable/9/sbin/mca/Mak
Author: adrian
Date: Thu Jun 14 04:24:13 2012
New Revision: 237046
URL: http://svn.freebsd.org/changeset/base/237046
Log:
Shrink ath_buf a little more:
* Resize some types. In particular, bfs_seqno can be uint16_t for now.
Previous work would assign the unassigned seqno a value of -1,
Author: imp
Date: Thu Jun 14 04:18:56 2012
New Revision: 237045
URL: http://svn.freebsd.org/changeset/base/237045
Log:
More Linux boot support. Create arm_dump_avail_init() to initialize
this array either from Linux boot data, when enabled, or in the
typical way that most ports do it. arm_
Author: imp
Date: Thu Jun 14 04:16:16 2012
New Revision: 237044
URL: http://svn.freebsd.org/changeset/base/237044
Log:
Add support for parsing Linux ATAGs such as you'd see from uboot or
redboot. Support is very preiminary and likely needs some work. Also,
do some minor code shuffling of th
Author: adrian
Date: Thu Jun 14 04:14:06 2012
New Revision: 237043
URL: http://svn.freebsd.org/changeset/base/237043
Log:
Disable BGSCAN for 802.11n for now. Until scanning during traffic is
fixed for 802.11n TX, this needs to be disabled or users wlil see randomly
hanging aggregation sessi
Author: imp
Date: Thu Jun 14 04:09:20 2012
New Revision: 237042
URL: http://svn.freebsd.org/changeset/base/237042
Log:
Create default_parse_boot_param which, if FreeBSD /boot/loader support
is enabled, sets values based on the metadata passed in. Otherwise
fake_preload_metadata is called.
Author: adrian
Date: Thu Jun 14 04:01:25 2012
New Revision: 237041
URL: http://svn.freebsd.org/changeset/base/237041
Log:
Disable this warning debug for now, as I'm now aware of the particular
situation where it's occuring.
Whilst I'm here, flesh out a more descriptive description.
Modif
Author: imp
Date: Thu Jun 14 04:00:30 2012
New Revision: 237040
URL: http://svn.freebsd.org/changeset/base/237040
Log:
Modify all the arm platform files to call parse_boot_param passing in
the boot parameters from initarm first thing. parse_boot_param parses
the boot arguments and converts
Author: kientzle
Date: Thu Jun 14 03:27:01 2012
New Revision: 237039
URL: http://svn.freebsd.org/changeset/base/237039
Log:
__flt_rounds is a public symbol (expands from the FLT_ROUNDS macro),
so include it in the public namespace on arm just as with
other architectures.
This corrects r
Author: adrian
Date: Thu Jun 14 00:51:53 2012
New Revision: 237038
URL: http://svn.freebsd.org/changeset/base/237038
Log:
Implement a global (all non-mgmt traffic) TX ath_buf limitation when
ath_start() is called.
This (defaults to 10 frames) gives for a little headway in the TX ath_buf
Author: jkim
Date: Wed Jun 13 22:53:56 2012
New Revision: 237037
URL: http://svn.freebsd.org/changeset/base/237037
Log:
- Remove unused code for CR3 and CR4.
- Fix few style(9) nits while I am here.
Modified:
head/sys/amd64/acpica/acpi_wakecode.S
head/sys/amd64/amd64/cpu_switch.S
head/s
Author: pjd
Date: Wed Jun 13 22:12:10 2012
New Revision: 237036
URL: http://svn.freebsd.org/changeset/base/237036
Log:
When checking if file descriptor number is valid, explicitely check for 'fd'
being less than 0 instead of using cast-to-unsigned hack.
Today's commit was brought to you b
Author: jilles
Date: Wed Jun 13 21:53:40 2012
New Revision: 237035
URL: http://svn.freebsd.org/changeset/base/237035
Log:
find(1): Move description of -d option to -depth primary.
The nullary -depth primary is standard and the -d option provides little
advantage.
PR: docs/1
Author: pjd
Date: Wed Jun 13 21:38:07 2012
New Revision: 237034
URL: http://svn.freebsd.org/changeset/base/237034
Log:
Now that dupfdopen() doesn't depend on finstall() being called earlier,
indx will never be -1 on error, as none of dupfdopen(), finstall() and
kern_capwrap() modifies it on
Author: pjd
Date: Wed Jun 13 21:32:35 2012
New Revision: 237033
URL: http://svn.freebsd.org/changeset/base/237033
Log:
Allocate descriptor number in dupfdopen() itself instead of depending on
the caller using finstall().
This saves us the filedesc lock/unlock cycle, fhold()/fdrop() cycle and
Author: pjd
Date: Wed Jun 13 21:22:35 2012
New Revision: 237032
URL: http://svn.freebsd.org/changeset/base/237032
Log:
- Remove nfp variable that is not really needed.
- Update comment.
- Style nits.
MFC after:1 month
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/ker
Author: pjd
Date: Wed Jun 13 21:15:01 2012
New Revision: 237031
URL: http://svn.freebsd.org/changeset/base/237031
Log:
Remove duplicated code.
MFC after:1 month
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/kern/vfs_syscalls.c
Author: pjd
Date: Wed Jun 13 21:13:18 2012
New Revision: 237030
URL: http://svn.freebsd.org/changeset/base/237030
Log:
Add missing {.
MFC after:1 month
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/kern/vfs_syscalls.c
=
Author: pjd
Date: Wed Jun 13 21:11:58 2012
New Revision: 237029
URL: http://svn.freebsd.org/changeset/base/237029
Log:
Style.
MFC after:1 month
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/kern/vfs_syscalls.c
=
Author: pjd
Date: Wed Jun 13 21:10:00 2012
New Revision: 237028
URL: http://svn.freebsd.org/changeset/base/237028
Log:
There is no need to set td->td_retval[0] to -1 on error.
Confirmed by: jhb
MFC after:1 month
Modified:
head/sys/kern/vfs_syscalls.c
Modified: head/sys/kern/vfs_sy
Author: jkim
Date: Wed Jun 13 21:03:01 2012
New Revision: 237027
URL: http://svn.freebsd.org/changeset/base/237027
Log:
- Fix resumectx() prototypes to reflect reality.
- For i386, simply jump to resumectx() with PCB in %ecx.
- Fix a style(9) nit while I am here.
Modified:
head/sys/amd64/
Author: jkim
Date: Wed Jun 13 20:41:45 2012
New Revision: 237025
URL: http://svn.freebsd.org/changeset/base/237025
Log:
Add a convenience macro for the fastcall attribute.
MFC after:2 weeks
Modified:
head/sys/sys/cdefs.h
Modified: head/sys/sys/cdefs.h
===
Author: mav
Date: Wed Jun 13 20:34:14 2012
New Revision: 237024
URL: http://svn.freebsd.org/changeset/base/237024
Log:
MFC r230188i (by das):
Correct some bugs that resulted from arm/_fpmath.h being blindly copied
from the x86 version, which has a completely different long double
format.
Author: mav
Date: Wed Jun 13 20:31:30 2012
New Revision: 237023
URL: http://svn.freebsd.org/changeset/base/237023
Log:
MFC r230188i (by das):
Correct some bugs that resulted from arm/_fpmath.h being blindly copied
from the x86 version, which has a completely different long double
format.
Author: pfg
Date: Wed Jun 13 20:21:08 2012
New Revision: 237021
URL: http://svn.freebsd.org/changeset/base/237021
Log:
Revert r236962 - Experimental amdfam10/barcelona support.
The patches are unexpectedly causing gcc to fail while
building ports/graphics/ImageMagick even when the cpu
f
Author: dim
Date: Wed Jun 13 19:53:29 2012
New Revision: 237019
URL: http://svn.freebsd.org/changeset/base/237019
Log:
MFC r233098:
Make sure libgcc_s is finished building in _startup_libs before
building libcxxrt with high -j levels. The workaround in
libc++/Makefile isn't necessary o
Author: joel (doc committer)
Date: Wed Jun 13 19:08:00 2012
New Revision: 237018
URL: http://svn.freebsd.org/changeset/base/237018
Log:
Sync example file with mdoc changes made in rev 235450.
Modified:
head/share/examples/mdoc/example.4
Modified: head/share/examples/mdoc/example.4
==
Author: jhb
Date: Wed Jun 13 19:04:39 2012
New Revision: 237017
URL: http://svn.freebsd.org/changeset/base/237017
Log:
Ensure that the beginning of the DSS is aligned on a chunk boundary.
If the _end symbol used an address with the low bit set, then the initial
arena could end up with corrup
Author: pjd
Date: Wed Jun 13 19:00:29 2012
New Revision: 237016
URL: http://svn.freebsd.org/changeset/base/237016
Log:
There is only one caller of the dupfdopen() function, so we can simplify
it a bit:
- We can assert that only ENODEV and ENXIO errors are passed instead of
handling other
Author: joel (doc committer)
Date: Wed Jun 13 18:57:27 2012
New Revision: 237015
URL: http://svn.freebsd.org/changeset/base/237015
Log:
mdoc: avoid nested displays. Fixes mandoc warnings.
Modified:
head/sys/netinet/libalias/libalias.3
head/usr.sbin/apmd/apmd.8
Modified: head/sys/netinet/li
Andrey Zonov writes:
> I think you missed usr/share/examples/etc/auth.conf
Thanks, I didn't even realize it existed.
DES
--
Dag-Erling Smørgrav - d...@des.no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-al
Author: jhb
Date: Wed Jun 13 17:45:38 2012
New Revision: 237014
URL: http://svn.freebsd.org/changeset/base/237014
Log:
Restore 229262 which was accidentally reverted in a prior change:
Implement BUS_ADD_CHILD() for the isab(4) driver.
Submitted by: fabient
Modified:
stable/8/sys/dev/pc
Author: mjg
Date: Wed Jun 13 17:18:16 2012
New Revision: 237013
URL: http://svn.freebsd.org/changeset/base/237013
Log:
Remove 'low' argument from fd_last_used().
This function is static and the only caller always passes 0 as low.
While here update note about return values in comment.
Author: mjg
Date: Wed Jun 13 17:12:53 2012
New Revision: 237012
URL: http://svn.freebsd.org/changeset/base/237012
Log:
Re-apply reverted parts of r236935 by pjd with some changes.
If fdalloc() decides to grow fdtable it does it once and at most doubles
the size. This still may be not enou
head/ObsoleteFiles.inc
Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc Wed Jun 13 16:12:30 2012(r237010)
+++ head/ObsoleteFiles.inc Wed Jun 13 16:40:47 2012(r237011)
@@ -40,6 +40,7 @@
# 201
Author: imp
Date: Wed Jun 13 16:12:30 2012
New Revision: 237010
URL: http://svn.freebsd.org/changeset/base/237010
Log:
Remove leakage of other patches into last commit.
Modified:
head/sys/arm/xscale/i80321/ep80219_machdep.c
head/sys/arm/xscale/i80321/iq31244_machdep.c
head/sys/arm/xscale/
On Wed, Jun 13, 2012 at 01:18:53PM +0200, Mateusz Guzik wrote:
> On Wed, Jun 13, 2012 at 01:13:09PM +0200, Pawel Jakub Dawidek wrote:
> > On Wed, Jun 13, 2012 at 12:53:44PM +0200, Mateusz Guzik wrote:
> > > http://people.freebsd.org/~mjg/patches/fdalloc%2bfd_first_free5.patch
> > >
> > > David rep
Author: jhb
Date: Wed Jun 13 15:25:52 2012
New Revision: 237009
URL: http://svn.freebsd.org/changeset/base/237009
Log:
MFC 230260-230262,230269,230270,230426,230429,230538,230765,230766,230864,
232520 (partial),235563:
Add support for the extended FPU states on amd64, both for native
64bit
iles.inc Wed Jun 13 11:59:03 2012 (r237005)
> @@ -38,6 +38,10 @@
> # xargs -n1 | sort | uniq -d;
> # done
>
> +# 20120613: auth.conf removed
> +OLD_FILES+=/etc/auth.conf
> +OLD_FILES+=/usr/share/man/man3/auth.3.gz
> +OLD_FILES+=/usr/share/man/man5/auth.conf.5.g
Author: jhb
Date: Wed Jun 13 15:04:50 2012
New Revision: 237008
URL: http://svn.freebsd.org/changeset/base/237008
Log:
Fix a couple of bugs that prevented windows in PCI-PCI bridges from
growing "downward" (moving the start address down). First, an off by
one error caused the end address to
Author: pluknet
Date: Wed Jun 13 14:47:03 2012
New Revision: 237007
URL: http://svn.freebsd.org/changeset/base/237007
Log:
MFC r234188,r234463,r234465:
- Update the swi_add prototype after struct ithd was split up into
struct intr_event and struct intr_thread. [1]
- Update the rest of s
On 12.06.2012 16:02, Michael Tuexen wrote:
Author: tuexen
Date: Tue Jun 12 14:02:38 2012
New Revision: 236959
URL: http://svn.freebsd.org/changeset/base/236959
Log:
Add a IP_RECVTOS socket option to receive for received UDP/IPv4
packets a cmsg of type IP_RECVTOS which contains the TOS byte
==
--- head/ObsoleteFiles.inc Wed Jun 13 11:59:03 2012(r237005)
+++ head/ObsoleteFiles.inc Wed Jun 13 11:59:47 2012(r237006)
@@ -39,11 +39,11 @@
# done
# 20120613: auth.conf removed
-OLD_FILES+=/etc/auth.conf
-OLD_FILES+=/usr/share/man/man3/auth.3.gz
==
--- head/ObsoleteFiles.inc Wed Jun 13 10:42:55 2012(r237004)
+++ head/ObsoleteFiles.inc Wed Jun 13 11:59:03 2012(r237005)
@@ -38,6 +38,10 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20120613: auth.conf
On Wed, Jun 13, 2012 at 01:13:09PM +0200, Pawel Jakub Dawidek wrote:
> On Wed, Jun 13, 2012 at 12:53:44PM +0200, Mateusz Guzik wrote:
> > http://people.freebsd.org/~mjg/patches/fdalloc%2bfd_first_free5.patch
> >
> > David reported that previous version of the patch fixed panic he was
> > experienc
On Wed, Jun 13, 2012 at 12:53:44PM +0200, Mateusz Guzik wrote:
> http://people.freebsd.org/~mjg/patches/fdalloc%2bfd_first_free5.patch
>
> David reported that previous version of the patch fixed panic he was
> experiencing, so I consider the patch tested.
Looks good, one (hopefully last) minor ni
On Wed, Jun 13, 2012 at 12:29:01PM +0200, Pawel Jakub Dawidek wrote:
> On Wed, Jun 13, 2012 at 11:38:07AM +0200, Mateusz Guzik wrote:
> > On Tue, Jun 12, 2012 at 11:44:00PM +0200, Pawel Jakub Dawidek wrote:
> > > On Tue, Jun 12, 2012 at 09:18:28PM +0200, Mateusz Guzik wrote:
> > > > On Tue, Jun 12,
On Wed, Jun 13, 2012 at 11:38:07AM +0200, Mateusz Guzik wrote:
> On Tue, Jun 12, 2012 at 11:44:00PM +0200, Pawel Jakub Dawidek wrote:
> > On Tue, Jun 12, 2012 at 09:18:28PM +0200, Mateusz Guzik wrote:
> > > On Tue, Jun 12, 2012 at 06:01:29PM +0200, Pawel Jakub Dawidek wrote:
> > > > Look good and y
On Tue, Jun 12, 2012 at 11:44:00PM +0200, Pawel Jakub Dawidek wrote:
> On Tue, Jun 12, 2012 at 09:18:28PM +0200, Mateusz Guzik wrote:
> > On Tue, Jun 12, 2012 at 06:01:29PM +0200, Pawel Jakub Dawidek wrote:
> > > Look good and you can just add 'In co-operation with: pjd'.
> > > One minor thing is t
Author: mm
Date: Wed Jun 13 08:00:32 2012
New Revision: 237001
URL: http://svn.freebsd.org/changeset/base/237001
Log:
Fix ZFS boot with pre-features pools (version <= 28) broken in r236884
Reported by: mav
MFC after:1 month
Modified:
head/sys/boot/zfs/zfsimpl.c
Modified: head/sys
On Wed, Jun 13, 2012 at 08:09:01AM +0400, Andrey Chernov wrote:
> On Wed, Jun 13, 2012 at 12:37:50PM +1000, Bruce Evans wrote:
> > >> On Mon, 11 Jun 2012, Pawel Jakub Dawidek wrote:
> > >>> -KASSERT(fd >= 0 && fd < fdp->fd_nfiles,
> > >>> +KASSERT((unsigned int)fd < fdp->fd_nfiles,
55 matches
Mail list logo