summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/rust-lang/libcKelvin Ly2017-07-3153-373/+4051
|\
| * Add EVFILT_EXCEPT constantMichael Neumann2017-07-301-0/+1
| * add SO_RCVBUFFORCE for s390xNicolas Dusart2017-07-271-0/+1
| * Auto merge of #697 - wezm:openbsd-so_timestamp, r=alexcrichtonbors2017-07-251-0/+1
| |\
| | * Add SO_TIMESTAMP for OpenBSD like OSesWesley Moore2017-07-251-0/+1
| * | change type of INADDR constants to in_addr_tNicolas Dusart2017-07-251-4/+4
| |/
| * Auto merge of #695 - ndusart:inaddrany, r=alexcrichtonbors2017-07-242-5/+5
| |\
| | * define INADDR_* constants in unix platformsNicolas Dusart2017-07-242-5/+5
| * | PTHREAD_PROCESS_PRIVATE needs to be a 16-bit type on SolarisDanek Duvall2017-07-241-1/+1
| |/
| * Auto merge of #689 - lucab:ups/fexecve, r=alexcrichtonbors2017-07-231-0/+3
| |\
| | * unix: add fexecve()Luca Bruno2017-07-221-0/+3
| * | Auto merge of #686 - marmistrz:regs, r=alexcrichtonbors2017-07-222-0/+48
| |\ \ | | |/ | |/|
| | * Add offsets in user_regs_struct from sys/reg.hMarcin Mielniczuk2017-07-212-0/+48
| * | Auto merge of #671 - Susurrus:signalfd_android, r=alexcrichtonbors2017-07-201-0/+26
| |\ \
| | * | Add signalfd and related to androidBryant Mairs2017-07-201-0/+26
| * | | Auto merge of #683 - ndusart:af_const, r=alexcrichtonbors2017-07-2023-3/+34
| |\ \ \
| | * | | add missing O_* flagsNicolas Dusart2017-07-2023-3/+33
| | * | | Add SO_RCVBUFFORCE in AndroidNicolas Dusart2017-07-201-0/+1
| | | |/ | | |/|
| * | | Auto merge of #673 - g2p:fallocate-flags, r=alexcrichtonbors2017-07-204-9/+7
| |\ \ \ | | |_|/ | |/| |
| | * | Add all current fallocate flagsGabriel2017-07-194-9/+7
| * | | Auto merge of #679 - GuillaumeGomez:other-mac-structs, r=alexcrichtonbors2017-07-193-0/+83
| |\ \ \
| | * | | Add mac structsGuillaume Gomez2017-07-193-0/+83
| | | |/ | | |/|
| * | | Restore SYS_* constants to the c_long typeAlex Crichton2017-07-192-711/+711
| |/ /
| * | Auto merge of #672 - marmistrz:master, r=alexcrichtonbors2017-07-182-6/+716
| |\ \ | | |/ | |/|
| | * Remove existing SYS_* entiresMarcin Mielniczuk2017-07-182-6/+0
| | * Rename __NR_ to SYS_, move before extern fnMarcin Mielniczuk2017-07-182-716/+716
| | * Add syscall table for x86 and x86_64Marcin Mielniczuk2017-07-172-0/+716
| * | Auto merge of #675 - asomers:preadv, r=alexcrichtonbors2017-07-182-0/+16
| |\ \
| | * | Enable preadv and pwritev on the BSDsAlan Somers2017-07-172-0/+16
| * | | Merge pull request #674 from ids1024/off_tAlex Crichton2017-07-171-1/+1
| |\ \ \
| | * | | Redox: Use c_long instead of usize for off_tIan Douglas Scott2017-07-171-1/+1
| | |/ /
| * | | Auto merge of #669 - GuillaumeGomez:mac-consts, r=alexcrichtonbors2017-07-171-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | Add missing constants for macGuillaume Gomez2017-07-161-0/+3
| | |/
| * | Add execvpe for support *nix platformsBryant Mairs2017-07-163-0/+6
| |/
| * Auto merge of #667 - GuillaumeGomez:if_msghdr, r=alexcrichtonbors2017-07-166-0/+188
| |\
| | * Add missing if_data and if_msghdr structsGuillaume Gomez2017-07-156-0/+188
| * | Add more termios s390x constantsBryant Mairs2017-07-131-3/+39
| |/
| * Auto merge of #661 - Susurrus:mips_cmspar, r=alexcrichtonbors2017-07-135-5/+1
| |\
| | * Add CMSPAR to linux/mipsBryant Mairs2017-07-135-5/+1
| * | merge poll constants in BSD platformsNicolas Dusart2017-07-133-10/+5
| * | add poll constants to FreeBSD and DragonFlyNicolas Dusart2017-07-121-0/+5
| * | add poll constants to AndroidNicolas Dusart2017-07-126-10/+6
| |/
| * Auto merge of #658 - FenrirWolf:newlib-memalign, r=alexcrichtonbors2017-07-101-0/+1
| |\
| | * Add memalign for newlibFenrir2017-07-091-0/+1
| * | Auto merge of #656 - ndusart:socket-consts, r=alexcrichtonbors2017-07-1014-50/+35
| |\ \ | | |/ | |/|
| | * add missing socket constantsNicolas Dusart2017-07-1014-50/+35
| * | Auto merge of #653 - redox-os:redox, r=alexcrichtonbors2017-07-091-0/+8
| |\ \ | | |/ | |/|
| | * Update redox.rsJeremy Soller2017-07-091-2/+4
| | * Add read/write to RedoxJeremy Soller2017-07-081-0/+6
| * | Various constants for mips/mips64 and s390xBryant Mairs2017-07-082-0/+49