Module Name:src
Committed By: mrg
Date: Thu Dec 10 08:16:59 UTC 2020
Modified Files:
src/tests/sbin/ifconfig: t_repeated_mtu.sh t_repeated_scan.sh
Log Message:
apply this change to a a couple more tests:
---
date: 2020-07-27 09:57:44 -0700; author: gson; state: Exp; lin
Module Name:src
Committed By: martin
Date: Thu Dec 10 16:07:26 UTC 2020
Modified Files:
src/external/gpl3/gdb/dist/gdb: sh-nbsd-tdep.c
Log Message:
Avoid an unused variable (breaking the build)
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gp
Module Name:src
Committed By: rillig
Date: Thu Dec 10 16:36:47 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-ifelse.exp varmod-ifelse.mk
Log Message:
make(1): add test demonstrating how to defer evaluation in :? modifier
To generate a diff of this commit:
Module Name:src
Committed By: rillig
Date: Thu Dec 10 16:47:42 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: varmod-ifelse.mk
Log Message:
make(1): document limitations of deferred '$' in ':?' modifier
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 s
Module Name:src
Committed By: jdc
Date: Thu Dec 10 17:02:51 UTC 2020
Modified Files:
src/sys/dev/i2c: adm1021.c
Log Message:
Handle failing to acquire the iic bus.
Better handle errors when attaching sysmon sensors.
To generate a diff of this commit:
cvs rdiff -u -r1.20
Module Name:src
Committed By: rillig
Date: Thu Dec 10 17:06:13 UTC 2020
Modified Files:
src/distrib/sets/lists/tests: mi
src/usr.bin/make/unit-tests: Makefile
Added Files:
src/usr.bin/make/unit-tests: sh-flags.exp sh-flags.mk
Log Message:
make(1): test all
Module Name:src
Committed By: rillig
Date: Thu Dec 10 17:55:30 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: sh-flags.exp sh-flags.mk
Log Message:
make(1): fix test for command flags
The "false" is supposed to be run not only if the command has the '-'
flag, but a
Module Name:src
Committed By: rillig
Date: Thu Dec 10 20:10:03 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): fix theoretical type mismatch for Job_Touch
To generate a diff of this commit:
cvs rdiff -u -r1.351 -r1.352 src/usr.bin/make/job.c
Pleas
Module Name:src
Committed By: rillig
Date: Thu Dec 10 20:14:35 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): in JobStart, negate 'noExec' to 'run'
To generate a diff of this commit:
cvs rdiff -u -r1.352 -r1.353 src/usr.bin/make/job.c
Please note
Module Name:src
Committed By: skrll
Date: Thu Dec 10 20:48:33 UTC 2020
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
Remove leading space that crept in in the last change
To generate a diff of this commit:
cvs rdiff -u -r1.311 -r1.312 src/sys/dev/usb/ohci.c
Pleas
Module Name:src
Committed By: rillig
Date: Thu Dec 10 20:49:11 UTC 2020
Modified Files:
src/usr.bin/make: compat.c job.c job.h meta.c meta.h trace.c
src/usr.bin/make/unit-tests: opt-debug-jobs.exp
Log Message:
make(1): split JobFlags into separate fields
Having al
Module Name:src
Committed By: skrll
Date: Thu Dec 10 20:50:24 UTC 2020
Modified Files:
src/sys/dev/usb: ohci.c
Log Message:
Another leading space
To generate a diff of this commit:
cvs rdiff -u -r1.312 -r1.313 src/sys/dev/usb/ohci.c
Please note that diffs are not public
Module Name:src
Committed By: rillig
Date: Thu Dec 10 21:09:58 UTC 2020
Modified Files:
src/usr.bin/make: job.c
src/usr.bin/make/unit-tests: shell-csh.mk
Log Message:
make(1): rename commandShell to shell
The word 'command' was not necessary for understanding the
Module Name:src
Committed By: rillig
Date: Thu Dec 10 21:33:25 UTC 2020
Modified Files:
src/usr.bin/make: job.c job.h trace.c
Log Message:
make(1): unpack struct JobFlags
The job flags are only used individually.
To generate a diff of this commit:
cvs rdiff -u -r1.355 -
Module Name:src
Committed By: rillig
Date: Thu Dec 10 21:41:35 UTC 2020
Modified Files:
src/usr.bin/make: job.c job.h
Log Message:
make(1): negate Job.silent to echo
This gets rid of a few explicit negations and an implicit negation in
the variable name.
To generate a d
Module Name:src
Committed By: rillig
Date: Thu Dec 10 22:17:37 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): split Job.errOnOrEcho into separate fields
They have never been related. Furthermore, Job.errOn is really tricky
to reach at all. To do
Module Name:src
Committed By: rillig
Date: Thu Dec 10 22:34:39 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): split Job.errOffOrExecIgnore into separate fields
Like errOnOrEcho, these two fields were completely unrelated. One of
them expected a %s
Module Name:src
Committed By: rillig
Date: Thu Dec 10 22:45:30 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): rename RunFlags to CommandFlags
Flags of similar names are also available in CmdOpts (global command
line options) and Job. The new name
Module Name:src
Committed By: rillig
Date: Thu Dec 10 23:03:00 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): extract JobOpenTmpFile from JobStart
To generate a diff of this commit:
cvs rdiff -u -r1.360 -r1.361 src/usr.bin/make/job.c
Please note
Module Name:src
Committed By: rillig
Date: Thu Dec 10 23:12:59 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): eliminate global variable numCommands
It had only been used in a very small scope. The elimination of
Lst_ForEach made it easy to turn th
Module Name:src
Committed By: rillig
Date: Thu Dec 10 23:36:20 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): clean up JobPrintCommand
The local variable 'cmd' had been used for both the unexpanded and the
expanded command. This in turn had requir
Module Name:src
Committed By: rillig
Date: Thu Dec 10 23:54:41 UTC 2020
Modified Files:
src/usr.bin/make: job.c
src/usr.bin/make/unit-tests: opt-jobs-no-action.exp
opt-jobs-no-action.mk
Log Message:
make(1): name Shell fields consistently
They are all
Module Name:src
Committed By: rillig
Date: Fri Dec 11 00:22:23 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): clean up comments for struct Shell
To generate a diff of this commit:
cvs rdiff -u -r1.364 -r1.365 src/usr.bin/make/job.c
Please note th
Module Name:src
Committed By: rillig
Date: Fri Dec 11 00:29:01 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): rename shell flags in struct Shell
The previous name 'echo' was too unspecific, given that the other fields
in the same struct are called
Module Name:src
Committed By: rillig
Date: Fri Dec 11 01:06:10 UTC 2020
Modified Files:
src/usr.bin/make/unit-tests: sh-jobs.exp sh-jobs.mk
Log Message:
make(1): add tests for comments and non-comments in jobs mode
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r
Module Name:src
Committed By: rillig
Date: Fri Dec 11 01:08:51 UTC 2020
Modified Files:
src/usr.bin/make: job.c
Log Message:
make(1): document why runIgnImpl is used in jobs mode
To generate a diff of this commit:
cvs rdiff -u -r1.366 -r1.367 src/usr.bin/make/job.c
Plea
Module Name:src
Committed By: thorpej
Date: Fri Dec 11 01:25:29 UTC 2020
Modified Files:
src/sys/kern: sys_select.c
src/sys/sys: select.h
Log Message:
Add sel{record,remove}_knote(), so hide some of the details surrounding
knote / kevent registration in the selinfo
Module Name:src
Committed By: thorpej
Date: Fri Dec 11 03:00:10 UTC 2020
Modified Files:
src/sys/kern: kern_entropy.c kern_event.c subr_log.c sys_pipe.c tty.c
tty_pty.c uipc_socket.c
Log Message:
Use sel{record,remove}_knote().
To generate a diff of this comm
Module Name:src
Committed By: msaitoh
Date: Fri Dec 11 05:01:19 UTC 2020
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixgbe_type.h
Log Message:
Don't use EIMC_OTHER bit because it's read only other than 82598.
Documents say:
82598:
All of bit 31(OTHER bit) of
Module Name:src
Committed By: martin
Date: Fri Dec 11 07:01:27 UTC 2020
Modified Files:
src/sys/dev/acpi: atppc_acpi.c
Log Message:
Fix editor mishap in r1.18
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/acpi/atppc_acpi.c
Please note that di
Module Name:src
Committed By: simonb
Date: Fri Dec 11 07:24:38 UTC 2020
Modified Files:
src/usr.bin/systat: Makefile
Log Message:
Add ${LIBUTIL} to DPADD.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/systat/Makefile
Please note that diffs ar
Module Name:src
Committed By: knakahara
Date: Fri Dec 11 07:49:40 UTC 2020
Modified Files:
src/sys/arch/x86/pci: msipic.c
Log Message:
Not pic->pic_addroute but pic->pic_hwunmask should enable interrupts for MSI-X.
pic->pic_addroute should not enable interrupt, because ca
32 matches
Mail list logo