2009-10-21 19:17:04 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: nbpatch-20091021: Do not try to mmap a zero length file. This can fail e.g. on Solaris. |
2009-06-05 22:00:27 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Don't depend on presence of stdbool.h (or C99 support). Fixes build on Solaris. |
2009-06-05 21:43:12 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: No __attribute__ in portable code. |
2009-05-12 00:43:50 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Define MAP_FAILED if necessary. From PR 41391. |
2009-05-09 22:15:35 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Add some defines not defined by the nbcompat version of paths.h as fallback. |
2009-05-09 22:09:33 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Always use the paths.h from libnbcompat. |
2009-05-09 22:00:39 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: creat -> open |
2009-04-29 20:03:47 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Add cat page for the sake of platforms without usable nroff installed. |
2009-04-29 15:41:17 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Deal with missing NAME_MAX on AIX. |
2008-10-08 23:35:56 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Define SIZE_MAX if it is missing. Fixes build on Interix. |