Home
last modified time | relevance | path

Searched full:2020 (Results 1 – 25 of 2810) sorted by relevance

12345678910>>...113

/freebsd/contrib/bmake/unit-tests/
H A Ddirective-misspellings.mk5 # Before 2020-12-12, make didn't catch most of these misspellings. For
33 .exports varname # Accepted before 2020-12-13 01:07:54.
36 .export-en # Accepted before 2020-12-13 01:07:54.
40 .export-environment # Accepted before 2020-12-13 01:07:54.
43 .export-litera varname # Accepted before 2020-12-13 01:07:54.
46 .export-literax varname # Accepted before 2020-12-13 01:07:54.
48 .export-literally varname # Accepted before 2020-12-13 01:07:54.
74 .infos msg # Accepted before 2020-12-13 01:07:54.
90 .undefs varname # Accepted before 2020-12-13 01:07:54.
98 .unexports varname # Accepted before 2020-12-12 18:00:18.
[all …]
H A Dvarmod-localtime.mk16 # Example: Thu Oct 29 18:56:41 2020
28 # 2020-07-01T00:00:00Z
29 .if ${%Y:L:localtime=1593536400} != "2020"
49 .if ${%Y:L:localtime=${:U1593536400}} != "2020"
54 # Before var.c 1.631 from 2020-10-31 21:40:20, it was possible to pass
67 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not
109 # Integer overflow, at least before var.c 1.631 from 2020-10-31.
114 # Since var.c 1.631 from 2020-10-31, the overflow is detected and produces a
123 # Before var.c 1.631 from 2020-10-31, there was no error handling while
H A Dmake-exported.mk3 # As of 2020-08-09, the code in Var_Export is shared between the .export
11 # Before 2020-10-03, the following line took the code path of .export-env,
12 # which was surprising behavior. Since 2020-10-03 this line tries to
17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore,
H A Ddirective-endif.mk5 # Since 2020-12-15, the .endif directive no longer accepts arguments.
14 # Since 2020-12-15:
19 # Since 2020-12-15:
30 # Since 2020-12-15:
37 # Since 2020-12-15:
H A Dvarmod-gmtime.mk16 # Example: Thu Oct 29 18:56:41 2020
28 # 2020-07-01T00:00:00Z
29 .if ${%Y:L:gmtime=1593536400} != "2020"
49 .if ${%Y:L:gmtime=${:U1593536400}} != "2020"
54 # Before var.c 1.631 from 2020-10-31 21:40:20, it was possible to pass
67 # Spaces were allowed before var.c 1.631 from 2020-10-31 21:40:20, not
109 # Integer overflow, at least before var.c 1.631 from 2020-10-31.
114 # Since var.c 1.631 from 2020-10-31, the overflow is detected and produces a
123 # Before var.c 1.631 from 2020-10-31, there was no error handling while
H A Dopt-debug-lint.mk8 # Since 2020-09-13, undefined variables that are used on the left-hand side
14 # Since 2020-09-13, the "Malformed conditional" error message is not printed
37 # Since 2020-09-13, Var_Parse properly reports errors for undefined variables,
47 # Since 2020-09-14, dependency lines may contain undefined variables.
61 # Since 2020-10-03, in lint mode the variable modifier must be separated
69 # Between 2020-10-03 and var.c 1.752 from 2020-12-20, in lint mode the
H A Dvar-op-sunsh.mk23 # Until 2020-10-04, the ':sh' could even be followed by other characters.
27 # Since 2020-10-04, this is a normal variable assignment to the variable named
38 # Until 2020-10-04, the last of them was interpreted as the ':sh'
41 # Since 2020-10-04, the colons are part of the variable name.
47 # Until 2020-10-04, the following expression was wrongly marked as
55 # 2020-10-04, the parser regarded it as an assignment operator modifier, in
62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
70 # Until 2020-10-04, the word 'shift' was also affected since it starts with
H A Ddirective-undef.mk8 # Before var.c 1.737 from 2020-12-19, .undef only undefined the first
11 # Before var.c 1.761 from 2020-12-22, .undef complained about too many
14 # Since var.c 1.761 from 2020-12-22, .undef handles multiple variable names
25 # Without any arguments, until var.c 1.736 from 2020-12-19, .undef tried
27 # varname-empty.mk. Since var.c 1.737 from 2020-12-19, .undef complains
82 # Since var.c 1.762 from 2020-12-22, parse errors in the argument should be
136 # Since var.c 1.570 from 2020-10-06 and before var.c 1.1014 from 2022-03-26,
H A Dopt-file.mk44 # Between parse.c 1.170 from 2010-12-25 and parse.c 1.511 from 2020-12-22,
53 # Since parse.c 1.511 from 2020-12-22, an assertion in ParseGetLine failed
55 # 1.513, properly fixed in parse.c 1.514 from 2020-12-22.
68 # for year in $(seq 2003 2020); do
94 # 2014 to 2020-12-06:
98 # Since 2020-12-07:
H A Darchive-suffix.mk1 # $NetBSD: archive-suffix.mk,v 1.3 2020/11/15 14:07:53 rillig Exp $
3 # Between 2020-08-23 and 2020-08-30, the below code produced an assertion
H A Dvarname-empty.mk25 # Until 2020-08-22 it was possible to assign a value to the variable with
31 = assigned # undefined behavior until 2020-08-22
51 # Before 2020-08-22, the simple assignment operator '=' after an empty
58 = assigned # undefined behavior until 2020-08-22
H A Ddirective-warning.mk5 # Until parse.c 1.502 from 2020-12-19, a missing argument to the directive
7 # from 2020-12-19, the correct "Missing argument" is produced.
23 .warnings messages # Accepted before 2020-12-13 01:07:54.
H A Dvarmod-match-escape.mk3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the
30 # XXX: As of 2020-11-01, the modifier on the right-hand side of the
48 # XXX: As of 2020-11-01, unlike all other variable modifiers, a '$' in the
55 # XXX: As of 2020-11-01, unlike all other variable modifiers, '\$' is not
H A Dvarmod-range.mk50 # As of 2020-11-01, they are accepted though, using up all available memory.
59 # Until 2020-11-01, the parser tried to read the 'x' as a number, failed and
63 # Since 2020-11-01, the parser issues a more precise "Invalid number" error
82 # As of 2020-11-01, numeric overflow is not detected.
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Dpx30-engicam-px30-core-ctouch2.dts3 * Copyright (c) 2020 Fuzhou Rockchip Electronics Co., Ltd
4 * Copyright (c) 2020 Engicam srl
5 * Copyright (c) 2020 Amarula Solutions
6 * Copyright (c) 2020 Amarula Solutions(India)
H A Dpx30-engicam-ctouch2.dtsi3 * Copyright (c) 2020 Engicam srl
4 * Copyright (c) 2020 Amarula Solutions
5 * Copyright (c) 2020 Amarula Solutions(India)
H A Dpx30-engicam-px30-core-edimm2.2.dts3 * Copyright (c) 2020 Fuzhou Rockchip Electronics Co., Ltd
4 * Copyright (c) 2020 Engicam srl
5 * Copyright (c) 2020 Amarula Solutions(India)
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dapple.yaml17 - Mac mini (M1, 2020)
18 - MacBook Pro (13-inch, M1, 2020)
19 - MacBook Air (M1, 2020)
71 - apple,j274 # Mac mini (M1, 2020)
72 - apple,j293 # MacBook Pro (13-inch, M1, 2020)
73 - apple,j313 # MacBook Air (M1, 2020)
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Dp322 { 2.2.2.2/32, group=2020; 4.4.0.0/16, group=2020; 5.0.0.0/8, group=2040; };
30 Dev.0. Group 2020 Ref 3 Flags 0x4000
31 4 pass out all group 2020
/freebsd/crypto/openssl/test/certs/
H A Dec_privkey_with_chain.pem10 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
28 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
45 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
62 Valid from Thu Sep 03 10:45:37 CEST 2020 to Sun Sep 01 10:45:37 CEST 2030
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h122 /* Status codes (IEEE Std 802.11-2020, 9.4.1.9, Table 9-50) */
237 /* Reason codes (IEEE Std 802.11-2020, 9.4.1.7, Table 9-90) */
301 /* Element IDs (IEEE Std 802.11-2020, 9.4.2.1, Table 9-92) */
624 /* Action frame categories (IEEE Std 802.11-2020, 9.4.1.11, Table 9-51) */
665 /* Public action codes (IEEE Std 802.11-2020, 9.6.7.1, Table 9-364) */
716 /* Protected Dual of Public Action frames (IEEE Std 802.11-2020, 9.6.10,
745 /* SA Query Action frame (IEEE Std 802.11-2020, 9.6.9) */
778 * IEEE Std 802.11-2020, 9.4.2.44, Table 9-179 */
791 * IEEE Std 802.11-2020, 9.4.2.20.19 (Fine Timing Measurement Range
801 /* Interworking element (IEEE Std 802.11-2020, 9.4.2.91) -
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm636.dtsi3 * Copyright (c) 2020, AngeloGioacchino Del Regno <kholk11@gmail.com>
4 * Copyright (c) 2020, Konrad Dybcio <konradybcio@gmail.com>
5 * Copyright (c) 2020, Martin Botka <martin.botka1@gmail.com>
/freebsd/crypto/openssl/test/
H A Dx509_time_test.c444 { 2020, 1, 2, 1, 4 },
445 { 2020, 2, 2, 32, 0 },
446 { 2020, 3, 2, 61, 1 },
447 { 2020, 4, 2, 92, 4 },
448 { 2020, 5, 2, 122, 6 },
449 { 2020, 6, 2, 153, 2 },
450 { 2020, 7, 2, 183, 4 },
451 { 2020, 8, 2, 214, 0 },
452 { 2020, 9, 2, 245, 3 },
453 { 2020, 10, 2, 275, 5 },
[all …]
/freebsd/contrib/one-true-awk/
H A DFIXES.1e107 December 18, 2020:
115 December 15, 2020:
119 December 8, 2020:
126 December 3, 2020:
130 October 13, 2020:
134 August 16, 2020:
138 August 7, 2020:
143 August 4, 2020:
148 July 30, 2020:
155 July 2, 2020:
[all …]
/freebsd/contrib/bmake/
H A DChangeLog1632 2020-12-25 Simon J Gerraty <sjg@beast.crufty.net>
1636 2020-12-22 Simon J Gerraty <sjg@beast.crufty.net>
1645 2020-12-21 Simon J Gerraty <sjg@beast.crufty.net>
1651 2020-12-20 Simon J Gerraty <sjg@beast.crufty.net>
1691 2020-12-12 Simon J Gerraty <sjg@beast.crufty.net>
1740 2020-12-06 Simon J Gerraty <sjg@beast.crufty.net>
1768 2020-11-30 Simon J Gerraty <sjg@beast.crufty.net>
1798 2020-11-24 Simon J Gerraty <sjg@beast.crufty.net>
1814 2020-11-22 Simon J Gerraty <sjg@beast.crufty.net>
1826 2020
[all...]

12345678910>>...113