summaryrefslogtreecommitdiff
path: root/sbin/modload/modload.c
AgeCommit message (Expand)Author
2000-03-16correct getopt() optstring: -A gets a parameter!jdolecek
2000-02-27-S isn't supposed to take an argumentdeberg
1999-06-13add ELF support, mostly from joda@pdc.kth.se (Johan Danielsson) in PR#6149,mrg
1999-04-30Invert the meaning of -s, from "don't load symbols" to "load symbols".ross
1999-04-23Fix entry point parsing if output file specified to modload (PR7352)abs
1999-01-13Allow modload to load symbols for use by DDB.sommerfe
1998-07-28__AUDIT__ cleanup.mycroft
1998-07-26const poisoning.mycroft
1997-12-01Mods for alpha: doesn't work yet, but this is as good a placeholder asmjacob
1997-09-16make these compile on the alpha after WARNS=1.mrg
1997-09-15use memset() not bcopy()lukem
1997-09-15if xxxinit is not found in the module, look for <modname>_lkmentry as andarrenr
1997-09-15* cleanup for WARNS=1lukem
1996-01-17Check for .o extension after the *last* . in a file name.jtc
1995-05-28<sys/errno.h> -> <errno.h>jtc
1995-03-18convert to new RCS Id conventions; reduce my headachecgd
1994-12-18-Wall cleanups from Jim Jegerscgd
1994-09-18Bug fixes from John Kohl:mycroft
1994-05-23kill (bogus) multiple inclusionscgd
1994-05-05kill stupiditycgd
1994-03-31Stylistic cleanup; use err*() and atexit().mycroft
1994-03-31Support BSS in LKMsws
1994-02-10while documentation is nice, including SunOS man pages in your source isn't!cgd
1993-12-03i love ansideraadt
1993-11-23update for present realitycgd
1993-06-07open device for read/write, so we can actually loadcgd
1993-06-07add support for terry lambert's loadable kernel modules.cgd