2011-11-15 01:11:07 by David A. Holland | Files touched by this commit (4) |
Log message: Use stdlib.h instead of private decls of malloc; remove union wait. Should fix build with newer gcc and maybe also clang. |
2011-11-10 10:59:53 by Ignatios Souvatzis | Files touched by this commit (1) |
Log message: Missed part of the fix for 64bit time_t from 2011/01/18 12:28:25. The maintainance program packet2ascii (actually, the ascii2packet part) needed to be fixed, too. |
2011-11-10 10:42:22 by Ignatios Souvatzis | Files touched by this commit (2) |
Log message: Missed part of the fix for 64bit time_t from 2011/01/18 12:28:25. The maintainance program packet2ascii (actually, the ascii2packet part) needed to be fixed, too. |
2011-02-11 18:16:03 by Ignatios Souvatzis | Files touched by this commit (4) |
Log message: Move FingerDir back to /var/spool; this way it can be writable by a specific unpriviledged user gfingerd can run as. (Otherwise somebody would need to create that directory it at boot time). |
2011-01-18 13:28:25 by Ignatios Souvatzis | Files touched by this commit (7) |
Log message: Fix for 64bit time_t: - make the packet contain explicit 32bit data for compatibility with clients on machines with 32bit time_t. - replace ctime() calls on such changed former time_t values by a shim that does the translation. This does not start to work after 2038 yet - that would need a change of the collection protocol. |
2010-03-03 12:59:57 by Ignatios Souvatzis | Files touched by this commit (1) |
Log message: DESTDIR support. |
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message: Remove @dirrm entries from PLISTs |
2008-12-15 16:37:56 by Ignatios Souvatzis | Files touched by this commit (5) |
Log message: Make this compile and run on non-NetBSD; tested (as client) on Solaris 10 in addition to NetBSD. |
2007-03-17 20:29:58 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Don't depend on mtree to provide man page directories. Sort PLIST. |
2007-02-06 19:36:19 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: No need for x11.b3.mk here. |