aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/memcontrol/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix conditional expression: previously a bit vector was being operatedEitan Adler2012-10-221-1/+1
* Mark global functions and/or variables in memcontrol(8) static where possible.Ed Schouten2011-11-061-4/+2
* Correct formatting of pointers in the listing by using "0x%" PRIx64 instead ofEric Anholt2005-03-291-1/+1
* WARNS=6 cleanup. This includes:Xin LI2005-01-071-8/+9
* Some BIOSs are using MTRR values that are only documented under NDADavid Malone2002-09-151-0/+1
* Make the MTRR code a bit more defensive - this should help peopleDavid Malone2002-04-141-0/+1
* Nuke unused variables.Dima Dorfman2001-06-241-1/+0
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-2/+3
* Make memcontrol(8) able to delete the segments starting at a base of 0Brian Feldman2000-03-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make memcontrol's internal help actually work. No substitute for a realMike Smith1999-07-201-3/+19
* Commandline tool for manipulating memory range attributes.Mike Smith1999-04-071-0/+325