Module Name:src
Committed By: mrg
Date: Mon Oct 29 05:15:21 UTC 2018
Modified Files:
src/sys/stand/efiboot: boot.c
Log Message:
avoid sign/unsigned issue and for NUMNAMES to an integer when it is
compared against a value that may be -1.
fixes autoboot when boot-file is se
Module Name:src
Committed By: uwe
Date: Mon Oct 29 01:27:40 UTC 2018
Modified Files:
src/lib/libcurses: attributes.c
Log Message:
Fix indentation.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libcurses/attributes.c
Please note that diffs are not
Module Name:src
Committed By: uwe
Date: Mon Oct 29 01:19:54 UTC 2018
Modified Files:
src/lib/libcurses: addch.c
Log Message:
waddch - instead of enclosing every statement in #ifdef HAVE_WCHAR
just provide two separate definitions.
Same object code is generated for all fou
Module Name:src
Committed By: uwe
Date: Mon Oct 29 01:02:16 UTC 2018
Modified Files:
src/lib/libcurses: refresh.c
Log Message:
Fix operator precedence for !HAVE_WCHAR
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/lib/libcurses/refresh.c
Please note t
Module Name:src
Committed By: uwe
Date: Mon Oct 29 00:31:57 UTC 2018
Modified Files:
src/lib/libcurses: ctrace.c
Log Message:
__CTRACE - don't call gettimeofday() twice.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/lib/libcurses/ctrace.c
Please note
Module Name:src
Committed By: uwe
Date: Mon Oct 29 00:25:20 UTC 2018
Modified Files:
src/lib/libcurses: ctrace.c curses_private.h
Log Message:
Make __CTRACE_init() static and ANSIfy its definition.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/lib
Module Name:src
Committed By: christos
Date: Mon Oct 29 00:14:37 UTC 2018
Modified Files:
src/usr.bin/gzip: unlz.c
Log Message:
fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/gzip/unlz.c
Please note that diffs are not public domain; th
Module Name:src
Committed By: mrg
Date: Sun Oct 28 21:36:34 UTC 2018
Modified Files:
src/sys/dev/usb: xhci.c
Log Message:
use xhci_polling_p(). this might miss when bus2 is active.
XXX: pullup-7, pullup-8.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100
Module Name:src
Committed By: aymeric
Date: Sun Oct 28 21:08:13 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: a9tmr.c
Log Message:
Enable the global timer at attach time, it ensures that delay() works.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src
Module Name:src
Committed By: kre
Date: Sun Oct 28 18:26:52 UTC 2018
Modified Files:
src/bin/kill: kill.c
src/bin/sh: trap.c
Log Message:
Switch from using two printsignals() functions, one in trap.c
and one in (the included from bin/kill) kill.c and use just
the o
Module Name:src
Committed By: kre
Date: Sun Oct 28 18:16:01 UTC 2018
Modified Files:
src/bin/sh: jobs.c
Log Message:
Use strsignal() rather than direct reference to sys_siglist[]
(apart from being cleaner, it also simplifies the code, as
strsignal() never fails ... it also
Module Name:src
Committed By: kre
Date: Sun Oct 28 18:13:47 UTC 2018
Modified Files:
src/bin/sh: Makefile
Log Message:
Change the (commented out) setting of -DDEBUG to the form that
is most likely to be useful if someone other than me wants to
build a DEBUG shell. NFC (i
Module Name:src
Committed By: aymeric
Date: Sun Oct 28 15:06:10 UTC 2018
Modified Files:
src/sys/dev/fdt: dwcwdt_fdt.c
Log Message:
Deactivate the watchdog timer during attach.
Recent u-boot starts up the watchdog timer, and we don't detect this so
e.g. my DE0 nanosoc reb
Module Name:src
Committed By: aymeric
Date: Sun Oct 28 15:00:19 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: std.altera
Log Message:
Define __HAVE_GENERIC_START now that it works; former startup files were
removed anyway...
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: skrll
Date: Sun Oct 28 14:59:17 UTC 2018
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix the comment near pmap_bootstrap itself as well
To generate a diff of this commit:
cvs rdiff -u -r1.370 -r1.371 src/sys/arch/arm/arm32/pm
Module Name:src
Committed By: aymeric
Date: Sun Oct 28 14:58:20 UTC 2018
Modified Files:
src/sys/arch/arm/altera: cycv_platform.c
Log Message:
Use virtual addresses where virtual addresses are expected.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/
Module Name:src
Committed By: skrll
Date: Sun Oct 28 14:46:59 UTC 2018
Modified Files:
src/sys/arch/arm/include/arm32: frame.h
Log Message:
Consistency - NFC
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/include/arm32/frame.h
Please note
Module Name:src
Committed By: skrll
Date: Sun Oct 28 14:45:02 UTC 2018
Modified Files:
src/sys/arch/arm/include/arm32: frame.h
Log Message:
Remove magic number
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/arm/include/arm32/frame.h
Please no
Module Name:src
Committed By: skrll
Date: Sun Oct 28 14:30:33 UTC 2018
Modified Files:
src/sys/arch/acorn32/acorn32: rpc_machdep.c
src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c
src/sys/arch/arm/arm32: arm32_boot.c
src/sys/arch/arm/at91: at91bus
Module Name:src
Committed By: maxv
Date: Sun Oct 28 14:12:16 UTC 2018
Modified Files:
src/sys/arch/amd64/include: vmparam.h
Log Message:
Add #ifdef _KERNEL, vaddr_t does not exist in userland, and we don't want
externs anyway.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: skrll
Date: Sun Oct 28 13:56:21 UTC 2018
Modified Files:
src/sys/arch/arm/sunxi: sunxi_platform.c
Log Message:
Restore pre-generic arm commit bootstrap behaviour.
Always call arm_fdt_cpu_bootstrap, i.e. don't depend on "/chosen" existing
in t
Module Name:src
Committed By: jmcneill
Date: Sun Oct 28 10:21:42 UTC 2018
Modified Files:
src/sys/arch/aarch64/conf: files.aarch64
src/sys/arch/arm/acpi: acpi_platform.c
src/sys/arch/arm/conf: files.arm
src/sys/arch/arm/fdt: acpi_fdt.c
src/sy
Module Name:src
Committed By: jmcneill
Date: Sun Oct 28 10:18:34 UTC 2018
Modified Files:
src/sys/arch/aarch64/include: vmparam.h
Log Message:
Document the VA range reserved for EFI runtime services.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arc
Module Name:src
Committed By: jmcneill
Date: Sun Oct 28 10:17:47 UTC 2018
Modified Files:
src/sys/stand/efiboot: efiacpi.c efiboot.c exec.c version
src/sys/stand/efiboot/bootaa64: Makefile
Log Message:
Make EFI runtime services available to the kernel. Bump version
24 matches
Mail list logo