summaryrefslogtreecommitdiff
path: root/monitor_mm.c
AgeCommit message (Collapse)Author
2002-08-20 - millert@cvs.openbsd.org 2002/08/02 14:43:15Ben Lindstrom
[monitor.c monitor_mm.c] Change mm_zalloc() sanity checks to be more in line with what we do in calloc() and add a check to monitor_mm.c. OK provos@ and markus@
2002-07-23 - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() definesBen Lindstrom
into it's own header.
2002-07-18 [monitor_mm.c] add missing declaration for xmmap(). ReportedTim Rice
by ayamura@ayamura.org
2002-07-14 (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.cTim Rice
openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package
2002-07-04 - millert@cvs.openbsd.org 2002/06/28 01:49:31Ben Lindstrom
[monitor_mm.c] tree(3) wants an int return value for its compare functions and the difference between two pointers is not an int. Just do the safest thing and store the result in a long and then return 0, -1, or 1 based on that result.
2002-06-26 - (bal) fixed NeXTStep missing munmap() issue. It defines HAVE_MMAP,Ben Lindstrom
but it all damned lies.
2002-06-26 - (bal) added back in error check for mmap(). I screwed up, PointedBen Lindstrom
out by stevesk@
2002-06-25 - (bal) if mmap() is substandard, don't allow compression on server side.Ben Lindstrom
Post 'event' we will add more options.
2002-06-07 - (bal) monitor_mm.c typos.Ben Lindstrom
2002-06-06 - markus@cvs.openbsd.org 2002/06/04 23:05:49Ben Lindstrom
[cipher.c monitor.c monitor_fdpass.c monitor_mm.c monitor_wrap.c] __FUNCTION__ -> __func__ NOTE: This includes all portable references also.
2002-06-06 - stevesk@cvs.openbsd.org 2002/05/28 16:45:27Ben Lindstrom
[monitor_mm.c] print strerror(errno) on mmap/munmap error; ok markus@
2002-04-12 - (bal) disable privsep if no MAP_ANON. We can re-enable itBen Lindstrom
after the release when we can do more testing.
2002-04-07 - (stevesk) wrap munmap() with HAVE_MMAP also.Kevin Steves
2002-04-07 - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them inKevin Steves
monitor_mm.c
2002-03-26 - stevesk@cvs.openbsd.org 2002/03/25 20:12:10Ben Lindstrom
[monitor_mm.c monitor_wrap.c] ssize_t args use "%ld" and cast to (long) size_t args use "%lu" and cast to (u_long) ok markus@ and thanks millert@
2002-03-22 - provos@cvs.openbsd.org 2002/03/18 17:50:31Ben Lindstrom
[auth-bsdauth.c auth-options.c auth-rh-rsa.c auth-rsa.c auth-skey.c auth.h auth1.c auth2-chall.c auth2.c kex.c kex.h kexdh.c kexgex.c servconf.c session.h servconf.h serverloop.c session.c sshd.c] integrate privilege separated openssh; its turned off by default for now. work done by me and markus@ applied, but outside of ensure that smaller code bits migrated with their owners.. no work was tried to 'fix' it to work. =) Later project!
2002-03-13revert more of my stupidityDamien Miller
2002-03-13Import of Niels Provos' 20020312 ssh-complete.diffDamien Miller
PAM, Cygwin and OSF SIA will not work for sure