summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_mm.c
AgeCommit message (Expand)Author
2002-08-02Change mm_zalloc() sanity checks to be more in line with whatTodd C. Miller
2002-06-28tree(3) wants an int return value for its compare functions andTodd C. Miller
2002-06-04__FUNCTION__ -> __func__Markus Friedl
2002-05-28print strerror(errno) on mmap/munmap error; ok markus@Kevin Steves
2002-03-25ssize_t args use "%ld" and cast to (long)Kevin Steves
2002-03-19whitespace KNFMarkus Friedl
2002-03-19clean up prototypesMarkus Friedl
2002-03-18shared memory abstraction for ssh-privsepNiels Provos