Hi, Here an update for lang/rust to 1.12.0
Please note that this update will break devel/cargo. But I am working on updating devel/cargo too (so just wait for cargo update before commiting rust). Thanks. -- Sebastien Marie Index: Makefile =================================================================== RCS file: /cvs/ports/lang/rust/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile --- Makefile 3 Sep 2016 19:51:47 -0000 1.29 +++ Makefile 30 Sep 2016 07:42:23 -0000 @@ -7,13 +7,12 @@ PKG_ARCH-doc = * COMMENT-main = compiler for Rust Language COMMENT-doc = html documentation for rustc -V = 1.11.0 -BV = 1.11.0-20160819 +V = 1.12.0 +BV = 1.12.0-20160929 DISTNAME = rustc-${V}-src -REVISION = 1 #RUST_HASH != echo -n ${V} | md5 | cut -c1-8 -RUST_HASH = 39b92f95 +RUST_HASH = 40393716 SUBST_VARS += RUST_HASH PKGNAME = rust-${V} @@ -83,14 +82,14 @@ CONFIGURE_STYLE = simple CONFIGURE_ARGS += --disable-valgrind-rpass \ --disable-codegen-tests \ --release-channel=stable \ + --local-rust-root="${WRKDIR}/rustc-bootstrap-${MACHINE_ARCH}-${BV}" \ --llvm-root="${LOCALBASE}" \ --prefix="${LOCALBASE}" \ --mandir="${LOCALBASE}/man" # VERSION and BOOTSTRAP are same version .if ${V} == ${BV:C/-[0-9]+$//} -CONFIGURE_ARGS += --enable-local-rebuild \ - --local-rust-root="${WRKDIR}/rustc-bootstrap-${MACHINE_ARCH}-${BV}" +CONFIGURE_ARGS += --enable-local-rebuild .endif CONFIGURE_ENV += ac_cv_header_execinfo_h=no Index: distinfo =================================================================== RCS file: /cvs/ports/lang/rust/distinfo,v retrieving revision 1.16 diff -u -p -r1.16 distinfo --- distinfo 31 Aug 2016 08:33:19 -0000 1.16 +++ distinfo 30 Sep 2016 07:42:23 -0000 @@ -1,4 +1,4 @@ -SHA256 (rust/rustc-1.11.0-src.tar.gz) = NoUDSnjnBje9+jEXYZ91nySBAC/Zq7x4zA9zfJl03mo= -SHA256 (rust/rustc-bootstrap-amd64-1.11.0-20160819.tar.gz) = 9Lrq/8nTe68NSyhhNd5fX+7f3g5CYF5JihpCvPt8vKM= -SIZE (rust/rustc-1.11.0-src.tar.gz) = 26126471 -SIZE (rust/rustc-bootstrap-amd64-1.11.0-20160819.tar.gz) = 24942907 +SHA256 (rust/rustc-1.12.0-src.tar.gz) = rFkH1vqWwZvVkB2NmTg/uHVRJ1cerT1AcMzpwftfM3o= +SHA256 (rust/rustc-bootstrap-amd64-1.12.0-20160929.tar.gz) = VjewvFzkgatD8nKLpLmaCtWkRecoNWDNOd3GrdYH42U= +SIZE (rust/rustc-1.12.0-src.tar.gz) = 27501444 +SIZE (rust/rustc-bootstrap-amd64-1.12.0-20160929.tar.gz) = 24459997 Index: patches/patch-mk_rt_mk =================================================================== RCS file: patches/patch-mk_rt_mk diff -N patches/patch-mk_rt_mk --- patches/patch-mk_rt_mk 31 Aug 2016 08:33:19 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,15 +0,0 @@ -$OpenBSD: patch-mk_rt_mk,v 1.1 2016/08/31 08:33:19 landry Exp $ -specify compile-rt directory for OpenBSD ---- mk/rt.mk.orig Fri Aug 19 13:19:27 2016 -+++ mk/rt.mk Fri Aug 19 13:20:07 2016 -@@ -274,6 +274,10 @@ ifndef COMPRT_DIR_$(1) - COMPRT_DIR_$(1) := linux - COMPRT_ARCH_$(1) := $$(patsubst i586,i386,$$(COMPRT_ARCH_$(1))) - -+ifeq ($$(findstring openbsd,$(1)),openbsd) -+COMPRT_DIR_$(1) := openbsd -+endif -+ - ifeq ($$(findstring android,$(1)),android) - ifeq ($$(findstring arm,$$(COMPRT_ARCH_$(1))),arm) - COMPRT_ARCH_$(1) := armhf Index: pkg/PLIST-doc =================================================================== RCS file: /cvs/ports/lang/rust/pkg/PLIST-doc,v retrieving revision 1.13 diff -u -p -r1.13 PLIST-doc --- pkg/PLIST-doc 31 Aug 2016 08:33:19 -0000 1.13 +++ pkg/PLIST-doc 30 Sep 2016 07:42:23 -0000 @@ -212,15 +212,6 @@ share/doc/rust/html/collections/fmt/ share/doc/rust/html/collections/fmt/fn.format.html share/doc/rust/html/collections/fmt/fn.write.html share/doc/rust/html/collections/fmt/index.html -share/doc/rust/html/collections/fmt/rt/ -share/doc/rust/html/collections/fmt/rt/index.html -share/doc/rust/html/collections/fmt/rt/v1/ -share/doc/rust/html/collections/fmt/rt/v1/enum.Alignment.html -share/doc/rust/html/collections/fmt/rt/v1/enum.Count.html -share/doc/rust/html/collections/fmt/rt/v1/enum.Position.html -share/doc/rust/html/collections/fmt/rt/v1/index.html -share/doc/rust/html/collections/fmt/rt/v1/struct.Argument.html -share/doc/rust/html/collections/fmt/rt/v1/struct.FormatSpec.html share/doc/rust/html/collections/fmt/sidebar-items.js share/doc/rust/html/collections/fmt/struct.Arguments.html share/doc/rust/html/collections/fmt/struct.DebugList.html @@ -275,51 +266,6 @@ share/doc/rust/html/collections/slice/st share/doc/rust/html/collections/slice/struct.SplitNMut.html share/doc/rust/html/collections/slice/struct.Windows.html share/doc/rust/html/collections/slice/trait.SliceConcatExt.html -share/doc/rust/html/collections/std/ -share/doc/rust/html/collections/std/ops/ -share/doc/rust/html/collections/std/ops/enum.RangeInclusive.html -share/doc/rust/html/collections/std/ops/index.html -share/doc/rust/html/collections/std/ops/struct.Range.html -share/doc/rust/html/collections/std/ops/struct.RangeFrom.html -share/doc/rust/html/collections/std/ops/struct.RangeFull.html -share/doc/rust/html/collections/std/ops/struct.RangeTo.html -share/doc/rust/html/collections/std/ops/struct.RangeToInclusive.html -share/doc/rust/html/collections/std/ops/trait.Add.html -share/doc/rust/html/collections/std/ops/trait.AddAssign.html -share/doc/rust/html/collections/std/ops/trait.BitAnd.html -share/doc/rust/html/collections/std/ops/trait.BitAndAssign.html -share/doc/rust/html/collections/std/ops/trait.BitOr.html -share/doc/rust/html/collections/std/ops/trait.BitOrAssign.html -share/doc/rust/html/collections/std/ops/trait.BitXor.html -share/doc/rust/html/collections/std/ops/trait.BitXorAssign.html -share/doc/rust/html/collections/std/ops/trait.BoxPlace.html -share/doc/rust/html/collections/std/ops/trait.Boxed.html -share/doc/rust/html/collections/std/ops/trait.CoerceUnsized.html -share/doc/rust/html/collections/std/ops/trait.Deref.html -share/doc/rust/html/collections/std/ops/trait.DerefMut.html -share/doc/rust/html/collections/std/ops/trait.Div.html -share/doc/rust/html/collections/std/ops/trait.DivAssign.html -share/doc/rust/html/collections/std/ops/trait.Drop.html -share/doc/rust/html/collections/std/ops/trait.Fn.html -share/doc/rust/html/collections/std/ops/trait.FnMut.html -share/doc/rust/html/collections/std/ops/trait.FnOnce.html -share/doc/rust/html/collections/std/ops/trait.InPlace.html -share/doc/rust/html/collections/std/ops/trait.Index.html -share/doc/rust/html/collections/std/ops/trait.IndexMut.html -share/doc/rust/html/collections/std/ops/trait.Mul.html -share/doc/rust/html/collections/std/ops/trait.MulAssign.html -share/doc/rust/html/collections/std/ops/trait.Neg.html -share/doc/rust/html/collections/std/ops/trait.Not.html -share/doc/rust/html/collections/std/ops/trait.Place.html -share/doc/rust/html/collections/std/ops/trait.Placer.html -share/doc/rust/html/collections/std/ops/trait.Rem.html -share/doc/rust/html/collections/std/ops/trait.RemAssign.html -share/doc/rust/html/collections/std/ops/trait.Shl.html -share/doc/rust/html/collections/std/ops/trait.ShlAssign.html -share/doc/rust/html/collections/std/ops/trait.Shr.html -share/doc/rust/html/collections/std/ops/trait.ShrAssign.html -share/doc/rust/html/collections/std/ops/trait.Sub.html -share/doc/rust/html/collections/std/ops/trait.SubAssign.html share/doc/rust/html/collections/str/ share/doc/rust/html/collections/str/fn.from_utf8.html share/doc/rust/html/collections/str/fn.from_utf8_unchecked.html @@ -402,6 +348,8 @@ share/doc/rust/html/core/cell/ share/doc/rust/html/core/cell/enum.BorrowState.html share/doc/rust/html/core/cell/index.html share/doc/rust/html/core/cell/sidebar-items.js +share/doc/rust/html/core/cell/struct.BorrowError.html +share/doc/rust/html/core/cell/struct.BorrowMutError.html share/doc/rust/html/core/cell/struct.Cell.html share/doc/rust/html/core/cell/struct.Ref.html share/doc/rust/html/core/cell/struct.RefCell.html @@ -409,15 +357,19 @@ share/doc/rust/html/core/cell/struct.Ref share/doc/rust/html/core/cell/struct.UnsafeCell.html share/doc/rust/html/core/char/ share/doc/rust/html/core/char/constant.MAX.html +share/doc/rust/html/core/char/fn.decode_utf8.html share/doc/rust/html/core/char/fn.from_digit.html share/doc/rust/html/core/char/fn.from_u32.html share/doc/rust/html/core/char/fn.from_u32_unchecked.html share/doc/rust/html/core/char/index.html share/doc/rust/html/core/char/sidebar-items.js +share/doc/rust/html/core/char/struct.DecodeUtf8.html share/doc/rust/html/core/char/struct.EncodeUtf16.html share/doc/rust/html/core/char/struct.EncodeUtf8.html +share/doc/rust/html/core/char/struct.EscapeDebug.html share/doc/rust/html/core/char/struct.EscapeDefault.html share/doc/rust/html/core/char/struct.EscapeUnicode.html +share/doc/rust/html/core/char/struct.InvalidSequence.html share/doc/rust/html/core/clone/ share/doc/rust/html/core/clone/index.html share/doc/rust/html/core/clone/sidebar-items.js @@ -731,7 +683,6 @@ share/doc/rust/html/core/intrinsics/fn.p share/doc/rust/html/core/intrinsics/fn.powif32.html share/doc/rust/html/core/intrinsics/fn.powif64.html share/doc/rust/html/core/intrinsics/fn.pref_align_of.html -share/doc/rust/html/core/intrinsics/fn.return_address.html share/doc/rust/html/core/intrinsics/fn.rintf32.html share/doc/rust/html/core/intrinsics/fn.rintf64.html share/doc/rust/html/core/intrinsics/fn.roundf32.html @@ -1082,6 +1033,7 @@ share/doc/rust/html/core/usize/constant. share/doc/rust/html/core/usize/index.html share/doc/rust/html/core/usize/sidebar-items.js share/doc/rust/html/error-index.html +share/doc/rust/html/error-index.md share/doc/rust/html/extra/ share/doc/rust/html/favicon.inc share/doc/rust/html/footer.inc @@ -1903,6 +1855,7 @@ share/doc/rust/html/libc/bsd/constant.SA share/doc/rust/html/libc/bsd/constant.SEEK_CUR.html share/doc/rust/html/libc/bsd/constant.SEEK_END.html share/doc/rust/html/libc/bsd/constant.SEEK_SET.html +share/doc/rust/html/libc/bsd/constant.SEM_FAILED.html share/doc/rust/html/libc/bsd/constant.SHUT_RD.html share/doc/rust/html/libc/bsd/constant.SHUT_RDWR.html share/doc/rust/html/libc/bsd/constant.SHUT_WR.html @@ -1911,6 +1864,7 @@ share/doc/rust/html/libc/bsd/constant.SI share/doc/rust/html/libc/bsd/constant.SIGBUS.html share/doc/rust/html/libc/bsd/constant.SIGCHLD.html share/doc/rust/html/libc/bsd/constant.SIGCONT.html +share/doc/rust/html/libc/bsd/constant.SIGEMT.html share/doc/rust/html/libc/bsd/constant.SIGFPE.html share/doc/rust/html/libc/bsd/constant.SIGHUP.html share/doc/rust/html/libc/bsd/constant.SIGILL.html @@ -2026,6 +1980,7 @@ share/doc/rust/html/libc/bsd/constant.VS share/doc/rust/html/libc/bsd/constant.VTIME.html share/doc/rust/html/libc/bsd/constant.VWERASE.html share/doc/rust/html/libc/bsd/constant.WNOHANG.html +share/doc/rust/html/libc/bsd/constant.WUNTRACED.html share/doc/rust/html/libc/bsd/constant.W_OK.html share/doc/rust/html/libc/bsd/constant.X_OK.html share/doc/rust/html/libc/bsd/constant.YESEXPR.html @@ -2115,6 +2070,7 @@ share/doc/rust/html/libc/bsd/constant._S share/doc/rust/html/libc/bsd/constant._SC_XOPEN_SHM.html share/doc/rust/html/libc/bsd/constant._SC_XOPEN_UNIX.html share/doc/rust/html/libc/bsd/constant._SC_XOPEN_VERSION.html +share/doc/rust/html/libc/bsd/enum.sem.html share/doc/rust/html/libc/bsd/enum.timezone.html share/doc/rust/html/libc/bsd/fn.FD_CLR.html share/doc/rust/html/libc/bsd/fn.FD_ISSET.html @@ -2123,12 +2079,19 @@ share/doc/rust/html/libc/bsd/fn.FD_ZERO. share/doc/rust/html/libc/bsd/fn.WCOREDUMP.html share/doc/rust/html/libc/bsd/fn.WEXITSTATUS.html share/doc/rust/html/libc/bsd/fn.WIFEXITED.html +share/doc/rust/html/libc/bsd/fn.WIFSIGNALED.html +share/doc/rust/html/libc/bsd/fn.WIFSTOPPED.html +share/doc/rust/html/libc/bsd/fn.WSTOPSIG.html share/doc/rust/html/libc/bsd/fn.WTERMSIG.html share/doc/rust/html/libc/bsd/fn.__errno.html share/doc/rust/html/libc/bsd/fn.clock_getres.html share/doc/rust/html/libc/bsd/fn.clock_gettime.html +share/doc/rust/html/libc/bsd/fn.faccessat.html +share/doc/rust/html/libc/bsd/fn.fchmodat.html +share/doc/rust/html/libc/bsd/fn.fchownat.html share/doc/rust/html/libc/bsd/fn.fdatasync.html share/doc/rust/html/libc/bsd/fn.forkpty.html +share/doc/rust/html/libc/bsd/fn.fstatat.html share/doc/rust/html/libc/bsd/fn.futimens.html share/doc/rust/html/libc/bsd/fn.getentropy.html share/doc/rust/html/libc/bsd/fn.getloadavg.html @@ -2136,23 +2099,35 @@ share/doc/rust/html/libc/bsd/fn.getnamei share/doc/rust/html/libc/bsd/fn.getpriority.html share/doc/rust/html/libc/bsd/fn.getprogname.html share/doc/rust/html/libc/bsd/fn.getpwuid_r.html +share/doc/rust/html/libc/bsd/fn.if_freenameindex.html +share/doc/rust/html/libc/bsd/fn.if_nameindex.html share/doc/rust/html/libc/bsd/fn.ioctl.html share/doc/rust/html/libc/bsd/fn.kqueue.html +share/doc/rust/html/libc/bsd/fn.linkat.html share/doc/rust/html/libc/bsd/fn.memrchr.html share/doc/rust/html/libc/bsd/fn.mincore.html +share/doc/rust/html/libc/bsd/fn.mkdirat.html +share/doc/rust/html/libc/bsd/fn.mkfifoat.html +share/doc/rust/html/libc/bsd/fn.mknodat.html share/doc/rust/html/libc/bsd/fn.mkostemp.html share/doc/rust/html/libc/bsd/fn.mkostemps.html share/doc/rust/html/libc/bsd/fn.mprotect.html +share/doc/rust/html/libc/bsd/fn.openat.html share/doc/rust/html/libc/bsd/fn.openpty.html +share/doc/rust/html/libc/bsd/fn.pthread_condattr_setclock.html share/doc/rust/html/libc/bsd/fn.pthread_main_np.html share/doc/rust/html/libc/bsd/fn.pthread_set_name_np.html share/doc/rust/html/libc/bsd/fn.pthread_stackseg_np.html +share/doc/rust/html/libc/bsd/fn.readlinkat.html +share/doc/rust/html/libc/bsd/fn.renameat.html share/doc/rust/html/libc/bsd/fn.setgroups.html share/doc/rust/html/libc/bsd/fn.setpriority.html share/doc/rust/html/libc/bsd/fn.setprogname.html share/doc/rust/html/libc/bsd/fn.shm_open.html +share/doc/rust/html/libc/bsd/fn.symlinkat.html share/doc/rust/html/libc/bsd/fn.syscall.html share/doc/rust/html/libc/bsd/fn.sysctl.html +share/doc/rust/html/libc/bsd/fn.unlinkat.html share/doc/rust/html/libc/bsd/fn.unmount.html share/doc/rust/html/libc/bsd/openbsd/ share/doc/rust/html/libc/bsd/openbsd/constant.CTLTYPE_INT.html @@ -2385,6 +2360,7 @@ share/doc/rust/html/libc/bsd/openbsd/typ share/doc/rust/html/libc/bsd/openbsd/type.fsfilcnt_t.html share/doc/rust/html/libc/bsd/openbsd/type.pthread_attr_t.html share/doc/rust/html/libc/bsd/openbsd/type.pthread_cond_t.html +share/doc/rust/html/libc/bsd/openbsd/type.pthread_condattr_t.html share/doc/rust/html/libc/bsd/openbsd/type.pthread_mutex_t.html share/doc/rust/html/libc/bsd/openbsd/type.pthread_mutexattr_t.html share/doc/rust/html/libc/bsd/openbsd/type.pthread_rwlock_t.html @@ -2783,11 +2759,13 @@ share/doc/rust/html/libc/bsd/openbsdlike share/doc/rust/html/libc/bsd/openbsdlike/constant.SEEK_CUR.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SEEK_END.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SEEK_SET.html +share/doc/rust/html/libc/bsd/openbsdlike/constant.SEM_FAILED.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SHUT_RD.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SHUT_RDWR.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SHUT_WR.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SIGABRT.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SIGALRM.html +share/doc/rust/html/libc/bsd/openbsdlike/constant.SIGEMT.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SIGFPE.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SIGHUP.html share/doc/rust/html/libc/bsd/openbsdlike/constant.SIGILL.html @@ -2943,28 +2921,46 @@ share/doc/rust/html/libc/bsd/openbsdlike share/doc/rust/html/libc/bsd/openbsdlike/constant._SC_XOPEN_SHM.html share/doc/rust/html/libc/bsd/openbsdlike/constant._SC_XOPEN_UNIX.html share/doc/rust/html/libc/bsd/openbsdlike/constant._SC_XOPEN_VERSION.html +share/doc/rust/html/libc/bsd/openbsdlike/enum.sem.html share/doc/rust/html/libc/bsd/openbsdlike/enum.timezone.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.WIFSIGNALED.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.WIFSTOPPED.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.WSTOPSIG.html share/doc/rust/html/libc/bsd/openbsdlike/fn.__errno.html share/doc/rust/html/libc/bsd/openbsdlike/fn.clock_getres.html share/doc/rust/html/libc/bsd/openbsdlike/fn.clock_gettime.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.faccessat.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.fchmodat.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.fchownat.html share/doc/rust/html/libc/bsd/openbsdlike/fn.fdatasync.html share/doc/rust/html/libc/bsd/openbsdlike/fn.forkpty.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.fstatat.html share/doc/rust/html/libc/bsd/openbsdlike/fn.futimens.html share/doc/rust/html/libc/bsd/openbsdlike/fn.getentropy.html share/doc/rust/html/libc/bsd/openbsdlike/fn.getnameinfo.html share/doc/rust/html/libc/bsd/openbsdlike/fn.getpriority.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.linkat.html share/doc/rust/html/libc/bsd/openbsdlike/fn.memrchr.html share/doc/rust/html/libc/bsd/openbsdlike/fn.mincore.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.mkdirat.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.mkfifoat.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.mknodat.html share/doc/rust/html/libc/bsd/openbsdlike/fn.mkostemp.html share/doc/rust/html/libc/bsd/openbsdlike/fn.mkostemps.html share/doc/rust/html/libc/bsd/openbsdlike/fn.mprotect.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.openat.html share/doc/rust/html/libc/bsd/openbsdlike/fn.openpty.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.pthread_condattr_setclock.html share/doc/rust/html/libc/bsd/openbsdlike/fn.pthread_main_np.html share/doc/rust/html/libc/bsd/openbsdlike/fn.pthread_set_name_np.html share/doc/rust/html/libc/bsd/openbsdlike/fn.pthread_stackseg_np.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.readlinkat.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.renameat.html share/doc/rust/html/libc/bsd/openbsdlike/fn.setpriority.html share/doc/rust/html/libc/bsd/openbsdlike/fn.shm_open.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.symlinkat.html share/doc/rust/html/libc/bsd/openbsdlike/fn.sysctl.html +share/doc/rust/html/libc/bsd/openbsdlike/fn.unlinkat.html share/doc/rust/html/libc/bsd/openbsdlike/openbsd/ share/doc/rust/html/libc/bsd/openbsdlike/openbsd/constant.CTLTYPE_INT.html share/doc/rust/html/libc/bsd/openbsdlike/openbsd/constant.CTLTYPE_NODE.html @@ -3196,6 +3192,7 @@ share/doc/rust/html/libc/bsd/openbsdlike share/doc/rust/html/libc/bsd/openbsdlike/openbsd/type.fsfilcnt_t.html share/doc/rust/html/libc/bsd/openbsdlike/openbsd/type.pthread_attr_t.html share/doc/rust/html/libc/bsd/openbsdlike/openbsd/type.pthread_cond_t.html +share/doc/rust/html/libc/bsd/openbsdlike/openbsd/type.pthread_condattr_t.html share/doc/rust/html/libc/bsd/openbsdlike/openbsd/type.pthread_mutex_t.html share/doc/rust/html/libc/bsd/openbsdlike/openbsd/type.pthread_mutexattr_t.html share/doc/rust/html/libc/bsd/openbsdlike/openbsd/type.pthread_rwlock_t.html @@ -3230,11 +3227,13 @@ share/doc/rust/html/libc/bsd/openbsdlike share/doc/rust/html/libc/bsd/openbsdlike/type.nlink_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.pthread_attr_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.pthread_cond_t.html +share/doc/rust/html/libc/bsd/openbsdlike/type.pthread_condattr_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.pthread_key_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.pthread_mutex_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.pthread_mutexattr_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.pthread_rwlock_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.rlim_t.html +share/doc/rust/html/libc/bsd/openbsdlike/type.sem_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.sigset_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.speed_t.html share/doc/rust/html/libc/bsd/openbsdlike/type.suseconds_t.html @@ -3247,6 +3246,7 @@ share/doc/rust/html/libc/bsd/struct.fd_s share/doc/rust/html/libc/bsd/struct.flock.html share/doc/rust/html/libc/bsd/struct.fsid_t.html share/doc/rust/html/libc/bsd/struct.glob_t.html +share/doc/rust/html/libc/bsd/struct.if_nameindex.html share/doc/rust/html/libc/bsd/struct.ifaddrs.html share/doc/rust/html/libc/bsd/struct.lconv.html share/doc/rust/html/libc/bsd/struct.msghdr.html @@ -3283,6 +3283,7 @@ share/doc/rust/html/libc/bsd/type.nlink_ share/doc/rust/html/libc/bsd/type.off_t.html share/doc/rust/html/libc/bsd/type.pthread_attr_t.html share/doc/rust/html/libc/bsd/type.pthread_cond_t.html +share/doc/rust/html/libc/bsd/type.pthread_condattr_t.html share/doc/rust/html/libc/bsd/type.pthread_key_t.html share/doc/rust/html/libc/bsd/type.pthread_mutex_t.html share/doc/rust/html/libc/bsd/type.pthread_mutexattr_t.html @@ -3290,6 +3291,7 @@ share/doc/rust/html/libc/bsd/type.pthrea share/doc/rust/html/libc/bsd/type.pthread_t.html share/doc/rust/html/libc/bsd/type.rlim_t.html share/doc/rust/html/libc/bsd/type.sa_family_t.html +share/doc/rust/html/libc/bsd/type.sem_t.html share/doc/rust/html/libc/bsd/type.sigset_t.html share/doc/rust/html/libc/bsd/type.socklen_t.html share/doc/rust/html/libc/bsd/type.speed_t.html @@ -3846,6 +3848,7 @@ share/doc/rust/html/libc/constant.SA_SIG share/doc/rust/html/libc/constant.SEEK_CUR.html share/doc/rust/html/libc/constant.SEEK_END.html share/doc/rust/html/libc/constant.SEEK_SET.html +share/doc/rust/html/libc/constant.SEM_FAILED.html share/doc/rust/html/libc/constant.SHUT_RD.html share/doc/rust/html/libc/constant.SHUT_RDWR.html share/doc/rust/html/libc/constant.SHUT_WR.html @@ -3854,6 +3857,7 @@ share/doc/rust/html/libc/constant.SIGALR share/doc/rust/html/libc/constant.SIGBUS.html share/doc/rust/html/libc/constant.SIGCHLD.html share/doc/rust/html/libc/constant.SIGCONT.html +share/doc/rust/html/libc/constant.SIGEMT.html share/doc/rust/html/libc/constant.SIGFPE.html share/doc/rust/html/libc/constant.SIGHUP.html share/doc/rust/html/libc/constant.SIGILL.html @@ -3977,6 +3981,7 @@ share/doc/rust/html/libc/constant.VSUSP. share/doc/rust/html/libc/constant.VTIME.html share/doc/rust/html/libc/constant.VWERASE.html share/doc/rust/html/libc/constant.WNOHANG.html +share/doc/rust/html/libc/constant.WUNTRACED.html share/doc/rust/html/libc/constant.W_OK.html share/doc/rust/html/libc/constant.X_OK.html share/doc/rust/html/libc/constant.YESEXPR.html @@ -4071,6 +4076,7 @@ share/doc/rust/html/libc/enum.FILE.html share/doc/rust/html/libc/enum.c_void.html share/doc/rust/html/libc/enum.fpos_t.html share/doc/rust/html/libc/enum.locale_t.html +share/doc/rust/html/libc/enum.sem.html share/doc/rust/html/libc/enum.timezone.html share/doc/rust/html/libc/fn.FD_CLR.html share/doc/rust/html/libc/fn.FD_ISSET.html @@ -4079,6 +4085,9 @@ share/doc/rust/html/libc/fn.FD_ZERO.html share/doc/rust/html/libc/fn.WCOREDUMP.html share/doc/rust/html/libc/fn.WEXITSTATUS.html share/doc/rust/html/libc/fn.WIFEXITED.html +share/doc/rust/html/libc/fn.WIFSIGNALED.html +share/doc/rust/html/libc/fn.WIFSTOPPED.html +share/doc/rust/html/libc/fn.WSTOPSIG.html share/doc/rust/html/libc/fn.WTERMSIG.html share/doc/rust/html/libc/fn.__errno.html share/doc/rust/html/libc/fn._exit.html @@ -4119,7 +4128,10 @@ share/doc/rust/html/libc/fn.execv.html share/doc/rust/html/libc/fn.execve.html share/doc/rust/html/libc/fn.execvp.html share/doc/rust/html/libc/fn.exit.html +share/doc/rust/html/libc/fn.faccessat.html share/doc/rust/html/libc/fn.fchmod.html +share/doc/rust/html/libc/fn.fchmodat.html +share/doc/rust/html/libc/fn.fchownat.html share/doc/rust/html/libc/fn.fclose.html share/doc/rust/html/libc/fn.fcntl.html share/doc/rust/html/libc/fn.fdatasync.html @@ -4149,6 +4161,7 @@ share/doc/rust/html/libc/fn.fseek.html share/doc/rust/html/libc/fn.fseeko.html share/doc/rust/html/libc/fn.fsetpos.html share/doc/rust/html/libc/fn.fstat.html +share/doc/rust/html/libc/fn.fstatat.html share/doc/rust/html/libc/fn.fstatvfs.html share/doc/rust/html/libc/fn.fsync.html share/doc/rust/html/libc/fn.ftell.html @@ -4190,7 +4203,9 @@ share/doc/rust/html/libc/fn.getuid.html share/doc/rust/html/libc/fn.glob.html share/doc/rust/html/libc/fn.globfree.html share/doc/rust/html/libc/fn.gmtime_r.html +share/doc/rust/html/libc/fn.if_freenameindex.html share/doc/rust/html/libc/fn.if_indextoname.html +share/doc/rust/html/libc/fn.if_nameindex.html share/doc/rust/html/libc/fn.if_nametoindex.html share/doc/rust/html/libc/fn.ioctl.html share/doc/rust/html/libc/fn.isalnum.html @@ -4208,7 +4223,9 @@ share/doc/rust/html/libc/fn.isxdigit.htm share/doc/rust/html/libc/fn.kill.html share/doc/rust/html/libc/fn.kqueue.html share/doc/rust/html/libc/fn.labs.html +share/doc/rust/html/libc/fn.lchown.html share/doc/rust/html/libc/fn.link.html +share/doc/rust/html/libc/fn.linkat.html share/doc/rust/html/libc/fn.listen.html share/doc/rust/html/libc/fn.localeconv.html share/doc/rust/html/libc/fn.localtime_r.html @@ -4221,9 +4238,12 @@ share/doc/rust/html/libc/fn.memcmp.html share/doc/rust/html/libc/fn.memrchr.html share/doc/rust/html/libc/fn.mincore.html share/doc/rust/html/libc/fn.mkdir.html +share/doc/rust/html/libc/fn.mkdirat.html share/doc/rust/html/libc/fn.mkdtemp.html share/doc/rust/html/libc/fn.mkfifo.html +share/doc/rust/html/libc/fn.mkfifoat.html share/doc/rust/html/libc/fn.mknod.html +share/doc/rust/html/libc/fn.mknodat.html share/doc/rust/html/libc/fn.mkostemp.html share/doc/rust/html/libc/fn.mkostemps.html share/doc/rust/html/libc/fn.mkstemp.html @@ -4241,6 +4261,7 @@ share/doc/rust/html/libc/fn.nanosleep.ht share/doc/rust/html/libc/fn.nice.html share/doc/rust/html/libc/fn.nl_langinfo.html share/doc/rust/html/libc/fn.open.html +share/doc/rust/html/libc/fn.openat.html share/doc/rust/html/libc/fn.opendir.html share/doc/rust/html/libc/fn.openlog.html share/doc/rust/html/libc/fn.openpty.html @@ -4262,9 +4283,13 @@ share/doc/rust/html/libc/fn.pthread_attr share/doc/rust/html/libc/fn.pthread_attr_setstacksize.html share/doc/rust/html/libc/fn.pthread_cond_broadcast.html share/doc/rust/html/libc/fn.pthread_cond_destroy.html +share/doc/rust/html/libc/fn.pthread_cond_init.html share/doc/rust/html/libc/fn.pthread_cond_signal.html share/doc/rust/html/libc/fn.pthread_cond_timedwait.html share/doc/rust/html/libc/fn.pthread_cond_wait.html +share/doc/rust/html/libc/fn.pthread_condattr_destroy.html +share/doc/rust/html/libc/fn.pthread_condattr_init.html +share/doc/rust/html/libc/fn.pthread_condattr_setclock.html share/doc/rust/html/libc/fn.pthread_create.html share/doc/rust/html/libc/fn.pthread_detach.html share/doc/rust/html/libc/fn.pthread_getspecific.html @@ -4300,6 +4325,7 @@ share/doc/rust/html/libc/fn.rand.html share/doc/rust/html/libc/fn.read.html share/doc/rust/html/libc/fn.readdir_r.html share/doc/rust/html/libc/fn.readlink.html +share/doc/rust/html/libc/fn.readlinkat.html share/doc/rust/html/libc/fn.readv.html share/doc/rust/html/libc/fn.realloc.html share/doc/rust/html/libc/fn.realpath.html @@ -4308,6 +4334,7 @@ share/doc/rust/html/libc/fn.recvfrom.htm share/doc/rust/html/libc/fn.recvmsg.html share/doc/rust/html/libc/fn.remove.html share/doc/rust/html/libc/fn.rename.html +share/doc/rust/html/libc/fn.renameat.html share/doc/rust/html/libc/fn.rewind.html share/doc/rust/html/libc/fn.rewinddir.html share/doc/rust/html/libc/fn.rmdir.html @@ -4315,6 +4342,14 @@ share/doc/rust/html/libc/fn.scanf.html share/doc/rust/html/libc/fn.sched_yield.html share/doc/rust/html/libc/fn.seekdir.html share/doc/rust/html/libc/fn.select.html +share/doc/rust/html/libc/fn.sem_close.html +share/doc/rust/html/libc/fn.sem_destroy.html +share/doc/rust/html/libc/fn.sem_init.html +share/doc/rust/html/libc/fn.sem_open.html +share/doc/rust/html/libc/fn.sem_post.html +share/doc/rust/html/libc/fn.sem_trywait.html +share/doc/rust/html/libc/fn.sem_unlink.html +share/doc/rust/html/libc/fn.sem_wait.html share/doc/rust/html/libc/fn.send.html share/doc/rust/html/libc/fn.sendmsg.html share/doc/rust/html/libc/fn.sendto.html @@ -4359,6 +4394,7 @@ share/doc/rust/html/libc/fn.strcmp.html share/doc/rust/html/libc/fn.strcoll.html share/doc/rust/html/libc/fn.strcpy.html share/doc/rust/html/libc/fn.strcspn.html +share/doc/rust/html/libc/fn.strdup.html share/doc/rust/html/libc/fn.strerror.html share/doc/rust/html/libc/fn.strerror_r.html share/doc/rust/html/libc/fn.strlen.html @@ -4376,6 +4412,7 @@ share/doc/rust/html/libc/fn.strtol.html share/doc/rust/html/libc/fn.strtoul.html share/doc/rust/html/libc/fn.strxfrm.html share/doc/rust/html/libc/fn.symlink.html +share/doc/rust/html/libc/fn.symlinkat.html share/doc/rust/html/libc/fn.syscall.html share/doc/rust/html/libc/fn.sysconf.html share/doc/rust/html/libc/fn.sysctl.html @@ -4398,6 +4435,7 @@ share/doc/rust/html/libc/fn.umask.html share/doc/rust/html/libc/fn.uname.html share/doc/rust/html/libc/fn.ungetc.html share/doc/rust/html/libc/fn.unlink.html +share/doc/rust/html/libc/fn.unlinkat.html share/doc/rust/html/libc/fn.unmount.html share/doc/rust/html/libc/fn.unsetenv.html share/doc/rust/html/libc/fn.usleep.html @@ -4640,6 +4678,7 @@ share/doc/rust/html/libc/openbsd/type.fs share/doc/rust/html/libc/openbsd/type.fsfilcnt_t.html share/doc/rust/html/libc/openbsd/type.pthread_attr_t.html share/doc/rust/html/libc/openbsd/type.pthread_cond_t.html +share/doc/rust/html/libc/openbsd/type.pthread_condattr_t.html share/doc/rust/html/libc/openbsd/type.pthread_mutex_t.html share/doc/rust/html/libc/openbsd/type.pthread_mutexattr_t.html share/doc/rust/html/libc/openbsd/type.pthread_rwlock_t.html @@ -5038,11 +5077,13 @@ share/doc/rust/html/libc/openbsdlike/con share/doc/rust/html/libc/openbsdlike/constant.SEEK_CUR.html share/doc/rust/html/libc/openbsdlike/constant.SEEK_END.html share/doc/rust/html/libc/openbsdlike/constant.SEEK_SET.html +share/doc/rust/html/libc/openbsdlike/constant.SEM_FAILED.html share/doc/rust/html/libc/openbsdlike/constant.SHUT_RD.html share/doc/rust/html/libc/openbsdlike/constant.SHUT_RDWR.html share/doc/rust/html/libc/openbsdlike/constant.SHUT_WR.html share/doc/rust/html/libc/openbsdlike/constant.SIGABRT.html share/doc/rust/html/libc/openbsdlike/constant.SIGALRM.html +share/doc/rust/html/libc/openbsdlike/constant.SIGEMT.html share/doc/rust/html/libc/openbsdlike/constant.SIGFPE.html share/doc/rust/html/libc/openbsdlike/constant.SIGHUP.html share/doc/rust/html/libc/openbsdlike/constant.SIGILL.html @@ -5198,28 +5239,46 @@ share/doc/rust/html/libc/openbsdlike/con share/doc/rust/html/libc/openbsdlike/constant._SC_XOPEN_SHM.html share/doc/rust/html/libc/openbsdlike/constant._SC_XOPEN_UNIX.html share/doc/rust/html/libc/openbsdlike/constant._SC_XOPEN_VERSION.html +share/doc/rust/html/libc/openbsdlike/enum.sem.html share/doc/rust/html/libc/openbsdlike/enum.timezone.html +share/doc/rust/html/libc/openbsdlike/fn.WIFSIGNALED.html +share/doc/rust/html/libc/openbsdlike/fn.WIFSTOPPED.html +share/doc/rust/html/libc/openbsdlike/fn.WSTOPSIG.html share/doc/rust/html/libc/openbsdlike/fn.__errno.html share/doc/rust/html/libc/openbsdlike/fn.clock_getres.html share/doc/rust/html/libc/openbsdlike/fn.clock_gettime.html +share/doc/rust/html/libc/openbsdlike/fn.faccessat.html +share/doc/rust/html/libc/openbsdlike/fn.fchmodat.html +share/doc/rust/html/libc/openbsdlike/fn.fchownat.html share/doc/rust/html/libc/openbsdlike/fn.fdatasync.html share/doc/rust/html/libc/openbsdlike/fn.forkpty.html +share/doc/rust/html/libc/openbsdlike/fn.fstatat.html share/doc/rust/html/libc/openbsdlike/fn.futimens.html share/doc/rust/html/libc/openbsdlike/fn.getentropy.html share/doc/rust/html/libc/openbsdlike/fn.getnameinfo.html share/doc/rust/html/libc/openbsdlike/fn.getpriority.html +share/doc/rust/html/libc/openbsdlike/fn.linkat.html share/doc/rust/html/libc/openbsdlike/fn.memrchr.html share/doc/rust/html/libc/openbsdlike/fn.mincore.html +share/doc/rust/html/libc/openbsdlike/fn.mkdirat.html +share/doc/rust/html/libc/openbsdlike/fn.mkfifoat.html +share/doc/rust/html/libc/openbsdlike/fn.mknodat.html share/doc/rust/html/libc/openbsdlike/fn.mkostemp.html share/doc/rust/html/libc/openbsdlike/fn.mkostemps.html share/doc/rust/html/libc/openbsdlike/fn.mprotect.html +share/doc/rust/html/libc/openbsdlike/fn.openat.html share/doc/rust/html/libc/openbsdlike/fn.openpty.html +share/doc/rust/html/libc/openbsdlike/fn.pthread_condattr_setclock.html share/doc/rust/html/libc/openbsdlike/fn.pthread_main_np.html share/doc/rust/html/libc/openbsdlike/fn.pthread_set_name_np.html share/doc/rust/html/libc/openbsdlike/fn.pthread_stackseg_np.html +share/doc/rust/html/libc/openbsdlike/fn.readlinkat.html +share/doc/rust/html/libc/openbsdlike/fn.renameat.html share/doc/rust/html/libc/openbsdlike/fn.setpriority.html share/doc/rust/html/libc/openbsdlike/fn.shm_open.html +share/doc/rust/html/libc/openbsdlike/fn.symlinkat.html share/doc/rust/html/libc/openbsdlike/fn.sysctl.html +share/doc/rust/html/libc/openbsdlike/fn.unlinkat.html share/doc/rust/html/libc/openbsdlike/openbsd/ share/doc/rust/html/libc/openbsdlike/openbsd/constant.CTLTYPE_INT.html share/doc/rust/html/libc/openbsdlike/openbsd/constant.CTLTYPE_NODE.html @@ -5451,6 +5510,7 @@ share/doc/rust/html/libc/openbsdlike/ope share/doc/rust/html/libc/openbsdlike/openbsd/type.fsfilcnt_t.html share/doc/rust/html/libc/openbsdlike/openbsd/type.pthread_attr_t.html share/doc/rust/html/libc/openbsdlike/openbsd/type.pthread_cond_t.html +share/doc/rust/html/libc/openbsdlike/openbsd/type.pthread_condattr_t.html share/doc/rust/html/libc/openbsdlike/openbsd/type.pthread_mutex_t.html share/doc/rust/html/libc/openbsdlike/openbsd/type.pthread_mutexattr_t.html share/doc/rust/html/libc/openbsdlike/openbsd/type.pthread_rwlock_t.html @@ -5485,11 +5545,13 @@ share/doc/rust/html/libc/openbsdlike/typ share/doc/rust/html/libc/openbsdlike/type.nlink_t.html share/doc/rust/html/libc/openbsdlike/type.pthread_attr_t.html share/doc/rust/html/libc/openbsdlike/type.pthread_cond_t.html +share/doc/rust/html/libc/openbsdlike/type.pthread_condattr_t.html share/doc/rust/html/libc/openbsdlike/type.pthread_key_t.html share/doc/rust/html/libc/openbsdlike/type.pthread_mutex_t.html share/doc/rust/html/libc/openbsdlike/type.pthread_mutexattr_t.html share/doc/rust/html/libc/openbsdlike/type.pthread_rwlock_t.html share/doc/rust/html/libc/openbsdlike/type.rlim_t.html +share/doc/rust/html/libc/openbsdlike/type.sem_t.html share/doc/rust/html/libc/openbsdlike/type.sigset_t.html share/doc/rust/html/libc/openbsdlike/type.speed_t.html share/doc/rust/html/libc/openbsdlike/type.suseconds_t.html @@ -5504,6 +5566,7 @@ share/doc/rust/html/libc/struct.flock.ht share/doc/rust/html/libc/struct.fsid_t.html share/doc/rust/html/libc/struct.glob_t.html share/doc/rust/html/libc/struct.hostent.html +share/doc/rust/html/libc/struct.if_nameindex.html share/doc/rust/html/libc/struct.ifaddrs.html share/doc/rust/html/libc/struct.in6_addr.html share/doc/rust/html/libc/struct.in_addr.html @@ -5511,6 +5574,7 @@ share/doc/rust/html/libc/struct.iovec.ht share/doc/rust/html/libc/struct.ip_mreq.html share/doc/rust/html/libc/struct.ipv6_mreq.html share/doc/rust/html/libc/struct.lconv.html +share/doc/rust/html/libc/struct.linger.html share/doc/rust/html/libc/struct.msghdr.html share/doc/rust/html/libc/struct.passwd.html share/doc/rust/html/libc/struct.pollfd.html @@ -5573,6 +5637,7 @@ share/doc/rust/html/libc/type.off_t.html share/doc/rust/html/libc/type.pid_t.html share/doc/rust/html/libc/type.pthread_attr_t.html share/doc/rust/html/libc/type.pthread_cond_t.html +share/doc/rust/html/libc/type.pthread_condattr_t.html share/doc/rust/html/libc/type.pthread_key_t.html share/doc/rust/html/libc/type.pthread_mutex_t.html share/doc/rust/html/libc/type.pthread_mutexattr_t.html @@ -5581,6 +5646,7 @@ share/doc/rust/html/libc/type.pthread_t. share/doc/rust/html/libc/type.ptrdiff_t.html share/doc/rust/html/libc/type.rlim_t.html share/doc/rust/html/libc/type.sa_family_t.html +share/doc/rust/html/libc/type.sem_t.html share/doc/rust/html/libc/type.sighandler_t.html share/doc/rust/html/libc/type.sigset_t.html share/doc/rust/html/libc/type.size_t.html @@ -6095,6 +6161,7 @@ share/doc/rust/html/libc/unix/bsd/consta share/doc/rust/html/libc/unix/bsd/constant.SEEK_CUR.html share/doc/rust/html/libc/unix/bsd/constant.SEEK_END.html share/doc/rust/html/libc/unix/bsd/constant.SEEK_SET.html +share/doc/rust/html/libc/unix/bsd/constant.SEM_FAILED.html share/doc/rust/html/libc/unix/bsd/constant.SHUT_RD.html share/doc/rust/html/libc/unix/bsd/constant.SHUT_RDWR.html share/doc/rust/html/libc/unix/bsd/constant.SHUT_WR.html @@ -6103,6 +6170,7 @@ share/doc/rust/html/libc/unix/bsd/consta share/doc/rust/html/libc/unix/bsd/constant.SIGBUS.html share/doc/rust/html/libc/unix/bsd/constant.SIGCHLD.html share/doc/rust/html/libc/unix/bsd/constant.SIGCONT.html +share/doc/rust/html/libc/unix/bsd/constant.SIGEMT.html share/doc/rust/html/libc/unix/bsd/constant.SIGFPE.html share/doc/rust/html/libc/unix/bsd/constant.SIGHUP.html share/doc/rust/html/libc/unix/bsd/constant.SIGILL.html @@ -6218,6 +6286,7 @@ share/doc/rust/html/libc/unix/bsd/consta share/doc/rust/html/libc/unix/bsd/constant.VTIME.html share/doc/rust/html/libc/unix/bsd/constant.VWERASE.html share/doc/rust/html/libc/unix/bsd/constant.WNOHANG.html +share/doc/rust/html/libc/unix/bsd/constant.WUNTRACED.html share/doc/rust/html/libc/unix/bsd/constant.W_OK.html share/doc/rust/html/libc/unix/bsd/constant.X_OK.html share/doc/rust/html/libc/unix/bsd/constant.YESEXPR.html @@ -6307,6 +6376,7 @@ share/doc/rust/html/libc/unix/bsd/consta share/doc/rust/html/libc/unix/bsd/constant._SC_XOPEN_SHM.html share/doc/rust/html/libc/unix/bsd/constant._SC_XOPEN_UNIX.html share/doc/rust/html/libc/unix/bsd/constant._SC_XOPEN_VERSION.html +share/doc/rust/html/libc/unix/bsd/enum.sem.html share/doc/rust/html/libc/unix/bsd/enum.timezone.html share/doc/rust/html/libc/unix/bsd/fn.FD_CLR.html share/doc/rust/html/libc/unix/bsd/fn.FD_ISSET.html @@ -6315,12 +6385,19 @@ share/doc/rust/html/libc/unix/bsd/fn.FD_ share/doc/rust/html/libc/unix/bsd/fn.WCOREDUMP.html share/doc/rust/html/libc/unix/bsd/fn.WEXITSTATUS.html share/doc/rust/html/libc/unix/bsd/fn.WIFEXITED.html +share/doc/rust/html/libc/unix/bsd/fn.WIFSIGNALED.html +share/doc/rust/html/libc/unix/bsd/fn.WIFSTOPPED.html +share/doc/rust/html/libc/unix/bsd/fn.WSTOPSIG.html share/doc/rust/html/libc/unix/bsd/fn.WTERMSIG.html share/doc/rust/html/libc/unix/bsd/fn.__errno.html share/doc/rust/html/libc/unix/bsd/fn.clock_getres.html share/doc/rust/html/libc/unix/bsd/fn.clock_gettime.html +share/doc/rust/html/libc/unix/bsd/fn.faccessat.html +share/doc/rust/html/libc/unix/bsd/fn.fchmodat.html +share/doc/rust/html/libc/unix/bsd/fn.fchownat.html share/doc/rust/html/libc/unix/bsd/fn.fdatasync.html share/doc/rust/html/libc/unix/bsd/fn.forkpty.html +share/doc/rust/html/libc/unix/bsd/fn.fstatat.html share/doc/rust/html/libc/unix/bsd/fn.futimens.html share/doc/rust/html/libc/unix/bsd/fn.getentropy.html share/doc/rust/html/libc/unix/bsd/fn.getloadavg.html @@ -6328,23 +6405,35 @@ share/doc/rust/html/libc/unix/bsd/fn.get share/doc/rust/html/libc/unix/bsd/fn.getpriority.html share/doc/rust/html/libc/unix/bsd/fn.getprogname.html share/doc/rust/html/libc/unix/bsd/fn.getpwuid_r.html +share/doc/rust/html/libc/unix/bsd/fn.if_freenameindex.html +share/doc/rust/html/libc/unix/bsd/fn.if_nameindex.html share/doc/rust/html/libc/unix/bsd/fn.ioctl.html share/doc/rust/html/libc/unix/bsd/fn.kqueue.html +share/doc/rust/html/libc/unix/bsd/fn.linkat.html share/doc/rust/html/libc/unix/bsd/fn.memrchr.html share/doc/rust/html/libc/unix/bsd/fn.mincore.html +share/doc/rust/html/libc/unix/bsd/fn.mkdirat.html +share/doc/rust/html/libc/unix/bsd/fn.mkfifoat.html +share/doc/rust/html/libc/unix/bsd/fn.mknodat.html share/doc/rust/html/libc/unix/bsd/fn.mkostemp.html share/doc/rust/html/libc/unix/bsd/fn.mkostemps.html share/doc/rust/html/libc/unix/bsd/fn.mprotect.html +share/doc/rust/html/libc/unix/bsd/fn.openat.html share/doc/rust/html/libc/unix/bsd/fn.openpty.html +share/doc/rust/html/libc/unix/bsd/fn.pthread_condattr_setclock.html share/doc/rust/html/libc/unix/bsd/fn.pthread_main_np.html share/doc/rust/html/libc/unix/bsd/fn.pthread_set_name_np.html share/doc/rust/html/libc/unix/bsd/fn.pthread_stackseg_np.html +share/doc/rust/html/libc/unix/bsd/fn.readlinkat.html +share/doc/rust/html/libc/unix/bsd/fn.renameat.html share/doc/rust/html/libc/unix/bsd/fn.setgroups.html share/doc/rust/html/libc/unix/bsd/fn.setpriority.html share/doc/rust/html/libc/unix/bsd/fn.setprogname.html share/doc/rust/html/libc/unix/bsd/fn.shm_open.html +share/doc/rust/html/libc/unix/bsd/fn.symlinkat.html share/doc/rust/html/libc/unix/bsd/fn.syscall.html share/doc/rust/html/libc/unix/bsd/fn.sysctl.html +share/doc/rust/html/libc/unix/bsd/fn.unlinkat.html share/doc/rust/html/libc/unix/bsd/fn.unmount.html share/doc/rust/html/libc/unix/bsd/openbsd/ share/doc/rust/html/libc/unix/bsd/openbsd/constant.CTLTYPE_INT.html @@ -6577,6 +6666,7 @@ share/doc/rust/html/libc/unix/bsd/openbs share/doc/rust/html/libc/unix/bsd/openbsd/type.fsfilcnt_t.html share/doc/rust/html/libc/unix/bsd/openbsd/type.pthread_attr_t.html share/doc/rust/html/libc/unix/bsd/openbsd/type.pthread_cond_t.html +share/doc/rust/html/libc/unix/bsd/openbsd/type.pthread_condattr_t.html share/doc/rust/html/libc/unix/bsd/openbsd/type.pthread_mutex_t.html share/doc/rust/html/libc/unix/bsd/openbsd/type.pthread_mutexattr_t.html share/doc/rust/html/libc/unix/bsd/openbsd/type.pthread_rwlock_t.html @@ -6975,11 +7065,13 @@ share/doc/rust/html/libc/unix/bsd/openbs share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SEEK_CUR.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SEEK_END.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SEEK_SET.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SEM_FAILED.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SHUT_RD.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SHUT_RDWR.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SHUT_WR.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SIGABRT.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SIGALRM.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SIGEMT.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SIGFPE.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SIGHUP.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant.SIGILL.html @@ -7135,28 +7227,46 @@ share/doc/rust/html/libc/unix/bsd/openbs share/doc/rust/html/libc/unix/bsd/openbsdlike/constant._SC_XOPEN_SHM.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant._SC_XOPEN_UNIX.html share/doc/rust/html/libc/unix/bsd/openbsdlike/constant._SC_XOPEN_VERSION.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/enum.sem.html share/doc/rust/html/libc/unix/bsd/openbsdlike/enum.timezone.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.WIFSIGNALED.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.WIFSTOPPED.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.WSTOPSIG.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.__errno.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.clock_getres.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.clock_gettime.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.faccessat.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.fchmodat.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.fchownat.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.fdatasync.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.forkpty.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.fstatat.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.futimens.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.getentropy.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.getnameinfo.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.getpriority.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.linkat.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.memrchr.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.mincore.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.mkdirat.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.mkfifoat.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.mknodat.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.mkostemp.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.mkostemps.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.mprotect.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.openat.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.openpty.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.pthread_condattr_setclock.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.pthread_main_np.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.pthread_set_name_np.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.pthread_stackseg_np.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.readlinkat.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.renameat.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.setpriority.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.shm_open.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.symlinkat.html share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.sysctl.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/fn.unlinkat.html share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/ share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/constant.CTLTYPE_INT.html share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/constant.CTLTYPE_NODE.html @@ -7388,6 +7498,7 @@ share/doc/rust/html/libc/unix/bsd/openbs share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/type.fsfilcnt_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/type.pthread_attr_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/type.pthread_cond_t.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/type.pthread_condattr_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/type.pthread_mutex_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/type.pthread_mutexattr_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/openbsd/type.pthread_rwlock_t.html @@ -7422,11 +7533,13 @@ share/doc/rust/html/libc/unix/bsd/openbs share/doc/rust/html/libc/unix/bsd/openbsdlike/type.nlink_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.pthread_attr_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.pthread_cond_t.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/type.pthread_condattr_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.pthread_key_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.pthread_mutex_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.pthread_mutexattr_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.pthread_rwlock_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.rlim_t.html +share/doc/rust/html/libc/unix/bsd/openbsdlike/type.sem_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.sigset_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.speed_t.html share/doc/rust/html/libc/unix/bsd/openbsdlike/type.suseconds_t.html @@ -7439,6 +7552,7 @@ share/doc/rust/html/libc/unix/bsd/struct share/doc/rust/html/libc/unix/bsd/struct.flock.html share/doc/rust/html/libc/unix/bsd/struct.fsid_t.html share/doc/rust/html/libc/unix/bsd/struct.glob_t.html +share/doc/rust/html/libc/unix/bsd/struct.if_nameindex.html share/doc/rust/html/libc/unix/bsd/struct.ifaddrs.html share/doc/rust/html/libc/unix/bsd/struct.lconv.html share/doc/rust/html/libc/unix/bsd/struct.msghdr.html @@ -7475,6 +7589,7 @@ share/doc/rust/html/libc/unix/bsd/type.n share/doc/rust/html/libc/unix/bsd/type.off_t.html share/doc/rust/html/libc/unix/bsd/type.pthread_attr_t.html share/doc/rust/html/libc/unix/bsd/type.pthread_cond_t.html +share/doc/rust/html/libc/unix/bsd/type.pthread_condattr_t.html share/doc/rust/html/libc/unix/bsd/type.pthread_key_t.html share/doc/rust/html/libc/unix/bsd/type.pthread_mutex_t.html share/doc/rust/html/libc/unix/bsd/type.pthread_mutexattr_t.html @@ -7482,6 +7597,7 @@ share/doc/rust/html/libc/unix/bsd/type.p share/doc/rust/html/libc/unix/bsd/type.pthread_t.html share/doc/rust/html/libc/unix/bsd/type.rlim_t.html share/doc/rust/html/libc/unix/bsd/type.sa_family_t.html +share/doc/rust/html/libc/unix/bsd/type.sem_t.html share/doc/rust/html/libc/unix/bsd/type.sigset_t.html share/doc/rust/html/libc/unix/bsd/type.socklen_t.html share/doc/rust/html/libc/unix/bsd/type.speed_t.html @@ -8038,6 +8154,7 @@ share/doc/rust/html/libc/unix/constant.S share/doc/rust/html/libc/unix/constant.SEEK_CUR.html share/doc/rust/html/libc/unix/constant.SEEK_END.html share/doc/rust/html/libc/unix/constant.SEEK_SET.html +share/doc/rust/html/libc/unix/constant.SEM_FAILED.html share/doc/rust/html/libc/unix/constant.SHUT_RD.html share/doc/rust/html/libc/unix/constant.SHUT_RDWR.html share/doc/rust/html/libc/unix/constant.SHUT_WR.html @@ -8046,6 +8163,7 @@ share/doc/rust/html/libc/unix/constant.S share/doc/rust/html/libc/unix/constant.SIGBUS.html share/doc/rust/html/libc/unix/constant.SIGCHLD.html share/doc/rust/html/libc/unix/constant.SIGCONT.html +share/doc/rust/html/libc/unix/constant.SIGEMT.html share/doc/rust/html/libc/unix/constant.SIGFPE.html share/doc/rust/html/libc/unix/constant.SIGHUP.html share/doc/rust/html/libc/unix/constant.SIGILL.html @@ -8169,6 +8287,7 @@ share/doc/rust/html/libc/unix/constant.V share/doc/rust/html/libc/unix/constant.VTIME.html share/doc/rust/html/libc/unix/constant.VWERASE.html share/doc/rust/html/libc/unix/constant.WNOHANG.html +share/doc/rust/html/libc/unix/constant.WUNTRACED.html share/doc/rust/html/libc/unix/constant.W_OK.html share/doc/rust/html/libc/unix/constant.X_OK.html share/doc/rust/html/libc/unix/constant.YESEXPR.html @@ -8260,6 +8379,7 @@ share/doc/rust/html/libc/unix/constant._ share/doc/rust/html/libc/unix/constant._SC_XOPEN_VERSION.html share/doc/rust/html/libc/unix/enum.DIR.html share/doc/rust/html/libc/unix/enum.locale_t.html +share/doc/rust/html/libc/unix/enum.sem.html share/doc/rust/html/libc/unix/enum.timezone.html share/doc/rust/html/libc/unix/fn.FD_CLR.html share/doc/rust/html/libc/unix/fn.FD_ISSET.html @@ -8268,6 +8388,9 @@ share/doc/rust/html/libc/unix/fn.FD_ZERO share/doc/rust/html/libc/unix/fn.WCOREDUMP.html share/doc/rust/html/libc/unix/fn.WEXITSTATUS.html share/doc/rust/html/libc/unix/fn.WIFEXITED.html +share/doc/rust/html/libc/unix/fn.WIFSIGNALED.html +share/doc/rust/html/libc/unix/fn.WIFSTOPPED.html +share/doc/rust/html/libc/unix/fn.WSTOPSIG.html share/doc/rust/html/libc/unix/fn.WTERMSIG.html share/doc/rust/html/libc/unix/fn.__errno.html share/doc/rust/html/libc/unix/fn.accept.html @@ -8300,7 +8423,10 @@ share/doc/rust/html/libc/unix/fn.dup2.ht share/doc/rust/html/libc/unix/fn.execv.html share/doc/rust/html/libc/unix/fn.execve.html share/doc/rust/html/libc/unix/fn.execvp.html +share/doc/rust/html/libc/unix/fn.faccessat.html share/doc/rust/html/libc/unix/fn.fchmod.html +share/doc/rust/html/libc/unix/fn.fchmodat.html +share/doc/rust/html/libc/unix/fn.fchownat.html share/doc/rust/html/libc/unix/fn.fcntl.html share/doc/rust/html/libc/unix/fn.fdatasync.html share/doc/rust/html/libc/unix/fn.fdopen.html @@ -8315,6 +8441,7 @@ share/doc/rust/html/libc/unix/fn.freeifa share/doc/rust/html/libc/unix/fn.fscanf.html share/doc/rust/html/libc/unix/fn.fseeko.html share/doc/rust/html/libc/unix/fn.fstat.html +share/doc/rust/html/libc/unix/fn.fstatat.html share/doc/rust/html/libc/unix/fn.fstatvfs.html share/doc/rust/html/libc/unix/fn.fsync.html share/doc/rust/html/libc/unix/fn.ftello.html @@ -8353,13 +8480,17 @@ share/doc/rust/html/libc/unix/fn.getuid. share/doc/rust/html/libc/unix/fn.glob.html share/doc/rust/html/libc/unix/fn.globfree.html share/doc/rust/html/libc/unix/fn.gmtime_r.html +share/doc/rust/html/libc/unix/fn.if_freenameindex.html share/doc/rust/html/libc/unix/fn.if_indextoname.html +share/doc/rust/html/libc/unix/fn.if_nameindex.html share/doc/rust/html/libc/unix/fn.if_nametoindex.html share/doc/rust/html/libc/unix/fn.ioctl.html share/doc/rust/html/libc/unix/fn.isatty.html share/doc/rust/html/libc/unix/fn.kill.html share/doc/rust/html/libc/unix/fn.kqueue.html +share/doc/rust/html/libc/unix/fn.lchown.html share/doc/rust/html/libc/unix/fn.link.html +share/doc/rust/html/libc/unix/fn.linkat.html share/doc/rust/html/libc/unix/fn.listen.html share/doc/rust/html/libc/unix/fn.localeconv.html share/doc/rust/html/libc/unix/fn.localtime_r.html @@ -8369,9 +8500,12 @@ share/doc/rust/html/libc/unix/fn.madvise share/doc/rust/html/libc/unix/fn.memrchr.html share/doc/rust/html/libc/unix/fn.mincore.html share/doc/rust/html/libc/unix/fn.mkdir.html +share/doc/rust/html/libc/unix/fn.mkdirat.html share/doc/rust/html/libc/unix/fn.mkdtemp.html share/doc/rust/html/libc/unix/fn.mkfifo.html +share/doc/rust/html/libc/unix/fn.mkfifoat.html share/doc/rust/html/libc/unix/fn.mknod.html +share/doc/rust/html/libc/unix/fn.mknodat.html share/doc/rust/html/libc/unix/fn.mkostemp.html share/doc/rust/html/libc/unix/fn.mkostemps.html share/doc/rust/html/libc/unix/fn.mkstemp.html @@ -8389,6 +8523,7 @@ share/doc/rust/html/libc/unix/fn.nanosle share/doc/rust/html/libc/unix/fn.nice.html share/doc/rust/html/libc/unix/fn.nl_langinfo.html share/doc/rust/html/libc/unix/fn.open.html +share/doc/rust/html/libc/unix/fn.openat.html share/doc/rust/html/libc/unix/fn.opendir.html share/doc/rust/html/libc/unix/fn.openlog.html share/doc/rust/html/libc/unix/fn.openpty.html @@ -8409,9 +8544,13 @@ share/doc/rust/html/libc/unix/fn.pthread share/doc/rust/html/libc/unix/fn.pthread_attr_setstacksize.html share/doc/rust/html/libc/unix/fn.pthread_cond_broadcast.html share/doc/rust/html/libc/unix/fn.pthread_cond_destroy.html +share/doc/rust/html/libc/unix/fn.pthread_cond_init.html share/doc/rust/html/libc/unix/fn.pthread_cond_signal.html share/doc/rust/html/libc/unix/fn.pthread_cond_timedwait.html share/doc/rust/html/libc/unix/fn.pthread_cond_wait.html +share/doc/rust/html/libc/unix/fn.pthread_condattr_destroy.html +share/doc/rust/html/libc/unix/fn.pthread_condattr_init.html +share/doc/rust/html/libc/unix/fn.pthread_condattr_setclock.html share/doc/rust/html/libc/unix/fn.pthread_create.html share/doc/rust/html/libc/unix/fn.pthread_detach.html share/doc/rust/html/libc/unix/fn.pthread_getspecific.html @@ -8445,17 +8584,27 @@ share/doc/rust/html/libc/unix/fn.raise.h share/doc/rust/html/libc/unix/fn.read.html share/doc/rust/html/libc/unix/fn.readdir_r.html share/doc/rust/html/libc/unix/fn.readlink.html +share/doc/rust/html/libc/unix/fn.readlinkat.html share/doc/rust/html/libc/unix/fn.readv.html share/doc/rust/html/libc/unix/fn.realpath.html share/doc/rust/html/libc/unix/fn.recv.html share/doc/rust/html/libc/unix/fn.recvfrom.html share/doc/rust/html/libc/unix/fn.recvmsg.html +share/doc/rust/html/libc/unix/fn.renameat.html share/doc/rust/html/libc/unix/fn.rewinddir.html share/doc/rust/html/libc/unix/fn.rmdir.html share/doc/rust/html/libc/unix/fn.scanf.html share/doc/rust/html/libc/unix/fn.sched_yield.html share/doc/rust/html/libc/unix/fn.seekdir.html share/doc/rust/html/libc/unix/fn.select.html +share/doc/rust/html/libc/unix/fn.sem_close.html +share/doc/rust/html/libc/unix/fn.sem_destroy.html +share/doc/rust/html/libc/unix/fn.sem_init.html +share/doc/rust/html/libc/unix/fn.sem_open.html +share/doc/rust/html/libc/unix/fn.sem_post.html +share/doc/rust/html/libc/unix/fn.sem_trywait.html +share/doc/rust/html/libc/unix/fn.sem_unlink.html +share/doc/rust/html/libc/unix/fn.sem_wait.html share/doc/rust/html/libc/unix/fn.send.html share/doc/rust/html/libc/unix/fn.sendmsg.html share/doc/rust/html/libc/unix/fn.sendto.html @@ -8493,6 +8642,7 @@ share/doc/rust/html/libc/unix/fn.stat.ht share/doc/rust/html/libc/unix/fn.statvfs.html share/doc/rust/html/libc/unix/fn.strerror_r.html share/doc/rust/html/libc/unix/fn.symlink.html +share/doc/rust/html/libc/unix/fn.symlinkat.html share/doc/rust/html/libc/unix/fn.syscall.html share/doc/rust/html/libc/unix/fn.sysconf.html share/doc/rust/html/libc/unix/fn.sysctl.html @@ -8510,6 +8660,7 @@ share/doc/rust/html/libc/unix/fn.ttyname share/doc/rust/html/libc/unix/fn.umask.html share/doc/rust/html/libc/unix/fn.uname.html share/doc/rust/html/libc/unix/fn.unlink.html +share/doc/rust/html/libc/unix/fn.unlinkat.html share/doc/rust/html/libc/unix/fn.unmount.html share/doc/rust/html/libc/unix/fn.unsetenv.html share/doc/rust/html/libc/unix/fn.usleep.html @@ -8750,6 +8901,7 @@ share/doc/rust/html/libc/unix/openbsd/ty share/doc/rust/html/libc/unix/openbsd/type.fsfilcnt_t.html share/doc/rust/html/libc/unix/openbsd/type.pthread_attr_t.html share/doc/rust/html/libc/unix/openbsd/type.pthread_cond_t.html +share/doc/rust/html/libc/unix/openbsd/type.pthread_condattr_t.html share/doc/rust/html/libc/unix/openbsd/type.pthread_mutex_t.html share/doc/rust/html/libc/unix/openbsd/type.pthread_mutexattr_t.html share/doc/rust/html/libc/unix/openbsd/type.pthread_rwlock_t.html @@ -9148,11 +9300,13 @@ share/doc/rust/html/libc/unix/openbsdlik share/doc/rust/html/libc/unix/openbsdlike/constant.SEEK_CUR.html share/doc/rust/html/libc/unix/openbsdlike/constant.SEEK_END.html share/doc/rust/html/libc/unix/openbsdlike/constant.SEEK_SET.html +share/doc/rust/html/libc/unix/openbsdlike/constant.SEM_FAILED.html share/doc/rust/html/libc/unix/openbsdlike/constant.SHUT_RD.html share/doc/rust/html/libc/unix/openbsdlike/constant.SHUT_RDWR.html share/doc/rust/html/libc/unix/openbsdlike/constant.SHUT_WR.html share/doc/rust/html/libc/unix/openbsdlike/constant.SIGABRT.html share/doc/rust/html/libc/unix/openbsdlike/constant.SIGALRM.html +share/doc/rust/html/libc/unix/openbsdlike/constant.SIGEMT.html share/doc/rust/html/libc/unix/openbsdlike/constant.SIGFPE.html share/doc/rust/html/libc/unix/openbsdlike/constant.SIGHUP.html share/doc/rust/html/libc/unix/openbsdlike/constant.SIGILL.html @@ -9308,28 +9462,46 @@ share/doc/rust/html/libc/unix/openbsdlik share/doc/rust/html/libc/unix/openbsdlike/constant._SC_XOPEN_SHM.html share/doc/rust/html/libc/unix/openbsdlike/constant._SC_XOPEN_UNIX.html share/doc/rust/html/libc/unix/openbsdlike/constant._SC_XOPEN_VERSION.html +share/doc/rust/html/libc/unix/openbsdlike/enum.sem.html share/doc/rust/html/libc/unix/openbsdlike/enum.timezone.html +share/doc/rust/html/libc/unix/openbsdlike/fn.WIFSIGNALED.html +share/doc/rust/html/libc/unix/openbsdlike/fn.WIFSTOPPED.html +share/doc/rust/html/libc/unix/openbsdlike/fn.WSTOPSIG.html share/doc/rust/html/libc/unix/openbsdlike/fn.__errno.html share/doc/rust/html/libc/unix/openbsdlike/fn.clock_getres.html share/doc/rust/html/libc/unix/openbsdlike/fn.clock_gettime.html +share/doc/rust/html/libc/unix/openbsdlike/fn.faccessat.html +share/doc/rust/html/libc/unix/openbsdlike/fn.fchmodat.html +share/doc/rust/html/libc/unix/openbsdlike/fn.fchownat.html share/doc/rust/html/libc/unix/openbsdlike/fn.fdatasync.html share/doc/rust/html/libc/unix/openbsdlike/fn.forkpty.html +share/doc/rust/html/libc/unix/openbsdlike/fn.fstatat.html share/doc/rust/html/libc/unix/openbsdlike/fn.futimens.html share/doc/rust/html/libc/unix/openbsdlike/fn.getentropy.html share/doc/rust/html/libc/unix/openbsdlike/fn.getnameinfo.html share/doc/rust/html/libc/unix/openbsdlike/fn.getpriority.html +share/doc/rust/html/libc/unix/openbsdlike/fn.linkat.html share/doc/rust/html/libc/unix/openbsdlike/fn.memrchr.html share/doc/rust/html/libc/unix/openbsdlike/fn.mincore.html +share/doc/rust/html/libc/unix/openbsdlike/fn.mkdirat.html +share/doc/rust/html/libc/unix/openbsdlike/fn.mkfifoat.html +share/doc/rust/html/libc/unix/openbsdlike/fn.mknodat.html share/doc/rust/html/libc/unix/openbsdlike/fn.mkostemp.html share/doc/rust/html/libc/unix/openbsdlike/fn.mkostemps.html share/doc/rust/html/libc/unix/openbsdlike/fn.mprotect.html +share/doc/rust/html/libc/unix/openbsdlike/fn.openat.html share/doc/rust/html/libc/unix/openbsdlike/fn.openpty.html +share/doc/rust/html/libc/unix/openbsdlike/fn.pthread_condattr_setclock.html share/doc/rust/html/libc/unix/openbsdlike/fn.pthread_main_np.html share/doc/rust/html/libc/unix/openbsdlike/fn.pthread_set_name_np.html share/doc/rust/html/libc/unix/openbsdlike/fn.pthread_stackseg_np.html +share/doc/rust/html/libc/unix/openbsdlike/fn.readlinkat.html +share/doc/rust/html/libc/unix/openbsdlike/fn.renameat.html share/doc/rust/html/libc/unix/openbsdlike/fn.setpriority.html share/doc/rust/html/libc/unix/openbsdlike/fn.shm_open.html +share/doc/rust/html/libc/unix/openbsdlike/fn.symlinkat.html share/doc/rust/html/libc/unix/openbsdlike/fn.sysctl.html +share/doc/rust/html/libc/unix/openbsdlike/fn.unlinkat.html share/doc/rust/html/libc/unix/openbsdlike/openbsd/ share/doc/rust/html/libc/unix/openbsdlike/openbsd/constant.CTLTYPE_INT.html share/doc/rust/html/libc/unix/openbsdlike/openbsd/constant.CTLTYPE_NODE.html @@ -9561,6 +9733,7 @@ share/doc/rust/html/libc/unix/openbsdlik share/doc/rust/html/libc/unix/openbsdlike/openbsd/type.fsfilcnt_t.html share/doc/rust/html/libc/unix/openbsdlike/openbsd/type.pthread_attr_t.html share/doc/rust/html/libc/unix/openbsdlike/openbsd/type.pthread_cond_t.html +share/doc/rust/html/libc/unix/openbsdlike/openbsd/type.pthread_condattr_t.html share/doc/rust/html/libc/unix/openbsdlike/openbsd/type.pthread_mutex_t.html share/doc/rust/html/libc/unix/openbsdlike/openbsd/type.pthread_mutexattr_t.html share/doc/rust/html/libc/unix/openbsdlike/openbsd/type.pthread_rwlock_t.html @@ -9595,11 +9768,13 @@ share/doc/rust/html/libc/unix/openbsdlik share/doc/rust/html/libc/unix/openbsdlike/type.nlink_t.html share/doc/rust/html/libc/unix/openbsdlike/type.pthread_attr_t.html share/doc/rust/html/libc/unix/openbsdlike/type.pthread_cond_t.html +share/doc/rust/html/libc/unix/openbsdlike/type.pthread_condattr_t.html share/doc/rust/html/libc/unix/openbsdlike/type.pthread_key_t.html share/doc/rust/html/libc/unix/openbsdlike/type.pthread_mutex_t.html share/doc/rust/html/libc/unix/openbsdlike/type.pthread_mutexattr_t.html share/doc/rust/html/libc/unix/openbsdlike/type.pthread_rwlock_t.html share/doc/rust/html/libc/unix/openbsdlike/type.rlim_t.html +share/doc/rust/html/libc/unix/openbsdlike/type.sem_t.html share/doc/rust/html/libc/unix/openbsdlike/type.sigset_t.html share/doc/rust/html/libc/unix/openbsdlike/type.speed_t.html share/doc/rust/html/libc/unix/openbsdlike/type.suseconds_t.html @@ -9613,6 +9788,7 @@ share/doc/rust/html/libc/unix/struct.flo share/doc/rust/html/libc/unix/struct.fsid_t.html share/doc/rust/html/libc/unix/struct.glob_t.html share/doc/rust/html/libc/unix/struct.hostent.html +share/doc/rust/html/libc/unix/struct.if_nameindex.html share/doc/rust/html/libc/unix/struct.ifaddrs.html share/doc/rust/html/libc/unix/struct.in6_addr.html share/doc/rust/html/libc/unix/struct.in_addr.html @@ -9620,6 +9796,7 @@ share/doc/rust/html/libc/unix/struct.iov share/doc/rust/html/libc/unix/struct.ip_mreq.html share/doc/rust/html/libc/unix/struct.ipv6_mreq.html share/doc/rust/html/libc/unix/struct.lconv.html +share/doc/rust/html/libc/unix/struct.linger.html share/doc/rust/html/libc/unix/struct.msghdr.html share/doc/rust/html/libc/unix/struct.passwd.html share/doc/rust/html/libc/unix/struct.pollfd.html @@ -9666,6 +9843,7 @@ share/doc/rust/html/libc/unix/type.off_t share/doc/rust/html/libc/unix/type.pid_t.html share/doc/rust/html/libc/unix/type.pthread_attr_t.html share/doc/rust/html/libc/unix/type.pthread_cond_t.html +share/doc/rust/html/libc/unix/type.pthread_condattr_t.html share/doc/rust/html/libc/unix/type.pthread_key_t.html share/doc/rust/html/libc/unix/type.pthread_mutex_t.html share/doc/rust/html/libc/unix/type.pthread_mutexattr_t.html @@ -9673,6 +9851,7 @@ share/doc/rust/html/libc/unix/type.pthre share/doc/rust/html/libc/unix/type.pthread_t.html share/doc/rust/html/libc/unix/type.rlim_t.html share/doc/rust/html/libc/unix/type.sa_family_t.html +share/doc/rust/html/libc/unix/type.sem_t.html share/doc/rust/html/libc/unix/type.sighandler_t.html share/doc/rust/html/libc/unix/type.sigset_t.html share/doc/rust/html/libc/unix/type.socklen_t.html @@ -9753,6 +9932,7 @@ share/doc/rust/html/rustc_unicode/char/c share/doc/rust/html/rustc_unicode/char/constant.REPLACEMENT_CHARACTER.html share/doc/rust/html/rustc_unicode/char/constant.UNICODE_VERSION.html share/doc/rust/html/rustc_unicode/char/fn.decode_utf16.html +share/doc/rust/html/rustc_unicode/char/fn.decode_utf8.html share/doc/rust/html/rustc_unicode/char/fn.from_digit.html share/doc/rust/html/rustc_unicode/char/fn.from_u32.html share/doc/rust/html/rustc_unicode/char/fn.from_u32_unchecked.html @@ -9760,8 +9940,10 @@ share/doc/rust/html/rustc_unicode/char/i share/doc/rust/html/rustc_unicode/char/sidebar-items.js share/doc/rust/html/rustc_unicode/char/struct.DecodeUtf16.html share/doc/rust/html/rustc_unicode/char/struct.DecodeUtf16Error.html +share/doc/rust/html/rustc_unicode/char/struct.DecodeUtf8.html share/doc/rust/html/rustc_unicode/char/struct.EncodeUtf16.html share/doc/rust/html/rustc_unicode/char/struct.EncodeUtf8.html +share/doc/rust/html/rustc_unicode/char/struct.EscapeDebug.html share/doc/rust/html/rustc_unicode/char/struct.EscapeDefault.html share/doc/rust/html/rustc_unicode/char/struct.EscapeUnicode.html share/doc/rust/html/rustc_unicode/char/struct.ToLowercase.html @@ -9836,6 +10018,7 @@ share/doc/rust/html/src/core/array.rs.ht share/doc/rust/html/src/core/borrow.rs.html share/doc/rust/html/src/core/cell.rs.html share/doc/rust/html/src/core/char.rs.html +share/doc/rust/html/src/core/char_private.rs.html share/doc/rust/html/src/core/clone.rs.html share/doc/rust/html/src/core/cmp.rs.html share/doc/rust/html/src/core/convert.rs.html @@ -10070,8 +10253,6 @@ share/doc/rust/html/src/std/time/ share/doc/rust/html/src/std/time/duration.rs.html share/doc/rust/html/src/std/time/mod.rs.html share/doc/rust/html/std/ -share/doc/rust/html/std/__rand/ -share/doc/rust/html/std/__rand/trait.Rng.html share/doc/rust/html/std/any/ share/doc/rust/html/std/any/index.html share/doc/rust/html/std/any/sidebar-items.js @@ -10102,6 +10283,8 @@ share/doc/rust/html/std/cell/ share/doc/rust/html/std/cell/enum.BorrowState.html share/doc/rust/html/std/cell/index.html share/doc/rust/html/std/cell/sidebar-items.js +share/doc/rust/html/std/cell/struct.BorrowError.html +share/doc/rust/html/std/cell/struct.BorrowMutError.html share/doc/rust/html/std/cell/struct.Cell.html share/doc/rust/html/std/cell/struct.Ref.html share/doc/rust/html/std/cell/struct.RefCell.html @@ -10112,6 +10295,7 @@ share/doc/rust/html/std/char/constant.MA share/doc/rust/html/std/char/constant.REPLACEMENT_CHARACTER.html share/doc/rust/html/std/char/constant.UNICODE_VERSION.html share/doc/rust/html/std/char/fn.decode_utf16.html +share/doc/rust/html/std/char/fn.decode_utf8.html share/doc/rust/html/std/char/fn.from_digit.html share/doc/rust/html/std/char/fn.from_u32.html share/doc/rust/html/std/char/fn.from_u32_unchecked.html @@ -10119,8 +10303,10 @@ share/doc/rust/html/std/char/index.html share/doc/rust/html/std/char/sidebar-items.js share/doc/rust/html/std/char/struct.DecodeUtf16.html share/doc/rust/html/std/char/struct.DecodeUtf16Error.html +share/doc/rust/html/std/char/struct.DecodeUtf8.html share/doc/rust/html/std/char/struct.EncodeUtf16.html share/doc/rust/html/std/char/struct.EncodeUtf8.html +share/doc/rust/html/std/char/struct.EscapeDebug.html share/doc/rust/html/std/char/struct.EscapeDefault.html share/doc/rust/html/std/char/struct.EscapeUnicode.html share/doc/rust/html/std/char/struct.ToLowercase.html @@ -10400,15 +10586,6 @@ share/doc/rust/html/std/fmt/ share/doc/rust/html/std/fmt/fn.format.html share/doc/rust/html/std/fmt/fn.write.html share/doc/rust/html/std/fmt/index.html -share/doc/rust/html/std/fmt/rt/ -share/doc/rust/html/std/fmt/rt/index.html -share/doc/rust/html/std/fmt/rt/v1/ -share/doc/rust/html/std/fmt/rt/v1/enum.Alignment.html -share/doc/rust/html/std/fmt/rt/v1/enum.Count.html -share/doc/rust/html/std/fmt/rt/v1/enum.Position.html -share/doc/rust/html/std/fmt/rt/v1/index.html -share/doc/rust/html/std/fmt/rt/v1/struct.Argument.html -share/doc/rust/html/std/fmt/rt/v1/struct.FormatSpec.html share/doc/rust/html/std/fmt/sidebar-items.js share/doc/rust/html/std/fmt/struct.Arguments.html share/doc/rust/html/std/fmt/struct.DebugList.html @@ -10635,7 +10812,6 @@ share/doc/rust/html/std/intrinsics/fn.po share/doc/rust/html/std/intrinsics/fn.powif32.html share/doc/rust/html/std/intrinsics/fn.powif64.html share/doc/rust/html/std/intrinsics/fn.pref_align_of.html -share/doc/rust/html/std/intrinsics/fn.return_address.html share/doc/rust/html/std/intrinsics/fn.rintf32.html share/doc/rust/html/std/intrinsics/fn.rintf64.html share/doc/rust/html/std/intrinsics/fn.roundf32.html @@ -11129,17 +11305,6 @@ share/doc/rust/html/std/ptr/index.html share/doc/rust/html/std/ptr/sidebar-items.js share/doc/rust/html/std/ptr/struct.Shared.html share/doc/rust/html/std/ptr/struct.Unique.html -share/doc/rust/html/std/rand/ -share/doc/rust/html/std/rand/reseeding/ -share/doc/rust/html/std/rand/reseeding/index.html -share/doc/rust/html/std/rand/reseeding/struct.ReseedWithDefault.html -share/doc/rust/html/std/rand/reseeding/struct.ReseedingRng.html -share/doc/rust/html/std/rand/reseeding/trait.Reseeder.html -share/doc/rust/html/std/rand/struct.Isaac64Rng.html -share/doc/rust/html/std/rand/struct.IsaacRng.html -share/doc/rust/html/std/rand/struct.XorShiftRng.html -share/doc/rust/html/std/rand/trait.Rng.html -share/doc/rust/html/std/rand/trait.SeedableRng.html share/doc/rust/html/std/raw/ share/doc/rust/html/std/raw/index.html share/doc/rust/html/std/raw/sidebar-items.js @@ -11253,14 +11418,9 @@ share/doc/rust/html/std/sync/barrier/ share/doc/rust/html/std/sync/barrier/struct.Barrier.html share/doc/rust/html/std/sync/barrier/struct.BarrierWaitResult.html share/doc/rust/html/std/sync/condvar/ -share/doc/rust/html/std/sync/condvar/constant.CONDVAR_INIT.html share/doc/rust/html/std/sync/condvar/struct.Condvar.html -share/doc/rust/html/std/sync/condvar/struct.StaticCondvar.html share/doc/rust/html/std/sync/condvar/struct.WaitTimeoutResult.html -share/doc/rust/html/std/sync/constant.CONDVAR_INIT.html -share/doc/rust/html/std/sync/constant.MUTEX_INIT.html share/doc/rust/html/std/sync/constant.ONCE_INIT.html -share/doc/rust/html/std/sync/constant.RW_LOCK_INIT.html share/doc/rust/html/std/sync/enum.TryLockError.html share/doc/rust/html/std/sync/index.html share/doc/rust/html/std/sync/mpsc/ @@ -11283,21 +11443,18 @@ share/doc/rust/html/std/sync/mpsc/struct share/doc/rust/html/std/sync/mpsc/struct.SendError.html share/doc/rust/html/std/sync/mpsc/struct.Sender.html share/doc/rust/html/std/sync/mpsc/struct.SyncSender.html +share/doc/rust/html/std/sync/mpsc/struct.TryIter.html share/doc/rust/html/std/sync/mutex/ -share/doc/rust/html/std/sync/mutex/constant.MUTEX_INIT.html share/doc/rust/html/std/sync/mutex/struct.Mutex.html share/doc/rust/html/std/sync/mutex/struct.MutexGuard.html -share/doc/rust/html/std/sync/mutex/struct.StaticMutex.html share/doc/rust/html/std/sync/once/ share/doc/rust/html/std/sync/once/constant.ONCE_INIT.html share/doc/rust/html/std/sync/once/struct.Once.html share/doc/rust/html/std/sync/once/struct.OnceState.html share/doc/rust/html/std/sync/rwlock/ -share/doc/rust/html/std/sync/rwlock/constant.RW_LOCK_INIT.html share/doc/rust/html/std/sync/rwlock/struct.RwLock.html share/doc/rust/html/std/sync/rwlock/struct.RwLockReadGuard.html share/doc/rust/html/std/sync/rwlock/struct.RwLockWriteGuard.html -share/doc/rust/html/std/sync/rwlock/struct.StaticRwLock.html share/doc/rust/html/std/sync/sidebar-items.js share/doc/rust/html/std/sync/struct.Arc.html share/doc/rust/html/std/sync/struct.Barrier.html @@ -11311,9 +11468,6 @@ share/doc/rust/html/std/sync/struct.Pois share/doc/rust/html/std/sync/struct.RwLock.html share/doc/rust/html/std/sync/struct.RwLockReadGuard.html share/doc/rust/html/std/sync/struct.RwLockWriteGuard.html -share/doc/rust/html/std/sync/struct.StaticCondvar.html -share/doc/rust/html/std/sync/struct.StaticMutex.html -share/doc/rust/html/std/sync/struct.StaticRwLock.html share/doc/rust/html/std/sync/struct.WaitTimeoutResult.html share/doc/rust/html/std/sync/struct.Weak.html share/doc/rust/html/std/sync/type.LockResult.html @@ -11371,7 +11525,6 @@ share/doc/rust/html/std/sys/ext/thread/ share/doc/rust/html/std/sys/ext/thread/index.html share/doc/rust/html/std/sys/ext/thread/trait.JoinHandleExt.html share/doc/rust/html/std/sys/ext/thread/type.RawPthread.html -share/doc/rust/html/std/sys/fn.signal.html share/doc/rust/html/std/sys_common/ share/doc/rust/html/std/sys_common/poison/ share/doc/rust/html/std/sys_common/poison/enum.TryLockError.html