index
:
delta/dmidecode-git.git
master
git.savannah.gnu.org: git/dmidecode.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect length in munmap call.
Jean Delvare
2005-02-12
1
-3
/
+2
*
Use size_t instead of off_t when handling memory addresses. This prevents
Jean Delvare
2005-02-11
1
-1
/
+1
*
Display an error message on memory shortage.
Jean Delvare
2005-02-11
1
-0
/
+3
*
Move USE_MMAP to config.h, use mmap on Linux only.
Jean Delvare
2004-12-10
1
-0
/
+2
*
Use sysconf(_SC_PAGESIZE) instead of getpagesize() where available.
Jean Delvare
2004-11-22
1
-0
/
+4
*
Function myread() has no more user outside of util.c.
Jean Delvare
2004-11-21
1
-1
/
+3
*
Use MAP_SHARED instead of MAP_PRIVATE in mmap. Seems to be needed for
Jean Delvare
2004-11-11
1
-1
/
+1
*
More helpful error messages.
Jean Delvare
2004-11-11
1
-3
/
+8
*
Workaround missing MAP_FAILED definition, needed on old systems. Original
Jean Delvare
2004-10-24
1
-0
/
+5
*
Add missing header include.
Jean Delvare
2004-07-24
1
-0
/
+1
*
New mem_chunk function. It returns a buffer containing a copy of a given
Jean Delvare
2004-05-02
1
-1
/
+70
*
Common "util" functions.
Jean Delvare
2003-06-17
1
-0
/
+75