| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-05-15 | merge bozohttpd 20100512 | mrg | |
| 2010-05-10 | merge 20100510 properly | mrg | |
| 2010-05-10 | merge bozohttpd 20100510. | mrg | |
| 2010-05-10 | merge bozohttpd 20100509. | mrg | |
| 2010-05-10 | import bozohttpd 20100509. it has these changes: | mrg | |
| o major rework and clean up of internal interfaces. move the main program into main.c, the remaining parts are useable as library. add bindings for lua. by Alistair G. Crooks <agc@netbsd.org> o fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566325 special thanks to al for the majority of these changes. | |||
| 2010-04-29 | Wording. | wiz | |
| 2010-04-29 | Rename -w to -c by popular demand | hubertf | |
| (allow file 'c'reation - 'w'riting was always available, with some twist; plus there's already such a feature elsewhere, so let's try to not diverge needlessly) | |||
| 2010-04-29 | Sort options in SYNOPSIS; improve wording. | wiz | |
| 2010-04-28 | tftpd(8): Add -w so files can be uploaded without requiring them | hubertf | |
| to be created before the upload. See the section on security considerations before enabling. [hubertf 20100429] Addresses PR bin/43164. | |||
| 2010-04-05 | Use fast_remainder32 for the ELF hash. For the hot cache case, this | joerg | |
| speeds up Firefox startup by over 2% on AMD64. Limit hash table buckets to 32bit. | |||
| 2010-03-22 | Use .In instead of .Aq Pa for header files. | joerg | |
| 2010-03-21 | Update version to 20100320 for Christos' commit to popen.c 1.37 for: | lukem | |
| PR/43023: Bruce Cran: FTPD bug remote crash | |||
| 2010-03-20 | PR/43023: Bruce Cran: FTPD bug remote crash | christos | |
| Since we specify NOCHECK, in the NOMATCH case gl_pathv can be NULL. (From FreeBSD) | |||
| 2010-03-20 | Only apply -Wno-stack-protector where alloca is used. | skrll | |
| 2010-03-19 | Use the gcc directive to disable SSP warnings. | roy | |
| 2010-03-18 | Use alloca(3) instead of local xmalloc for creating our DoneLists. | roy | |
| This allows threaded programs to use us a little better, PR lib/43005. We need to disable SSP when using alloca. | |||
| 2010-02-27 | Implement negative cache checks for symbol lookups. | roy | |
| Uses the Donelist idea from FreeBSD. | |||
| 2010-02-16 | Read the padded superblocks to avoid problems with disks that have | mlelstv | |
| larger sectors than 512 Bytes. | |||
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy | |
| OK: core@, jdc@ | |||
| 2010-01-17 | Restore backwards compatibility for binaries referencing the main | skrll | |
| Obj_Entry. | |||
| 2010-01-16 | Remove cargo cult dlinfo entry point. | skrll | |
| 2010-01-15 | Put the dlopen,and friends entry points back. | skrll | |
| They're needed by pre-2.0 binaries. Backward compatibiliity for these was broken by another commit recently which I'll fix shortly. | |||
| 2010-01-14 | Remove the entry points for dlopen() and friends. They haven't been used | skrll | |
| since Aug 2003. | |||
| 2010-01-14 | Make DEBUG build compile. | skrll | |
| 2010-01-14 | Wrap a few long lines. | skrll | |
| 2010-01-14 | Shut gcc up. | skrll | |
| 2010-01-13 | Shut gcc up. | skrll | |
| 2010-01-13 | PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbols | christos | |
| when we are doing immediate binding, leave them alone and they will be dealt with later during lazy binding. From skrll@ | |||
| 2010-01-10 | Reset the COMBRELOC cache Obj_Entry if it was freed. | skrll | |
| Fixes PR 41482. Done slightly differently to the patch in the PR. | |||
| 2010-01-10 | Fixup comment. | skrll | |
| 2010-01-09 | Small tidyup. | skrll | |
| 2010-01-09 | fix build | mbalmer | |
| 2010-01-09 | newer versions of NetBSD turn on -Wsign-compare | christos | |
| 2010-01-08 | Sync usage with man page. | wiz | |
| 2010-01-08 | Sort options in SYNOPSIS. | wiz | |
| New sentence, new line. Use only mdoc markup. Make HTML-ready. | |||
| 2010-01-08 | Patrick Welche <prlw1@cam.ac.uk> | christos | |
| - add -p pathsep option - make wrap to zero work, but produce a warning While here: - fix gcc warnings, in particular variable clobbered warnings (compiling with fewer warnings does not really fix the problem) | |||
| 2009-12-18 | use COPTS for -G0. | mrg | |
| replace ${CPUFLAGS:M-mabi=64:M-mabi=o64} with two constructs. the former doesn't seem to work anymore. | |||
| 2009-12-14 | Merge from matt-nb5-mips64: | matt | |
| Add N32/N64 support for mips dynamic loader. | |||
| 2009-12-13 | simplify the logic for compat ld.elf_so and move it here. we now can | mrg | |
| find the libc objdir for multiple compat ld.elf_so's, too. | |||
| 2009-12-13 | if BSD_MK_COMPAT_FILE is defined, .include it. | mrg | |
| 2009-12-13 | rename LD32DIR to MLIBDIR. | mrg | |
| 2009-12-02 | If the environment is corrupt, die. From FreeBSD. | christos | |
| 2009-11-22 | s/the the/the/ | mbalmer | |
| 2009-11-17 | Make _rtld_pagesz of type size_t. | skrll | |
| Fixes round_down for alpha which made ldd(1) break. | |||
| 2009-11-11 | Add RCSID | skrll | |
| 2009-11-07 | NetBSD-ftpd 20091107: | lukem | |
| * Fix WARNS=4 issues (const & sign mismatches, etc) * Ensure various ftpd.conf values can't exceed their underlying types. * Fix for 64 bit time_t and dev_t * Rename internal getline() function to get_line() so it does conflict with the getline(3) libc function. * Log both the hostname and numeric address. * Improve man page mdoc formatting | |||
| 2009-11-05 | Re-add two files necessary for the testsuite to run properly. | agc | |
| 2009-11-04 | Do not indent global variables. | joerg | |
| 2009-11-04 | Fix start symbols for new binutils. | skrll | |
| 2009-11-04 | Plug a memory leak for ssl-protected formatted output | agc | |
