minix/lib/libutil
Ben Gras 4b999f1962 build shared versions of libraries
building defaults to off until clang is updated.

current clang does not handle -shared, necessary to change the ld
invocation to build shared libraries properly. a new clang should be
installed and MKPIC defaults to no unless the newer clang is detected.

changes:

	. mainly small imports of a Makefile or two and small fixes
	  (turning things back on that were turned off in Makefiles)
	. e.g.: dynamic librefuse now depends on dynamic
	  libpuffs, so libpuffs has to be built dynamically too
	  and a make dependency barrier is needed in lib/Makefile
	. all library objects now have a PIC (for .so) and non-PIC
	  version, so everything is built twice.
	. generate PIC versions of the compat (un-RENAMEd) jump files,
	  include function type annotation in generated assembly
	. build progs with -static by default for now
	. also build ld.elf_so
	. also import NetBSD ldd
2012-04-16 05:21:20 +02:00
..
compat Fine grained compatibility with _RENAMEd symbols 2011-11-28 10:12:44 +00:00
compat-minix build shared versions of libraries 2012-04-16 05:21:20 +02:00
disklabel_dkcksum.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
disklabel_dkcksum.c update/fix manpage support 2011-09-28 15:24:15 +00:00
disklabel_scan.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
disklabel_scan.c update/fix manpage support 2011-09-28 15:24:15 +00:00
efun.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
efun.c update/fix manpage support 2011-09-28 15:24:15 +00:00
getbootfile.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
getbootfile.c update/fix manpage support 2011-09-28 15:24:15 +00:00
getlabelsector.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
getlabelsector.c update/fix manpage support 2011-09-28 15:24:15 +00:00
getmaxpartitions.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
getmaxpartitions.c update/fix manpage support 2011-09-28 15:24:15 +00:00
getmntopts.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
getmntopts.c update/fix manpage support 2011-09-28 15:24:15 +00:00
getrawpartition.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
getrawpartition.c update/fix manpage support 2011-09-28 15:24:15 +00:00
if_media.c update/fix manpage support 2011-09-28 15:24:15 +00:00
login.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
login.c update/fix manpage support 2011-09-28 15:24:15 +00:00
login_cap.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
login_cap.c Switch to NetBSD passwd format 2011-11-14 14:47:42 +00:00
login_tty.c update/fix manpage support 2011-09-28 15:24:15 +00:00
loginx.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
loginx.c update/fix manpage support 2011-09-28 15:24:15 +00:00
logout.c update/fix manpage support 2011-09-28 15:24:15 +00:00
logoutx.c update/fix manpage support 2011-09-28 15:24:15 +00:00
logwtmp.c update/fix manpage support 2011-09-28 15:24:15 +00:00
logwtmpx.c update/fix manpage support 2011-09-28 15:24:15 +00:00
Makefile Import NetBSD usr.bin/login 2012-04-11 20:02:15 +02:00
opendisk.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
opendisk.c netbsd fsck driver import 2011-12-22 23:07:15 +01:00
openpty.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
parsedate.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
parsedate.y update/fix manpage support 2011-09-28 15:24:15 +00:00
passwd.c Fix a ton of compiler warnings 2011-11-14 10:07:49 +00:00
pidfile.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
pidfile.c update/fix manpage support 2011-09-28 15:24:15 +00:00
pidlock.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
pidlock.c update/fix manpage support 2011-09-28 15:24:15 +00:00
pty.c libutil: add O_NOCTTY to old pty open code 2012-03-26 17:00:45 +02:00
pw_getconf.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
pw_init.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
pw_lock.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
raise_default_signal.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
raise_default_signal.c update/fix manpage support 2011-09-28 15:24:15 +00:00
secure_path.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
secure_path.c update/fix manpage support 2011-09-28 15:24:15 +00:00
shlib_version update/fix manpage support 2011-09-28 15:24:15 +00:00
snprintb.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
sockaddr_snprintf.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
sockaddr_snprintf.c Import NetBSD usr.bin/login 2012-04-11 20:02:15 +02:00
stat_flags.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
stat_flags.c update/fix manpage support 2011-09-28 15:24:15 +00:00
ttyaction.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
ttyaction.c update/fix manpage support 2011-09-28 15:24:15 +00:00
ttymsg.3 update/fix manpage support 2011-09-28 15:24:15 +00:00
ttymsg.c update/fix manpage support 2011-09-28 15:24:15 +00:00
util.3 update/fix manpage support 2011-09-28 15:24:15 +00:00