Remove the old libc_r.
authorSascha Wildner <saw@online.de>
Fri, 15 Nov 2019 11:39:21 +0000 (12:39 +0100)
committerSascha Wildner <saw@online.de>
Fri, 15 Nov 2019 11:39:21 +0000 (12:39 +0100)
commit78897f0b9d74b85525c8ef8e4467f288ebd105df
tree512657f7371f9a13004ee4fb445ba1a408d2a842
parent624815385bcf105ef0d61ce7430127aa835132e7
Remove the old libc_r.

Nothing is using it, if it even works, and no one has been working
on it for a long time.

Approved-by: dillon
154 files changed:
Makefile.inc1
Makefile_upgrade.inc
etc/Makefile
etc/defaults/make.conf
lib/Makefile
lib/libc/gen/_spinlock_stub.c
lib/libc/include/libc_private.h
lib/libc/include/namespace.h
lib/libc/sys/pselect.2
lib/libc_r/Makefile [deleted file]
lib/libc_r/arch/x86_64/_atomic_lock.S [deleted file]
lib/libc_r/sys/Makefile.inc [deleted file]
lib/libc_r/uthread/Makefile.inc [deleted file]
lib/libc_r/uthread/pthread_private.h [deleted file]
lib/libc_r/uthread/uthread_accept.c [deleted file]
lib/libc_r/uthread/uthread_affinity.c [deleted file]
lib/libc_r/uthread/uthread_aio_suspend.c [deleted file]
lib/libc_r/uthread/uthread_atfork.c [deleted file]
lib/libc_r/uthread/uthread_attr_destroy.c [deleted file]
lib/libc_r/uthread/uthread_attr_get_np.c [deleted file]
lib/libc_r/uthread/uthread_attr_getaffinity_np.c [deleted file]
lib/libc_r/uthread/uthread_attr_getdetachstate.c [deleted file]
lib/libc_r/uthread/uthread_attr_getinheritsched.c [deleted file]
lib/libc_r/uthread/uthread_attr_getschedparam.c [deleted file]
lib/libc_r/uthread/uthread_attr_getschedpolicy.c [deleted file]
lib/libc_r/uthread/uthread_attr_getscope.c [deleted file]
lib/libc_r/uthread/uthread_attr_getstack.c [deleted file]
lib/libc_r/uthread/uthread_attr_getstackaddr.c [deleted file]
lib/libc_r/uthread/uthread_attr_getstacksize.c [deleted file]
lib/libc_r/uthread/uthread_attr_init.c [deleted file]
lib/libc_r/uthread/uthread_attr_setaffinity_np.c [deleted file]
lib/libc_r/uthread/uthread_attr_setcreatesuspend_np.c [deleted file]
lib/libc_r/uthread/uthread_attr_setdetachstate.c [deleted file]
lib/libc_r/uthread/uthread_attr_setinheritsched.c [deleted file]
lib/libc_r/uthread/uthread_attr_setschedparam.c [deleted file]
lib/libc_r/uthread/uthread_attr_setschedpolicy.c [deleted file]
lib/libc_r/uthread/uthread_attr_setscope.c [deleted file]
lib/libc_r/uthread/uthread_attr_setstack.c [deleted file]
lib/libc_r/uthread/uthread_attr_setstackaddr.c [deleted file]
lib/libc_r/uthread/uthread_attr_setstacksize.c [deleted file]
lib/libc_r/uthread/uthread_bind.c [deleted file]
lib/libc_r/uthread/uthread_cancel.c [deleted file]
lib/libc_r/uthread/uthread_clean.c [deleted file]
lib/libc_r/uthread/uthread_close.c [deleted file]
lib/libc_r/uthread/uthread_closefrom.c [deleted file]
lib/libc_r/uthread/uthread_concurrency.c [deleted file]
lib/libc_r/uthread/uthread_cond.c [deleted file]
lib/libc_r/uthread/uthread_condattr_destroy.c [deleted file]
lib/libc_r/uthread/uthread_condattr_init.c [deleted file]
lib/libc_r/uthread/uthread_connect.c [deleted file]
lib/libc_r/uthread/uthread_creat.c [deleted file]
lib/libc_r/uthread/uthread_create.c [deleted file]
lib/libc_r/uthread/uthread_detach.c [deleted file]
lib/libc_r/uthread/uthread_dup.c [deleted file]
lib/libc_r/uthread/uthread_dup2.c [deleted file]
lib/libc_r/uthread/uthread_equal.c [deleted file]
lib/libc_r/uthread/uthread_execve.c [deleted file]
lib/libc_r/uthread/uthread_exit.c [deleted file]
lib/libc_r/uthread/uthread_faccessat.c [deleted file]
lib/libc_r/uthread/uthread_fchflags.c [deleted file]
lib/libc_r/uthread/uthread_fchmod.c [deleted file]
lib/libc_r/uthread/uthread_fchmodat.c [deleted file]
lib/libc_r/uthread/uthread_fchown.c [deleted file]
lib/libc_r/uthread/uthread_fchownat.c [deleted file]
lib/libc_r/uthread/uthread_fcntl.c [deleted file]
lib/libc_r/uthread/uthread_fd.c [deleted file]
lib/libc_r/uthread/uthread_file.c [deleted file]
lib/libc_r/uthread/uthread_find_thread.c [deleted file]
lib/libc_r/uthread/uthread_flock.c [deleted file]
lib/libc_r/uthread/uthread_fork.c [deleted file]
lib/libc_r/uthread/uthread_fpathconf.c [deleted file]
lib/libc_r/uthread/uthread_fstat.c [deleted file]
lib/libc_r/uthread/uthread_fstatat.c [deleted file]
lib/libc_r/uthread/uthread_fstatfs.c [deleted file]
lib/libc_r/uthread/uthread_fsync.c [deleted file]
lib/libc_r/uthread/uthread_gc.c [deleted file]
lib/libc_r/uthread/uthread_getdirentries.c [deleted file]
lib/libc_r/uthread/uthread_getpeername.c [deleted file]
lib/libc_r/uthread/uthread_getprio.c [deleted file]
lib/libc_r/uthread/uthread_getschedparam.c [deleted file]
lib/libc_r/uthread/uthread_getsockname.c [deleted file]
lib/libc_r/uthread/uthread_getsockopt.c [deleted file]
lib/libc_r/uthread/uthread_getthreadid_np.c [deleted file]
lib/libc_r/uthread/uthread_info.c [deleted file]
lib/libc_r/uthread/uthread_init.c [deleted file]
lib/libc_r/uthread/uthread_ioctl.c [deleted file]
lib/libc_r/uthread/uthread_jmp.c [deleted file]
lib/libc_r/uthread/uthread_join.c [deleted file]
lib/libc_r/uthread/uthread_kern.c [deleted file]
lib/libc_r/uthread/uthread_kevent.c [deleted file]
lib/libc_r/uthread/uthread_kill.c [deleted file]
lib/libc_r/uthread/uthread_kqueue.c [deleted file]
lib/libc_r/uthread/uthread_listen.c [deleted file]
lib/libc_r/uthread/uthread_main_np.c [deleted file]
lib/libc_r/uthread/uthread_mattr_init.c [deleted file]
lib/libc_r/uthread/uthread_mattr_kind_np.c [deleted file]
lib/libc_r/uthread/uthread_msync.c [deleted file]
lib/libc_r/uthread/uthread_multi_np.c [deleted file]
lib/libc_r/uthread/uthread_mutex.c [deleted file]
lib/libc_r/uthread/uthread_mutex_prioceiling.c [deleted file]
lib/libc_r/uthread/uthread_mutex_protocol.c [deleted file]
lib/libc_r/uthread/uthread_mutexattr_destroy.c [deleted file]
lib/libc_r/uthread/uthread_nanosleep.c [deleted file]
lib/libc_r/uthread/uthread_once.c [deleted file]
lib/libc_r/uthread/uthread_open.c [deleted file]
lib/libc_r/uthread/uthread_pause.c [deleted file]
lib/libc_r/uthread/uthread_pipe.c [deleted file]
lib/libc_r/uthread/uthread_poll.c [deleted file]
lib/libc_r/uthread/uthread_priority_queue.c [deleted file]
lib/libc_r/uthread/uthread_read.c [deleted file]
lib/libc_r/uthread/uthread_readv.c [deleted file]
lib/libc_r/uthread/uthread_recvfrom.c [deleted file]
lib/libc_r/uthread/uthread_recvmsg.c [deleted file]
lib/libc_r/uthread/uthread_resume_np.c [deleted file]
lib/libc_r/uthread/uthread_rwlock.c [deleted file]
lib/libc_r/uthread/uthread_rwlockattr.c [deleted file]
lib/libc_r/uthread/uthread_select.c [deleted file]
lib/libc_r/uthread/uthread_self.c [deleted file]
lib/libc_r/uthread/uthread_sem.c [deleted file]
lib/libc_r/uthread/uthread_sendfile.c [deleted file]
lib/libc_r/uthread/uthread_sendmsg.c [deleted file]
lib/libc_r/uthread/uthread_sendto.c [deleted file]
lib/libc_r/uthread/uthread_setprio.c [deleted file]
lib/libc_r/uthread/uthread_setschedparam.c [deleted file]
lib/libc_r/uthread/uthread_setsockopt.c [deleted file]
lib/libc_r/uthread/uthread_shutdown.c [deleted file]
lib/libc_r/uthread/uthread_sig.c [deleted file]
lib/libc_r/uthread/uthread_sigaction.c [deleted file]
lib/libc_r/uthread/uthread_sigmask.c [deleted file]
lib/libc_r/uthread/uthread_sigpending.c [deleted file]
lib/libc_r/uthread/uthread_sigprocmask.c [deleted file]
lib/libc_r/uthread/uthread_sigsuspend.c [deleted file]
lib/libc_r/uthread/uthread_sigwait.c [deleted file]
lib/libc_r/uthread/uthread_single_np.c [deleted file]
lib/libc_r/uthread/uthread_sleep.c [deleted file]
lib/libc_r/uthread/uthread_socket.c [deleted file]
lib/libc_r/uthread/uthread_socketpair.c [deleted file]
lib/libc_r/uthread/uthread_spec.c [deleted file]
lib/libc_r/uthread/uthread_spinlock.c [deleted file]
lib/libc_r/uthread/uthread_stubs.c [deleted file]
lib/libc_r/uthread/uthread_suspend_np.c [deleted file]
lib/libc_r/uthread/uthread_switch_np.c [deleted file]
lib/libc_r/uthread/uthread_system.c [deleted file]
lib/libc_r/uthread/uthread_tcdrain.c [deleted file]
lib/libc_r/uthread/uthread_unlinkat.c [deleted file]
lib/libc_r/uthread/uthread_vfork.c [deleted file]
lib/libc_r/uthread/uthread_wait.c [deleted file]
lib/libc_r/uthread/uthread_wait4.c [deleted file]
lib/libc_r/uthread/uthread_waitpid.c [deleted file]
lib/libc_r/uthread/uthread_write.c [deleted file]
lib/libc_r/uthread/uthread_writev.c [deleted file]
lib/libc_r/uthread/uthread_yield.c [deleted file]
lib/libpthread/pthread.3
share/man/man5/make.conf.5