Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-09-20 | knf | Theo de Raadt | |
2003-09-18 | realloc spring cleaning, simplifies the code some | Anil Madhavapeddy | |
beck@ ok, deraadt@ ok an earlier version | |||
2003-09-05 | macro cleanup and some typos; | Jason McIntyre | |
2003-09-05 | typo from naddy@; | Jason McIntyre | |
2003-09-05 | Put in workaround for alpha so that non-lazy binding seems to work, | Dale Rahn | |
however it is using some of the lazy binding values. With this patch LD_BIND_NOW=yes make does not core. ok deraadt@ | |||
2003-09-04 | typo; | Jason McIntyre | |
2003-09-04 | - document LD_BIND_NOW | Jason McIntyre | |
- new sentence, new line - comment out comments patch from (and ok) drahn@ | |||
2003-09-04 | Fix W^X mistake. If the dynamic linker is workin in non-lazy mode, it | Dale Rahn | |
should still mprotect the GOT and PLT as appropriate. ok deraadt@ miod@ | |||
2003-09-04 | Symbol cache for GOT lookup. When a symbol is found it is saved in a cache | Dale Rahn | |
for future lookups in the same GOT relocation table. Uses static buffer for small symbol tables, mmap for larger ones. ok deraadt@ | |||
2003-09-04 | forgot to put w in optstring in last commit. | Ted Unangst | |
2003-09-03 | permit the window/receive buffer to be adjustable. default back to system | Ted Unangst | |
default. in reponse to pr3435. ok beck deraadt dhartmei | |||
2003-09-02 | Fix PR 3371, symbol lookup in dlopen()ed objects is not correct. Correct | Dale Rahn | |
behavior for RTLD_GLOBAL/RTLD_LOCAL is now supported. ok espie@ | |||
2003-08-26 | re-add logging of matched blacklists lost in previous commit, ok deraadt@ | Daniel Hartmeier | |
2003-08-24 | missing colon in syslog msg (cosmetic) | Daniel Hartmeier | |
2003-08-23 | add -s to specify stuttering delay, set receive buffer size to 1 byte | Daniel Hartmeier | |
(causing a small TCP window size, tying up sender's resources), additional states: keep connection until ten body lines have been received, improved logging through syslog (envelope from/to, From:/To:/Subject: in header, first lines of body) at various levels. ok deraadt@ | |||
2003-08-23 | fix printf format for time_t. notified by casha@e7.pl. henning ok | Jun-ichiro itojun Hagino | |
2003-08-22 | pf spelling police | David Krause | |
ok dhartmei@ jmc@ | |||
2003-08-19 | Fix PowerPC PLT generation. After 2^12 entries (2^14 offset), only every | Dale Rahn | |
other slot in the PLT is used, this is because it takes more than one instruction to generate a constant > 2^14. Normal PLT entry < 2^12 li r11, <n> # where n is PLT index*4 (offset used for plttable). b .pltresolve | .pltcall | target PLT entry after 2^12 lis r11, <n>@ha addi r11, r11, <n>@l # where n is PLT index*4 (offset used for plttable). b .pltresolve | .pltcall | target nop # unused This is all specified by the PowerPC SVID. The PLT table generation code was never tested for entries > 2^12 before and was broken. This fixes the indexing, the constant checking 12 vs 14, ... This code has been tested with up to 128000+ functions. | |||
2003-08-12 | Convert to use poll(2) instead of static select; OK deraadt@ | Todd C. Miller | |
2003-08-12 | use _ENTRY consistently, remove some #if 0 code, and clean up some comments; ↵ | Jason Wright | |
ok drahn | |||
2003-08-12 | Cleanup obsolete kerberos 4 stuff. | Hans Insulander | |
ok millert@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-08-07 | krb4 bye bye. | Hans Insulander | |
2003-08-04 | document LD_NORANDOM; input and ok from several ppl. | Federico G. Schwindt | |
2003-07-29 | spaces | Theo de Raadt | |
2003-07-29 | correctly handle multiline responses with leading space followed by number | Henning Brauer | |
PR3378 mayonez@ssnet.xim.pl, thanks! | |||
2003-07-28 | The fifth argument to _dl_find_symbol is a 'int size', not a SYM_ define. | Dale Rahn | |
Fix several calls which had the incorrect but working define in that position It happened that SYM_NOTPLT was 0, which was the desired size value. | |||
2003-07-25 | remove obsolete kerberosIV sections; | Jason McIntyre | |
ok hin@ | |||
2003-07-25 | no man page for kerberos, so point people to info heimdal; | Jason McIntyre | |
ok hin@ | |||
2003-07-22 | - use :L variable modifier with ELF_TOOLCHAIN variable | Brad Smith | |
- change 2 instances of the check from != "yes" to == "no" ok deraadt@ | |||
2003-07-18 | one time -h is enough | Henning Brauer | |
Bruno Saverio Delbono <bdelbono@leviathan.lucifer.at> | |||
2003-07-18 | Fix print if minor of library used is is less than requested. ok tdeval@ | Dale Rahn | |
2003-07-16 | some minor DPADD changes | Theo de Raadt | |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt | |
2003-07-15 | .Ql Fl -> .Sq Fl where literal makes no sense; | Jason McIntyre | |
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-07-09 | changes to ld.so to be compatible with newer binutils, requires | Dale Rahn | |
slight changes in the startup code on most archs. ok art@ brad@ | |||
2003-07-09 | - simplify some macros | Jason McIntyre | |
- fix a list ok drahn@ | |||
2003-07-09 | -u option, remove manpages, symetrical to -d. | Marc Espie | |
ok millert@ | |||
2003-07-08 | remove stuff nothing uses | Theo de Raadt | |
2003-07-08 | - fix an .Nd | Jason McIntyre | |
- \" -> .\" at start of line - simpler macros | |||
2003-07-07 | make this match protos; millert ok | Theo de Raadt | |
2003-07-06 | bring protos into scope | Theo de Raadt | |
2003-07-06 | proto in scope | Theo de Raadt | |
2003-07-06 | various proto, ansi, and knf repair. tested on all architectures that | Theo de Raadt | |
use it. (build may require make cleandir because of .depend balony) | |||
2003-07-05 | protos | Theo de Raadt | |
2003-07-03 | clean up strn{cpy,cat}->strl{cpy,cat} | Anil Madhavapeddy | |
ok tdeval@, krw@ | |||
2003-07-02 | no default -Werror on these | Theo de Raadt | |
2003-07-02 | Correct library search algorithm, wrt versioned objects | Niklas Hallqvist | |
2003-06-28 | missing protos | Theo de Raadt | |