summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
2010-05-15merge bozohttpd 20100512mrg
2010-05-10merge 20100510 properlymrg
2010-05-10merge bozohttpd 20100510.mrg
2010-05-10merge bozohttpd 20100509.mrg
2010-05-10import 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-29Wording.wiz
2010-04-29Rename -w to -c by popular demandhubertf
(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-29Sort options in SYNOPSIS; improve wording.wiz
2010-04-28tftpd(8): Add -w so files can be uploaded without requiring themhubertf
to be created before the upload. See the section on security considerations before enabling. [hubertf 20100429] Addresses PR bin/43164.
2010-04-05Use fast_remainder32 for the ELF hash. For the hot cache case, thisjoerg
speeds up Firefox startup by over 2% on AMD64. Limit hash table buckets to 32bit.
2010-03-22Use .In instead of .Aq Pa for header files.joerg
2010-03-21Update version to 20100320 for Christos' commit to popen.c 1.37 for:lukem
PR/43023: Bruce Cran: FTPD bug remote crash
2010-03-20PR/43023: Bruce Cran: FTPD bug remote crashchristos
Since we specify NOCHECK, in the NOMATCH case gl_pathv can be NULL. (From FreeBSD)
2010-03-20Only apply -Wno-stack-protector where alloca is used.skrll
2010-03-19Use the gcc directive to disable SSP warnings.roy
2010-03-18Use 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-27Implement negative cache checks for symbol lookups.roy
Uses the Donelist idea from FreeBSD.
2010-02-16Read the padded superblocks to avoid problems with disks that havemlelstv
larger sectors than 512 Bytes.
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
OK: core@, jdc@
2010-01-17Restore backwards compatibility for binaries referencing the mainskrll
Obj_Entry.
2010-01-16Remove cargo cult dlinfo entry point.skrll
2010-01-15Put 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-14Remove the entry points for dlopen() and friends. They haven't been usedskrll
since Aug 2003.
2010-01-14Make DEBUG build compile.skrll
2010-01-14Wrap a few long lines.skrll
2010-01-14Shut gcc up.skrll
2010-01-13Shut gcc up.skrll
2010-01-13PR/39240: Satoshi Suetake: Don't fail when attempting to resolve weak symbolschristos
when we are doing immediate binding, leave them alone and they will be dealt with later during lazy binding. From skrll@
2010-01-10Reset the COMBRELOC cache Obj_Entry if it was freed.skrll
Fixes PR 41482. Done slightly differently to the patch in the PR.
2010-01-10Fixup comment.skrll
2010-01-09Small tidyup.skrll
2010-01-09fix buildmbalmer
2010-01-09newer versions of NetBSD turn on -Wsign-comparechristos
2010-01-08Sync usage with man page.wiz
2010-01-08Sort options in SYNOPSIS.wiz
New sentence, new line. Use only mdoc markup. Make HTML-ready.
2010-01-08Patrick 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-18use 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-14Merge from matt-nb5-mips64:matt
Add N32/N64 support for mips dynamic loader.
2009-12-13simplify the logic for compat ld.elf_so and move it here. we now canmrg
find the libc objdir for multiple compat ld.elf_so's, too.
2009-12-13if BSD_MK_COMPAT_FILE is defined, .include it.mrg
2009-12-13rename LD32DIR to MLIBDIR.mrg
2009-12-02If the environment is corrupt, die. From FreeBSD.christos
2009-11-22s/the the/the/mbalmer
2009-11-17Make _rtld_pagesz of type size_t.skrll
Fixes round_down for alpha which made ldd(1) break.
2009-11-11Add RCSIDskrll
2009-11-07NetBSD-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-05Re-add two files necessary for the testsuite to run properly.agc
2009-11-04Do not indent global variables.joerg
2009-11-04Fix start symbols for new binutils.skrll
2009-11-04Plug a memory leak for ssl-protected formatted outputagc