History log of /openbsd-src/usr.sbin/procmap/procmap.c (Results 51 – 74 of 74)
Revision Date Author Comments
# 91833945 26-Apr-2007 deraadt <deraadt@openbsd.org>

kill some commented "struct proc *", and knf while there; ok ray


# 7b597c6a 01-Jul-2006 miod <miod@openbsd.org>

Don't warn for kernel_text being zero on (some) m68k systems.


# f4b42fdc 06-Dec-2005 pedro <pedro@openbsd.org>

Remove fdescfs


# ec916637 24-Nov-2005 pedro <pedro@openbsd.org>

Remove kernfs, okay deraadt@.


# c3352b8d 26-May-2005 pedro <pedro@openbsd.org>

kill stackable filesystems ghosts


# c07731d5 03-May-2005 djm <djm@openbsd.org>

setresgid; ok deraadt@


# 8327610c 25-Mar-2005 jaredy <jaredy@openbsd.org>

Use the return value from getopt() instead of optopt in non-error
cases since optopt is not set in these cases, and it is not required
by POSIX that it should be.

ok millert otto


# 4cd5d945 09-Jul-2004 tdeval <tdeval@openbsd.org>

[From: Joris Vink]
Use strtonum(3) instead of strtol(3). ok deraadt@ & me


# 3bfd44ff 01-Apr-2004 tdeval <tdeval@openbsd.org>

Off by 1 ! OK millert@, tedu@


# 3953e01d 15-Mar-2004 tedu <tedu@openbsd.org>

more accurate msg, pr3713 from Andre Lucas


# 0a3b871b 23-Feb-2004 tedu <tedu@openbsd.org>

make sure we don't backwards before buffer


# 5bc38c61 23-Feb-2004 tedu <tedu@openbsd.org>

buffer len paranoia


# 28a7a7f2 23-Feb-2004 tedu <tedu@openbsd.org>

if the heap is non-exec, it makes it hard to find by looking for an exec
mapping. much better heuristic.


# 92c671d0 23-Feb-2004 tedu <tedu@openbsd.org>

unknown is less ugly than ??, and not a trigraph. requested by deraadt


# 55c5172e 23-Feb-2004 tedu <tedu@openbsd.org>

no peeking at kernel or other processes for normal users. ok deraadt@


# bc608c27 19-Feb-2004 tedu <tedu@openbsd.org>

pedro martelletto tells me stroul returns an unsigned long which
may be bigger than a pid_t


# 3e69ddfe 18-Feb-2004 tedu <tedu@openbsd.org>

strtoul for getting pid. ok and numerous hints from deraadt@
also correct errbuf size


# ca701c6a 18-Feb-2004 deraadt <deraadt@openbsd.org>

revoke privs asap; tedu ok


# 6c6ac32e 18-Feb-2004 deraadt <deraadt@openbsd.org>

a pinch of knf


# caaedbb7 18-Feb-2004 tedu <tedu@openbsd.org>

little cleanup. strlcat. usage. don't call atoi on non-numbers.
mostly spotted by deraadt@


# 8b4a5c21 18-Feb-2004 tedu <tedu@openbsd.org>

printing (null) is not so useful. instead print names of missing symbols
with a useful message.


# 17284750 17-Feb-2004 tedu <tedu@openbsd.org>

malloc checks, strlcpy. based on patch from Vink Joris <nimadeus@pandora.be>


# 933a9cef 16-Feb-2004 tedu <tedu@openbsd.org>

catch all vnode types


# 4a78d102 16-Feb-2004 tedu <tedu@openbsd.org>

rough cut of netbsd's pmap process memory map inspector.
initially from drahn@, renamed to procmap to avoid conflict with
unrelated pmap(9).
works more or less as advertised, could definitely use som

rough cut of netbsd's pmap process memory map inspector.
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@

show more ...


123