Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this work on illumos: | Ingo Schwarze | 2014-12-11 | 1 | -30/+8 |
| | | | | | | | * define MAX() * ignore O_DIRECTORY if it isn't defined * garbage collect two unused variables Issues reported and fix tested by wiz@NetBSD. | ||||
* | sync to OpenBSD | Ingo Schwarze | 2014-12-11 | 1 | -3/+4 |
| | |||||
* | one forgotten #ifdef -> #if conversion | Ingo Schwarze | 2014-08-17 | 1 | -1/+2 |
| | |||||
* | Improve build system and autodetection. | Ingo Schwarze | 2014-08-16 | 1 | -1/+1 |
| | | | | | | | | | * Make ./configure standalone, that's what people expect. * Let people write a ./configure.local from scratch, not edit existing files. * Autodetect wchar, sqlite3, and manpath and act accordingly. * Autodetect the need for -L/usr/local/lib and -lutil. * Get rid of config.h.p{re,ost}, let ./configure only write what's needed. * Let ./configure write a Makefile.local snippet, that's quite flexible. | ||||
* | work around lack of d_namlen and ALIGN/ALIGNBYTES on Linux | Ingo Schwarze | 2014-08-11 | 1 | -15/+16 |
| | |||||
* | Provide a fallback version of fts(3) for systems lacking it. | Ingo Schwarze | 2014-08-11 | 1 | -0/+824 |
I chose the OpenBSD version because it apparently contains various bugfixes that never made it into libnbcompat. To reduce size and complexity, i stripped out the features we don't need. |