| Age | Commit message (Expand) | Author |
| 2014-03-04 | Make the abs() use check non-fatal for a bogus use in the LFS cleanerd. | joerg |
| 2014-02-27 | Global variable is never a null pointer. | joerg |
| 2014-02-09 | - bump man page date | mrg |
| 2014-02-09 | some fixes for virtual hosting support from Rajeev V. Pillai: | mrg |
| 2014-02-02 | display the tempdir for exported files as well. | mrg |
| 2014-02-02 | call gzip directly for distfile export target; it's usually run outside | mrg |
| 2014-02-02 | add lua-bozo.c. | mrg |
| 2014-02-02 | update for 2014-02-01. | mrg |
| 2014-01-31 | Catch up with _lwp_park change. | joerg |
| 2014-01-30 | move a variable into the scope of its use, where the assignment | mrg |
| 2014-01-27 | Pass the -n flag to gzip invocations. | apb |
| 2014-01-27 | Use ${TOOL_GZIP} instead of just gzip in all Makefiles | apb |
| 2014-01-12 | Don't align random sections. Simplify by using .pushsection/.popsection. | joerg |
| 2014-01-02 | sort the contributor list, and update the defines list to include lua. | mrg |
| 2014-01-02 | update for 20140102. | mrg |
| 2014-01-02 | update version, date and copyright. | mrg |
| 2014-01-02 | - update CHANGES with recent changes | mrg |
| 2013-12-03 | Don't use GOT relocations. Use PC relative for the GOT and GOTOFF for | matt |
| 2013-11-27 | CID 1132773: Fix file descriptor leak | christos |
| 2013-11-20 | If dlopen of the dynamic linker is requested, e.g. by rump in | skrll |
| 2013-11-19 | fix bad free | mbalmer |
| 2013-11-16 | Remove hack now it's fixed in 4.8.2 | skrll |
| 2013-11-13 | CID 1107545, 1107546: fix memory leak | christos |
| 2013-11-13 | CID 1107546: Fix memory leak | christos |
| 2013-11-13 | Apply hack for gcc 4.8 bug on rtld.c. | skrll |
| 2013-10-21 | Only initialise TLS space from the PT_TLS segment, if the size is | joerg |
| 2013-10-19 | fix unused variable warnings | christos |
| 2013-10-19 | Add debug code. | skrll |
| 2013-10-17 | fold long line in a readable way; pass nil as query table if reading form dat... | mbalmer |
| 2013-10-17 | better approach to NUL terminate strings | mbalmer |
| 2013-10-17 | plug a memory leak | mbalmer |
| 2013-10-17 | zero allocated memory buffers | mbalmer |
| 2013-10-16 | Also depend on LIBLUA, and add -lm to allow static linking. | he |
| 2013-10-12 | Sort. More markup. | wiz |
| 2013-10-12 | no need to check free() arguments against NULL | mbalmer |
| 2013-10-12 | it's Lua, not lua | mbalmer |
| 2013-10-12 | add Lua scripting support to bozohttpd, see httpd(8) for details | mbalmer |
| 2013-10-12 | remove trailing whitespace | mbalmer |
| 2013-10-09 | Use MACHINE_CPU for m68k. Use similar logic for both tests. | matt |
| 2013-10-04 | - complete renaming of -w to -c from 1.38 | jnemeth |
| 2013-10-03 | The R_SPARC_L44 relocation type is documented to be truncating and | martin |
| 2013-09-23 | Missing , in table initializer | martin |
| 2013-09-10 | For earm, emit a MARCH note. | matt |
| 2013-09-04 | allow compile-time overriding of BOZO_WRSZ/MMAPSZ parameters | pooka |
| 2013-08-12 | Some architectures can't create unwind tables without the frame pointer, | joerg |
| 2013-08-12 | Use __dead. | joerg |
| 2013-08-11 | Don't try to estrdup() NULL; thanks martin@ | dholland |
| 2013-08-11 | Fix another automatic variable that is life both pre- and post the siglongjmp | martin |
| 2013-08-11 | Use siglongjmp to jump out of signal handlers. | dholland |
| 2013-08-11 | Pass WARNS=5. | dholland |