summaryrefslogtreecommitdiff
path: root/src/unix/notbsd/linux/musl
Commit message (Expand)AuthorAgeFilesLines
* Add linux musl powerpc (32-bit) supportMarek Benc2018-07-056-85/+1127
* Re-add aarch64 stuff removed by previous commitest312018-07-011-0/+135
* libc: changes to ppc64le musl branch to support building of rust on AlpineMike Sullivan2018-06-185-148/+353
* Fix statvfs on mips and powerpc glibcMike Hommey2018-04-111-0/+20
* Add syscall table for musl/powerpc64Marco A L Barbosa2018-01-221-0/+358
* Add struct ucred for Linux on MIPSBryant Mairs2017-12-071-6/+0
* Expose MFD_ constants on all Linux targets.Bryant Mairs2017-11-061-3/+0
* Add MFD_ constants for memfd_createBryant Mairs2017-11-051-0/+3
* Fix O_TMPFILE const for sparc64-unknown-linux-gnuMarco A L Barbosa2017-10-311-0/+1
* More fixes for x86_64-unknown-linux-gnux32Marco A L Barbosa2017-10-271-0/+3
* fix ABI breakage in syscall constantsNicolas Dusart2017-10-203-972/+972
* Add termios2 for Android & LinuxBryant Mairs2017-10-184-0/+44
* Add more Linux-based syscall tablesAlex Crichton2017-10-185-27/+991
* Add missing powerpc64 in musl/mod.rsRoberto Oliveira2017-10-171-1/+3
* define SYS_renameat2 + flags on linuxJoerg Thalheim2017-10-163-0/+9
* Remove excess whitespaceAndy Lowry2017-10-121-1/+1
* Add ucred to muslAndy Lowry2017-10-121-0/+6
* Add support for aarch64-unknown-linux-muslTom Kirchner2017-09-256-64/+239
* Add DCCP constant definitions.Jack Pappas2017-09-201-0/+3
* Add QFMT_VFS_V1 on MIPS and test all QFMT_ constantsBryant Mairs2017-08-291-2/+0
* Auto merge of #745 - xd009642:master, r=alexcrichtonbors2017-08-271-7/+6
|\
| * Updated types of PTRACE requests for musl to be consistent.xd0096422017-08-271-7/+6
* | Auto merge of #742 - alexcrichton:wasm, r=alexcrichtonbors2017-08-273-387/+1
|\ \
| * | Add asmjs/wasm32 to CIAlex Crichton2017-08-263-387/+1
| |/
* | Add syscall constants to more Android/Linux targetsBryant Mairs2017-08-274-2/+13
|/
* Add {,f}stat{,v}fs64 API bindingsAlex Crichton2017-08-255-0/+157
* Add MADV_*DUMP on AndroidBryant Mairs2017-08-101-6/+0
* Remove the definitions from submodulesMarcin Mielniczuk2017-08-031-10/+0
* Fix double blank lineMarcin Mielniczuk2017-08-011-1/+0
* Fix linksMarcin Mielniczuk2017-08-012-3/+3
* Remove the offending syscalls.Marcin Mielniczuk2017-08-012-6/+5
* Fix redefinitionsMarcin Mielniczuk2017-07-252-7/+0
* Port #672 and #686 to musl.Marcin Mielniczuk2017-07-252-0/+764
* Auto merge of #683 - ndusart:af_const, r=alexcrichtonbors2017-07-205-1/+5
|\
| * add missing O_* flagsNicolas Dusart2017-07-205-1/+5
* | Add all current fallocate flagsGabriel2017-07-191-3/+0
|/
* Auto merge of #661 - Susurrus:mips_cmspar, r=alexcrichtonbors2017-07-131-1/+0
|\
| * Add CMSPAR to linux/mipsBryant Mairs2017-07-131-1/+0
* | add poll constants to AndroidNicolas Dusart2017-07-121-3/+0
|/
* Auto merge of #634 - ndusart:master, r=alexcrichtonbors2017-07-031-2/+0
|\
| * Update to NDK r15b (with unified headers) and add missing symbols needed by n...Nicolas Dusart2017-07-031-2/+0
* | Auto merge of #639 - Susurrus:more_socket_constants, r=alexcrichtonbors2017-07-031-0/+7
|\ \
| * | Add socket constants for more platformsBryant Mairs2017-07-021-0/+7
* | | Add constants for termios ioctlsBryant Mairs2017-07-025-0/+60
|/ /
* | Add pthread_rwlockattr APIsmain()2017-06-281-0/+1
* | Auto merge of #625 - Susurrus:termios_more, r=alexcrichtonbors2017-06-261-0/+12
|\ \ | |/ |/|
| * Add termios control character indicesBryant Mairs2017-06-241-0/+1
| * Add more termios output flagsBryant Mairs2017-06-241-0/+11
* | Add structs defined in linux/input.hMateusz Sieczko2017-06-144-0/+4
|/
* Make sigaction.sa_restorer publicAnatol Pomozov2017-04-251-1/+1