summaryrefslogtreecommitdiff
path: root/sbin/modload/elf.c
AgeCommit message (Expand)Author
2014-10-09no more modulesTed Unangst
2012-08-31modload needs to invoke ld with -nopie now on ELF platformsMatthew Dempsky
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2004-12-28use __LP64__; miodTheo de Raadt
2003-09-18fix early free (subtle); marius@monkey.orgTheo de Raadt
2003-07-21ld needs -Z flag since W^X. from marius erikson in pr3360. ok drahn@Ted Unangst
2002-12-11ansi; modload users please testTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-01-08rename symtab to not collide with symtab in modload.cEric Jackson
2002-01-08add support in modload for ELFEric Jackson