summaryrefslogtreecommitdiffstats
path: root/usr.sbin/memconfig (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
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-201-3/+3
* no longer any need to quote macro lines with >9 args;jmc2013-08-141-3/+3
* 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
* correctly enumerate MANSUBDIRphessler2008-06-111-1/+1
* enable memconfig on amd64phessler2008-06-111-2/+2
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* unneeded .Op; from Igor Sobradojmc2007-02-181-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
* - section reorderjmc2003-06-121-2/+2
* 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-142-5/+8
* 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
* o) {Open,Net,Free}BSD -> .{O,N,F}x;mpech2001-08-171-2/+4
* Wall cleanuppvalchev2001-07-271-2/+1
* - Correct .Nm usage.aaron2000-10-141-20/+20
* Prepare to recurse down usr.sbin to grab manpagesespie2000-05-181-0/+6
* Trailing whitespace begone!aaron2000-04-121-6/+6
* Remove all arguments to the .Os macro so that all of 2.7's man pages willaaron2000-04-121-2/+2
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-191-4/+6
* prettier range checkderaadt1999-12-051-2/+3
* add memconfig, an utility to manipulate MTRRs, from FreeBSDmatthieu1999-11-203-0/+482