summaryrefslogtreecommitdiff
path: root/sbin/modload
AgeCommit message (Expand)Author
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-03make sure string_table is initialized to NULL in read_shstring_table(),jdolecek
2001-11-16Improve author markup, use standard header.wiz
2001-11-16Whitespace nitswiz
2001-11-08PR/14498: Wesley Chen: Support symbol loading on elf lkms.christos
2001-09-29couple cosmetic stylistic changesjdolecek
2001-09-17(usage): add -s and -Sassar
2001-06-19Use ELFSIZE 64 for x86-64.fvdl
2001-06-05Drop arguments of .Os.wiz
2001-03-26Do the last fix correctly: round the beginning of the .data segment,drochner
2000-12-27make sure that elf_mod_sizes() uses data_hole size aligned to section alignmentjdolecek
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-03-16correct getopt() optstring: -A gets a parameter!jdolecek
2000-02-27-S isn't supposed to take an argumentdeberg
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-07-21Don't try to play games with the BSS; just make it work.mycroft
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-03-10Add missing .El line.erh
1999-03-07Clean up SYNOPSIS formatting.mycroft
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-22specify man pages the new way.cgd
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-04-01Forgot to check this in.mycroft
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
1994-02-09do not -DKERNEL pleasederaadt
1994-01-29Fix spelling error in Copyright noticejtc
1994-01-14Fix spelling errorsjtc
1993-12-03i love ansideraadt
1993-11-23update for present realitycgd
1993-08-09Don't reset CFLAGS.mycroft
1993-06-08add LKM man pagescgd
1993-06-07open device for read/write, so we can actually loadcgd