Michal Meloun writes:
> Author: mmel
> Date: Sat Oct 21 12:06:18 2017
> New Revision: 324815
> URL: https://svnweb.freebsd.org/changeset/base/324815
>
> Log:
> Make elf_aux_info() as public libc function.
> - Teach elf aux vector functions about newly added AT_HWCAP and AT_HWCAP2
> vector
Author: kib
Date: Sun Sep 2 15:42:37 2018
New Revision: 338428
URL: https://svnweb.freebsd.org/changeset/base/338428
Log:
Style cleanup. No functional changes.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Approved by:re (rgrimes)
Modified:
head/libexec/rtld-elf/lib
Author: brd
Date: Sun Sep 2 15:53:56 2018
New Revision: 338429
URL: https://svnweb.freebsd.org/changeset/base/338429
Log:
Move defaults/periodic.conf back to a config file.
Ths prevents etcupdate and mergemaster from deleting it for now.
Approved by: re (rgrimes), will (mentor)
Dif
On Sun, 2018-09-02 at 16:16 +0200, Jan Beich wrote:
> Michal Meloun writes:
>
> >
> > Author: mmel
> > Date: Sat Oct 21 12:06:18 2017
> > New Revision: 324815
> > URL: https://svnweb.freebsd.org/changeset/base/324815
> >
> > Log:
> > Make elf_aux_info() as public libc function.
> > - Teach
Author: markj
Date: Sun Sep 2 17:02:13 2018
New Revision: 338430
URL: https://svnweb.freebsd.org/changeset/base/338430
Log:
Fix the hash table lookup in fbt_destroy().
Reported and tested by: pho
Approved by: re (kib)
X-MFC with: r338359
Modified:
head/sys/cddl/dev/fbt/fbt.
Author: alc
Date: Sun Sep 2 18:29:38 2018
New Revision: 338431
URL: https://svnweb.freebsd.org/changeset/base/338431
Log:
Recent changes have created, for the first time, physical memory segments
that can be coalesced. To be clear, fragmentation of phys_avail[] is not
the cause. This frag
Author: imp
Date: Sun Sep 2 18:40:18 2018
New Revision: 338432
URL: https://svnweb.freebsd.org/changeset/base/338432
Log:
Make -a (to make the entry active) apply to creation of a new boot
variable.
Approved by: re@ (rgrimes)
PR: 231013
Differential Revision: https://reviews.freebsd
Author: kib
Date: Sun Sep 2 19:48:41 2018
New Revision: 338433
URL: https://svnweb.freebsd.org/changeset/base/338433
Log:
Normalize use of semicolon with EFI_TIME_LOCK macros.
Reviewed by: kevans
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Approved by:re (rgrimes)
Author: kib
Date: Sun Sep 2 20:07:36 2018
New Revision: 338434
URL: https://svnweb.freebsd.org/changeset/base/338434
Log:
Swap order of dererencing PCPU curpmap and checking for usermode in
trap_pfault() KPTI violation check.
EFI RT may set curpmap to NULL for the duration of the call fo
Author: kib
Date: Sun Sep 2 20:17:51 2018
New Revision: 338435
URL: https://svnweb.freebsd.org/changeset/base/338435
Log:
Improve error messages from clock_if.m method failures.
Print error message in verbose mode when CLOCK_SETTIME() clock_if.m
method failed. For EFIRT RTC clock, add e
Author: kib
Date: Sun Sep 2 21:16:43 2018
New Revision: 338436
URL: https://svnweb.freebsd.org/changeset/base/338436
Log:
Add amd64 mdthread fields needed for the upcoming EFI RT exception
handling.
This is split into a separate commit from the main change to make it
easier to handle p
Author: kib
Date: Sun Sep 2 21:37:05 2018
New Revision: 338437
URL: https://svnweb.freebsd.org/changeset/base/338437
Log:
Catch exceptions during EFI RT calls on amd64.
This appeared to be required to have EFI RT support and EFI RTC
enabled by default, because there are too many reports
Author: kevans
Date: Mon Sep 3 03:23:09 2018
New Revision: 338438
URL: https://svnweb.freebsd.org/changeset/base/338438
Log:
lualoader: Handle comma-separated kernels as well
The format for kernels is documented as being space-delimited, but
forthloader was more lenient on this and so pe
13 matches
Mail list logo