Module Name:src
Committed By: sjg
Date: Sat Oct 31 06:18:21 UTC 2020
Modified Files:
src/usr.bin/make: main.c
Log Message:
Do not use an objdir that is not writable.
To generate a diff of this commit:
cvs rdiff -u -r1.412 -r1.413 src/usr.bin/make/main.c
Please note that
Module Name:src
Committed By: maya
Date: Sat Oct 31 04:05:42 UTC 2020
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_sprite.c
Log Message:
Match linux here and wait without interrupts.
>From David H. Gutteridge in PR port-amd64/5
There's a second part
Module Name:src
Committed By: christos
Date: Sat Oct 31 01:08:32 UTC 2020
Modified Files:
src/lib/libc/sys: kqueue.2
src/sys/kern: kern_event.c
src/sys/sys: event.h
src/tests/lib/libc/sys: t_kevent.c
Log Message:
PR/55663: Ruslan Nikolaev: Add suppo
Module Name:src
Committed By: sjg
Date: Fri Oct 30 23:54:42 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-unexport.exp
directive-unexport.mk
Log Message:
Fix directive-unexport to focus only on the variables we care about
To generate a diff
Module Name:src
Committed By: rillig
Date: Fri Oct 30 22:55:34 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): rename Str_SYSVMatch and its parameters
To generate a diff of this commit:
cvs rdiff -u -r1.609 -r1.610 src/usr.bin/make/var.c
Please no
Module Name:src
Committed By: christos
Date: Fri Oct 30 22:51:08 UTC 2020
Modified Files:
src/sys/net: if_tap.c
Log Message:
use c99 initializers
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/net/if_tap.c
Please note that diffs are not public d
Module Name:src
Committed By: rillig
Date: Fri Oct 30 22:49:07 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): improve variable name in Var_Value, document callback
To generate a diff of this commit:
cvs rdiff -u -r1.608 -r1.609 src/usr.bin/make/va
Module Name:src
Committed By: rillig
Date: Fri Oct 30 22:43:39 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove unsatisfiable conditions in Var_Set_with_flags
To generate a diff of this commit:
cvs rdiff -u -r1.607 -r1.608 src/usr.bin/make/va
Module Name:src
Committed By: rillig
Date: Fri Oct 30 22:30:42 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): document where the variable name is expanded
To generate a diff of this commit:
cvs rdiff -u -r1.606 -r1.607 src/usr.bin/make/var.c
Plea
Module Name:src
Committed By: uwe
Date: Fri Oct 30 22:29:30 UTC 2020
Modified Files:
src/share/man/man9: ddb.9
Log Message:
Add a few missing articles.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/ddb.9
Please note that diffs are not pu
Module Name:src
Committed By: christos
Date: Fri Oct 30 22:20:38 UTC 2020
Modified Files:
src/sys/arch/arm/xscale: pxa2x0_apm.c
src/sys/arch/macppc/dev: apm.c
src/sys/arch/mips/ralink: ralink_gpio.c
Log Message:
c99 struct initializers
To generate a diff
Module Name:src
Committed By: christos
Date: Fri Oct 30 22:19:19 UTC 2020
Modified Files:
src/sys/dev/sysmon: sysmon_power.c
Log Message:
fix indentation
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/dev/sysmon/sysmon_power.c
Please note that dif
Module Name:src
Committed By: christos
Date: Fri Oct 30 22:19:00 UTC 2020
Modified Files:
src/sys/kern: kern_sig.c
Log Message:
fix indentation
To generate a diff of this commit:
cvs rdiff -u -r1.393 -r1.394 src/sys/kern/kern_sig.c
Please note that diffs are not public
Module Name:src
Committed By: uwe
Date: Fri Oct 30 22:14:03 UTC 2020
Added Files:
src/share/man/man9: ddb.9
Log Message:
ddb(9) - first cut at the documentation for writing and adding new DDB
commands. Not yet complete and not hooked into the build.
To generate a diff o
Module Name:src
Committed By: kre
Date: Fri Oct 30 22:03:36 UTC 2020
Modified Files:
src/tests/bin/date: t_date.sh
Log Message:
Update the test a little so that is possible to pass
(if date fails, because of bad or out of range input
to parsedate, it cannot be expected to
Module Name:src
Committed By: kre
Date: Fri Oct 30 22:03:11 UTC 2020
Modified Files:
src/lib/libutil: parsedate.y
Log Message:
PR lib/46542
Add checks to detect overflow, and also detect other invalid
(out of range) inputs for parsedate().
There could be more, and some o
Module Name:src
Committed By: nia
Date: Fri Oct 30 21:44:49 UTC 2020
Modified Files:
src/lib/libossaudio: ossaudio.c
Log Message:
ossaudio(3): Simplify setting rate (try to supply the nearest one possible)
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src
Module Name:src
Committed By: reinoud
Date: Fri Oct 30 21:06:13 UTC 2020
Modified Files:
src/lib/libnvmm: libnvmm_x86.c
Log Message:
Implement missing (REPE) CMPS instruction support in NVMMs x86_decode().
In apparently rare cases the (REPE) CMPS instruction can trigger a
Module Name:src
Committed By: rillig
Date: Fri Oct 30 20:36:33 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: var-op-append.exp var-op-append.mk
Log Message:
make(1): demonstrate double expansion when appending to a variable
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Fri Oct 30 20:30:44 UTC 2020
Modified Files:
src/usr.bin/make: arch.c compat.c cond.c job.c main.c make.c meta.c
nonints.h parse.c suff.c trace.c var.c
Log Message:
make(1): change char * to void * in Var_Value
The on
Module Name:src
Committed By: rillig
Date: Fri Oct 30 20:05:00 UTC 2020
Modified Files:
src/usr.bin/xinstall: Makefile xinstall.c
Log Message:
install(1): copy metachar table from usr.bin/make
It is not worth having a dependency on usr.bin/make just for including
this sma
Module Name:src
Committed By: rillig
Date: Fri Oct 30 19:14:20 UTC 2020
Modified Files:
src/usr.bin/make: metachar.c
Log Message:
make(1): remove comment about adding is_shell_metachar to ctype.h
This function is so specialized that it would be wrong to have it in a
gener
Module Name:src
Committed By: skrll
Date: Fri Oct 30 18:54:37 UTC 2020
Modified Files:
src/sys/arch/aarch64/include: locore.h
src/sys/arch/arm/arm: cpufunc.c
src/sys/arch/arm/arm32: arm32_kvminit.c arm32_machdep.c arm32_tlb.c
armv7_generic_space.
Module Name:src
Committed By: martin
Date: Fri Oct 30 18:47:38 UTC 2020
Modified Files:
src/usr.sbin/sysinst: Makefile.inc defs.h util.c
Log Message:
PR 55769: avoid the module set if we do not build any
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/u
Module Name:src
Committed By: rillig
Date: Fri Oct 30 17:55:11 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: directive-unexport.exp
directive-unexport.mk
Log Message:
make(1): add test for an edge case of .unexport
To generate a diff of this commit:
c
Module Name:src
Committed By: rillig
Date: Fri Oct 30 17:10:48 UTC 2020
Modified Files:
src/usr.bin/make: make.h var.c
Log Message:
make(1): clean up comments and local variables in var.c
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 src/usr.bin/make/ma
Module Name:src
Committed By: rillig
Date: Fri Oct 30 16:54:38 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): fix documentation for VARP_SUB_ONE
The pattern is only replaced a single time, not everywhere in the first
matching word.
To generate a
Module Name:src
Committed By: rillig
Date: Fri Oct 30 16:48:58 UTC 2020
Modified Files:
src/usr.bin/make: arch.c var.c
Log Message:
make(1): make iterating over HashTable simpler
To generate a diff of this commit:
cvs rdiff -u -r1.147 -r1.148 src/usr.bin/make/arch.c
cvs
Module Name:src
Committed By: rillig
Date: Fri Oct 30 16:45:37 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): rename VAR_EXPORTED_YES to VAR_EXPORTED_SOME
The "yes" sounded too much like "all".
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: skrll
Date: Fri Oct 30 16:29:49 UTC 2020
Modified Files:
src/sys/ddb: db_command.c
Log Message:
Remove "also;"
To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/ddb/db_command.c
Please note that diffs are not public do
Module Name:src
Committed By: rillig
Date: Fri Oct 30 16:16:16 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): document VAR_READONLY, now that it is really read-only
To generate a diff of this commit:
cvs rdiff -u -r1.600 -r1.601 src/usr.bin/make/v
Module Name:src
Committed By: rillig
Date: Fri Oct 30 16:09:56 UTC 2020
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: varname-dot-shell.exp varname-dot-shell.mk
Log Message:
make(1): prevent appending to read-only variables
To generate a di
Module Name:src
Committed By: skrll
Date: Fri Oct 30 16:08:45 UTC 2020
Modified Files:
src/sys/ddb: db_command.c
src/sys/dev/fdt: files.fdt
Added Files:
src/sys/dev/fdt: fdt_ddb.c fdt_ddb.h
Log Message:
Add a "show fdt" ddb command
To generate a diff of t
Module Name:src
Committed By: rillig
Date: Fri Oct 30 15:39:17 UTC 2020
Modified Files:
src/usr.bin/make: dir.c job.c main.c make.c meta.c parse.c suff.c var.c
Log Message:
make(1): fix indentation in source code
To generate a diff of this commit:
cvs rdiff -u -r1.191 -r
Module Name:src
Committed By: macallan
Date: Fri Oct 30 15:30:44 UTC 2020
Modified Files:
src/sys/dev/pci: radeonfb.c
Log Message:
support screen blanking of r5xx
somewhat crude but works
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/dev/pci/rad
Module Name:src
Committed By: rillig
Date: Fri Oct 30 15:28:38 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): extract MayExport from Var_Export1
To generate a diff of this commit:
cvs rdiff -u -r1.597 -r1.598 src/usr.bin/make/var.c
Please note th
Module Name:src
Committed By: rillig
Date: Fri Oct 30 15:09:14 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varname-dot-shell.exp varname-dot-shell.mk
Log Message:
make(1): demonstrate how to append to a read-only variable
To generate a diff of this commit:
cvs
Module Name:src
Committed By: rillig
Date: Fri Oct 30 15:03:58 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: Makefile varname-dot-shell.exp
varname-dot-shell.mk
Log Message:
make(1): move test flags for varname-dot-shell to the test itself
To generate
Module Name:src
Committed By: rillig
Date: Fri Oct 30 14:56:23 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
Log Message:
make(1): clean up is_separator
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 src/usr.bin/make/cond.c
Please note that diffs ar
Module Name:src
Committed By: rillig
Date: Fri Oct 30 14:53:31 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-cmp-string.mk
Log Message:
make(1): fix comments in test for string literals in conditions
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1
Module Name:src
Committed By: rillig
Date: Fri Oct 30 14:51:47 UTC 2020
Modified Files:
src/usr.bin/make: cond.c
src/usr.bin/make/unit-tests: cond-cmp-string.exp cond-cmp-string.mk
Log Message:
make(1): fix parse error in string literal in conditional
The string l
Module Name:src
Committed By: rillig
Date: Fri Oct 30 14:46:01 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-cmp-string.exp cond-cmp-string.mk
Log Message:
make(1): add more test cases that fail in condition string literals
To generate a diff of this commit:
Module Name:src
Committed By: rillig
Date: Fri Oct 30 13:41:14 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-cmp-string.mk
Log Message:
make(1): add test for two variable expressions in a string literal
To generate a diff of this commit:
cvs rdiff -u -r1.7 -
Module Name:src
Committed By: maya
Date: Fri Oct 30 12:32:04 UTC 2020
Modified Files:
src/external/public-domain/sqlite/dist: sqlite3.c
Log Message:
Use the same macro used before for avoiding too large floats on vax.
This has the advantage of not changing the number for
Module Name:src
Committed By: rin
Date: Fri Oct 30 11:02:50 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
Add bigger console font for modern displays.
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/evbarm/conf/RPI
Please
Module Name:src
Committed By: rin
Date: Fri Oct 30 11:02:09 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: RPI
Log Message:
Add smscphy(4).
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/evbarm/conf/RPI
Please note that diffs are not publ
Module Name:src
Committed By: abs
Date: Fri Oct 30 09:23:36 UTC 2020
Modified Files:
src/usr.sbin/npf/npfd: npfd.8
Log Message:
Fix tcpdump example from "‐i npflog0.pcap" to "‐i npflog0"
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npfd/np
Module Name:src
Committed By: martin
Date: Fri Oct 30 08:41:58 UTC 2020
Modified Files:
src/external/bsd/kyua-cli: Makefile.inc
src/external/ibm-public/postfix: Makefile.inc
src/external/public-domain/sqlite/bin: Makefile
src/share/mk: bsd.prog.mk
L
Module Name:src
Committed By: rillig
Date: Fri Oct 30 08:13:17 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: cond-cmp-string.exp cond-cmp-string.mk
Log Message:
make(1): demonstrate parse error in string interpolation in condition
To generate a diff of this commi
Module Name:src
Committed By: rillig
Date: Fri Oct 30 07:47:11 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): remove redundant evaluations in VarFind
To generate a diff of this commit:
cvs rdiff -u -r1.596 -r1.597 src/usr.bin/make/var.c
Please no
Module Name:src
Committed By: rillig
Date: Fri Oct 30 07:37:30 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): replace VarFindFlags with a simple Boolean
Either all flags had been given or none. Except in Var_Append, but
since the ctxt was VAR_GLOB
Module Name:src
Committed By: rillig
Date: Fri Oct 30 07:30:29 UTC 2020
Modified Files:
src/usr.bin/make: var.c
Log Message:
make(1): rename FIND_CMD to FIND_CMDLINE, to match VAR_CMDLINE
While here, use a consistent order for the enum constants. This is both
the declara
Module Name:src
Committed By: rillig
Date: Fri Oct 30 07:19:30 UTC 2020
Modified Files:
src/usr.bin/make: cond.c job.c main.c make.h parse.c targ.c var.c
Log Message:
make(1): rename VAR_CMD to VAR_CMDLINE
Since make has to do with both the command line and child commands
Module Name:src
Committed By: skrll
Date: Fri Oct 30 07:17:29 UTC 2020
Modified Files:
src/sys/ddb: db_command.c
Log Message:
Sort the db_show_cmd entries
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/sys/ddb/db_command.c
Please note that diffs are
Module Name:src
Committed By: skrll
Date: Fri Oct 30 07:03:50 UTC 2020
Modified Files:
src/sys/ddb: db_command.c
Log Message:
Put the 'added from all sub cmds' comment above the four commands that
were added as part of the work in r1.98
To generate a diff of this commit:
Module Name:src
Committed By: skrll
Date: Fri Oct 30 06:59:43 UTC 2020
Modified Files:
src/sys/ddb: db_command.h
Log Message:
Whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/ddb/db_command.h
Please note that diffs are not public domain;
56 matches
Mail list logo