index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dmi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dmi.c: Retype variable `anchored` with bool
Felix Singer
2022-09-08
1
-3
/
+4
*
dmi.c: Ensure g_has_dmi_support is default on shutdown
Edward O'Callaghan
2022-04-05
1
-0
/
+1
*
dmi.c: Hide has_dmi_support global behind method
Edward O'Callaghan
2022-04-05
1
-3
/
+8
*
dmi: Correctly check for ERROR_PTR
Nico Huber
2022-03-08
1
-1
/
+1
*
hwaccess: move mmio functions into hwaccess_physmap
Thomas Heijligen
2022-01-20
1
-1
/
+0
*
physmap: rename to hwaccess_physmap, create own header
Thomas Heijligen
2021-12-22
1
-0
/
+1
*
hwaccess.c: move function declarations from programmer.h to hwaccess.h
Thomas Heijligen
2021-11-07
1
-0
/
+1
*
hwaccess: replace flashrom specific macros by compiler defines
Thomas Heijligen
2021-10-15
1
-1
/
+0
*
Revert "Makefile: Explicitly set '-std=c99'"
Angel Pons
2021-04-22
1
-2
/
+0
*
Use singular they to refer to "the user" in comments
Angel Pons
2021-04-21
1
-1
/
+1
*
Makefile: Explicitly set '-std=c99'
Edward O'Callaghan
2021-01-13
1
-0
/
+2
*
tree: Enable -Wwrite-strings
Jacob Garber
2019-10-04
1
-1
/
+1
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-6
/
+6
*
tree: Make internal functions static
Jacob Garber
2019-06-23
1
-2
/
+2
*
dmi.c: Remove unneeded 'else'
Elyes HAOUAS
2019-06-21
1
-2
/
+1
*
dmi: Remove nonsense guard; Makefile handles it
Nico Huber
2018-10-23
1
-4
/
+0
*
Remove unneeded white spaces
Elyes HAOUAS
2018-06-24
1
-3
/
+3
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
dmi: Don't print dmidecode shell error
Stefan Tauner
2018-03-08
1
-1
/
+6
*
Add a bunch of new/tested stuff and various small changes 24
Stefan Tauner
2016-01-23
1
-0
/
+1
*
Make strnlen() visible in old versions of glibc
Stefan Tauner
2015-01-27
1
-10
/
+7
*
dmi.c: make sure we call isprint() correctly
Stefan Tauner
2014-10-19
1
-1
/
+1
*
dmi.c: Duplicate returned strings because they are meant to be freed
Stefan Tauner
2014-09-05
1
-3
/
+3
*
Add a bunch of new/tested stuff and various small changes 21
Stefan Tauner
2014-08-06
1
-1
/
+1
*
Fix garbage handling in DMI strings
Stefan Tauner
2014-07-13
1
-17
/
+35
*
Clean up physmap, fix unaligned mapping problems
Carl-Daniel Hailfinger
2014-03-05
1
-1
/
+1
*
Ensure DMI strings used in dmi_compare() are not NULL
Stefan Tauner
2013-10-29
1
-3
/
+7
*
Remove exit call and mayfail parameter from physmap_common()
Niklas Söderlund
2013-09-14
1
-2
/
+2
*
Add an internal DMI decoder
Sean Nelson
2013-09-11
1
-60
/
+262
*
Introduce msg_*warn
Stefan Tauner
2013-01-04
1
-6
/
+4
*
Fix memleaks in dmi.c
Stefan Tauner
2012-09-23
1
-1
/
+14
*
Some ISO C fixes
Carl-Daniel Hailfinger
2012-08-27
1
-0
/
+1
*
Add a bunch of new/tested stuff and various small changes 11
Stefan Tauner
2012-02-17
1
-1
/
+2
*
Add a bunch of new/tested stuff and various small changes 7
Sylvain "ythier" Hitier
2011-09-03
1
-0
/
+1
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-1
/
+2
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-11
/
+10
*
Be more refined regarding DMI chassis types
Stefan Tauner
2011-07-26
1
-11
/
+29
*
Add a bunch of new/tested stuff and various small changes 4
Cristian Măgherușan-Stanciu
2011-07-07
1
-1
/
+1
*
Add list with DMI chassis types
Carl-Daniel Hailfinger
2010-09-26
1
-4
/
+29
*
Add dmidecode quirk workaround
Michael Karcher
2010-08-08
1
-8
/
+17
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-3
/
+3
*
If flashrom is standalone and has no OS below, it can't call dmidecode
Carl-Daniel Hailfinger
2010-06-23
1
-1
/
+22
*
Convert various prints to use msg_p* and msg_g* respectively
Sean Nelson
2010-05-07
1
-6
/
+7
*
One of the problems is that --force had multiple meanings
Carl-Daniel Hailfinger
2010-04-28
1
-1
/
+2
*
Fix handling of empty dmidecode output
Michael Karcher
2010-03-24
1
-5
/
+8
*
Skip DMI laptop check if DMI doesn't work
Michael Karcher
2010-03-14
1
-20
/
+6
*
Various coding style and cosmetic changes
Uwe Hermann
2010-03-13
1
-12
/
+18
*
Warn if running on laptops
Michael Karcher
2010-02-26
1
-0
/
+8
*
Factor out DMI string reading into subfunction
Michael Karcher
2010-02-26
1
-44
/
+47
[next]