1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Poul-Henning Kamp b5938566d8 Add an option -O <filename> to ld. From the manpage:
-O filename
             Specifies the name of the output file.  The file is created as
             filename.tmp and when output is complete renamed to filename.
This allows us to:
	ld -O ${.TARGET} -x -r ${.TARGET}
1996-05-28 16:17:48 +00:00
bin This commit was generated by cvs2svn to compensate for changes in r15920, 1996-05-27 01:41:12 +00:00
eBones Localize time 1996-05-07 19:05:10 +00:00
etc Eliminate warning message and add big warnings about security holes 1996-05-22 05:43:30 +00:00
games Fix -f mode 1996-05-28 15:43:03 +00:00
gnu Add an option -O <filename> to ld. From the manpage: 1996-05-28 16:17:48 +00:00
include Add an implementation of the gnu-ish asprintf() and vasprintf(). They are 1996-05-27 10:49:43 +00:00
lib remove MLINKS tparm.3 due name clash with libtermcap 1996-05-27 22:58:29 +00:00
libexec When checking to see whether a needed shared library has already 1996-05-22 06:34:12 +00:00
lkm `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
release Catch and DTRT with SIGPIPE 1996-05-27 22:12:05 +00:00
sbin Return make_union, s-bit removed 1996-05-19 17:24:10 +00:00
secure Localize time 1996-05-07 19:05:10 +00:00
share make install' do not depend on make all' 1996-05-27 23:12:15 +00:00
sys Fix a race condition in p_mesgout* and inb* code that could allow a 1996-05-27 23:16:55 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Make it more explicit in the main help window that the magic to leave 1996-05-27 21:00:06 +00:00
usr.sbin document values for option -r 1996-05-28 00:14:20 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile 1) make -DCLOBBER not remove most of /usr/lib 1996-05-04 07:12:07 +00:00