| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2009-10-22 | Fix start symbol for newer binutils. | skrll | |
| 2009-10-21 | Remove 3rd and 4th clauses in christos' license. OK christos. | snj | |
| 2009-10-09 | LDADD+= instead of LDADD= | pooka | |
| 2009-10-09 | Attempt to recover slightly more gracefully if the kernel socket is shutdown. | pooka | |
| 2009-09-25 | ld.elf_so grew more PLABELS with dlinfo so bump HPPA_PLABEL_PRE. | skrll | |
| 2009-09-24 | Add 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-19 | Fix start symbol. I have no idea how this worked before. | skrll | |
| 2009-09-12 | Fix the start symbol. | skrll | |
| 2009-08-29 | Remove trailing \n in calls to _rtld_error: a newline is automatically | jmmv | |
| added by a call to the function. | |||
| 2009-08-16 | Add <sys/exec_aout.h> includes | martin | |
| 2009-08-06 | Describe -D. Bump date. | wiz | |
| 2009-08-06 | Define syscalls of lfs userspace tools (cleaner, mainly) through | pooka | |
| 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-06 | add D to getopt so that previous actually works | pooka | |
| 2009-08-06 | add -D, which prompts to stay on foreground without debug spewage | pooka | |
