Go to file
Peter Wemm fbde87863d When linking with no rtld support, provide stub dl*() functions that
just return errors.  This removes the need for awful hacks like that in
our build of libtcl which would get link errors when linked static.

John Polstra once mentioned that this was on his "todo" list.

Note that one can use:
  cc -Wl,-Bstatic -o foo foo.o
and get an executable that has it's libraries statically linked, but has
a fully functional runtime linker so the executable can call dlopen() and
have it work.  (I've tested this)
1996-12-28 17:10:52 +00:00
bin add some string examples, eg. test "" -o "" 1996-12-28 13:31:29 +00:00
contrib Ay, merge from RELENG_2_2. Back out the "moving HEAD" fix. 1996-12-19 08:55:10 +00:00
eBones Fix a cosmetic bug that has bothered me for ages. :-) 1996-12-21 06:21:16 +00:00
etc add new directory /usr/share/examples/printing 1996-12-28 15:40:38 +00:00
games comma police for section SEE ALSO 1996-12-22 23:17:39 +00:00
gnu Fix spelling error in manpage. 1996-12-26 21:51:09 +00:00
include string.h defines nonstandard routines when _POSIX_SOURCE is 1996-12-17 19:35:43 +00:00
lib When linking with no rtld support, provide stub dl*() functions that 1996-12-28 17:10:52 +00:00
libexec Fix spelling error in manpage. 1996-12-26 21:51:09 +00:00
lkm Make snake 3.0-CURRENT here. 1996-11-11 14:18:40 +00:00
release Fix some spelling errors. 1996-12-26 21:53:11 +00:00
sbin Add example for mount_mfs(8). 1996-12-26 02:01:09 +00:00
secure Secure telnet is now in eBones. 1996-11-07 14:42:57 +00:00
share Merge the en version changes made in 1.22 -> 1.23. 1996-12-28 09:25:06 +00:00
sys Disabled i586-optimized copyin and copyout again. The fault handler 1996-12-28 12:19:25 +00:00
tools epfe - extract printing filter examples from printing.sgml 1996-12-28 16:24:57 +00:00
usr.bin comma typos 1996-12-23 23:09:55 +00:00
usr.sbin Be a little less fatalistic in case of problems. 1996-12-28 13:50:34 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add comment on -DALLLANG. 1996-12-20 08:18:47 +00:00