index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
memconfig
/
memconfig.c
Age
Commit message (
Expand
)
Author
2011-09-20
report the "fix-active" flag, and print any other unknown flags in hex.
Theo de Raadt
2011-06-06
don't open /dev/mem to print the help, allowing mortals to read it
Ted Unangst
2010-04-20
0x0 is a valid base address.
Marco Peereboom
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-03-14
Some more usage of const and correct fmt string for a size_t.
Moritz Jodeit
2003-12-04
ansi
Theo de Raadt
2003-09-26
check strdup failure; ok anil millert
Theo de Raadt
2003-06-26
strict proto cleanups
Theo de Raadt
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2002-10-14
Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@
Matthieu Herrb
2002-05-30
minor KNF
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-07-27
Wall cleanup
Peter Valchev
1999-12-05
prettier range check
Theo de Raadt
1999-11-20
add memconfig, an utility to manipulate MTRRs, from FreeBSD
Matthieu Herrb