282489 Commits

Author SHA1 Message Date
rillig
27fc6febc6 make(1): rename rval to mods in ApplyModifiersIndirect 2020-11-02 16:48:49 +00:00
rillig
2698af257a make(1): inline and rename variables in ApplyModifiersIndirect 2020-11-02 16:38:47 +00:00
roy
b9f024beb1 bridge: revert prior
It's of little use.
If we need to do this in the future, consider a sysctl to do it for all
interfaces in the bridge and not just the one being added.
2020-11-02 12:14:59 +00:00
knakahara
b84348e857 Workaround for ihphy and atphy(ICH*/PCH*, 82580 and I350).
These phys stop DMA while link is down which causes device timeout.
Fix PR/kern 40981

Reviewed and tested by msaitoh@n.o, thanks.

XXX pullup-[89]
2020-11-02 09:21:50 +00:00
skrll
78689e4e66 Add SATP_MODE values 2020-11-02 08:37:59 +00:00
skrll
11ac086b25 Whitespace 2020-11-02 08:36:54 +00:00
uwe
dedde0dc29 Use \*q to refer to ascii quote to save fontlock from confusion. 2020-11-02 07:03:48 +00:00
khorben
4e356941bc PR/55747: Tobias Nygren: Install manpages for pam-u2f
I have generated the manual pages and referenced them into the sets.
It would probably help to add a Makefile rule, indicating how to
generate the manual pages again.

Tested with "build.sh release" on amd64.

Reviewed by Tobias Nygren before the commit.
2020-11-02 06:40:11 +00:00
mrg
fe57d61999 ensure PLATFORM_HAS_EGL and ENABLE_EGL are set consistently. 2020-11-02 06:25:24 +00:00
mrg
4bb3cafea8 adjust for libepoxy 1.5.4. 2020-11-02 04:48:54 +00:00
mrg
d7e8667f16 add missing files (one from me, one from someone else :-) 2020-11-02 00:29:49 +00:00
mrg
335b7a1bb8 transform @xkb_base@ instead of __xkb_base__ now.
should fix build issues reported on -current.
2020-11-02 00:25:46 +00:00
rillig
3f4c8dcae8 make(1): extract ApplyModifiersIndirect from ApplyModifiers 2020-11-01 23:17:40 +00:00
rillig
cc537f1f99 make(1): rename local variable in ApplyModifiers 2020-11-01 22:48:41 +00:00
christos
78d65f1893 Add tests for col 2020-11-01 22:31:28 +00:00
christos
1501493b50 Add col tests 2020-11-01 22:29:13 +00:00
rillig
6710cb8258 make(1): add another test case for the SysV modifier
The "special case" in ApplyModifier_SysV looks redundant since in
SysVMatch, the empty word does not match anything.
2020-11-01 22:28:52 +00:00
christos
340d07a6bc Add unit-tests for col from FreeBSD 2020-11-01 22:28:32 +00:00
christos
0076513c11 Replace col with the FreeBSD version that adds wide char support 2020-11-01 22:27:15 +00:00
rillig
d5a2f60bf8 make(1): rename local variables in ApplyModifier_SysV 2020-11-01 22:12:54 +00:00
rillig
24be86456b make(1): add tests for parsing the SysV variable modifier 2020-11-01 22:10:57 +00:00
rillig
036a109997 make(1): reduce number of nested parentheses in ApplyModifier_Assign 2020-11-01 21:28:42 +00:00
kim
ac0b9611e2 Bump date (for "-not") 2020-11-01 21:11:49 +00:00
skrll
5c29e7255c Update CAUSE_* defines to reflect riscv-privileged-20190608.pdf 2020-11-01 21:09:48 +00:00
skrll
1098d9f33e Remove unused variable 2020-11-01 21:06:22 +00:00
skrll
5a88071071 Don't shadow 'hz' 2020-11-01 21:01:49 +00:00
christos
3f9be1d959 Use __nothing for empty macro 2020-11-01 21:00:20 +00:00
christos
e71b1b1e70 PR/55664: Ruslan Nikolaev: Fix:
1. A race condition (bug) in sys/rump/librump/rumpkern/intr.c since
   rumpuser_cv_signal() is called without holding a mutex
2. sleepq is implemented using a single (global) conditional
   variable; that should be done per each sleepq separately
2020-11-01 20:58:38 +00:00
skrll
45f6848cce Typo in a trap name 2020-11-01 20:56:24 +00:00
christos
9021e88e5b turned sleepq_destroy this into a macro 2020-11-01 20:56:13 +00:00
christos
9f4e6ae305 PR/55664: Ruslan Nikolaev: Split out sleepq guts and turnstiles not used
in rump into a separate header file. Add a sleepq_destroy() empty hook.
2020-11-01 20:55:15 +00:00
rillig
b418af7851 make(1): fix manual page regarding numerical comparisons
Make uses double, not int, for comparing things.
2020-11-01 20:24:45 +00:00
rillig
ad6e88dcd8 make(1): add more tests for the variable modifier :M
Despite its popularity and usefulness, the variable modifier :M is
implemented so weirdly that it's not surprising people get confused
about make's parsing and escaping rules.
2020-11-01 19:49:28 +00:00
skrll
215a301198 Comments from zmcgrew@ 2020-11-01 19:47:46 +00:00
rillig
623cfc02b8 make(1): add test for surprising parsing result of the :M modifier 2020-11-01 19:25:23 +00:00
rillig
e24143bc70 make(1): move test flags to test varmod-match-escape.mk 2020-11-01 19:02:22 +00:00
pgoyette
36e147d608 Update sets lists for new compat_netbsd32_coredump module 2020-11-01 18:51:34 +00:00
pgoyette
575be43dde Separate the compat_netbsd32_coredump from the compat_netbsd32 and
coredump modules, into its own module.

Welcome to 7.99.75 !!!
2020-11-01 18:51:02 +00:00
rillig
aebcc64d87 make(1): revert unintended change from previous commit 2020-11-01 18:48:13 +00:00
rillig
b6c94d2092 make(1): fix indentation of source code 2020-11-01 18:45:49 +00:00
gson
086d077df3 Make the mkstemps_basic and mkostemps_basic test cases not randomly
fail when the replacement string happens to contain the letter "y".
2020-11-01 18:19:54 +00:00
rillig
0735b81a78 make(1): rename JobMatchShell to FindShellByName
The word 'match' was too unspecific.
2020-11-01 17:58:17 +00:00
christos
40c5c335c2 new tmux 2020-11-01 17:54:46 +00:00
rillig
40014b1e5a make(1): negate NoExecute to GNode_ShouldExecute 2020-11-01 17:47:26 +00:00
rillig
0056a7c168 make(1): reduce amount of work in test job-output-long-lines.mk
The effect that some of the separator lines start at the end of another
line is still visible.
2020-11-01 17:29:13 +00:00
rillig
1cfab1491d make(1): extract EscapeShellDblQuot from JobPrintCommand 2020-11-01 17:07:03 +00:00
rillig
d4af0258b7 make(1): extract ParseRunOptions from JobPrintCommand 2020-11-01 16:57:02 +00:00
wiz
878fe969c6 Properly quote '\;' in example. 2020-11-01 16:47:29 +00:00
kim
c3c5cb3347 Document the -not operator 2020-11-01 16:34:02 +00:00
thorpej
5df18a5cf1 Document the thorpej-futex branch. 2020-11-01 15:41:56 +00:00