| Commit message (Expand) | Author | Age | Files | Lines |
* | For un-prototyped static inline functions declared in pthread_md.h on | rwatson | 2007-12-01 | 1 | -1/+1 |
* | Add "with" to make the line go smoother. | edwin | 2007-11-23 | 1 | -1/+1 |
* | Add the -W options, which acts the same as -w but will generate | edwin | 2007-11-23 | 3 | -8/+104 |
* | Include an extra header to get a function prototype. | jb | 2007-11-19 | 1 | -0/+1 |
* | Add a hackish knob to skip rtld, NO_RTLD. In conjunction with | yar | 2007-10-31 | 1 | -1/+1 |
* | - Fix the handling of R_SPARC_OLO10, which is a bit of a special case | marius | 2007-10-16 | 1 | -9/+14 |
* | Fixed static linkage (build with -DNO_SHARED). | ru | 2007-10-01 | 1 | -1/+1 |
* | Stop mentioning /usr/X11R6. | delphij | 2007-07-24 | 1 | -1/+1 |
* | Unbreak the dynamic linker by not creating a cache for rtld-elf | marcel | 2007-07-15 | 1 | -2/+6 |
* | Cache does not serve any purpose when rtld is relocating itself, do | kensmith | 2007-07-13 | 1 | -2/+6 |
* | Add r_debug_state to the list of symbols exported from rtld. GDB needs to | kan | 2007-07-11 | 1 | -0/+1 |
* | Significantly reduce the memory leak as noted in BUGS section for | scf | 2007-07-04 | 1 | -4/+4 |
* | Link pf 4.1 to the build: | mlaier | 2007-07-03 | 3 | -14/+11 |
* | Note PAM support in atrun(8). | yar | 2007-06-17 | 1 | -4/+17 |
* | Add PAM support to atrun(8). | yar | 2007-06-15 | 2 | -11/+36 |
* | Actually use new features of perr() and perrx(). | yar | 2007-06-15 | 1 | -44/+33 |
* | Catch up with perr() becoming variadic. | yar | 2007-06-15 | 1 | -1/+1 |
* | Make perr() variadic and add perrx() to use in cases where | yar | 2007-06-15 | 1 | -4/+30 |
* | Use a single setusercontext(3) instead of a bunch of basic syscalls. | yar | 2007-06-14 | 2 | -0/+29 |
* | Spotted another copy of the loony error message. | yar | 2007-06-14 | 1 | -1/+1 |
* | Fix an error message that was beside the point. | yar | 2007-06-14 | 1 | -1/+1 |
* | Fix a typical off-by-one error that can result in an unterminated string: | yar | 2007-06-14 | 1 | -1/+1 |
* | Correct a typo. | bz | 2007-06-03 | 1 | -1/+1 |
* | Update the man page to reflect that certain variables will be unset in | csjp | 2007-05-17 | 1 | -2/+4 |
* | In the event a process is tainted (setuid/setgid binaries), un-set any | csjp | 2007-05-17 | 1 | -10/+20 |
* | Don't enable symbol versioning on ia64 for now. It causes | marcel | 2007-05-16 | 1 | -0/+2 |
* | We don't need --export-dynamic for ld-elf.so.1, because it's a | marcel | 2007-05-16 | 1 | -1/+0 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -1/+3 |
* | Remove %m formatter, it's ifdef 0'ed in the code from the very beginning | pav | 2007-05-12 | 1 | -2/+0 |
* | Expand documentation for LD_TRACE_LOADED_OBJECTS_FMT? variables | pav | 2007-05-12 | 1 | -0/+6 |
* | Fix a TLS memory leak. | davidxu | 2007-05-05 | 1 | -0/+1 |
* | Back out all POSIXified *env() changes. | ache | 2007-05-01 | 1 | -4/+4 |
* | Catch up with the private namespace change (s/FBSDprivate/FBSDprivate_1.0). | deischen | 2007-05-01 | 1 | -1/+1 |
* | Prepare for upcoming POSIXed putenv() rewrite: | ache | 2007-04-30 | 1 | -4/+4 |
* | Retire rtld-specific Versions.def. Symbols exported by rtld are supposed | kan | 2007-04-29 | 2 | -9/+3 |
* | Give the private version namespace a number to match libc. | deischen | 2007-04-29 | 1 | -1/+1 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 2 | -2/+6 |
* | Remove references to S/Key and list OPIE. | trhodes | 2007-04-20 | 1 | -8/+7 |
* | Reword the description of the UTF8 option (-8) so I can swear | yar | 2007-04-19 | 1 | -14/+13 |
* | Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8). | yar | 2007-04-18 | 3 | -3/+45 |
* | Bring rtld exports in line with corresponding symbols exported from | kan | 2007-04-09 | 3 | -2/+8 |
* | Remove reference to FBSDprivate version. We do not use it in this | kan | 2007-04-07 | 1 | -7/+0 |
* | Catch up on rtld's special status. Since it does not appear on | kan | 2007-04-07 | 1 | -0/+2 |
* | Prepare rtld for symbol versioning. Disable it by default for now. | kan | 2007-04-03 | 4 | -22/+50 |
* | Implement dl_iterate_phdr function. | kan | 2007-04-03 | 3 | -21/+80 |
* | Use u_int for variable manipulated by atomic ops to match atomic | kan | 2007-04-03 | 1 | -1/+1 |
* | Let automatic TCP send buffer sizing do its job for ftpd(8): stop | yar | 2007-02-09 | 1 | -9/+1 |
* | Document LD_UTRACE. | jhb | 2007-01-23 | 1 | -2/+7 |
* | Add various utrace's for use with ktrace to the ELF runtime linker. To | jhb | 2007-01-09 | 1 | -0/+67 |
* | Fix TLS on sparc64 for statically and dynamically linked binaries | kmacy | 2006-10-08 | 1 | -2/+3 |