summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2003-02-09cosmetic clean-up: use ${.TARGET} extensively, instead of hard-codingMarc Espie
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter Valchev
2003-02-06use common elf.sc instead of own hppaobsd.sc, catch up w/ dale's elf work for...Michael Shalayeff
2003-02-05typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@Jason McIntyre
2003-02-03disable a stack protection when the arch doesn't have stack_grows_downward.Hiroaki Etoh
2003-02-03add contains_fp declaration to examine whether the input contains frame point...Hiroaki Etoh
2003-02-03prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ...Hiroaki Etoh
2003-02-03modify general_induction_var not to generate the address of frame pointer plu...Hiroaki Etoh
2003-02-03delete unused "protector.h" inclusion.Hiroaki Etoh
2003-02-03modify assign_stack_local to move the addressing of frame pointer plus zero t...Hiroaki Etoh
2003-02-03modify expand_expr not to modify the addressing form of local variables: fram...Hiroaki Etoh
2003-02-03modify plus_constant_wide to provide the address of frame pointer plus zero c...Hiroaki Etoh
2003-02-03modify simplify_plus_minus not to assign the address of frame pointer plus no...Hiroaki Etoh
2003-02-03allocate a space (keep=5) to return a structure, not protecting it as a chara...Hiroaki Etoh
2003-02-02pass BSDSRCDIR in environment to submakes.Marc Espie
2003-02-02I've been guaranteed that guaranteed is better than guarenteed.Miod Vallat
2003-02-01typos;Jason McIntyre
2003-01-30Again this comment was not updated. now we have 7 load sections.Dale Rahn
2003-01-30ELF security enhancement: put .rodata into it's own load section insteadDale Rahn
2003-01-24This is a project to modify executables so that they do not have anyDale Rahn
2003-01-23Add a "DisableXProg" option to CVSROOT/config that can be used toTodd C. Miller
2003-01-20In dirswitch(), don't free dir_name until right before allocatingTodd C. Miller
2003-01-20No more libc_r and don't link explicitly with -lpthread Not havingTodd C. Miller
2003-01-19give a second chance for loading dependent modules:Marc Espie
2003-01-19revamp .init call code to be saner:Marc Espie
2003-01-19In error message from dependent libraries, mention which dependent libraryMarc Espie
2003-01-18protoize(1) man page, cobbled from various places by jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-17Update comment for linker change which just committed.Dale Rahn
2003-01-17This is a project to modify executables so that they do not have anyDale Rahn
2003-01-15typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
2003-01-14Bye-bye libc_r. libc_r and libnpthread go away. libpthreadMarco S Hyman
2003-01-13Add a compatibilty flag '-Z' for upcoming elf changes, does nothing currentlyDale Rahn
2003-01-12Revert last change, causes issues on macppc and alpha.Miod Vallat
2003-01-07attribute(sentinel) improvements:Marc Espie
2003-01-07prepare_stack_protection: add validate_insns_of_varrefs to validate insns of ...Hiroaki Etoh
2003-01-06syncronous -> synchronousMiod Vallat
2003-01-06typo: s/specifed/specifiedChad Loder
2003-01-05spellingTheo de Raadt
2003-01-05fix for PR3053 - NULL deref when fd == NULL in first dlsym() argPeter Valchev
2003-01-04spellingTheo de Raadt
2003-01-04Remove the support to force linking against a specific shlib major.minor.Dale Rahn
2003-01-03fix typo; jmcTodd C. Miller
2003-01-02New files that were missed in the sendmail commitTodd C. Miller
2003-01-01Fix real source of error message when FEATURE(nullclient) is used.Todd C. Miller
2003-01-01update to sendmail 8.12.7Todd C. Miller
2002-12-31Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT plTodd C. Miller
2002-12-30Argh, removed the wrong one.Todd C. Miller
2002-12-30this was removed from the sendmail distribution some time agoTodd C. Miller
2002-12-25set variables of inline function with DECL_INLINEHiroaki Etoh
2002-12-25In order to determine an inlinable function, pass the condition to prepare_st...Hiroaki Etoh