summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Collapse)Author
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
2009-10-22Fix start symbol for newer binutils.skrll
2009-10-21Remove 3rd and 4th clauses in christos' license. OK christos.snj
2009-10-09LDADD+= instead of LDADD=pooka
2009-10-09Attempt to recover slightly more gracefully if the kernel socket is shutdown.pooka
2009-09-25ld.elf_so grew more PLABELS with dlinfo so bump HPPA_PLABEL_PRE.skrll
2009-09-24Add Solarisa-like dlinfo() interface to the ELF dynamic linker.pooka
Implement RTLD_DI_LINKMAP which returns a pointer to the linkmap chain at the given object. Other Solaris queries are currently unimplemented.
2009-09-19Fix start symbol. I have no idea how this worked before.skrll
2009-09-12Fix the start symbol.skrll
2009-08-29Remove trailing \n in calls to _rtld_error: a newline is automaticallyjmmv
added by a call to the function.
2009-08-16Add <sys/exec_aout.h> includesmartin
2009-08-06Describe -D. Bump date.wiz
2009-08-06Define syscalls of lfs userspace tools (cleaner, mainly) throughpooka
a struct called kernelops, which contains standard system calls for the normal case and rump system calls for the rump case. Make it possible to run the lfs cleaner in a library fashion (taking the quick route with the implementation).
2009-08-06add D to getopt so that previous actually workspooka
2009-08-06add -D, which prompts to stay on foreground without debug spewagepooka