| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-09-08 | Update to 20130908 | ryoon | 3 | -6/+21 | |
| * Fix build on FreeMiNT. * Tested on some platforms, See files/README. | |||||
| 2013-09-08 | Fix typos in comment from FreeMiNT's db1 patches. | ryoon | 3 | -8/+8 | |
| 2012-05-15 | Don't re-define __UNCONST if it is already defined. On old NetBSD systems | christos | 1 | -2/+4 | |
| the definition is a bit different so they bitch. | |||||
| 2010-04-20 | Add workaround for broken pread/pwrite. This is needed at least on | joerg | 5 | -6/+48 | |
| HP-UX. | |||||
| 2010-02-27 | BSIZE and BSHIFT are defined by sys/param.h on HP-UX, so undef them | joerg | 1 | -1/+3 | |
| first. | |||||
| 2010-01-24 | Kill __weak_alias, it break build on OpenBSD as reported in PR#42102. | obache | 2 | -4/+8 | |
| 2009-07-16 | Change the logic from | abs | 1 | -3/+3 | |
| #ifdef MMAP_NOT_AVAILABLE /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif to #if !defined(MMAP_NOT_AVAILABLE) && 0 /* Code which uses mmap, but with a comment saying we don't want to use it */ #endif so system without mmap() also work... | |||||
| 2009-05-07 | Attempt to apply a bit of DWIM to previous (PR 41368). | schmonz | 2 | -8/+8 | |
| 2009-05-06 | Deal with missing PATH_MAX as reported in PR 41368. | joerg | 2 | -5/+13 | |
| 2009-02-09 | Only use issetugid if it exists. Fixes reported build issues on QNX and | joerg | 2 | -4/+8 | |
| AIX. | |||||
| 2008-10-30 | Define __UNCONST. From PR 39797. | joerg | 1 | -3/+5 | |
| 2008-10-29 | Provide more compat glue for ndbm interface as shown in PR 39738. | joerg | 2 | -8/+8 | |
| Bump to libnbcompat-20081029. | |||||
| 2008-10-28 | Define away O_EXLOCK and O_SHLOCK if they are missing. | joerg | 1 | -2/+9 | |
| 2008-10-28 | Use nbcompat/paths.h, Solaris is missing paths.h. From Uwe Klaus. | joerg | 2 | -6/+6 | |
| 2008-10-28 | Replace EFTYPE with EINVAL if the former doesn't exist. | joerg | 3 | -4/+18 | |
| 2008-10-26 | Provide and use local mpool.h. | joerg | 2 | -5/+5 | |
| 2008-10-10 | pkg_install-20081010: | joerg | 39 | -0/+10940 | |
| Add optional bdb. Make it included by default for standalone builds. | |||||
