cvs commit: src/sys/boot/i386/libi386 Makefile libi386.h smbios.c
Jung-uk Kim
jkim at FreeBSD.org
Thu Mar 9 22:49:45 UTC 2006
jkim 2006-03-09 22:49:44 UTC
FreeBSD src repository
Modified files:
sys/boot/i386/libi386 Makefile libi386.h smbios.c
Log:
- Implement serial numbers, UUID, and asset tag (turned off by default).
Use 'BOOT_SENSITIVE_INFO=YES' variable to turn them on.
- Use 'uint*_t' instead of 'u_int*_t', correct compilation warnings, and
update copyright while I am here.
Revision Changes Path
1.40 +5 -0 src/sys/boot/i386/libi386/Makefile
1.24 +2 -2 src/sys/boot/i386/libi386/libi386.h
1.4 +73 -29 src/sys/boot/i386/libi386/smbios.c
More information about the cvs-src
mailing list