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