Sync usage with man page.
[netbsd-mini2440.git] / dist / ntp / ElectricFence / CHANGES
blob454aff6d3b88d42bb994b44682b1512f585fb35b
1 2.0.1
2         Add work-arounds for kernel and library bugs under HP-UX.       
3         HP has been notified and will repair these soon.
5 2.0.2
6         Add support for DEC Alpha. Add %a pattern for printing addresses, which
7         assumes they are passed in a void *.
9 2.0.3 30-Sep-1993
10         When realloc is passed a zero address, it should work the same
11         way as malloc(). Fix forward declaration of mprotect() in page.c to
12         use void *, not caddr_t, for addresses. IRIX 5.0.1 complained about that.
14 2.0.4 29-May-1994
15         Don't attempt to allow access to a zero-sized page when
16         EF_ALLOW_MALLOC_0 is set. Attempt to un-map memory from
17         Page_Delete(). If that doesn't work, fall back by protecting the
18         page from all references. Un-mapping small segments of a mapping
19         used to crash my SGI IRIX 5.0 system. I assume that nobody is running
20         5.0 any longer.
22 2.0.5 20-January-1995
23         Port to Linux.