summaryrefslogtreecommitdiffstats
path: root/sbin/modload/modload.c
Commit message (Expand)AuthorAgeFilesLines
* Add "-aout" option when calling the linker, so that this will workjdp1998-08-121-3/+3
* Add rcsid, remove unused #includes, spelling.charnier1998-07-061-12/+12
* Fixed printf format errors.bde1998-06-281-2/+2
* Enable simultaneous use of -u and -p options. Release any resources beforejlemon1997-08-211-7/+10
* Prepare to remove the declaration of sys_siglist from <unistd.h>.bde1997-06-291-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
* Compile under Lite2 (getopt() is in unistd.h etc)peter1997-03-111-3/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Improve the format of the usage string output.mpp1996-12-091-4/+4
* Attempt to unlink any stale .o files before relocating code.pst1996-08-131-2/+3
* Cover a potential buffer overrun problempst1996-08-131-2/+2
* changed a strchr to a strrchr so that modules with a `.' in the patherich1996-04-261-2/+2
* Add a few more heuristics to modload:peter1995-10-281-16/+27
* Make modload calculate a reasonable default entry point name, in lightpeter1995-10-281-6/+12
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Fix long-standing core dump when ld returns failure.wollman1995-03-161-2/+2
* Make modload more informative about errors encountered while runningwollman1995-01-231-38/+57
* Fix one more _PATH_UNIX.wollman1994-09-241-2/+2
* Add two new flags:wollman1994-09-221-4/+19
* Various fixes:dg1994-09-181-2/+17
* netbsd -> kernel, NetBSD -> FreeBSDdg1994-08-191-2/+2
* Terry Lambert's loadable kernel module support - modload & modunloaddg1994-08-191-0/+335
OpenPOWER on IntegriCloud