index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
monitor_mm.c
Age
Commit message (
Expand
)
Author
2009-06-22
alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm
Darren Tucker
2006-08-03
almost entirely get rid of the culture of ".h files that include .h files"
Theo de Raadt
2006-07-26
move #include <sys/param.h> out of includes.h
Kevin Steves
2006-07-22
move #include <string.h> out of includes.h
Kevin Steves
2006-07-11
move #include <errno.h> out of includes.h; ok markus@
Kevin Steves
2006-03-25
Put $OpenBSD$ tags back (as comments) to replace the RCSID()s that
Damien Miller
2006-03-19
RCSID() can die
Theo de Raadt
2004-05-11
improve some code lint did not like; djm millert ok
Theo de Raadt
2002-08-02
Change mm_zalloc() sanity checks to be more in line with what
Todd C. Miller
2002-06-28
tree(3) wants an int return value for its compare functions and
Todd C. Miller
2002-06-04
__FUNCTION__ -> __func__
Markus Friedl
2002-05-28
print strerror(errno) on mmap/munmap error; ok markus@
Kevin Steves
2002-03-25
ssize_t args use "%ld" and cast to (long)
Kevin Steves
2002-03-19
whitespace KNF
Markus Friedl
2002-03-19
clean up prototypes
Markus Friedl
2002-03-18
shared memory abstraction for ssh-privsep
Niels Provos