Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-06-27 | put it in section 1 | Theo de Raadt | |
2003-06-26 | Manpage for ELF ld.so, derived from a.out version, not yet complete | Dale Rahn | |
also points out missing features in the ELF ld.so. | |||
2003-06-26 | simple protos | Theo de Raadt | |
2003-06-25 | proto repair (ugly with rpc programs) | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-23 | delinting from beck | Theo de Raadt | |
2003-06-22 | Dynamic linking random order fixes. This enables random library ordering. | Dale Rahn | |
Tested by naddy@ and others. | |||
2003-06-19 | use fseeko; millert ok | Theo de Raadt | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-11 | no more register | Theo de Raadt | |
2003-06-11 | ansi cleanup; ok ian markus | Theo de Raadt | |
2003-06-09 | pefo 3/4 licence cleanups | Theo de Raadt | |
2003-06-07 | - remove invalid authentication type "otp" | Jason McIntyre | |
- sync SYNOPSIS and DESCRIPTION a little | |||
2003-06-07 | identd runs as _identd by default now; help and ok jmc@ | Henning Brauer | |
2003-06-07 | drop privileges to _identd by default and fall back to nobody in case of error | Henning Brauer | |
inspired by PR 3294 and a conversation with theo ok millert@ | |||
2003-06-04 | fix some more UCB term 3 | Theo de Raadt | |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt | |