User Details
- User Since
- May 29 2014, 5:05 PM (352 w, 6 d)
Yesterday
Tue, Mar 2
Thu, Feb 25
@jhb Are you MFC'ing this to stable/13 and/or releng/13.0?
Tue, Feb 23
This broke build on amd64:
/usr/src/sys/dev/smbios/smbios.c:212:14: error: no member named 'eps_64bit' in 'struct smbios_softc' if (smbios->eps_64bit) { ~~~~~~ ^ /usr/src/sys/dev/smbios/smbios.c:213:20: error: no member named 'eps3' in 'struct smbios_softc'; did you mean 'eps'? *table = smbios->eps3->structure_table_address; ^~~~ eps /usr/src/sys/dev/smbios/smbios.c:66:22: note: 'eps' declared here struct smbios_eps * eps; ^ /usr/src/sys/dev/smbios/smbios.c:214:19: error: no member named 'eps3' in 'struct smbios_softc'; did you mean 'eps'? *size = smbios->eps3->structure_table_max_size; ^~~~ eps /usr/src/sys/dev/smbios/smbios.c:66:22: note: 'eps' declared here struct smbios_eps * eps; ^ /usr/src/sys/dev/smbios/smbios.c:214:25: error: no member named 'structure_table_max_size' in 'struct smbios_eps'; did you mean 'structure_table_address'? *size = smbios->eps3->structure_table_max_size; ^~~~~~~~~~~~~~~~~~~~~~~~ structure_table_address /usr/src/sys/dev/smbios/smbios.h:58:11: note: 'structure_table_address' declared here uint32_t structure_table_address; ^ 4 errors generated.
Mon, Feb 22
Please regen initskel.c because flex.skl was updated in 6b7e592c215fb76ea027f25030ddc9a697184fbe. Note it was also MFC'ed to stable/13 and releng/13.0.
Fri, Feb 19
Thu, Feb 18
Wed, Feb 17
LGTM
Tue, Feb 16
Thu, Feb 11
Please see the following commits.
BTW, initparse.c and initparse.h were generated with yacc. Therefore, it is technically "regen after byacc 20200330 (r363170)".
if a person wants to guarantee a reproducible build they can force the bootstrap tools.
I still don't like to change the bootstrap requirement. Other than that, it looks good to me.
There is no need to change bootstrap requirement because the old lex can build head just fine AFAICT. Although it's nice to update the generated files, I don't see any functional changes between two.
Also, 0 -> NULL changes were not mine.
Sat, Feb 6
Fri, Feb 5
Wed, Feb 3
Jan 30 2021
Jan 26 2021
Jan 6 2021
Jan 4 2021
Dec 17 2020
Dec 14 2020
Dec 13 2020
Dec 11 2020
Dec 10 2020
Dec 9 2020
Dec 8 2020
Dec 1 2020
Nov 24 2020
@imp, if you have any more comments, please let me know. Thanks!
Nov 13 2020
Nov 10 2020
Nov 4 2020
Oct 30 2020
Oct 22 2020
Oct 19 2020
LGTM