diff options
| author | rie <none@none> | 2007-05-17 16:27:31 -0700 |
|---|---|---|
| committer | rie <none@none> | 2007-05-17 16:27:31 -0700 |
| commit | 24da5b34f49324ed742a340010ed5bd3d4e06625 (patch) | |
| tree | d634cc86da07688eb2048c7bfeed71bedea99c80 /usr/src/lib/libthread | |
| parent | 3230aa086e19b239f0306ae02bd82e788031cfef (diff) | |
| download | illumos-joyent-24da5b34f49324ed742a340010ed5bd3d4e06625.tar.gz | |
6455532 OSNet cleanup required in preparation for direct bindings
--HG--
rename : usr/src/cmd/bnu/strecpy.c => deleted_files/usr/src/cmd/bnu/strecpy.c
rename : usr/src/cmd/fs.d/ufs/mount/realpath.c => deleted_files/usr/src/cmd/fs.d/ufs/mount/realpath.c
rename : usr/src/cmd/lp/lib/lp/tinames.c => deleted_files/usr/src/cmd/lp/lib/lp/tinames.c
rename : usr/src/cmd/sgs/crle/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/crle/common/mapfile-vers
rename : usr/src/cmd/sgs/elfdump/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/elfdump/common/mapfile-vers
rename : usr/src/cmd/sgs/ldd/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/ldd/common/mapfile-vers
rename : usr/src/cmd/sgs/moe/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/moe/common/mapfile-vers
rename : usr/src/cmd/sgs/pvs/common/mapfile-vers => deleted_files/usr/src/cmd/sgs/pvs/common/mapfile-vers
rename : usr/src/lib/libsocket/amd64/byteorder.s => deleted_files/usr/src/lib/libsocket/amd64/byteorder.s
rename : usr/src/lib/libsocket/i386/byteorder.s => deleted_files/usr/src/lib/libsocket/i386/byteorder.s
rename : usr/src/cmd/sgs/ld/common/mapfile-vers => usr/src/cmd/sgs/ld/common/mapfile-intf
rename : usr/src/cmd/sgs/mapfiles/Makefile => usr/src/common/mapfiles/Makefile
rename : usr/src/cmd/sgs/mapfiles/amd64/Makefile => usr/src/common/mapfiles/amd64/Makefile
rename : usr/src/cmd/sgs/mapfiles/amd64/map.above4G => usr/src/common/mapfiles/amd64/map.above4G
rename : usr/src/cmd/sgs/mapfiles/amd64/map.below4G => usr/src/common/mapfiles/amd64/map.below4G
rename : usr/src/cmd/sgs/mapfiles/common/Makefile => usr/src/common/mapfiles/common/Makefile
rename : usr/src/cmd/mapfile_bssalign => usr/src/common/mapfiles/common/map.bssalign
rename : usr/src/cmd/mapfile_execdata => usr/src/common/mapfiles/common/map.execdata
rename : usr/src/lib/common/mapfile-filter => usr/src/common/mapfiles/common/map.filter
rename : usr/src/cmd/mapfile_noexstk => usr/src/common/mapfiles/common/map.noexstk
rename : usr/src/cmd/sgs/mapfiles/i386/Makefile => usr/src/common/mapfiles/i386/Makefile
rename : usr/src/cmd/sgs/mapfiles/i386/map.default => usr/src/common/mapfiles/i386/map.default
rename : usr/src/cmd/mapfile_noexdata => usr/src/common/mapfiles/i386/map.noexdata
rename : usr/src/cmd/sgs/mapfiles/i386/map.pagealign => usr/src/common/mapfiles/i386/map.pagealign
rename : usr/src/cmd/sgs/mapfiles/sparc/Makefile => usr/src/common/mapfiles/sparc/Makefile
rename : usr/src/cmd/sgs/mapfiles/sparc/map.default => usr/src/common/mapfiles/sparc/map.default
rename : usr/src/cmd/sgs/mapfiles/sparc/map.pagealign => usr/src/common/mapfiles/sparc/map.pagealign
rename : usr/src/cmd/sgs/mapfiles/sparcv9/Makefile => usr/src/common/mapfiles/sparcv9/Makefile
rename : usr/src/cmd/sgs/mapfiles/sparcv9/map.above4G => usr/src/common/mapfiles/sparcv9/map.above4G
rename : usr/src/cmd/sgs/mapfiles/sparcv9/map.below4G => usr/src/common/mapfiles/sparcv9/map.below4G
rename : usr/src/lib/libsocket/inet/byteorder.c => usr/src/lib/libc/sparc/gen/byteorder.c
Diffstat (limited to 'usr/src/lib/libthread')
| -rw-r--r-- | usr/src/lib/libthread/Makefile.com | 4 | ||||
| -rw-r--r-- | usr/src/lib/libthread/amd64/mapfile-vers | 15 | ||||
| -rw-r--r-- | usr/src/lib/libthread/i386/mapfile-vers | 15 | ||||
| -rw-r--r-- | usr/src/lib/libthread/sparc/mapfile-vers | 15 | ||||
| -rw-r--r-- | usr/src/lib/libthread/sparcv9/mapfile-vers | 15 |
5 files changed, 30 insertions, 34 deletions
diff --git a/usr/src/lib/libthread/Makefile.com b/usr/src/lib/libthread/Makefile.com index 0b67d6a562..a8954595b7 100644 --- a/usr/src/lib/libthread/Makefile.com +++ b/usr/src/lib/libthread/Makefile.com @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -38,7 +38,7 @@ LIBS = $(DYNLIB) $(LINTLIB) SRCDIR = ../common $(LINTLIB) := SRCS = $(SRCDIR)/llib-lthread -MAPFILES = mapfile-vers $(MAPFILE-FLTR) +MAPFILES = mapfile-vers $(MAPFILE.FLT) # Redefine shared object build rule to use $(LD) directly (this avoids .init # and .fini sections being added). Also, since there are no OBJECTS, turn diff --git a/usr/src/lib/libthread/amd64/mapfile-vers b/usr/src/lib/libthread/amd64/mapfile-vers index f4a4e58730..e119d1e421 100644 --- a/usr/src/lib/libthread/amd64/mapfile-vers +++ b/usr/src/lib/libthread/amd64/mapfile-vers @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -174,10 +173,10 @@ SUNW_0.9 { thr_main = FUNCTION; thr_stksegment = FUNCTION; alarm = FUNCTION; - close = FUNCTION; + close = FUNCTION NODIRECT; creat = FUNCTION; fcntl = FUNCTION; - fork = FUNCTION; + fork = FUNCTION NODIRECT; fsync = FUNCTION; msync = FUNCTION; open = FUNCTION; @@ -238,7 +237,7 @@ SUNW_0.7 { sema_trywait = FUNCTION; sema_wait = FUNCTION; _getfp = FUNCTION; - sigaction = FUNCTION; + sigaction = FUNCTION NODIRECT; sigprocmask = FUNCTION; sigwait = FUNCTION; sleep = FUNCTION; @@ -416,7 +415,7 @@ SUNWprivate_1.1 { _fork = FUNCTION; _fork1 = FUNCTION; _setcontext = FUNCTION; - _sigaction = FUNCTION; + _sigaction = FUNCTION NODIRECT; _sigprocmask = FUNCTION; _sigwait = FUNCTION; _sigsuspend = FUNCTION; diff --git a/usr/src/lib/libthread/i386/mapfile-vers b/usr/src/lib/libthread/i386/mapfile-vers index f9e692cf95..9c8abbf15e 100644 --- a/usr/src/lib/libthread/i386/mapfile-vers +++ b/usr/src/lib/libthread/i386/mapfile-vers @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -123,7 +122,7 @@ SUNW_0.9 { pthread_cond_timedwait = FUNCTION; pthread_mutex_lock = FUNCTION; pthread_setspecific = FUNCTION; - fork = FUNCTION; + fork = FUNCTION NODIRECT; pthread_mutex_getprioceiling = FUNCTION; thr_main = FUNCTION; pthread_attr_setstackaddr = FUNCTION; @@ -185,7 +184,7 @@ SUNW_0.9 { pthread_kill = FUNCTION; waitpid = FUNCTION; pthread_mutexattr_setprotocol = FUNCTION; - close = FUNCTION; + close = FUNCTION NODIRECT; wait = FUNCTION; pthread_attr_getinheritsched = FUNCTION; pthread_condattr_setpshared = FUNCTION; @@ -200,7 +199,7 @@ SUNW_0.9 { SUNW_0.7 { global: - sigaction = FUNCTION; + sigaction = FUNCTION NODIRECT; sema_trywait = FUNCTION; cond_init = FUNCTION; thr_kill = FUNCTION; @@ -275,7 +274,7 @@ SUNWprivate_1.1 { _thr_sighndlrinfo = FUNCTION; thr_suspend_mutator = FUNCTION; _thr_setspecific = FUNCTION; - _sigaction = FUNCTION; + _sigaction = FUNCTION NODIRECT; _thr_keycreate = FUNCTION; _pthread_attr_setinheritsched = FUNCTION; _pthread_mutexattr_destroy = FUNCTION; diff --git a/usr/src/lib/libthread/sparc/mapfile-vers b/usr/src/lib/libthread/sparc/mapfile-vers index 6e9f16b63a..080f7f1afa 100644 --- a/usr/src/lib/libthread/sparc/mapfile-vers +++ b/usr/src/lib/libthread/sparc/mapfile-vers @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -177,10 +176,10 @@ SUNW_0.9 { pthread_sigmask = FUNCTION; pthread_testcancel = FUNCTION; alarm = FUNCTION; - close = FUNCTION; + close = FUNCTION NODIRECT; creat = FUNCTION; fcntl = FUNCTION; - fork = FUNCTION; + fork = FUNCTION NODIRECT; fsync = FUNCTION; msync = FUNCTION; open = FUNCTION; @@ -200,7 +199,7 @@ SUNW_0.7 { global: lwp_self = FUNCTION; _getfp = FUNCTION; - sigaction = FUNCTION; + sigaction = FUNCTION NODIRECT; sigprocmask = FUNCTION; sleep = FUNCTION; setcontext = FUNCTION; @@ -429,7 +428,7 @@ SUNWprivate_1.1 { _fork = FUNCTION; _fork1 = FUNCTION; _setcontext = FUNCTION; - _sigaction = FUNCTION; + _sigaction = FUNCTION NODIRECT; _sigprocmask = FUNCTION; _sigwait = FUNCTION; _sigsuspend = FUNCTION; diff --git a/usr/src/lib/libthread/sparcv9/mapfile-vers b/usr/src/lib/libthread/sparcv9/mapfile-vers index f4a4e58730..e119d1e421 100644 --- a/usr/src/lib/libthread/sparcv9/mapfile-vers +++ b/usr/src/lib/libthread/sparcv9/mapfile-vers @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -174,10 +173,10 @@ SUNW_0.9 { thr_main = FUNCTION; thr_stksegment = FUNCTION; alarm = FUNCTION; - close = FUNCTION; + close = FUNCTION NODIRECT; creat = FUNCTION; fcntl = FUNCTION; - fork = FUNCTION; + fork = FUNCTION NODIRECT; fsync = FUNCTION; msync = FUNCTION; open = FUNCTION; @@ -238,7 +237,7 @@ SUNW_0.7 { sema_trywait = FUNCTION; sema_wait = FUNCTION; _getfp = FUNCTION; - sigaction = FUNCTION; + sigaction = FUNCTION NODIRECT; sigprocmask = FUNCTION; sigwait = FUNCTION; sleep = FUNCTION; @@ -416,7 +415,7 @@ SUNWprivate_1.1 { _fork = FUNCTION; _fork1 = FUNCTION; _setcontext = FUNCTION; - _sigaction = FUNCTION; + _sigaction = FUNCTION NODIRECT; _sigprocmask = FUNCTION; _sigwait = FUNCTION; _sigsuspend = FUNCTION; |
