summaryrefslogtreecommitdiff
path: root/usr.sbin/procmap
AgeCommit message (Collapse)Author
2004-07-09[From: Joris Vink]Thierry Deval
Use strtonum(3) instead of strtol(3). ok deraadt@ & me
2004-04-01Off by 1 ! OK millert@, tedu@Thierry Deval
2004-03-19procmap/pmap confusion, spotted by jmc@Ted Unangst
2004-03-18various fixes from Jared Yanovich;Jason McIntyre
thanks Jared!
2004-03-15more accurate msg, pr3713 from Andre LucasTed Unangst
2004-02-23bogus leftover SRCS lineTed Unangst
2004-02-23remove security considerations section. this has been fixed.Ted Unangst
2004-02-23supposed to use cflags, oopsTed Unangst
2004-02-23WallTed Unangst
2004-02-23make sure we don't backwards before bufferTed Unangst
2004-02-23buffer len paranoiaTed Unangst
2004-02-23if the heap is non-exec, it makes it hard to find by looking for an execTed Unangst
mapping. much better heuristic.
2004-02-23unknown is less ugly than ??, and not a trigraph. requested by deraadtTed Unangst
2004-02-23no peeking at kernel or other processes for normal users. ok deraadt@Ted Unangst
2004-02-19takin out the trashTed Unangst
2004-02-19pedro martelletto tells me stroul returns an unsigned long whichTed Unangst
may be bigger than a pid_t
2004-02-18strtoul for getting pid. ok and numerous hints from deraadt@Ted Unangst
also correct errbuf size
2004-02-18revoke privs asap; tedu okTheo de Raadt
2004-02-18a pinch of knfTheo de Raadt
2004-02-18little cleanup. strlcat. usage. don't call atoi on non-numbers.Ted Unangst
mostly spotted by deraadt@
2004-02-18printing (null) is not so useful. instead print names of missing symbolsTed Unangst
with a useful message.
2004-02-17couple more bits from wiz@netbsd;Jason McIntyre
2004-02-17tidy this page up a bit;Jason McIntyre
2004-02-17malloc checks, strlcpy. based on patch from Vink Joris <nimadeus@pandora.be>Ted Unangst
2004-02-16catch all vnode typesTed Unangst
2004-02-16rough cut of netbsd's pmap process memory map inspector.Ted Unangst
initially from drahn@, renamed to procmap to avoid conflict with unrelated pmap(9). works more or less as advertised, could definitely use some work though. would be really nice if somebody made it use sysctl and not kmem. more or less ok deraadt@ drahn@