From: Sascha Wildner Date: Fri, 5 Aug 2005 23:43:19 +0000 (+0000) Subject: Global .Nm vs. MLINKS cleanup: X-Git-Tag: v2.0.1~6340 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/b6989f5bf05c3d8a76cdf12706839c3e3a1838b0 Global .Nm vs. MLINKS cleanup: * Add missing MLINKS. * Fix MLINKS for rtld(1). * Remove suser_xxx(9) man page. * Remove archive_entry_uname_w(3) and archive_entry_gname_w(3) links (these functions don't exist). * Fix typo in lib/libc/db/man/Makefile.inc and remove mis-spelled dbm_dirnfo(3) link. --- diff --git a/etc/Makefile b/etc/Makefile index 2c372e1fd4..c5822a08d6 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,6 +1,6 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 # $FreeBSD: src/etc/Makefile,v 1.219.2.38 2003/03/04 09:49:00 ru Exp $ -# $DragonFly: src/etc/Makefile,v 1.80 2005/08/05 15:19:35 swildner Exp $ +# $DragonFly: src/etc/Makefile,v 1.81 2005/08/05 23:43:19 swildner Exp $ .if !defined(NO_SENDMAIL) SUBDIR= sendmail @@ -320,7 +320,8 @@ upgrade_etc: preupgrade .endfor .for man in dft_fgbg dllockinit dynamic_fieldinfo fgetrune fputrune fungetrune \ mbmb mbrrune mbrune menu_attribs multibyte rune setinvalidrune \ - setrunelocale sgetrune sputrune + setrunelocale sgetrune sputrune archive_entry_gname_w \ + archive_entry_uname_w dbm_dirnfo csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}3/${man}.3.gz" .endfor .for man in drivers.conf gbk ntp.conf ntp.keys @@ -329,6 +330,7 @@ upgrade_etc: preupgrade .for man in ntp-genkeys ntpdate ntpdc ntpq ntptime ntptrace picobsd sysinstall csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}8/${man}.8.gz" .endfor + csh -c "rm -f ${DESTDIR}/usr/share/man/{man,cat}9/suser_xxx.9.gz" rm -f ${DESTDIR}/usr/share/examples/cvsup/DragonFly-supfile rm -f ${DESTDIR}/usr/share/examples/cvsup/DragonFly-stable-supfile rm -f ${DESTDIR}/usr/share/nls/*/.cat diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile index c113ba322b..86b0c4257f 100644 --- a/lib/libarchive/Makefile +++ b/lib/libarchive/Makefile @@ -1,4 +1,4 @@ -# $DragonFly: src/lib/libarchive/Makefile,v 1.3 2005/05/03 14:46:12 joerg Exp $ +# $DragonFly: src/lib/libarchive/Makefile,v 1.4 2005/08/05 23:43:19 swildner Exp $ LIB= archive @@ -73,21 +73,24 @@ MLINKS+= archive_entry.3 archive_entry_acl_next.3 MLINKS+= archive_entry.3 archive_entry_acl_next_w.3 MLINKS+= archive_entry.3 archive_entry_acl_reset.3 MLINKS+= archive_entry.3 archive_entry_acl_text_w.3 +MLINKS+= archive_entry.3 archive_entry_atime.3 +MLINKS+= archive_entry.3 archive_entry_atime_nsec.3 MLINKS+= archive_entry.3 archive_entry_clear.3 MLINKS+= archive_entry.3 archive_entry_clone.3 MLINKS+= archive_entry.3 archive_entry_copy_fflags_text_w.3 MLINKS+= archive_entry.3 archive_entry_copy_gname_w.3 +MLINKS+= archive_entry.3 archive_entry_copy_hardlink.3 MLINKS+= archive_entry.3 archive_entry_copy_hardlink_w.3 MLINKS+= archive_entry.3 archive_entry_copy_pathname_w.3 MLINKS+= archive_entry.3 archive_entry_copy_stat.3 MLINKS+= archive_entry.3 archive_entry_copy_symlink_w.3 MLINKS+= archive_entry.3 archive_entry_copy_uname_w.3 +MLINKS+= archive_entry.3 archive_entry_dev.3 MLINKS+= archive_entry.3 archive_entry_fflags.3 MLINKS+= archive_entry.3 archive_entry_fflags_text.3 MLINKS+= archive_entry.3 archive_entry_free.3 MLINKS+= archive_entry.3 archive_entry_gid.3 MLINKS+= archive_entry.3 archive_entry_gname.3 -MLINKS+= archive_entry.3 archive_entry_gname_w.3 MLINKS+= archive_entry.3 archive_entry_hardlink.3 MLINKS+= archive_entry.3 archive_entry_ino.3 MLINKS+= archive_entry.3 archive_entry_mode.3 @@ -105,6 +108,7 @@ MLINKS+= archive_entry.3 archive_entry_set_gname.3 MLINKS+= archive_entry.3 archive_entry_set_hardlink.3 MLINKS+= archive_entry.3 archive_entry_set_link.3 MLINKS+= archive_entry.3 archive_entry_set_mode.3 +MLINKS+= archive_entry.3 archive_entry_set_mtime.3 MLINKS+= archive_entry.3 archive_entry_set_pathname.3 MLINKS+= archive_entry.3 archive_entry_set_rdevmajor.3 MLINKS+= archive_entry.3 archive_entry_set_rdevminor.3 @@ -117,7 +121,7 @@ MLINKS+= archive_entry.3 archive_entry_stat.3 MLINKS+= archive_entry.3 archive_entry_symlink.3 MLINKS+= archive_entry.3 archive_entry_uid.3 MLINKS+= archive_entry.3 archive_entry_uname.3 -MLINKS+= archive_entry.3 archive_entry_uname_w.3 +MLINKS+= archive_read.3 archive_read_close.3 MLINKS+= archive_read.3 archive_read_data.3 MLINKS+= archive_read.3 archive_read_data_block.3 MLINKS+= archive_read.3 archive_read_data_into_buffer.3 @@ -139,7 +143,9 @@ MLINKS+= archive_read.3 archive_read_support_compression_gzip.3 MLINKS+= archive_read.3 archive_read_support_compression_none.3 MLINKS+= archive_read.3 archive_read_support_format_all.3 MLINKS+= archive_read.3 archive_read_support_format_cpio.3 +MLINKS+= archive_read.3 archive_read_support_format_iso9660.3 MLINKS+= archive_read.3 archive_read_support_format_tar.3 +MLINKS+= archive_read.3 archive_read_support_format_zip.3 MLINKS+= archive_util.3 archive_compression.3 MLINKS+= archive_util.3 archive_compression_name.3 MLINKS+= archive_util.3 archive_errno.3 @@ -147,6 +153,7 @@ MLINKS+= archive_util.3 archive_error_string.3 MLINKS+= archive_util.3 archive_format.3 MLINKS+= archive_util.3 archive_format_name.3 MLINKS+= archive_util.3 archive_set_error.3 +MLINKS+= archive_write.3 archive_write_close.3 MLINKS+= archive_write.3 archive_write_data.3 MLINKS+= archive_write.3 archive_write_finish.3 MLINKS+= archive_write.3 archive_write_header.3 @@ -160,8 +167,11 @@ MLINKS+= archive_write.3 archive_write_set_bytes_in_last_block.3 MLINKS+= archive_write.3 archive_write_set_callbacks.3 MLINKS+= archive_write.3 archive_write_set_compression_bzip2.3 MLINKS+= archive_write.3 archive_write_set_compression_gzip.3 +MLINKS+= archive_write.3 archive_write_set_format_cpio.3 MLINKS+= archive_write.3 archive_write_set_format_pax.3 +MLINKS+= archive_write.3 archive_write_set_format_pax_restricted.3 MLINKS+= archive_write.3 archive_write_set_format_shar.3 +MLINKS+= archive_write.3 archive_write_set_format_shar_binary.3 MLINKS+= archive_write.3 archive_write_set_format_ustar.3 MLINKS+= libarchive.3 archive.3 diff --git a/lib/libc/db/man/Makefile.inc b/lib/libc/db/man/Makefile.inc index 524938c631..ea63f3eb71 100644 --- a/lib/libc/db/man/Makefile.inc +++ b/lib/libc/db/man/Makefile.inc @@ -1,6 +1,6 @@ # from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93 # $FreeBSD: src/lib/libc/db/man/Makefile.inc,v 1.8.2.2 2001/04/25 10:04:04 ru Exp $ -# $DragonFly: src/lib/libc/db/man/Makefile.inc,v 1.2 2003/06/17 04:26:41 dillon Exp $ +# $DragonFly: src/lib/libc/db/man/Makefile.inc,v 1.3 2005/08/05 23:43:19 swildner Exp $ .PATH: ${.CURDIR}/../libc/db/man @@ -10,7 +10,7 @@ MAN+= btree.3 dbm.3 dbopen.3 hash.3 mpool.3 recno.3 MLINKS+= dbm.3 dbm_clearerr.3 MLINKS+= dbm.3 dbm_close.3 MLINKS+= dbm.3 dbm_delete.3 -MLINKS+= dbm.3 dbm_dirnfo.3 +MLINKS+= dbm.3 dbm_dirfno.3 MLINKS+= dbm.3 dbm_error.3 MLINKS+= dbm.3 dbm_fetch.3 MLINKS+= dbm.3 dbm_firstkey.3 diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index df0be13ad2..d8150f0f4f 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -1,6 +1,6 @@ # from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93 # $FreeBSD: src/lib/libc/net/Makefile.inc,v 1.36.2.5 2002/07/29 18:33:18 ume Exp $ -# $DragonFly: src/lib/libc/net/Makefile.inc,v 1.3 2004/09/23 06:33:04 simokawa Exp $ +# $DragonFly: src/lib/libc/net/Makefile.inc,v 1.4 2005/08/05 23:43:19 swildner Exp $ # machine-independent net sources .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/net ${.CURDIR}/../libc/net @@ -42,6 +42,8 @@ MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ byteorder.3 ntohs.3 MLINKS+=ethers.3 ether_aton.3 ethers.3 ether_hostton.3 ethers.3 ether_line.3 \ ethers.3 ether_ntoa.3 ethers.3 ether_ntohost.3 +MLINKS+=eui64.3 eui64_aton.3 eui64.3 eui64_hostton.3 eui64.3 eui64_ntoa.3 \ + eui64.3 eui64_ntohost.3 MLINKS+=getaddrinfo.3 freeaddrinfo.3 getaddrinfo.3 gai_strerror.3 MLINKS+=gethostbyname.3 endhostent.3 gethostbyname.3 gethostbyaddr.3 \ gethostbyname.3 gethostbyname2.3 gethostbyname.3 gethostent.3 \ diff --git a/lib/libc/rpc/Makefile.inc b/lib/libc/rpc/Makefile.inc index 9d73653f73..d4dbe5d1ad 100644 --- a/lib/libc/rpc/Makefile.inc +++ b/lib/libc/rpc/Makefile.inc @@ -1,6 +1,6 @@ # @(#)Makefile 5.11 (Berkeley) 9/6/90 # $FreeBSD: src/lib/libc/rpc/Makefile.inc,v 1.17.2.2 2001/04/25 10:04:08 ru Exp $ -# $DragonFly: src/lib/libc/rpc/Makefile.inc,v 1.2 2003/06/17 04:26:44 dillon Exp $ +# $DragonFly: src/lib/libc/rpc/Makefile.inc,v 1.3 2005/08/05 23:43:19 swildner Exp $ .PATH: ${.CURDIR}/../libc/rpc ${.CURDIR}/. @@ -43,10 +43,15 @@ MAN+= bindresvport.3 des_crypt.3 getrpcent.3 getrpcport.3 publickey.3 rpc.3 \ MAN+= publickey.5 rpc.5 MLINKS+= bindresvport.3 bindresvport_sa.3 \ + des_crypt.3 cbc_crypt.3 \ + des_crypt.3 des_setparity.3 \ + des_crypt.3 ecb_crypt.3 \ getrpcent.3 endrpcent.3 \ getrpcent.3 getrpcbyname.3 \ getrpcent.3 getrpcbynumber.3 \ getrpcent.3 setrpcent.3 \ + publickey.3 getpublickey.3 \ + publickey.3 getsecretkey.3 \ rpc.3 auth_destroy.3 \ rpc.3 authnone_create.3 \ rpc.3 authunix_create.3 \ diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index 8fc0cf0ed9..ab272f3154 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -1,6 +1,6 @@ # @(#)Makefile.inc 8.3 (Berkeley) 4/17/94 # $FreeBSD: src/lib/libc/stdio/Makefile.inc,v 1.19.2.1 2001/04/25 10:04:11 ru Exp $ -# $DragonFly: src/lib/libc/stdio/Makefile.inc,v 1.4 2005/08/02 00:44:39 joerg Exp $ +# $DragonFly: src/lib/libc/stdio/Makefile.inc,v 1.5 2005/08/05 23:43:19 swildner Exp $ # stdio sources .PATH: ${.CURDIR}/../libc/stdio @@ -38,6 +38,7 @@ MLINKS+=fseek.3 fgetpos.3 fseek.3 fseeko.3 fseek.3 fsetpos.3 fseek.3 ftell.3 \ fseek.3 ftello.3 fseek.3 rewind.3 MLINKS+=funopen.3 fropen.3 funopen.3 fwopen.3 MLINKS+=getc.3 fgetc.3 getc.3 getchar.3 getc.3 getw.3 +MLINKS+=getwc.3 fgetwc.3 getwc.3 getwchar.3 MLINKS+=mktemp.3 mkdtemp.3 mktemp.3 mkstemp.3 mktemp.3 mkstemps.3 MLINKS+=printf.3 asprintf.3 printf.3 fprintf.3 \ printf.3 snprintf.3 printf.3 sprintf.3 \ @@ -45,8 +46,13 @@ MLINKS+=printf.3 asprintf.3 printf.3 fprintf.3 \ printf.3 vfprintf.3 printf.3 vprintf.3 printf.3 vsnprintf.3 \ printf.3 vsprintf.3 MLINKS+=putc.3 fputc.3 putc.3 putchar.3 putc.3 putw.3 +MLINKS+=putwc.3 fputwc.3 putwc.3 putwchar.3 MLINKS+=scanf.3 fscanf.3 scanf.3 sscanf.3 scanf.3 vfscanf.3 scanf.3 vscanf.3 \ scanf.3 vsscanf.3 MLINKS+=setbuf.3 setbuffer.3 setbuf.3 setlinebuf.3 setbuf.3 setvbuf.3 MLINKS+=tmpnam.3 tempnam.3 tmpnam.3 tmpfile.3 +MLINKS+=wprintf.3 fwprintf.3 wprintf.3 swprintf.3 wprintf.3 vwprintf.3 \ + wprintf.3 vfwprintf.3 wprintf.3 vswprintf.3 +MLINKS+=wscanf.3 fwscanf.3 wscanf.3 swscanf.3 wscanf.3 vfwscanf.3 \ + wscanf.3 vswscanf.3 wscanf.3 vwscanf.3 .endif diff --git a/lib/libc/stdlib/Makefile.inc b/lib/libc/stdlib/Makefile.inc index 4abd0d93b5..2e18485a7e 100644 --- a/lib/libc/stdlib/Makefile.inc +++ b/lib/libc/stdlib/Makefile.inc @@ -1,6 +1,6 @@ # from @(#)Makefile.inc 8.3 (Berkeley) 2/4/95 # $FreeBSD: src/lib/libc/stdlib/Makefile.inc,v 1.19.2.4 2001/10/02 11:15:38 ru Exp $ -# $DragonFly: src/lib/libc/stdlib/Makefile.inc,v 1.11 2005/03/17 15:09:01 joerg Exp $ +# $DragonFly: src/lib/libc/stdlib/Makefile.inc,v 1.12 2005/08/05 23:43:19 swildner Exp $ # machine-independent stdlib sources .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/stdlib ${.CURDIR}/../libc/stdlib @@ -26,7 +26,7 @@ MAN+= abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \ MLINKS+=getenv.3 putenv.3 getenv.3 setenv.3 getenv.3 unsetenv.3 MLINKS+=hcreate.3 hdestroy.3 hcreate.3 hsearch.3 MLINKS+=qsort.3 heapsort.3 qsort.3 mergesort.3 -MLINKS+=rand.3 rand_r.3 rand.3 srand.3 +MLINKS+=rand.3 rand_r.3 rand.3 srand.3 rand.3 sranddev.3 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \ random.3 srandomdev.3 MLINKS+=strtol.3 strtoll.3 strtol.3 strtoq.3 diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index a55c65c761..80d74f73a2 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -1,6 +1,6 @@ # @(#)Makefile.inc 8.3 (Berkeley) 10/24/94 # $FreeBSD: src/lib/libc/sys/Makefile.inc,v 1.75.2.7 2003/04/22 17:31:18 trhodes Exp $ -# $DragonFly: src/lib/libc/sys/Makefile.inc,v 1.15 2005/07/21 21:33:26 joerg Exp $ +# $DragonFly: src/lib/libc/sys/Makefile.inc,v 1.16 2005/08/05 23:43:19 swildner Exp $ # sys sources .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/sys ${.CURDIR}/../libc/sys @@ -142,6 +142,7 @@ MLINKS+=stat.2 fstat.2 stat.2 lstat.2 MLINKS+=statfs.2 fstatfs.2 MLINKS+=syscall.2 __syscall.2 MLINKS+=truncate.2 ftruncate.2 +MLINKS+=upc_register.2 upc_control.2 MLINKS+=utimes.2 futimes.2 utimes.2 lutimes.2 MLINKS+=wait.2 wait3.2 wait.2 wait4.2 wait.2 waitpid.2 MLINKS+=write.2 pwrite.2 write.2 writev.2 diff --git a/lib/libc_r/man/Makefile.inc b/lib/libc_r/man/Makefile.inc index 122d59111a..a7624a18b8 100644 --- a/lib/libc_r/man/Makefile.inc +++ b/lib/libc_r/man/Makefile.inc @@ -1,5 +1,5 @@ # $FreeBSD: src/lib/libc_r/man/Makefile.inc,v 1.11.2.5 2003/05/27 18:18:01 jdp Exp $ -# $DragonFly: src/lib/libc_r/man/Makefile.inc,v 1.2 2003/06/17 04:26:47 dillon Exp $ +# $DragonFly: src/lib/libc_r/man/Makefile.inc,v 1.3 2005/08/05 23:43:19 swildner Exp $ # POSIX thread man files @@ -73,6 +73,7 @@ MLINKS+= \ pthread_attr.3 pthread_attr_getschedparam.3 \ pthread_attr.3 pthread_attr_getschedpolicy.3 \ pthread_attr.3 pthread_attr_getscope.3 \ + pthread_attr.3 pthread_attr_getstack.3 \ pthread_attr.3 pthread_attr_getstackaddr.3 \ pthread_attr.3 pthread_attr_getstacksize.3 \ pthread_attr.3 pthread_attr_init.3 \ @@ -81,6 +82,7 @@ MLINKS+= \ pthread_attr.3 pthread_attr_setschedparam.3 \ pthread_attr.3 pthread_attr_setschedpolicy.3 \ pthread_attr.3 pthread_attr_setscope.3 \ + pthread_attr.3 pthread_attr_setstack.3 \ pthread_attr.3 pthread_attr_setstackaddr.3 \ pthread_attr.3 pthread_attr_setstacksize.3 \ pthread_getconcurrency.3 pthread_setconcurrency.3 \ diff --git a/lib/libftpio/Makefile b/lib/libftpio/Makefile index fed70140a6..2fd692c9c9 100644 --- a/lib/libftpio/Makefile +++ b/lib/libftpio/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/lib/libftpio/Makefile,v 1.9.2.2 2001/04/25 10:04:30 ru Exp $ -# $DragonFly: src/lib/libftpio/Makefile,v 1.4 2005/04/21 13:42:33 joerg Exp $ +# $DragonFly: src/lib/libftpio/Makefile,v 1.5 2005/08/05 23:43:19 swildner Exp $ LIB= ftpio SHLIB_MAJOR= 7 @@ -9,7 +9,23 @@ INCS= ftpio.h CFLAGS+= -I${.CURDIR} -Wall CFLAGS+= -DINET6 MAN= ftpio.3 +MLINKS= ftpio.3 ftpBinary.3 +MLINKS+= ftpio.3 ftpChdir.3 +MLINKS+= ftpio.3 ftpErrno.3 +MLINKS+= ftpio.3 ftpGet.3 +MLINKS+= ftpio.3 ftpGetModtime.3 +MLINKS+= ftpio.3 ftpGetSize.3 +MLINKS+= ftpio.3 ftpGetURL.3 +MLINKS+= ftpio.3 ftpGetURLAf.3 +MLINKS+= ftpio.3 ftpLogin.3 +MLINKS+= ftpio.3 ftpLoginAf.3 +MLINKS+= ftpio.3 ftpPassive.3 +MLINKS+= ftpio.3 ftpPut.3 +MLINKS+= ftpio.3 ftpPutURL.3 +MLINKS+= ftpio.3 ftpPutURLAf.3 +MLINKS+= ftpio.3 ftpVerbose.3 CLEANFILES= ftperr.c + WARNS?= 6 ftperr.c: ftp.errors diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index 18fbf49b65..2f4df30fbc 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,6 +1,6 @@ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ # $FreeBSD: src/lib/libusbhid/Makefile,v 1.6 2002/03/28 18:44:24 joe Exp $ -# $DragonFly: src/lib/libusbhid/Makefile,v 1.4 2005/04/21 13:42:34 joerg Exp $ +# $DragonFly: src/lib/libusbhid/Makefile,v 1.5 2005/08/05 23:43:19 swildner Exp $ LIB= usbhid MAN= usbhid.3 @@ -14,7 +14,8 @@ MLINKS= usbhid.3 libusbhid.3 usbhid.3 hid_get_report_desc.3 \ usbhid.3 hid_locate.3 \ usbhid.3 hid_usage_page.3 usbhid.3 hid_usage_in_page.3 \ usbhid.3 hid_init.3 \ - usbhid.3 hid_get_data.3 usbhid.3 hid_set_data.3 + usbhid.3 hid_get_data.3 usbhid.3 hid_set_data.3 \ + usbhid.3 hid_use_report_desc.3 SRCS= descr.c parse.c usage.c data.c diff --git a/lib/libvgl/Makefile b/lib/libvgl/Makefile index abae232753..2c31f2ba59 100644 --- a/lib/libvgl/Makefile +++ b/lib/libvgl/Makefile @@ -1,11 +1,14 @@ # $FreeBSD: src/lib/libvgl/Makefile,v 1.6.2.1 2001/04/25 10:04:43 ru Exp $ -# $DragonFly: src/lib/libvgl/Makefile,v 1.3 2005/04/21 13:42:34 joerg Exp $ +# $DragonFly: src/lib/libvgl/Makefile,v 1.4 2005/08/05 23:43:19 swildner Exp $ LIB= vgl CFLAGS+=-Wall -I${.CURDIR} SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c INCS= vgl.h MAN= vgl.3 -MLINKS+= vgl.3 VGLBitmapCopy.3 \ +MLINKS+= vgl.3 VGLBitmapAllocateBits.3 \ + vgl.3 VGLBitmapCopy.3 \ + vgl.3 VGLBitmapCreate.3 \ + vgl.3 VGLBitmapDestroy.3 \ vgl.3 VGLBitmapPutChar.3 \ vgl.3 VGLBitmapString.3 \ vgl.3 VGLBlankDisplay.3 \ @@ -16,7 +19,11 @@ MLINKS+= vgl.3 VGLBitmapCopy.3 \ vgl.3 VGLEnd.3 \ vgl.3 VGLFilledBox.3 \ vgl.3 VGLFilledEllipse.3 \ + vgl.3 VGLGetXY.3 \ vgl.3 VGLInit.3 \ + vgl.3 VGLKeyboardEnd.3 \ + vgl.3 VGLKeyboardGetCh.3 \ + vgl.3 VGLKeyboardInit.3 \ vgl.3 VGLLine.3 \ vgl.3 VGLMouseInit.3 \ vgl.3 VGLMouseMode.3 \ @@ -27,6 +34,8 @@ MLINKS+= vgl.3 VGLBitmapCopy.3 \ vgl.3 VGLSetBorder.3 \ vgl.3 VGLSetPalette.3 \ vgl.3 VGLSetPaletteIndex.3 \ + vgl.3 VGLSetVScreenSize.3 \ + vgl.3 VGLSetXY.3 \ vgl.3 VGLTextSetFontFile.3 .include diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile index f1052ba12f..c9032daf94 100644 --- a/libexec/rtld-elf/Makefile +++ b/libexec/rtld-elf/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/libexec/rtld-elf/Makefile,v 1.10.2.6 2002/06/22 17:03:13 jdp Exp $ -# $DragonFly: src/libexec/rtld-elf/Makefile,v 1.10 2005/05/11 19:58:19 dillon Exp $ +# $DragonFly: src/libexec/rtld-elf/Makefile,v 1.11 2005/08/05 23:43:19 swildner Exp $ PROG= ld-elf.so.2 SRCS= rtld_start.S rtld.c lockdflt.c map_object.c malloc.c \ @@ -9,6 +9,7 @@ CFLAGS+= -Wall -I${.CURDIR}/${MACHINE_ARCH} -I${.CURDIR} -D__thread= LDFLAGS+= -nostdlib -e .rtld_start -Wl,--no-undefined INSTALLFLAGS= -fschg -C -b MLINKS= rtld.1 ld-elf.so.1.1 +MLINKS+= rtld.1 ld-elf.so.2.1 .if exists(${.CURDIR}/${MACHINE_ARCH}/Makefile.inc) .include "${.CURDIR}/${MACHINE_ARCH}/Makefile.inc" diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index dce9a89d31..fdaaf565be 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -1,5 +1,5 @@ .\" $FreeBSD: src/libexec/rtld-elf/rtld.1,v 1.18.2.7 2002/01/10 17:51:28 ru Exp $ -.\" $DragonFly: src/libexec/rtld-elf/rtld.1,v 1.3 2005/05/11 19:47:06 dillon Exp $ +.\" $DragonFly: src/libexec/rtld-elf/rtld.1,v 1.4 2005/08/05 23:43:19 swildner Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -33,6 +33,7 @@ .Dt RTLD 1 .Os .Sh NAME +.Nm ld-elf.so.1 , .Nm ld-elf.so.2 , .Nm rtld .Nd run-time link-editor diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index feebc20581..bb85e8df8f 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 12/13/93 # $FreeBSD: src/share/man/man3/Makefile,v 1.15.2.3 2001/04/25 11:11:30 ru Exp $ -# $DragonFly: src/share/man/man3/Makefile,v 1.3 2004/08/19 20:38:33 joerg Exp $ +# $DragonFly: src/share/man/man3/Makefile,v 1.4 2005/08/05 23:43:19 swildner Exp $ MAN= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 pthread.3 queue.3 \ stdarg.3 sysexits.3 tree.3 @@ -18,7 +18,9 @@ MLINKS+=queue.3 CIRCLEQ_EMPTY.3 MLINKS+=queue.3 CIRCLEQ_ENTRY.3 MLINKS+=queue.3 CIRCLEQ_FIRST.3 MLINKS+=queue.3 CIRCLEQ_FOREACH.3 +MLINKS+=queue.3 CIRCLEQ_FOREACH_REVERSE.3 MLINKS+=queue.3 CIRCLEQ_HEAD.3 +MLINKS+=queue.3 CIRCLEQ_HEAD_INITIALIZER.3 MLINKS+=queue.3 CIRCLEQ_INIT.3 MLINKS+=queue.3 CIRCLEQ_INSERT_AFTER.3 MLINKS+=queue.3 CIRCLEQ_INSERT_BEFORE.3 @@ -30,7 +32,9 @@ MLINKS+=queue.3 CIRCLEQ_PREV.3 MLINKS+=queue.3 CIRCLEQ_REMOVE.3 MLINKS+=queue.3 LIST_EMPTY.3 MLINKS+=queue.3 LIST_ENTRY.3 +MLINKS+=queue.3 LIST_FOREACH_MUTABLE.3 MLINKS+=queue.3 LIST_HEAD.3 +MLINKS+=queue.3 LIST_HEAD_INITIALIZER.3 MLINKS+=queue.3 LIST_INIT.3 MLINKS+=queue.3 LIST_INSERT_AFTER.3 MLINKS+=queue.3 LIST_INSERT_BEFORE.3 @@ -44,6 +48,7 @@ MLINKS+=queue.3 SLIST_ENTRY.3 MLINKS+=queue.3 SLIST_FIRST.3 MLINKS+=queue.3 SLIST_FOREACH.3 MLINKS+=queue.3 SLIST_HEAD.3 +MLINKS+=queue.3 SLIST_HEAD_INITIALIZER.3 MLINKS+=queue.3 SLIST_INIT.3 MLINKS+=queue.3 SLIST_INSERT_AFTER.3 MLINKS+=queue.3 SLIST_INSERT_HEAD.3 @@ -55,6 +60,7 @@ MLINKS+=queue.3 STAILQ_ENTRY.3 MLINKS+=queue.3 STAILQ_FIRST.3 MLINKS+=queue.3 STAILQ_FOREACH.3 MLINKS+=queue.3 STAILQ_HEAD.3 +MLINKS+=queue.3 STAILQ_HEAD_INITIALIZER.3 MLINKS+=queue.3 STAILQ_INIT.3 MLINKS+=queue.3 STAILQ_INSERT_AFTER.3 MLINKS+=queue.3 STAILQ_INSERT_HEAD.3 @@ -66,8 +72,11 @@ MLINKS+=queue.3 STAILQ_REMOVE_HEAD.3 MLINKS+=queue.3 TAILQ_EMPTY.3 MLINKS+=queue.3 TAILQ_ENTRY.3 MLINKS+=queue.3 TAILQ_FIRST.3 -MLINKS+=queue.3 TAILQ_HEAD.3 MLINKS+=queue.3 TAILQ_FOREACH.3 +MLINKS+=queue.3 TAILQ_FOREACH_MUTABLE.3 +MLINKS+=queue.3 TAILQ_FOREACH_REVERSE.3 +MLINKS+=queue.3 TAILQ_HEAD.3 +MLINKS+=queue.3 TAILQ_HEAD_INITIALIZER.3 MLINKS+=queue.3 TAILQ_INIT.3 MLINKS+=queue.3 TAILQ_INSERT_AFTER.3 MLINKS+=queue.3 TAILQ_INSERT_BEFORE.3 @@ -81,4 +90,40 @@ MLINKS+=queue.3 TAILQ_REMOVE.3 MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 MLINKS+=stdarg.3 va_start.3 +MLINKS+=tree.3 RB_EMPTY.3 +MLINKS+=tree.3 RB_ENTRY.3 +MLINKS+=tree.3 RB_FIND.3 +MLINKS+=tree.3 RB_FOREACH.3 +MLINKS+=tree.3 RB_GENERATE.3 +MLINKS+=tree.3 RB_HEAD.3 +MLINKS+=tree.3 RB_INIT.3 +MLINKS+=tree.3 RB_INITIALIZER.3 +MLINKS+=tree.3 RB_INSERT.3 +MLINKS+=tree.3 RB_LEFT.3 +MLINKS+=tree.3 RB_MAX.3 +MLINKS+=tree.3 RB_MIN.3 +MLINKS+=tree.3 RB_NEXT.3 +MLINKS+=tree.3 RB_PARENT.3 +MLINKS+=tree.3 RB_PROTOTYPE.3 +MLINKS+=tree.3 RB_REMOVE.3 +MLINKS+=tree.3 RB_RIGHT.3 +MLINKS+=tree.3 RB_ROOT.3 +MLINKS+=tree.3 SPLAY_EMPTY.3 +MLINKS+=tree.3 SPLAY_ENTRY.3 +MLINKS+=tree.3 SPLAY_FIND.3 +MLINKS+=tree.3 SPLAY_FOREACH.3 +MLINKS+=tree.3 SPLAY_GENERATE.3 +MLINKS+=tree.3 SPLAY_HEAD.3 +MLINKS+=tree.3 SPLAY_INIT.3 +MLINKS+=tree.3 SPLAY_INITIALIZER.3 +MLINKS+=tree.3 SPLAY_INSERT.3 +MLINKS+=tree.3 SPLAY_LEFT.3 +MLINKS+=tree.3 SPLAY_MAX.3 +MLINKS+=tree.3 SPLAY_MIN.3 +MLINKS+=tree.3 SPLAY_NEXT.3 +MLINKS+=tree.3 SPLAY_PROTOTYPE.3 +MLINKS+=tree.3 SPLAY_REMOVE.3 +MLINKS+=tree.3 SPLAY_RIGHT.3 +MLINKS+=tree.3 SPLAY_ROOT.3 + .include diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index b842fd4e0b..8e296e7132 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/share/man/man9/Makefile,v 1.60.2.26 2003/06/13 01:04:17 hmp Exp $ -# $DragonFly: src/share/man/man9/Makefile,v 1.19 2005/07/31 01:50:38 hmp Exp $ +# $DragonFly: src/share/man/man9/Makefile,v 1.20 2005/08/05 23:43:19 swildner Exp $ MAN= DECLARE_MODULE.9 DELAY.9 DEV_MODULE.9 KASSERT.9 MD5.9 \ MODULE_DEPEND.9 MODULE_VERSION.9 SPLASSERT.9 SYSCALL_MODULE.9 \ @@ -74,8 +74,15 @@ MLINKS+=VOP_OPENCLOSE.9 VOP_OPEN.9 MLINKS+=VOP_RDWR.9 VOP_READ.9 MLINKS+=VOP_RDWR.9 VOP_WRITE.9 MLINKS+=VOP_REMOVE.9 VOP_RMDIR.9 +MLINKS+=accept_filter.9 accept_filt_add.9 +MLINKS+=accept_filter.9 accept_filt_del.9 +MLINKS+=accept_filter.9 accept_filt_generic_mod_event.9 +MLINKS+=accept_filter.9 accept_filt_get.9 MLINKS+=at_exit.9 rm_at_exit.9 MLINKS+=at_fork.9 rm_at_fork.9 +MLINKS+=bios.9 bios32.9 +MLINKS+=bios.9 bios32_SDlookup.9 +MLINKS+=bios.9 bios_sigsearch.9 MLINKS+=bufcache.9 bread.9 MLINKS+=bufcache.9 bwrite.9 MLINKS+=bufcache.9 bufinit.9 @@ -96,6 +103,7 @@ MLINKS+=copy.9 copyin.9 copy.9 copyinstr.9 copy.9 copyout.9 copy.9 copystr.9 MLINKS+=devstat.9 devicestat.9 devstat.9 devstat_add_entry.9 MLINKS+=devstat.9 devstat_remove_entry.9 devstat.9 devstat_start_transaction.9 MLINKS+=devstat.9 devstat_end_transaction.9 +MLINKS+=devstat.9 devstat_end_transaction_buf.9 MLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9 MLINKS+=hash.9 hashinit.9 hash.9 phashinit.9 MLINKS+=ieee80211.9 ieee80211_attach.9 \ @@ -150,6 +158,7 @@ MLINKS+=make_dev.9 destroy_dev.9 MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9 MLINKS+=malloc.9 realloc.9 malloc.9 reallocf.9 MLINKS+=mi_switch.9 cpu_switch.9 +MLINKS+=namei.9 NDINIT.9 MLINKS+=pci.9 pci_read_config.9 pci.9 pci_write_config.9 MLINKS+=pci.9 pci_enable_busmaster.9 pci.9 pci_disable_busmaster.9 MLINKS+=pci.9 pci_enable_io.9 pci.9 pci_disable_io.9 @@ -164,6 +173,7 @@ MLINKS+=rman.9 rman_fini.9 MLINKS+=rman.9 rman_fini.9 MLINKS+=rman.9 rman_get_bushandle.9 MLINKS+=rman.9 rman_get_bustag.9 +MLINKS+=rman.9 rman_get_device.9 MLINKS+=rman.9 rman_get_end.9 MLINKS+=rman.9 rman_get_flags.9 #MLINKS+=rman.9 rman_get_rid.9 @@ -189,7 +199,8 @@ MLINKS+=spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 spl.9 splimp.9 MLINKS+=spl.9 splnet.9 spl.9 splsoftclock.9 spl.9 splsofttty.9 MLINKS+=spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splvm.9 spl.9 splx.9 MLINKS+=store.9 subyte.9 store.9 suswintr.9 store.9 susword.9 store.9 suword.9 -MLINKS+=suser.9 suser_xxx.9 +MLINKS+=suser.9 suser_cred.9 +MLINKS+=suser.9 suser_proc.9 MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 MLINKS+=timeout.9 untimeout.9 MLINKS+=timeout.9 callout_handle_init.9 timeout.9 callout_init.9 @@ -214,6 +225,14 @@ MLINKS+=devclass_add_driver.9 devclass_find_driver.9 MLINKS+=BUS_READ_IVAR.9 BUS_WRITE_IVAR.9 MLINKS+=bus_generic_read_ivar.9 bus_generic_write_ivar.9 +MLINKS+=ktr.9 CTR0.9 +MLINKS+=ktr.9 CTR1.9 +MLINKS+=ktr.9 CTR2.9 +MLINKS+=ktr.9 CTR3.9 +MLINKS+=ktr.9 CTR4.9 +MLINKS+=ktr.9 CTR5.9 +MLINKS+=ktr.9 CTR6.9 + MLINKS+=lock.9 lockcount.9 MLINKS+=lock.9 lockcountnb.9 MLINKS+=lock.9 lockinit.9 @@ -256,6 +275,10 @@ MLINKS+=sbuf.9 sbuf_finish.9 MLINKS+=sbuf.9 sbuf_data.9 MLINKS+=sbuf.9 sbuf_len.9 MLINKS+=sbuf.9 sbuf_delete.9 +MLINKS+=sbuf.9 sbuf_bcat.9 +MLINKS+=sbuf.9 sbuf_bcopyin.9 +MLINKS+=sbuf.9 sbuf_bcpy.9 +MLINKS+=sbuf.9 sbuf_copyin.9 MLINKS+=zone.9 zalloc.9 MLINKS+=zone.9 zfree.9