summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2002-11-14In _rtld_load_library(), ensure that the old _rtld_error state (a message fromnathanw
2002-11-14Remove "extern const chat *_rtld_error_message;". There is no suchnathanw
2002-11-12MKDYNAMICROOT for a.outitohy
2002-11-04PR/18929: Kimmo Suominen: rpc.rusersd ignores utmpxchristos
2002-11-02update to new dkstats.c interface; no changes to how this program works.mrg
2002-10-31Convert to register prefixes.matt
2002-10-29Fix typos. Found by Adrian Mrva.wiz
2002-10-26tweak reference to melukem
2002-10-26crank version for statfilecmd() 'fix'lukem
2002-10-25Turns out that our implementation of STAT wasn't RFC 959 compliant.itojun
2002-10-23add DPADDitojun
2002-10-23add DPADDitojun
2002-10-23correct libvers DPADDitojun
2002-10-23add DPADD based on LDADD (not sure if the value is perfectly right)itojun
2002-10-18_rtld_bind(): Don't use "rela" until after we've (potentially) adjustedthorpej
2002-10-12* enclose unknown command strings inside a pair of 's to clearly mark thedarrenr
2002-10-11"Command not implemented." is 502, not 501 (RFC959, 4.2.1)darrenr
2002-10-08sa_family on wire format is network byteorderitojun
2002-10-07Change arguments of login_utmp(line, name, host) (to be consistentlukem
2002-10-06Embedded whitespace in dirname is supported again.junyoung
2002-10-05A line whose length is 0 always begins with '#'.junyoung
2002-10-05Minor cleanup.junyoung
2002-10-05Disable DEBUG again.junyoung
2002-10-05Better fix of parser bug.junyoung
2002-10-05Don't call _rtld_process_mapping() with null string.junyoung
2002-10-05Simplify the hint file parser a bit.mycroft
2002-10-05Minor cleanup.mycroft
2002-10-05Make this work for ldd again.mycroft
2002-10-04Recode _rtld_elf_hash() so it compiles better (at least on i386 and arm).mycroft
2002-10-04Rearrange _rtld_map_object() a little, so that we don't have to have the firstmycroft
2002-10-04Pull out some objlist functions in ldd.mycroft
2002-10-04Don't actually bother maintaining _rtld_list_main and _rtld_list_global inmycroft
2002-10-04Move the definition of _rtld_list_main so ldd builds again.mycroft
2002-10-03Skip the lazy PLT relocation if relocbase==0 (useful if libraries are loadedmycroft
2002-10-03As seen on tech-userlevel...mycroft
2002-10-03Enable GLOB_BRACE for ftpd.conf(5)'s `notify' directive.lukem
2002-10-03Do not put objects on _rtld_list_main on any DAG member list -- any symbol wemycroft
2002-10-02especially and interpretation instead of espcially and intrepretation.wiz
2002-10-01Store pathnames of shared objects not found in search paths in cachejunyoung
2002-09-29Begin new sentences on new lines.wiz
2002-09-29End .Bl with .El. While here, sort options and improve markup a bit.wiz
2002-09-29Remove some unneeded backslashes.wiz
2002-09-28Call NEW() rather than CNEW().junyoung
2002-09-27Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib andthorpej
2002-09-27Change the munmap() of the text-data gap to mprotect(PROT_NONE). This avoidsmycroft
2002-09-27We don't need to save r7, either...mycroft
2002-09-27Put back the short-circuiting code -- Matt claims there are functions that relymycroft
2002-09-271) There is no reason to flush the I$ here, given that we do not modify anymycroft
2002-09-27Save one more instruction.mycroft
2002-09-26Save relocbase in %r10, not %r1.mycroft