summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/monitor_mm.c
AgeCommit message (Expand)Author
2009-06-22alphabetize includes; reduces diff vs portable and style(9). ok stevesk djmDarren Tucker
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-26move #include <sys/param.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-11move #include <errno.h> out of includes.h; ok markus@Kevin Steves
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2004-05-11improve some code lint did not like; djm millert okTheo de Raadt
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