aboutsummaryrefslogtreecommitdiff
path: root/hurd/libmachuser.map
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-02 12:58:14 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-02 12:58:14 +0000
commit7ba4fcfcf2eacf57725beabe6e7e82aa1d37d0ca (patch)
tree0b200ff8e352e266de80fa3425962666e0731d28 /hurd/libmachuser.map
parent0061df4ed91c91d6b20f3edc0aab437f3fed4969 (diff)
downloadglibc-7ba4fcfcf2eacf57725beabe6e7e82aa1d37d0ca.zip
glibc-7ba4fcfcf2eacf57725beabe6e7e82aa1d37d0ca.tar.gz
glibc-7ba4fcfcf2eacf57725beabe6e7e82aa1d37d0ca.tar.bz2
Update.
1998-06-01 Gordon Matzigkeit <gord@profitpress.com> * hurd/Makefile (routines): Add cthreads. 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl> * login/login.c (login): Let pututline take care of finding the positin to insert the UTMP entry. This corrects a bug where ssh was not reusing UTMP entries marked as DEAD_PROCESS. Reported by Herbert Xu <herbert@gondor.apana.org.au>. 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl> * login/Makefile (tests): New variable, add tst-utmp and tst-utmpx. * login/tst-utmp.c: New file. * login/tst-utmpx.c: New file. 1998-06-01 Gordon Matzigkeit <gord@profitpress.com> * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak aliases for _hurd_nerr, for programs that don't use sys_errlist, but need sys_err. 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl> * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx. * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1. 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl> * sysdeps/mach/hurd/read.c: Rename function to __libc_read and make __read a weak alias. Use ANSI-style function definition. * sysdeps/mach/hurd/write.c: Likewise. 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl> * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of _sys_errlist. 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl> * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os): Renamed from librtld.so. 1998-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libc.map: Remove _IO_getline_info which was erroneously introduced in section GLIBC_2.0. Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>. 1998-06-01 Gordon Matzigkeit <gord@profitpress.com> * sysdeps/generic/socket.c (__socket): Renamed from socket, and created a weak alias. * sysdeps/mach/hurd/socket.c (__socket): Likewise. 1998-05-31 Gordon Matzigkeit <gord@profitpress.com> * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old ftruncate function, and create a weak alias to ftruncate. 1998-06-01 Gordon Matzigkeit <gord@profitpress.com> * grp/fgetgrent_r.c: Use &errno instead of __errno_location (). * inet/getnetgrent_r.c: Likewise. * nss/getXXbyYY_r.c: Likewise. * nss/getXXent_r.c: Likewise. * pwd/fgetpwent_r.c: Likewise. * shadow/sgetspent_r.c: Likewise. * shadow/fgetspent_r.c: Likewise. * sunrpc/publickey.c: Likewise. 1998-06-01 Gordon Matzigkeit <gord@profitpress.com> * hurd/libhurduser.map: New file. * mach/libmachuser.map: Likewise. * libc.map: Add Hurd-specific functions to version 2.1. Add __flshfp and __fillbf. 1998-05-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * manual/signal.texi (Basic Signal Handling): Fix typo. * manual/errno.texi (Error Codes): Likewise. 1998-06-02 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h> instead of <sys/socket.h>. Patch by NIIBE Yutaka <gniibe@mri.co.jp> * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS): Finally make it working. Patch by Mark Hatle <fray@kernel.crashing.org>. 1998-03-22 Paul Eggert <eggert@twinsun.com> * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around a Solaris 2.6 bug.
Diffstat (limited to 'hurd/libmachuser.map')
-rw-r--r--hurd/libmachuser.map113
1 files changed, 113 insertions, 0 deletions
diff --git a/hurd/libmachuser.map b/hurd/libmachuser.map
new file mode 100644
index 0000000..d14797f
--- /dev/null
+++ b/hurd/libmachuser.map
@@ -0,0 +1,113 @@
+# libmachuser.map - symbol version and export information for libmachuser.so
+GLIBC_2.0 {
+ global:
+
+ # These functions are used internally by libc.
+ _S_exc_server; __host_adjust_time; __host_get_time; __host_info;
+ __host_set_time; __mach_port_allocate_name_rpc;
+ __mach_port_allocate_rpc; __mach_port_deallocate_rpc;
+ __mach_port_destroy; __mach_port_extract_right;
+ __mach_port_get_refs; __mach_port_insert_right_rpc;
+ __mach_port_mod_refs; __mach_port_move_member; __mach_port_names;
+ __mach_port_set_qlimit; __task_create_rpc;
+ __task_disable_pc_sampling; __task_enable_pc_sampling;
+ __task_get_special_port; __task_priority; __task_resume;
+ __task_set_special_port_rpc; __task_suspend_rpc;
+ __task_terminate_rpc; __task_threads; __thread_abort;
+ __thread_create; __thread_depress_abort_rpc; __thread_get_state;
+ __thread_resume; __thread_set_special_port; __thread_set_state;
+ __thread_suspend; __thread_terminate; __vm_allocate_rpc;
+ __vm_deallocate_rpc; __vm_map_rpc; __vm_protect; __vm_read;
+ __vm_region; __vm_statistics; __vm_write;
+
+ # functions in normal name space
+ # Please keep them sorted by name!
+
+ # d*
+ default_pager_info; default_pager_object_create;
+ default_pager_object_pages; default_pager_objects;
+ default_pager_paging_file; default_pager_register_fileserver;
+ device_close; device_get_status; device_map; device_open;
+ device_open_request; device_read; device_read_inband;
+ device_read_request; device_read_request_inband; device_set_filter;
+ device_set_status; device_write; device_write_inband;
+ device_write_request; device_write_request_inband;
+ dp_helper_paging_space;
+
+ # e*
+ exception_raise;
+
+ # h*
+ host_adjust_time; host_get_boot_info; host_get_time; host_info;
+ host_kernel_version; host_processor_set_priv; host_processor_sets;
+ host_processors; host_reboot; host_set_time;
+
+ # m*
+ mach_port_allocate_name_rpc; mach_port_allocate_rpc;
+ mach_port_deallocate_rpc; mach_port_destroy;
+ mach_port_extract_right; mach_port_get_receive_status;
+ mach_port_get_refs; mach_port_get_set_status;
+ mach_port_insert_right_rpc; mach_port_mod_refs;
+ mach_port_move_member; mach_port_names; mach_port_rename;
+ mach_port_request_notification; mach_port_set_mscount;
+ mach_port_set_qlimit; mach_port_set_seqno; mach_port_type;
+ mach_ports_lookup; mach_ports_register;
+ memory_object_change_attributes; memory_object_change_completed;
+ memory_object_copy; memory_object_create;
+ memory_object_data_error; memory_object_data_initialize;
+ memory_object_data_provided; memory_object_data_request;
+ memory_object_data_return; memory_object_data_supply;
+ memory_object_data_unavailable; memory_object_data_unlock;
+ memory_object_data_write; memory_object_destroy;
+ memory_object_get_attributes; memory_object_init;
+ memory_object_lock_completed; memory_object_lock_request;
+ memory_object_ready; memory_object_set_attributes;
+ memory_object_supply_completed; memory_object_terminate;
+
+ # o*
+ old_mach_port_get_receive_status;
+
+ # p*
+ processor_assign; processor_control; processor_exit;
+ processor_get_assignment; processor_info; processor_set_create;
+ processor_set_default; processor_set_destroy; processor_set_info;
+ processor_set_max_priority; processor_set_policy_disable;
+ processor_set_policy_enable; processor_set_tasks;
+ processor_set_threads; processor_start;
+
+ # t*
+ task_assign; task_assign_default; task_create_rpc;
+ task_disable_pc_sampling; task_enable_pc_sampling;
+ task_get_assignment; task_get_emulation_vector;
+ task_get_sampled_pcs; task_get_special_port; task_info;
+ task_priority; task_ras_control; task_resume; task_set_emulation;
+ task_set_emulation_vector; task_set_special_port_rpc;
+ task_suspend_rpc; task_terminate_rpc; task_threads; thread_abort;
+ thread_assign; thread_assign_default; thread_create;
+ thread_depress_abort_rpc; thread_disable_pc_sampling;
+ thread_enable_pc_sampling; thread_get_assignment;
+ thread_get_sampled_pcs; thread_get_special_port; thread_get_state;
+ thread_info; thread_max_priority; thread_policy; thread_priority;
+ thread_resume; thread_set_special_port; thread_set_state;
+ thread_suspend; thread_terminate; thread_wire;
+
+ # v*
+ vm_allocate_rpc; vm_copy; vm_deallocate_rpc; vm_inherit;
+ vm_machine_attribute; vm_map_rpc; vm_protect; vm_read; vm_region;
+ vm_set_default_memory_manager; vm_statistics; vm_wire; vm_write;
+
+ # x*
+ xxx_cpu_control; xxx_device_get_status; xxx_device_set_filter;
+ xxx_device_set_status; xxx_host_info;
+ xxx_memory_object_lock_request; xxx_processor_set_default_priv;
+ xxx_slot_info; xxx_task_get_emulation_vector; xxx_task_info;
+ xxx_task_set_emulation_vector; xxx_thread_get_state;
+ xxx_thread_info; xxx_thread_set_state;
+
+ # y*
+ yyy_host_info; yyy_processor_control; yyy_processor_info;
+ yyy_processor_set_info;
+
+ local:
+ *;
+};