- Aug 27, 2016
-
-
Alex Crichton authored
-
Alex Crichton authored
-
Alex Crichton authored
-
Alex Crichton authored
Use the standard mips compilers from Ubuntu now
-
Alex Crichton authored
-
Alex Crichton authored
-
- Aug 05, 2016
-
-
Alex Crichton authored
Bump to 0.2.15
-
Alex Crichton authored
Add memcpy and memmove
-
- Aug 04, 2016
-
-
meh authored
-
Alex Crichton authored
-
- Aug 03, 2016
-
-
Alex Crichton authored
Add `getpgid`.
-
Corey Farwell authored
-
- Aug 01, 2016
-
-
Alex Crichton authored
Add clock_nanosleep for linux and solaris
-
Letheed authored
-
- Jul 31, 2016
-
-
Alex Crichton authored
Added Ptrace option parameters
-
valarauca authored
Accidentally duplicated a line 3 times.
-
Alex Crichton authored
Add functions to get password/group file entry
-
valarauca authored
When the tracer process (often parent, but not necessarily) starts tracing it needs to pass the kernel options about what it is trying to accomplish. These constants were not defined in this document, so I'm attempting to add them.
-
Knight authored
-
Knight authored
-
- Jul 28, 2016
-
-
Alex Crichton authored
Add utmpx
-
- Jul 27, 2016
-
-
Knight authored
-
Knight authored
-
Knight authored
-
Knight authored
-
Alex Crichton authored
arm-musl targets now use cfg(target_env = "musl")
-
- Jul 26, 2016
-
-
Jorge Aparicio authored
-
- Jul 25, 2016
-
-
Alex Crichton authored
Add sethostname for freebsdlike operating systems
-
- Jul 24, 2016
-
-
Alan Somers authored
-
- Jul 22, 2016
-
-
Alex Crichton authored
Add setlocale and wsetlocale for Windows
-
ParadoxSpiral authored
-
- Jul 21, 2016
-
-
Alex Crichton authored
Add support for pthread_condattr_t on Unix platforms.
-
Tomasz Miąsko authored
Both pthread_condattr_setclock and pthread_condattr_getclock are guarded by #if defined(_NETBSD_SOURCE) on NetBSD.
-
Tomasz Miąsko authored
Following types and function have been added: * pthread_cond_init * pthread_condattr_t * pthread_condattr_init * pthread_condattr_destroy * pthread_condattr_setclock [0] * pthread_condattr_getclock [0][1] [0] Not available on OSX. [1] May be unavailable on NetBSD, it is a very recent addition. Left out from openbsdlike hierarchy for now.
-
- Jul 15, 2016
-
-
Alex Crichton authored
Cast unsigned literals to signed integers.
-
Philipp Matthias Schaefer authored
This makes it explicity that we know the literals are to large and will result in a negative number. This gets rid of a warning in 1.9.0 and younger versions, as well as an error when using the constants as discrimintants of #[repr(i32)] enumerations in older versions.
-
- Jul 12, 2016
-
-
Alex Crichton authored
Linux: add reboot() and constants
-
Sergey Bugaev authored
This reverts commit ea0a870b.
-
Sergey Bugaev authored
This reverts commit 43ab51cb.
-
Sergey Bugaev authored
-