Module Name:src
Committed By: mrg
Date: Fri Nov 23 08:11:20 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.8 bozohttpd.c cgi-bozo.c content-bozo.c
Log Message:
minor style fixes. simplify bozo_match_content_map().
To generate a diff of this commit:
cvs rdiff -u -
Module Name:src
Committed By: skrll
Date: Fri Nov 23 10:59:20 UTC 2018
Modified Files:
src/libexec/ld.elf_so/arch/aarch64: mdreloc.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/libexec/ld.elf_so/arch/aarch64/mdreloc.
Module Name:src
Committed By: uwe
Date: Fri Nov 23 11:11:59 UTC 2018
Modified Files:
src/lib/libcurses: attributes.c
Log Message:
Refactor. Move code to turn attributes on/off into separate
functions. Express both old and new functions to manipulate
attributes using thos
Module Name:src
Committed By: uwe
Date: Fri Nov 23 11:15:14 UTC 2018
Modified Files:
src/lib/libcurses: attributes.c
Log Message:
Rename the reserved argument from "opt" to "opts" to match SUS text.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/li
Module Name:src
Committed By: uwe
Date: Fri Nov 23 11:16:59 UTC 2018
Modified Files:
src/lib/libcurses: attributes.c
Log Message:
wattr_set - turn off all wide attributes (fix unedited copy/paste).
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/lib
Module Name:src
Committed By: skrll
Date: Fri Nov 23 11:26:05 UTC 2018
Modified Files:
src/libexec/ld.elf_so/arch/aarch64: mdreloc.c
Log Message:
Fix RTLD_DEBUG_RELOC build
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/libexec/ld.elf_so/arch/aarch64/m
Module Name:src
Committed By: skrll
Date: Fri Nov 23 11:38:07 UTC 2018
Modified Files:
src/lib/libc/arch/aarch64/gen: swapcontext.S
Log Message:
Fix so the setcontext call is via the PLT and libpthread can override
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r
Module Name:src
Committed By: jmcneill
Date: Fri Nov 23 11:48:12 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.c
Log Message:
Fix ITT size, only need to MAPD once per device.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/corte
Module Name:src
Committed By: jmcneill
Date: Fri Nov 23 11:49:04 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: gicv3.c
Log Message:
Fix LPI pending table size, use correct LPI conf offset in
gicv3_lpi_block_irqs, and set bit[7]=1 for G1NS interrupts when writing to th
Module Name:src
Committed By: skrll
Date: Fri Nov 23 12:15:14 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Enable CPU_THUNDERX
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/evbarm/conf/GENERIC64
Please note that
Module Name:src
Committed By: skrll
Date: Fri Nov 23 12:39:19 UTC 2018
Modified Files:
src/lib/libc/arch/aarch64/gen: swapcontext.S
Log Message:
Update comments to help explain what's going on
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libc/arch/
Module Name:src
Committed By: jmcneill
Date: Fri Nov 23 14:08:40 UTC 2018
Modified Files:
src/sys/dev/acpi: plgpio_acpi.c
Log Message:
Use acpi_intr_establish
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/acpi/plgpio_acpi.c
Please note that dif
Module Name:src
Committed By: jmcneill
Date: Fri Nov 23 16:01:27 UTC 2018
Modified Files:
src/sys/arch/arm/cortex: gicv3_its.c
Log Message:
Only allocate what we need for ITT tables
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/cortex/gicv3
Module Name:src
Committed By: jmcneill
Date: Fri Nov 23 18:08:11 UTC 2018
Modified Files:
src/sys/dev/pci: ld_virtio.c
Log Message:
Use MSIX when available
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pci/ld_virtio.c
Please note that diffs a
Module Name:src
Committed By: kre
Date: Fri Nov 23 20:40:06 UTC 2018
Modified Files:
src/bin/sh: option.list sh.1
Log Message:
Avoid long option names that differ only in character case.
Change Xtrace (the name) to xlock instead. Aside from the different
name, there is no
Module Name:src
Committed By: kre
Date: Fri Nov 23 23:37:22 UTC 2018
Modified Files:
src/bin/sh: eval.c
Log Message:
Handle eval $'continue\ncommand' (and similar) in a loop correctly ...
"command" should not be executed. (The issue affects multi-line
eval strings only -
Module Name:src
Committed By: kre
Date: Fri Nov 23 23:41:20 UTC 2018
Modified Files:
src/bin/sh: redir.c
Log Message:
Fix the <> redirection operator, which has been broken since it was
first implemented in response to PR bin/4966 (PR Feb 1998, fix Feb 1999).
The file na
Module Name:src
Committed By: mrg
Date: Sat Nov 24 00:47:52 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
s/time/val/ to avoid shadowing a global indentifier.
To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/libexec/httpd/bozohttpd
Module Name:src
Committed By: uwe
Date: Sat Nov 24 01:04:18 UTC 2018
Modified Files:
src/lib/libcurses: attributes.c
Log Message:
attron(), attroff() - don't take a shortcut.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/libcurses/attributes.c
Pl
Module Name:src
Committed By: mrg
Date: Sat Nov 24 02:30:56 UTC 2018
Modified Files:
src/libexec/httpd: main.c
Log Message:
fix a bug in the rework for -i option: move the real code in place.
for some reason gcc does not warn about this:
case 'x':
stuff_here();
Module Name:src
Committed By: mrg
Date: Sat Nov 24 02:35:13 UTC 2018
Modified Files:
src/libexec/httpd: bozohttpd.c
Log Message:
call this bozohttpd 20181124.
To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/libexec/httpd/bozohttpd.c
Please note that di
21 matches
Mail list logo