summaryrefslogtreecommitdiffstats
path: root/usr.sbin/memconfig/memconfig.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-6/+6
* Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.guenther2016-08-141-6/+6
* remove NULL-check before free()mmcc2015-12-211-3/+2
* fix a bit testjsg2014-04-121-2/+2
* report the "fix-active" flag, and print any other unknown flags in hex.deraadt2011-09-201-5/+14
* don't open /dev/mem to print the help, allowing mortals to read ittedu2011-06-061-5/+6
* 0x0 is a valid base address.marco2010-04-201-4/+6
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* Some more usage of const and correct fmt string for a size_t.moritz2006-03-141-7/+7
* ansideraadt2003-12-041-37/+17
* check strdup failure; ok anil millertderaadt2003-09-261-3/+5
* strict proto cleanupsderaadt2003-06-261-7/+4
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-3/+4
* Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@matthieu2002-10-141-2/+4
* minor KNFderaadt2002-05-301-43/+43
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-7/+7
* Wall cleanuppvalchev2001-07-271-2/+1
* prettier range checkderaadt1999-12-051-2/+3
* add memconfig, an utility to manipulate MTRRs, from FreeBSDmatthieu1999-11-201-0/+359