Author: kevlo
Date: Thu Oct 20 01:21:10 2016
New Revision: 307663
URL: https://svnweb.freebsd.org/changeset/base/307663
Log:
Remove register keyword.
Reviewed by: kib
Modified:
head/sys/kern/init_main.c
Modified: head/sys/kern/init_main.c
===
Author: kevlo
Date: Thu Oct 20 01:19:37 2016
New Revision: 307662
URL: https://svnweb.freebsd.org/changeset/base/307662
Log:
Remove a sentence about putting initialization in init_proc.c or kern_proc.c
and useless comment.
Reviewed by: kib
Modified:
head/sys/kern/init_main.c
Modified
On Wed, Oct 19, 2016 at 04:33:39PM -0600, Warner Losh wrote:
> On Wed, Oct 19, 2016 at 11:34 AM, John Baldwin wrote:
> > On Wednesday, October 19, 2016 02:01:18 AM Warner Losh wrote:
> >> One of my systems would export these as sysctls:
> >>
> >> smbios.bios.reldate="07/05/2013"
> >> smbios.bios.
On Sat, Sep 27, 2014 at 7:57 AM, Alexander V. Chernikov
wrote:
> Author: melifaro
> Date: Sat Sep 27 13:57:48 2014
> New Revision: 272211
> URL: http://svnweb.freebsd.org/changeset/base/272211
>
> Log:
> Use underlying ports counters to get lagg statistics instead of
> per-packet accounting.
>
On 19 October 2016 at 21:43, Matteo Riondato wrote:
>
> This seems to have broken buildworld with WITHOUT_GPL_DTC=y in src.conf .
What error do you get?
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To
What missing quotes? It seemed to work find on the system I brought up...
I didn't do the case statement because it would be three extra big
useless syntactical boogers in the code :)
I do like the idea of using checkyesno.
Warner
On Wed, Oct 19, 2016 at 2:26 PM, Jilles Tjoelker wrote:
> On Mo
On Wed, Oct 19, 2016 at 11:34 AM, John Baldwin wrote:
> On Wednesday, October 19, 2016 02:01:18 AM Warner Losh wrote:
>> One of my systems would export these as sysctls:
>>
>> smbios.bios.reldate="07/05/2013"
>> smbios.bios.vendor="American Megatrends Inc."
>> smbios.bios.version="3.00"
>> smbios.
On Wed, Oct 19, 2016 at 06:29:52PM +, Mateusz Guzik wrote:
M> Author: mjg
M> Date: Wed Oct 19 18:29:52 2016
M> New Revision: 307650
M> URL: https://svnweb.freebsd.org/changeset/base/307650
M>
M> Log:
M> cache: split negative entry LRU into multiple lists
M>
M> This splits the ncneg_mtx
Author: cem
Date: Wed Oct 19 21:50:57 2016
New Revision: 307660
URL: https://svnweb.freebsd.org/changeset/base/307660
Log:
Capsicum support for jot(1)
Limit descriptors and enter capability mode in jot(1).
Submitted by: brueffer (earlier version)
Reviewed by: emaste, jonathan (earli
> On Oct 19, 2016, at 5:25 PM, Ed Maste wrote:
>
> Author: emaste
> Date: Wed Oct 19 21:25:59 2016
> New Revision: 307659
> URL: https://svnweb.freebsd.org/changeset/base/307659
>
> Log:
> Switch gnu/usr.bin/Makefile to SUBDIR.${MK_*} optional subdir style
This seems to have broken buildworld
Author: emaste
Date: Wed Oct 19 21:25:59 2016
New Revision: 307659
URL: https://svnweb.freebsd.org/changeset/base/307659
Log:
Switch gnu/usr.bin/Makefile to SUBDIR.${MK_*} optional subdir style
Modified:
head/gnu/usr.bin/Makefile
Modified: head/gnu/usr.bin/Makefile
==
Author: emaste
Date: Wed Oct 19 21:07:17 2016
New Revision: 307658
URL: https://svnweb.freebsd.org/changeset/base/307658
Log:
md5: enter capability on last fd or when acting as a filter
Reviewed by: allanjude, cem
MFC after:2 months
Sponsored by: The FreeBSD Foundation
Differenti
Author: sbruno
Date: Wed Oct 19 21:01:24 2016
New Revision: 307657
URL: https://svnweb.freebsd.org/changeset/base/307657
Log:
Resolve whitespace diff to NextBSD.
Check to see that the taskqueue thread count requires us to acutally
iterate over the thread count to bind to cpus.
Submit
Author: emaste
Date: Wed Oct 19 20:56:21 2016
New Revision: 307656
URL: https://svnweb.freebsd.org/changeset/base/307656
Log:
Put each SUBDIR on a separate line for ease of maintenance
Additional patches to this file are in progress, and having each SUBDIR
entry on a separate line makes i
On Wed, Oct 19, 2016 at 12:23:24PM -0400, Shawn Webb wrote:
> On Sun, Oct 16, 2016 at 02:13:32PM +, Luigi Rizzo wrote:
> > Author: luigi
> > Date: Sun Oct 16 14:13:32 2016
> > New Revision: 307394
> > URL: https://svnweb.freebsd.org/changeset/base/307394
> >
> > Log:
> > Import the current v
On Mon, Oct 17, 2016 at 04:07:13AM +, Warner Losh wrote:
> Author: imp
> Date: Mon Oct 17 04:07:13 2016
> New Revision: 307469
> URL: https://svnweb.freebsd.org/changeset/base/307469
> Log:
> Allow root_rw_mount to be both lower and upper case. Before, if it was
> upper case, you'd wind up
Author: emaste
Date: Wed Oct 19 19:57:36 2016
New Revision: 307655
URL: https://svnweb.freebsd.org/changeset/base/307655
Log:
Force MK_GDB to no if MK_BINUTILS == no
This is currently encoded in conditional blocks in gnu/lib/Makefile and
gnu/usr.bin/Makefile. Set it via src.opts.mk to mak
Author: glebius
Date: Wed Oct 19 19:50:09 2016
New Revision: 307654
URL: https://svnweb.freebsd.org/changeset/base/307654
Log:
Fix incorrect assertion that could miss overflows.
Reviewed by: kib
Modified:
head/sys/vm/vnode_pager.c
Modified: head/sys/vm/vnode_pager.c
===
Author: mjg
Date: Wed Oct 19 19:42:01 2016
New Revision: 307653
URL: https://svnweb.freebsd.org/changeset/base/307653
Log:
Mark a bunch of mpsafe sysctls as such.
This gives me a sysctl Giant-free buildworld.
Modified:
head/sys/kern/kern_exec.c
head/sys/kern/kern_mib.c
head/sys/x86/x
Author: emaste
Date: Wed Oct 19 19:32:06 2016
New Revision: 307652
URL: https://svnweb.freebsd.org/changeset/base/307652
Log:
Switch gnu/lib/Makefile to SUBDIR.${MK_*} optional subdir style
Compound conditions are left unchanged
Modified:
head/gnu/lib/Makefile
Modified: head/gnu/lib/Mak
Author: hselasky
Date: Wed Oct 19 18:45:06 2016
New Revision: 307651
URL: https://svnweb.freebsd.org/changeset/base/307651
Log:
Add support for adjusting the hardware buffering delay for USB audio.
Requested by: Goran Mekic
MFC after:1 week
Modified:
head/sys/dev/sound/usb/uaudio.
Author: mjg
Date: Wed Oct 19 18:29:52 2016
New Revision: 307650
URL: https://svnweb.freebsd.org/changeset/base/307650
Log:
cache: split negative entry LRU into multiple lists
This splits the ncneg_mtx lock while preserving the hit ratio at least
during buildworld.
Create N dedicated
Author: kib
Date: Wed Oct 19 18:15:44 2016
New Revision: 307649
URL: https://svnweb.freebsd.org/changeset/base/307649
Log:
Partial workaround for Intel PCI adapters reading past the end of the
host-programmed DMA regions. This change seemingly fixes the
descriptor fetches, but the packet me
On Wednesday, October 19, 2016 02:01:18 AM Warner Losh wrote:
> One of my systems would export these as sysctls:
>
> smbios.bios.reldate="07/05/2013"
> smbios.bios.vendor="American Megatrends Inc."
> smbios.bios.version="3.00"
> smbios.chassis.maker="Supermicro"
> smbios.chassis.serial="0123456789
> On Oct 19, 2016, at 10:42, Ed Maste wrote:
>
> Author: emaste
> Date: Wed Oct 19 17:42:45 2016
> New Revision: 307648
> URL: https://svnweb.freebsd.org/changeset/base/307648
>
> Log:
> Fix MK_SHAREDOCS test from r306864
>
> Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true.
Author: emaste
Date: Wed Oct 19 17:42:45 2016
New Revision: 307648
URL: https://svnweb.freebsd.org/changeset/base/307648
Log:
Fix MK_SHAREDOCS test from r306864
Groff is needed only if MK_GROFF and MK_SHAREDOCS are both true.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
===
On Sun, Oct 16, 2016 at 02:13:32PM +, Luigi Rizzo wrote:
> Author: luigi
> Date: Sun Oct 16 14:13:32 2016
> New Revision: 307394
> URL: https://svnweb.freebsd.org/changeset/base/307394
>
> Log:
> Import the current version of netmap, aligned with the one on github.
>
> This commit, long
Author: imp
Date: Wed Oct 19 15:13:08 2016
New Revision: 307639
URL: https://svnweb.freebsd.org/changeset/base/307639
Log:
After deeper software archaeology, reports that 10.3R was affected
turned out to be mistaken. Adjust the entry and fix a few typos.
Modified:
head/UPDATING
Modified: h
Author: gahr (ports committer)
Date: Wed Oct 19 14:51:25 2016
New Revision: 307638
URL: https://svnweb.freebsd.org/changeset/base/307638
Log:
Chase a cornercase in printenv and sync its behaviour with builtin's
The cornercase is when printenv is passed a parameter in the form VAR=val,
whe
Author: mmel
Date: Wed Oct 19 14:28:51 2016
New Revision: 307637
URL: https://svnweb.freebsd.org/changeset/base/307637
Log:
TEGRA: Raise minimum voltage for CPU, original 0.9 V was too optimistic.
While I'm in, remove duplicated line from CPU frequency table.
MFC after: 2 weeks
Modified:
Author: imp
Date: Wed Oct 19 13:45:51 2016
New Revision: 307636
URL: https://svnweb.freebsd.org/changeset/base/307636
Log:
Document the unique requirements for upgrading more
prominently. Unlike in the past (dating back to the 4.x branch point),
you cannot upgrade from any point on the past
Author: br
Date: Wed Oct 19 12:23:02 2016
New Revision: 307629
URL: https://svnweb.freebsd.org/changeset/base/307629
Log:
Increase timeouts so tests have more chances to succeed
on MIPS64EB in QEMU.
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Modified:
head/bin/pkill/tests/pgrep-j_
Author: ae
Date: Wed Oct 19 11:51:17 2016
New Revision: 307628
URL: https://svnweb.freebsd.org/changeset/base/307628
Log:
Fix `ipfw table lookup` handler to return entry value, but not its index.
Submitted by: loos
MFC after:1 week
Modified:
head/sys/netpfil/ipfw/ip_fw_table.c
Mod
Author: kib
Date: Wed Oct 19 11:09:29 2016
New Revision: 307626
URL: https://svnweb.freebsd.org/changeset/base/307626
Log:
Add FFS pager, which uses buffer cache read operation to validate pages.
See the comments for more detailed description of the algorithm.
The pager is used unconditio
Author: br
Date: Wed Oct 19 10:01:04 2016
New Revision: 307625
URL: https://svnweb.freebsd.org/changeset/base/307625
Log:
Add big-endian uzip file system and choose right file system
to proceed tests with.
Reviewed by: jmmv, ngie
Sponsored by: DARPA, AFRL
Sponsored by: HEIF5
Differ
Author: sephe
Date: Wed Oct 19 09:12:14 2016
New Revision: 307624
URL: https://svnweb.freebsd.org/changeset/base/307624
Log:
hyperv/vmbus: Expose channel management taskqueue for driver to use.
MFC after:3 days
Sponsored by: Microsoft
Modified:
head/sys/dev/hyperv/include/vmbus.h
On Wed, Oct 19, 2016 at 12:20 AM, John Baldwin wrote:
> On Tuesday, October 18, 2016 11:44:52 PM Warner Losh wrote:
>> On Mon, Oct 17, 2016 at 11:40 AM, John Baldwin wrote:
>> > On Friday, October 14, 2016 12:25:54 PM Warner Losh wrote:
>> >> On Oct 14, 2016 11:55 AM, "Doug Ambrisko" wrote:
>> >
Author: imp
Date: Wed Oct 19 07:40:51 2016
New Revision: 307616
URL: https://svnweb.freebsd.org/changeset/base/307616
Log:
RPI3 is retired in preference to GENERIC-UP. Use that instead.
Modified:
head/tools/tools/nanobsd/embedded/rpi3.cfg
Modified: head/tools/tools/nanobsd/embedded/rpi3.cfg
38 matches
Mail list logo