Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-14 | Fix build under SCO OpenServer 5.0.7/3.2 | ryoon | 1 | -1/+11 | |
Set MAXPATHLEN | |||||
2013-02-10 | bin/nbpatch require manifest file for UAC. | obache | 1 | -1/+2 | |
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2010-05-02 | From PR 43188: basename(3) and dirname(3) are in libgen on IRIX | joerg | 1 | -1/+2 | |
2010-04-20 | - avoid catpage regeneration | tnn | 2 | -3/+7 | |
- fix typo in comment | |||||
2010-01-23 | nbpatch-20100124: Fix a memory leak. | joerg | 2 | -4/+6 | |
2009-10-21 | nbpatch-20091021: | joerg | 2 | -8/+12 | |
Do not try to mmap a zero length file. This can fail e.g. on Solaris. | |||||
2009-06-05 | Don't depend on presence of stdbool.h (or C99 support). | joerg | 2 | -3/+4 | |
Fixes build on Solaris. | |||||
2009-06-05 | No __attribute__ in portable code. | joerg | 1 | -9/+5 | |
2009-05-11 | Define MAP_FAILED if necessary. From PR 41391. | joerg | 1 | -1/+5 | |
2009-05-09 | Add some defines not defined by the nbcompat version of paths.h as | joerg | 1 | -1/+11 | |
fallback. | |||||
2009-05-09 | Always use the paths.h from libnbcompat. | joerg | 2 | -4/+3 | |
2009-05-09 | creat -> open | joerg | 1 | -2/+2 | |
2009-04-29 | Add cat page for the sake of platforms without usable nroff installed. | joerg | 1 | -0/+432 | |
2009-04-29 | Deal with missing NAME_MAX on AIX. | joerg | 1 | -1/+7 | |
2008-10-08 | Define SIZE_MAX if it is missing. Fixes build on Interix. | joerg | 1 | -1/+5 | |
2008-09-16 | Don't use sig_t, it doesn't exist on QNX. Conditionally use madvise or | joerg | 2 | -3/+8 | |
posix_madvise if MADV_SEQUENTIAL or POSIX_MADV_SEQUENTIAL exist. As it is a hint for the VM subsystem, it doesn't hurt if neither is provided. Based on input from Sean Boudreau. | |||||
2008-09-10 | Pass down LIBS as LDADD to get -lnbcompat linked in. | joerg | 1 | -1/+3 | |
2008-09-10 | Require BSDish getopt for optreset. | joerg | 1 | -1/+3 | |
2008-09-10 | Just replace d_namlen with strlen(d_name). | joerg | 1 | -2/+2 | |
2008-09-10 | Import the BSD version of patch ass found in DragonFly and based on the | joerg | 17 | -0/+4966 | |
OpenBSD changes as nbpatch-20080910. This package is intended to replace devel/patch as dependency for the infrastructure. GNU patch has issues both with very long lines and with asymmetric context, making it impossible to use in some situations. |