summaryrefslogtreecommitdiff
path: root/usr.sbin/memconfig
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.Philip Guenther
2015-12-21remove NULL-check before free()mmcc
2014-04-12fix a bit testJonathan Gray
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2011-09-20report the "fix-active" flag, and print any other unknown flags in hex.Theo de Raadt
2011-06-06don't open /dev/mem to print the help, allowing mortals to read itTed Unangst
2010-04-200x0 is a valid base address.Marco Peereboom
2008-06-11correctly enumerate MANSUBDIRPeter Hessler
2008-06-11enable memconfig on amd64Peter Hessler
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18unneeded .Op; from Igor SobradoJason McIntyre
2006-03-14Some more usage of const and correct fmt string for a size_t.Moritz Jodeit
2003-12-04ansiTheo de Raadt
2003-09-26check strdup failure; ok anil millertTheo de Raadt
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-10-14Fix from FreeBSD for atlhon problems with mtrr and XFree86. Ok deraadt@Matthieu Herrb
2002-05-30minor KNFTheo de Raadt
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-08-17o) {Open,Net,Free}BSD -> .{O,N,F}x;Mike Pechkin
2001-07-27Wall cleanupPeter Valchev
2000-10-14- Correct .Nm usage.Aaron Campbell
2000-05-18Prepare to recurse down usr.sbin to grab manpagesMarc Espie
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12Remove all arguments to the .Os macro so that all of 2.7's man pages willAaron Campbell
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
1999-12-05prettier range checkTheo de Raadt
1999-11-20add memconfig, an utility to manipulate MTRRs, from FreeBSDMatthieu Herrb