Author: grembo (ports committer)
Date: Wed Aug 19 09:49:29 2015
New Revision: 286918
URL: https://svnweb.freebsd.org/changeset/base/286918
Log:
Allow building a kernel with baked in ig4, isl and cyapa drivers.
Also addresses jhb's remarks on D2811 and D3068.
PR: 202059
Diff
On 14/08/2015 16:43, Alexander Motin wrote:
> Author: mav
> Date: Fri Aug 14 13:43:12 2015
> New Revision: 286776
> URL: https://svnweb.freebsd.org/changeset/base/286776
>
> Log:
> Remove some random accumulated diff from Illumos.
>
> Submitted by: avg (partially)
>
> Modified:
> h
Author: zbb
Date: Wed Aug 19 10:36:36 2015
New Revision: 286919
URL: https://svnweb.freebsd.org/changeset/base/286919
Log:
Add SMP support to GICv3 and ITS drivers
Introduce supprot for SMP to GICv3 and ITS drivers.
Obtained from: Semihalf
Sponsored by: The FreeBSD Foundation
Diff
Author: zbb
Date: Wed Aug 19 11:45:45 2015
New Revision: 286920
URL: https://svnweb.freebsd.org/changeset/base/286920
Log:
Remove redundant mp_naps from ARM64 secondary CPU start-up code
The global variable has been only used for CPU startup ordering
which is not needed anyway.
Obtai
Author: kib
Date: Wed Aug 19 11:53:32 2015
New Revision: 286921
URL: https://svnweb.freebsd.org/changeset/base/286921
Log:
fget_unlocked() depends on the freed struct file f_count field being
zero. The file_zone if no-free, but r284861 added trashing of the
freed memory. Most visible manif
Author: zbb
Date: Wed Aug 19 11:59:41 2015
New Revision: 286922
URL: https://svnweb.freebsd.org/changeset/base/286922
Log:
Increase MAXCPU in ARM64
Increase MAXCPU number to the maximum known value the existing
hardware can support.
Obtained from: Semihalf
Sponsored by: The FreeBS
Author: jhibbits
Date: Wed Aug 19 13:23:07 2015
New Revision: 286923
URL: https://svnweb.freebsd.org/changeset/base/286923
Log:
Remove debug printf.
Modified:
head/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
Modified: head/sys/powerpc/mpc85xx/pci_mpc85xx_pcib.c
===
Author: bapt
Date: Wed Aug 19 15:18:32 2015
New Revision: 286924
URL: https://svnweb.freebsd.org/changeset/base/286924
Log:
Add a kern.features.cloudabi64 entry when the module is loaded to helps the
userland to be able to test is cloudabi64 is supported or not
Reviewed by: ed
Differen
Author: np
Date: Wed Aug 19 15:40:03 2015
New Revision: 286926
URL: https://svnweb.freebsd.org/changeset/base/286926
Log:
cxgbe(4): Save the flags for the last adapter-wide synchronized
operation that was initiated successfully. (The caller and thread are
already recorded).
MFC after:
Author: gjb
Date: Wed Aug 19 17:51:03 2015
New Revision: 286932
URL: https://svnweb.freebsd.org/changeset/base/286932
Log:
Remove a broken link.
While here, prefer https where possible.
Sponsored by: The FreeBSD Foundation
Modified:
head/release/doc/en_US.ISO8859-1/errata/article.xml
Author: delphij
Date: Wed Aug 19 18:24:39 2015
New Revision: 286933
URL: https://svnweb.freebsd.org/changeset/base/286933
Log:
Issue warning and refuse to proceed further if the configured
repository signature_type is unsupported by bootstrap pkg(7).
Previously, when signature_type specif
Author: jasone
Date: Wed Aug 19 18:32:12 2015
New Revision: 286934
URL: https://svnweb.freebsd.org/changeset/base/286934
Log:
Use bool rather than _Bool for C++ compatibility.
Submitted by: Nikolai Lifanov
Modified:
head/include/malloc_np.h
Modified: head/include/malloc_np.h
===
Author: jhb
Date: Wed Aug 19 19:59:42 2015
New Revision: 286937
URL: https://svnweb.freebsd.org/changeset/base/286937
Log:
Use nitems().
Modified:
head/usr.bin/truss/amd64-fbsd.c
head/usr.bin/truss/amd64-fbsd32.c
head/usr.bin/truss/amd64-linux32.c
head/usr.bin/truss/arm-fbsd.c
head/us
Author: jhb
Date: Wed Aug 19 20:02:03 2015
New Revision: 286938
URL: https://svnweb.freebsd.org/changeset/base/286938
Log:
Various style and whitespace fixes.
Modified:
head/usr.bin/truss/amd64-fbsd.c
head/usr.bin/truss/amd64-fbsd32.c
head/usr.bin/truss/amd64-linux32.c
head/usr.bin/trus
Author: jhb
Date: Wed Aug 19 20:09:14 2015
New Revision: 286939
URL: https://svnweb.freebsd.org/changeset/base/286939
Log:
Always use %j with an intmax_t cast to print time_t values. time_t is
longer than long on 32-bit platforms with a 64-bit time_t.
Inspired by: mail from bde
Modifie
Author: jhb
Date: Wed Aug 19 20:10:58 2015
New Revision: 286940
URL: https://svnweb.freebsd.org/changeset/base/286940
Log:
ino_t is unsigned, so use uintmax_t instead of intmax_t when printing it.
Submitted by: bde (sort of)
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin
Author: jilles
Date: Wed Aug 19 20:31:03 2015
New Revision: 286941
URL: https://svnweb.freebsd.org/changeset/base/286941
Log:
wordexp(): Improve some error codes.
Distinguish between WRDE_BADVAL and WRDE_SYNTAX based on when the error
occurred (parsing or execution), not based on whether
Author: ian
Date: Wed Aug 19 20:31:35 2015
New Revision: 286942
URL: https://svnweb.freebsd.org/changeset/base/286942
Log:
Add compatible strings for all the hardware this driver works with.
Also, move the READ/WRITE bus space access macros from the header into the
source file, and rename
Author: ian
Date: Wed Aug 19 20:50:31 2015
New Revision: 286943
URL: https://svnweb.freebsd.org/changeset/base/286943
Log:
Make the imx watchdog actually work, by setting WDOG_CR_WDE (enable bit).
Also, follow the rules from watchdog(9) about what values to return in
various situations (espe
Author: ian
Date: Wed Aug 19 21:04:50 2015
New Revision: 286944
URL: https://svnweb.freebsd.org/changeset/base/286944
Log:
Enable the watchdog driver on imx6, now that it works.
Modified:
head/sys/arm/conf/IMX6
Modified: head/sys/arm/conf/IMX6
Just an update there.
Here is the patch i had prepared
https://github.com/pfsense/FreeBSD-src/commit/6ee75bdd7bf7c20359dd6e38c243586cb062edea
Now its public at least.
On Thu, Aug 6, 2015 at 3:03 PM, Adrian Chadd wrote:
> Ermal - yes please. :) Or, just do the MFC yourself. :)
>
>
> -a
>
>
> On
Author: melifaro
Date: Wed Aug 19 21:08:42 2015
New Revision: 286945
URL: https://svnweb.freebsd.org/changeset/base/286945
Log:
Check value return from lle_create() for NULL.
This bug sneaked unnoticed in r286722.
Reported by: adrian
Modified:
head/sys/netinet/if_ether.c
Modified: he
Cool! Thanks Ermal!
On 8/19/15, Ermal Luçi wrote:
> Just an update there.
>
> Here is the patch i had prepared
> https://github.com/pfsense/FreeBSD-src/commit/6ee75bdd7bf7c20359dd6e38c243586cb062edea
> Now its public at least.
>
> On Thu, Aug 6, 2015 at 3:03 PM, Adrian Chadd wrote:
>
>> Ermal -
Author: emaste
Date: Wed Aug 19 21:23:17 2015
New Revision: 286946
URL: https://svnweb.freebsd.org/changeset/base/286946
Log:
compiler-rt: update __multc3 to upstream style and variable names
I introduced a local copy of __multc3 in r281221, which has now been
committed upstream to compil
jim asked me again to do the MFC, so once I've finished doing some
more tidying up of bits and pieces I'll do the MFC.
-a
On 19 August 2015 at 14:13, Oliver Pinter wrote:
> Cool! Thanks Ermal!
>
> On 8/19/15, Ermal Luçi wrote:
>> Just an update there.
>>
>> Here is the patch i had prepared
>>
Author: ian
Date: Wed Aug 19 21:46:12 2015
New Revision: 286947
URL: https://svnweb.freebsd.org/changeset/base/286947
Log:
Add a new exit-timeout option to watchdogd.
Watchdogd currently disables the watchdog when it exits, such as during
rc.shutdown processing. That leaves the system vu
> On Aug 19, 2015, at 18:31, Adrian Chadd wrote:
>
> jim asked me again to do the MFC, so once I've finished doing some
> more tidying up of bits and pieces I'll do the MFC.
Thank you very much!
--
Renato Botelho
___
svn-src-head@freebsd.org mailing
Author: cem
Date: Thu Aug 20 00:00:15 2015
New Revision: 286948
URL: https://svnweb.freebsd.org/changeset/base/286948
Log:
getrlimit.2: Document RSS, AS/VMEM limit behavior more clearly
Alphabetize the RLIMIT_ list while here.
Reviewed by: jilles (previous version), wblock (previous v
Author: adrian
Date: Thu Aug 20 03:57:41 2015
New Revision: 286949
URL: https://svnweb.freebsd.org/changeset/base/286949
Log:
Remove some if_softc references from urtwn(4).
The only ones that are left are in if_start, if_stop and ioctl.
Tested:
* urtwn0: MAC/BB RTL8188CUS, RF 6052
Author: adrian
Date: Thu Aug 20 05:13:54 2015
New Revision: 286950
URL: https://svnweb.freebsd.org/changeset/base/286950
Log:
Further conversions from ifp->if_softc -> ic_softc.
Modified:
head/sys/dev/usb/wlan/if_rsu.c
head/sys/dev/usb/wlan/if_rum.c
head/sys/dev/usb/wlan/if_run.c
head/s
> On Aug 19, 2015, at 17:00, Conrad E. Meyer wrote:
>
> Author: cem
> Date: Thu Aug 20 00:00:15 2015
> New Revision: 286948
> URL: https://svnweb.freebsd.org/changeset/base/286948
>
> Log:
> getrlimit.2: Document RSS, AS/VMEM limit behavior more clearly
>
> Alphabetize the RLIMIT_ list while
31 matches
Mail list logo