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
/
physmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-1
/
+1
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-33
/
+32
*
Update port of flashrom package to Mac OS X using DirectHW
Stefan Reinauer
2011-03-18
1
-1
/
+1
*
Fix and improve libpayload platform support
Patrick Georgi
2011-03-08
1
-0
/
+1
*
Fix sparse warning: Using plain integer as NULL pointer
Peter Huewe
2011-01-24
1
-2
/
+2
*
Remove duplicate includes from the code
Stefan Reinauer
2010-10-06
1
-3
/
+0
*
DJGPP: Avoid leaking memory on lowmem mapping error
Carl-Daniel Hailfinger
2010-10-05
1
-1
/
+5
*
Add support for building flashrom against libpayload
Patrick Georgi
2010-09-30
1
-1
/
+40
*
Implement libpayload support and improve life for DOS based flashrom, too
Patrick Georgi
2010-09-25
1
-9
/
+14
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-5
/
+5
*
Add OpenBSD support
Carl-Daniel Hailfinger
2010-07-02
1
-0
/
+4
*
Kill unneeded #include wherever possible
Carl-Daniel Hailfinger
2010-06-21
1
-3
/
+7
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-4
/
+6
*
Handle the following architectures in generic flashrom code
Carl-Daniel Hailfinger
2010-05-26
1
-1
/
+5
*
Write MSRs in a platform and compiler-independent form
Anti Sullin
2010-05-17
1
-1
/
+5
*
Convert various prints to use msg_p* and msg_g* respectively
Sean Nelson
2010-05-07
1
-18
/
+20
*
Fix the DOS port
Rudolf Marek
2010-04-25
1
-32
/
+33
*
Add MS-DOS crosscompilation support
Rudolf Marek
2010-03-16
1
-1
/
+72
*
Create a physical memory mapping function which requests cached readonly memory
Carl-Daniel Hailfinger
2010-02-02
1
-4
/
+51
*
Fix for gcc 4.4 strict aliasing rules
Stefan Reinauer
2009-09-04
1
-3
/
+3
*
Support rdmsr/wrmsr operations on FreeBSD
Stefan Reinauer
2009-08-19
1
-0
/
+86
*
Fix up MSR handling to support more OSes than Linux.
Stefan Reinauer
2009-08-12
1
-0
/
+135
*
There are some non-C99 compilers out there used to compile flashrom
Stephan Guilloux
2009-06-23
1
-1
/
+3
*
Various smaller flashrom improvements
Uwe Hermann
2009-05-17
1
-4
/
+4
*
Abstract mapping/unmapping of flash regions
Carl-Daniel Hailfinger
2009-05-11
1
-0
/
+21
*
Some coding style and consistency fixes
Uwe Hermann
2009-04-15
1
-2
/
+4
*
exit(2) on /dev/mem open() failure and exit(3) on mmap() failure
Peter Stuge
2009-01-26
1
-2
/
+2
*
Add license header to physmap.c so everyone is happy
Peter Stuge
2009-01-26
1
-0
/
+18
*
Darwin / Mac OS X
Stefan Reinauer
2009-01-26
1
-1
/
+19
*
Abstract mmap() in physmap.c and only open /dev/mem on the first physmap() call
Stefan Reinauer
2009-01-26
1
-0
/
+58