| Age | Commit message (Collapse) | 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 | |
| - strip :80 off virtual host names as they're the default | |||
| 2014-02-09 | some fixes for virtual hosting support from Rajeev V. Pillai: | mrg | |
| - memory leaks in virtual host plugged - ensure hr_host is only the host/port part when the request contains the hostname in the URI not Host: header. also update the references to the old http/1.1 draft rev 06 to RFC 2616 (fortunately, most sections hadn't moved.) | |||
| 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 | |
| of the normal build. | |||
| 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 | |
| has already validated the pointers used. fixes a bug reported in private email from dogcow@. | |||
| 2014-01-27 | Pass the -n flag to gzip invocations. | apb | |
| This prevents it from embedding a timestamp in the output. We pass "-n" unconditionally, not conditional on MKREPRO, because many other invocations of gzip already passed the -n flag unconditionally. | |||
| 2014-01-27 | Use ${TOOL_GZIP} instead of just gzip in all Makefiles | apb | |
| outside */dist/* subdirectories. When USE_PIGZGZIP=yes, bsd.own.mk sets TOOL_GZIP=${TOOL_PIGZ}, so there's no need to test USE_PIGZGZIP in these Makefiles. | |||
| 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 | |
| - update version to 20140102 - update copyrights - use getcwd() over getwd() - fix lean build (don't include lua) | |||
| 2013-12-03 | Don't use GOT relocations. Use PC relative for the GOT and GOTOFF for | matt | |
| _DYNAMIC. Make thumb friendly. | |||
| 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 | |
| rumpuser_dl_bootstrap, then return &_rtld_objself as the handle and do not create a duplicate mapping. The handle is mostly useless as _rtld_objself doesn't appear on _rtld_objlist. This fixes a problem on earm platforms where ld.elf_so (currently) has an init_array section. Calling this caused binaries to segv. | |||
| 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 | |
| positive and the offset has been computed. Fixes PR lib/48324. | |||
| 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 ↵ | mbalmer | |
| data fails | |||
| 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 | |
| - update usage string to match - this fixes PR/48234 by Jeff Woodall | |||
| 2013-10-03 | The R_SPARC_L44 relocation type is documented to be truncating and | martin | |
| calculated as "(S + A) & 0xfff" - so while it (usually) sets a "imm13" field in the opcode, only 12 bits of the calculated value can be used. | |||
| 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 | |
| so don't use -fomit-frame-pointer on those. | |||
| 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 | |
| (which gcc calls "might be clobbered") by marking it volatile: on some machines, this value might end up in a register loaded before the sigsetjmp, but not preserved by the siglongjmp later. Fixes the VAX build. | |||
| 2013-08-11 | Use siglongjmp to jump out of signal handlers. | dholland | |
| 2013-08-11 | Pass WARNS=5. | dholland | |
