summaryrefslogtreecommitdiff
path: root/sbin/modload
AgeCommit message (Collapse)Author
2004-12-28use __LP64__; miodTheo de Raadt
2003-09-18fix early free (subtle); marius@monkey.orgTheo de Raadt
2003-08-06Remove an unused variable and plug a memory leak; Patrick LatifiTodd C. Miller
2003-07-21ld needs -Z flag since W^X. from marius erikson in pr3360. ok drahn@Ted Unangst
2003-04-15asprintf, and fix buffer sizes; ok teduTheo de Raadt
2003-03-30asprintfHenning Brauer
partitially from David Hill <david at phobia.ms> ok deraadt@
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-01-18minor tweaking; andrushock@korovino.netTheo de Raadt
2002-12-11ansi; modload users please testTheo de Raadt
2002-07-11malloc() failure tests; rimshot@pandora.beTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-09check&fix. Request from ericj@.Mike Pechkin
o) start new sentence on a new line; o) .SYNOPSIS always have .Nm;
2002-01-09symbol addresses should be relativeEric Jackson
also, no need to read the aout header twice. actually this made symbol loading not work. millert@ ok
2002-01-08oops, put back some earlier changesEric Jackson
2002-01-08rename symtab to not collide with symtab in modload.cEric Jackson
2002-01-08change back to old behavior, where we load debugging symbols by default.Eric Jackson
2002-01-08add support in modload for ELFEric Jackson
from NetBSD miod@ ok.
2002-01-07u_long for arg for LMREADYEric Jackson
2001-09-17sync actual with flags with usage and man pageassar
art@ ok
2001-08-02o) .Sh AUTHOR -> .Sh AUTHORS;Mike Pechkin
o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-03-22use mkstemp()Theo de Raadt
2001-03-15KNFTheo de Raadt
2001-03-15override file creation, do not assume umask is enough. of course, ld mayTheo de Raadt
generate temp files which have umask mode.. so this is not really a sane change to even bother with.
2001-02-10Don't make the string table pointers into absolute addresses sinceTodd C. Miller
ddb will do that for us on the fly. Also check some return values to catch short reads. OK'd by niklas@
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-10-05The .Bl -tag flag expects a -width argument.Aaron Campbell
1999-08-17More <sys/file.h> vs. <fcntl.h> and open() flags fixes.Todd C. Miller
1999-06-05capitalize the acronym IDAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell
1999-05-28more .El madnessAaron Campbell
1998-12-15always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.netAaron Campbell
1998-11-28kill redundant .Nm macro arguments; other misc fixesAaron Campbell
1998-11-11more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixesAaron Campbell
1998-09-17sbin/ man page fixesAaron Campbell
1997-09-21$OpenBSD$Theo de Raadt
1997-09-17paranoia on the alphaTheo de Raadt
1997-09-17Wall cleanup.Tobias Weingartner
1997-09-17Fix up the non alpha && mips section, back out change to printTobias Weingartner
offset of lkm in hex, as this number gets passed by apinstall to mknod. (mknod does not understand hex too well).
1997-09-11only check magic in certain cases... sighTheo de Raadt
1997-09-11support the binutils ldTheo de Raadt
1997-08-24More err()/warn()/etc. argument fixes.Jason Downs
1997-06-25(foo *)0 -> NULLkstailey
1997-03-27fix -u/-p problems reported by mks@msc.edu; but be a bit more careful..Theo de Raadt
1997-01-18unlink /tmp file on failure too.Michael Shalayeff