- Sep 26, 2019
-
-
Baoshan Pang authored
-
- Sep 24, 2019
-
-
Baoshan authored
Sync to rust-lang/libc branch master
-
bors authored
VxWorks libc cleanups and fixes for some libc-test issues
-
Baoshan Pang authored
-
Baoshan Pang authored
-
- Sep 23, 2019
-
-
Baoshan authored
move rtpSpawn and RTP_ID_ERROR from libstd to libc
-
Baoshan Pang authored
-
n-salim authored
use union for unions
-
Baoshan Pang authored
-
Baoshan Pang authored
-
- Sep 22, 2019
-
-
bors authored
Add environment variable FILTER to choose which target(s) to run
-
Baoshan Pang authored
-
- Sep 21, 2019
-
-
bors authored
Skip max_align_t in FreeBSD10 This error was able to land because FreeBSD10 is not checked by bors yet (see: RCS PR: https://github.com/rust-lang/rust-central-station/pull/481) .
-
bors authored
Fixes Two patches fixing minor issues.
-
gnzlbg authored
-
bors authored
Add FreeBSD10 support This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only. cc @asomers this is a follow up to #1491 .
-
- Sep 20, 2019
-
-
n-salim authored
VxWorks libc cleanups and fixes for some libc-test issues that were p…
-
Salim Nasser authored
-
bors authored
Implement max_align_t Implement `max_align_t` for windows and unix targets. WIP: at this stage I just want to see what breaks.
-
gnzlbg authored
-
bors authored
pthread_exit return type fix Closes: #1520
-
Artyom Pavlov authored
-
Artyom Pavlov authored
-
Artyom Pavlov authored
-
Baoshan authored
Sync to rust-lang/libc branch master
- Sep 19, 2019
- Sep 18, 2019
-
-
Philipp Gesang authored
Signed-off-by:
Philipp Gesang <phg@phi-gamma.net>
-
Philipp Gesang authored
It's *msg_prio* in both manpages and posix.
-
bors authored
Fix building error at backtrace I get this error when builind backtrace: error[E0308]: mismatched types --> /folk/prj-rust-dev/bpang/ala-diab-pb19l/fix_bugs/latest/.cargo/git/checkouts/backtrace-rs-fb1f822361417489/e745627/src/symboli\ ze/dladdr.rs:38:73 | 38 | Some(SymbolName::new(slice::from_raw_parts(ptr, len))) | ^^^ expected usize, found u64 help: you can convert an `u64` to `usize` and panic if the converted value wouldn't fit It shows the 'size_t' is expected to be defined as "usize".
-
- Sep 17, 2019
-
-
Baoshan Pang authored
defining uintptr_t = usize and intptr_t/ptrdiff_t = isize, and using uintptr_t to define size_t, and intptr_t to define ssize_t.
-
Baoshan authored
Sync with rust-lang/libc branch master
-
bors authored
updates for vxworks fix problems found in testing VxWorks socket and epoll definitions needed by mio and related crates; epoll only supported in VxWorks kernel; just provide stub definitions for user mode for now Fixed usage of isize libc VxWorks cleanups and additions remove copyright notice
-
- Sep 16, 2019
-
-
Baoshan Pang authored
2. implement Debug for big size array 3. remove code related to epoll 4. use 'pub enum' for _Vx_semaphore
-
gnzlbg authored
This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only.
-
bors authored
add isblank Fixes #1509
-
Magnus Ulimoen authored
-
- Sep 14, 2019
-
-
Baoshan Pang authored
-