Author: trasz
Date: Mon Jan 20 11:40:07 2020
New Revision: 356909
URL: https://svnweb.freebsd.org/changeset/base/356909
Log:
Add qsort_s(3). Apart from the constraints, it also makes it easier
to port software written for Linux variant of qsort_r(3).
Reviewed by: kib, arichardson
MFC
Author: trasz
Date: Mon Jan 20 11:45:18 2020
New Revision: 356910
URL: https://svnweb.freebsd.org/changeset/base/356910
Log:
Add qsort_r(3) regression test.
MFC after:2 weeks
Sponsored by: DARPA
Differential Revision:https://reviews.freebsd.org/D23206
Added:
head/lib/libc
Author: trasz
Date: Mon Jan 20 12:16:32 2020
New Revision: 356912
URL: https://svnweb.freebsd.org/changeset/base/356912
Log:
Properly translate MNT_FORCE flag to Linux umount2(2). Previously
it worked by accident.
MFC after:2 weeks
Sponsored by: DARPA
Modified:
head/sys/compat/l
Author: gnn
Date: Mon Jan 20 12:53:02 2020
New Revision: 356913
URL: https://svnweb.freebsd.org/changeset/base/356913
Log:
Add support for latest Intel I219 device, supported in Lenovo Carbon X1 v7
MFC after:2 weeks
Modified:
head/sys/dev/e1000/e1000_api.c
head/sys/dev/e1000/e1000_
Author: mjg
Date: Mon Jan 20 14:42:11 2020
New Revision: 356915
URL: https://svnweb.freebsd.org/changeset/base/356915
Log:
cache: make numcachehv use counter(9) on all archs
Requested by: kib
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
===
Author: emaste
Date: Mon Jan 20 15:19:56 2020
New Revision: 356916
URL: https://svnweb.freebsd.org/changeset/base/356916
Log:
remove unused WITHOUT_PC_SYSINSTALL description
pc-sysinstall was moved from the base system to ports in r351781.
Submitted by: driesm.michiels gmail com
Diff
On Mon, Jan 20, 2020 at 02:42:11PM +, Mateusz Guzik wrote:
> Author: mjg
> Date: Mon Jan 20 14:42:11 2020
> New Revision: 356915
> URL: https://svnweb.freebsd.org/changeset/base/356915
>
> Log:
> cache: make numcachehv use counter(9) on all archs
>
> Requested by: kib
Thank you.
Author: bapt
Date: Mon Jan 20 16:59:39 2020
New Revision: 356918
URL: https://svnweb.freebsd.org/changeset/base/356918
Log:
The ports tree now accepts /usr/local/share/man as a directory for manpage
and will slowly transition from /usr/local/man to it. To reflect this remove
the documentatio
Author: kib
Date: Mon Jan 20 17:23:03 2020
New Revision: 356919
URL: https://svnweb.freebsd.org/changeset/base/356919
Log:
x86: Wait for curthread to be set up as an indicator that the boot stack
is no longer used.
pc_curthread is set by cpu_switch after it stopped using the old
thread
Author: cem
Date: Mon Jan 20 18:43:10 2020
New Revision: 356922
URL: https://svnweb.freebsd.org/changeset/base/356922
Log:
qsort.3: Bump Dd and note that Annex K is optional
Modified:
head/lib/libc/stdlib/qsort.3
Modified: head/lib/libc/stdlib/qsort.3
Author: mikael (ports committer)
Date: Mon Jan 20 19:38:29 2020
New Revision: 356924
URL: https://svnweb.freebsd.org/changeset/base/356924
Log:
Add myself (mikael) as a ports committer
Approved by: manu (mentor)
Differential Revision:https://reviews.freebsd.org/D23227
Modified:
Author: oshogbo
Date: Mon Jan 20 19:47:58 2020
New Revision: 356925
URL: https://svnweb.freebsd.org/changeset/base/356925
Log:
Those files are already removed in ObsoleteFiles.\
There is no need to remove them twice.
PR: 242971
MFC after:2 weeks
Modified:
head/tools/bui
Author: oshogbo
Date: Mon Jan 20 19:51:53 2020
New Revision: 356926
URL: https://svnweb.freebsd.org/changeset/base/356926
Log:
Even when the MK_CASPER is set to "no" we still want to install man pages
and the headers. If the user decides to install the system without Casper
support, then the
Author: mjg
Date: Mon Jan 20 19:52:23 2020
New Revision: 356927
URL: https://svnweb.freebsd.org/changeset/base/356927
Log:
cache: revert r352613 now that vhold does not take locks
Modified:
head/sys/kern/vfs_cache.c
Modified: head/sys/kern/vfs_cache.c
Author: oshogbo
Date: Mon Jan 20 19:56:22 2020
New Revision: 356928
URL: https://svnweb.freebsd.org/changeset/base/356928
Log:
When MK_CASPER=no is set remove files which are not needed to run system.
PR: 242971
Modified:
head/tools/build/mk/OptionalObsoleteFiles.inc
Modified:
Author: dim
Date: Mon Jan 20 20:10:28 2020
New Revision: 356929
URL: https://svnweb.freebsd.org/changeset/base/356929
Log:
Merge commit bc4bc5aa0 from llvm git (by Justin Hibbits):
Add 8548 CPU definition and attributes
8548 CPU is GCC's name for the e500v2, so accept this in clang
Author: dim
Date: Mon Jan 20 20:26:04 2020
New Revision: 356930
URL: https://svnweb.freebsd.org/changeset/base/356930
Log:
Add more Subversion mergeinfo bootstrap information, to hopefully
increase the probability of merging in vendor changes.
Modified:
Directory Properties:
head/contrib/ll
Author: jeff
Date: Mon Jan 20 22:49:52 2020
New Revision: 356933
URL: https://svnweb.freebsd.org/changeset/base/356933
Log:
Reduce object locking in vm_fault. Once we have an exclusively busied page we
no longer need an object lock. This reduces the longest hold times and
eliminates some t
Author: cem
Date: Mon Jan 20 23:43:47 2020
New Revision: 356934
URL: https://svnweb.freebsd.org/changeset/base/356934
Log:
libc: Delete unused rand.c ifdef TEST code
Modified:
head/lib/libc/stdlib/rand.c
Modified: head/lib/libc/stdlib/rand.c
==
Author: cem
Date: Mon Jan 20 23:44:10 2020
New Revision: 356935
URL: https://svnweb.freebsd.org/changeset/base/356935
Log:
random.3: Some minor improvements to wording/clarity
Modified:
head/lib/libc/stdlib/random.3
Modified: head/lib/libc/stdlib/random.3
Author: jeff
Date: Tue Jan 21 00:12:57 2020
New Revision: 356936
URL: https://svnweb.freebsd.org/changeset/base/356936
Log:
Move readahead and dropbehind fault functionality into a helper routine for
clarity.
Reviewed by: dougm, kib, markj
Differential Revision:https://reviews.
Author: kevans
Date: Tue Jan 21 05:01:11 2020
New Revision: 356937
URL: https://svnweb.freebsd.org/changeset/base/356937
Log:
sysent.mk: split interpreter out of target command
The main objective here is to make it easy to identify what needs to change
in order to use a different sysent g
22 matches
Mail list logo