summaryrefslogtreecommitdiff
path: root/libexec
AgeCommit message (Expand)Author
2001-07-22seperate -> separatewiz
2001-07-19vsnprintf() can return value longer than the actual string. from assaritojun
2001-07-19try netflush() if buffer is too low.itojun
2001-07-19bound-check all "*nfrontp++" code. from openbsd/heimdal.itojun
2001-07-18fix printf format on alphaperseant
2001-07-18Handle segment 0 properly, if its offset is different from other segmentsperseant
2001-07-16Fix ABS32 ARM reloc case. ELF shared libs on ARM now work!matt
2001-07-15Fix binder routine to not use a volatile register.matt
2001-07-15Bugfix for _rtld_start. Enable common plt processing code for armmatt
2001-07-15Enable arm if OBJECT_FMT is ELF. Initialize first few GOT entries for ARM.matt
2001-07-15Initial support for dynamic ELF support on ARM.matt
2001-07-15Add support for ARM ELF dynamic relocs.matt
2001-07-13Merge the short-lived perseant-lfsv2 branch into the trunk.perseant
2001-07-13use __NetBSD__ instead of BSD4_4 to determine if we should automaticallylukem
2001-07-08Alan Barrett informs me that "advertise" (instead of "advertize") islukem
2001-06-26s/tise/tize/ in docco, add "advertize" as synonym for "advertise"lukem
2001-06-21make sure we remove all the global references refering to a shared objectchristos
2001-06-20Get stack layout right.fvdl
2001-06-20Remove mistaken casts of PLT relocations to 32 bit values.fvdl
2001-06-19`accessible' only has one `a'.wiz
2001-06-19Adapt for an actually correct sys/exec_elf.hfvdl
2001-06-19Don't use multi-line string literals.fvdl
2001-06-19Preliminary x86-64 support. Not fully functional yet (toolchain bugs).fvdl
2001-06-18Symmetric has one s and two m's.wiz
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-05-28Correct spelling in a comment.nathanw
2001-05-27s/warn/xwarnx/ cuts down size by 50% by not pulling in stdio.christos
2001-05-25Initialize a pointer needed when expanding the %C "display file escapekristerw
2001-05-24Provide compatibility for the NetBSD-1.5 branch. Note that I usedchristos
2001-05-24Don't include <uvm/uvm_param.h>. It does not appear to be needed by anything.christos
2001-05-10Unloading objects, can cause other objects whose reference count becomeschristos
2001-05-06Newly built binaries from netbsd-1-4 sources, including fix forhe
2001-05-06Rename rtld.1 to ld.aout_so.1, since it only describes ld.so for a.out.wiz
2001-05-06This man page only documents behaviour on a.out. ld.aout_so useswiz
2001-05-06LD_PRELOAD wants a space (not colon) separated list of libraries.wiz
2001-04-26Fix date, and drop a space.wiz
2001-04-25Sync with <sys/exec_elf.h> rev. 1.45: ElfNN_RelA -> ElfNN_Rela.kleink
2001-04-25crank copyrights of files changed this yearlukem
2001-04-18Add a uuencoded binary of a.out m68k ld.so.tsutsui
2001-04-17use own code instead of bother with glob() to do ~ expansion in pathname;lukem
2001-04-17limit the number of matches in a ~ pathname glob, and complain if morelukem
2001-04-12minor knf post aidan's oob rototilllukem
2001-04-10Strip overstrike characters from input lines while searching for a "NAME"tron
2001-04-10bump version for IPv4 PASV fix. PR 12558itojun
2001-04-10make checkportcmd address family independent, and correct IPv4 case. PR 12558.itojun
2001-04-08Abort parsing and invoke "nroff" if an unsupported macro is found in thetron
2001-04-08- Use ".TH" lines in unformatted manual pages to find correct sectiontron
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2001-04-04syslogd(8), not syslog(8).wiz
2001-04-04Actually, it's ttyaction, note the silent 't' ;)wiz