Author: kib
Date: Wed Oct 18 07:27:43 2017
New Revision: 324716
URL: https://svnweb.freebsd.org/changeset/base/324716
Log:
Do not report reduction of swap zone if it was not.
After r324600 we see the actual reservation.
Reported by: jkim
Sponsored by: The FreeBSD Foundation
MFC af
Author: tsoome
Date: Wed Oct 18 07:39:21 2017
New Revision: 324717
URL: https://svnweb.freebsd.org/changeset/base/324717
Log:
libsa/ip.c: misplaced comment, ip_v is half char, not ip_p
The comment should be at previous line.
Reported by: Dan McDonald
Modified:
head/sys/boot/libsa/i
On Tue, Oct 17, 2017 at 11:21 PM, Fedor Uporov
wrote:
> Ryan,
>
> Seems like, I lost the dual declaration when made the merging and then did
> not check the gcc build.
>
> Thanks for fix.
>
No problem. Welcome aboard.
___
svn-src-head@freebsd.org maili
Author: tsoome
Date: Wed Oct 18 08:06:05 2017
New Revision: 324719
URL: https://svnweb.freebsd.org/changeset/base/324719
Log:
libsa/ip: stop read loop on bad fragments
Lets try to clear out from case of overlapping etc fragments and stop read.
Reported by: Dan McDonald
Modified:
he
On Wed, Oct 18, 2017 at 07:27:43AM +, Konstantin Belousov wrote:
> New Revision: 324716
> URL: https://svnweb.freebsd.org/changeset/base/324716
>
> Log:
> Do not report reduction of swap zone if it was not.
>
> After r324600 we see the actual reservation.
>
> [...]
> --- head/sys/vm/
Author: se
Date: Wed Oct 18 13:25:44 2017
New Revision: 324721
URL: https://svnweb.freebsd.org/changeset/base/324721
Log:
Add references to sysrc(8).
Reported by: Kurt Jaeger (lists at opsec.eu)
Modified:
head/share/man/man5/rc.conf.5
head/share/man/man8/rc.8
Modified: head/share/man
Author: markj
Date: Wed Oct 18 15:38:05 2017
New Revision: 324722
URL: https://svnweb.freebsd.org/changeset/base/324722
Log:
Move kernel dump offset tracking into MI code.
All of the kernel dump implementations keep track of the current offset
("dumplo") within the dump device. However, e
Author: brd (doc,ports committer)
Date: Wed Oct 18 15:48:26 2017
New Revision: 324723
URL: https://svnweb.freebsd.org/changeset/base/324723
Log:
Teach beinstall to use and prefer svnlite, with a fallback to svn.
Approved by: will
Modified:
head/tools/build/beinstall.sh
Modified: head/t
Author: jhb
Date: Wed Oct 18 17:23:16 2017
New Revision: 324724
URL: https://svnweb.freebsd.org/changeset/base/324724
Log:
Remove CPU_HAVEFPU.
Instead, use a runtime decision to handle COP1 traps. If floating point
support is present in the current CPU, enable saving of the floating poin
Author: tuexen
Date: Wed Oct 18 18:56:56 2017
New Revision: 324725
URL: https://svnweb.freebsd.org/changeset/base/324725
Log:
Fix a bug introduced in r324638.
Thanks to Felix Weinrank for making me aware of this.
MFC after:3 days
Modified:
head/sys/netinet/ip_fw.h
head/sys/netine
Author: tuexen
Date: Wed Oct 18 18:59:35 2017
New Revision: 324726
URL: https://svnweb.freebsd.org/changeset/base/324726
Log:
Revert change which got in accidently.
Modified:
head/sys/netinet/ip_fw.h
Modified: head/sys/netinet/ip_fw.h
=
Author: ed
Date: Wed Oct 18 19:22:53 2017
New Revision: 324727
URL: https://svnweb.freebsd.org/changeset/base/324727
Log:
Import the latest CloudABI definitions, version 0.16.
The most important change in this release is the removal of the
poll_fd() system call; CloudABI's equivalent of k
Author: rlibby
Date: Wed Oct 18 19:28:28 2017
New Revision: 324728
URL: https://svnweb.freebsd.org/changeset/base/324728
Log:
ql*_def.h: fix QL_ALIGN parenthesization
QL_ALIGN is a set of copies of roundup2, but it was missing an outer set
of parentheses, which began to matter with r32453
Author: tuexen
Date: Wed Oct 18 20:17:44 2017
New Revision: 324729
URL: https://svnweb.freebsd.org/changeset/base/324729
Log:
Abort an SCTP association, when a DATA chunk is followed by an unknown
chunk with a length smaller than the minimum length.
Thanks to Felix Weinrank for making me
Author: tuexen
Date: Wed Oct 18 21:08:35 2017
New Revision: 324730
URL: https://svnweb.freebsd.org/changeset/base/324730
Log:
Fix a signed/unsigned warning.
MFC after:1 week
Modified:
head/sys/netinet/sctp_indata.c
Modified: head/sys/netinet/sctp_indata.c
===
Author: mjg
Date: Wed Oct 18 22:00:44 2017
New Revision: 324731
URL: https://svnweb.freebsd.org/changeset/base/324731
Log:
Don't take Giant for SMP status and cpu topology sysctls.
Not only this lock doesn't play any role here, dirtying it slows down
other things a little bit as giant-hel
Author: bjk (doc committer)
Date: Wed Oct 18 22:56:46 2017
New Revision: 324732
URL: https://svnweb.freebsd.org/changeset/base/324732
Log:
Adopt jail.8 to our brave new bsdinstall world
Submitted by: Steve Kargl
MFC after:3 days
Modified:
head/usr.sbin/jail/jail.8
Modified: head/u
Author: mjg
Date: Thu Oct 19 00:31:00 2017
New Revision: 324733
URL: https://svnweb.freebsd.org/changeset/base/324733
Log:
sysvsem: check if semu_list has anything on it before grabbing the lock
This should get a process-specific support instead.
MFC after:1 week
Modified:
head/
Author: mjg
Date: Thu Oct 19 00:38:14 2017
New Revision: 324734
URL: https://svnweb.freebsd.org/changeset/base/324734
Log:
Tidy up pmc support at execve.
The proc-specific check is inherently racy, so the code can just unlock
beforehand.
MFC after:1 week
Modified:
head/sys/ker
Author: mjg
Date: Thu Oct 19 00:46:15 2017
New Revision: 324735
URL: https://svnweb.freebsd.org/changeset/base/324735
Log:
execve: avoid one proc lock/unlock trip unless PTRACE_EXEC is set
MFC after:1 week
Modified:
head/sys/kern/kern_exec.c
Modified: head/sys/kern/kern_exec.c
=
Author: mjg
Date: Thu Oct 19 01:38:31 2017
New Revision: 324736
URL: https://svnweb.freebsd.org/changeset/base/324736
Log:
sysctl: only take mem lock if oldlen is > 4 * PAGE_SIZE
The previous limit of just one page is hit by ps.
The entire mechanism should be reworked, if not whacked.
Author: jhibbits
Date: Thu Oct 19 02:14:39 2017
New Revision: 324737
URL: https://svnweb.freebsd.org/changeset/base/324737
Log:
Remove some unnecessary includes
Modified:
head/sys/powerpc/mpc85xx/fsl_diu.c
Modified: head/sys/powerpc/mpc85xx/fsl_diu.c
=
Author: cy
Date: Thu Oct 19 03:17:50 2017
New Revision: 324738
URL: https://svnweb.freebsd.org/changeset/base/324738
Log:
Anticongestion refinements for ntpd rc script. This reverts r324681
and checks if ntp leapfile needs fetching before entering into the
anticongestion sleep.
Unfortun
In message <201710190317.v9j3ho8i000...@repo.freebsd.org>, Cy Schubert
writes:
> Author: cy
> Date: Thu Oct 19 03:17:50 2017
> New Revision: 324738
> URL: https://svnweb.freebsd.org/changeset/base/324738
>
> Log:
> Anticongestion refinements for ntpd rc script. This reverts r324681
> and chec
Author: jhibbits
Date: Thu Oct 19 03:38:53 2017
New Revision: 324742
URL: https://svnweb.freebsd.org/changeset/base/324742
Log:
Add some more devices to the MPC85XX-based configs
These devices bring the configs closer to a desktop-like (GENERIC) kernel
config.
* The Freescale DIU suppor
Is this even true? Don't you want to run bsdconfig? We split that
functionality out from the installer when sysinstall was replaced.
-Nathan
On 10/18/17 15:56, Benjamin Kaduk wrote:
Author: bjk (doc committer)
Date: Wed Oct 18 22:56:46 2017
New Revision: 324732
URL: https://svnweb.freebsd.org/c
Author: alc
Date: Thu Oct 19 04:13:47 2017
New Revision: 324743
URL: https://svnweb.freebsd.org/changeset/base/324743
Log:
Batch atomic updates to the number of active, inactive, and laundry
pages by vm_object_terminate_pages(). For example, for a "buildworld"
workload, this batching reduce
27 matches
Mail list logo