summaryrefslogtreecommitdiff
path: root/src/unix/notbsd/linux/other/b32
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #1380 - gnzlbg:missing_tiors485, r=gnzlbg0.2.56bors2019-05-293-0/+6
|\
| * Add missing TIOCGRS485, TIOCSRS485 constants to Linuxgnzlbg2019-05-293-0/+6
* | Auto merge of #1379 - gnzlbg:deprecate_fixed_width_ints, r=gnzlbgbors2019-05-291-4/+4
|\ \
| * | Replace uses of fixed-width integer aliases with Rust typesgnzlbg2019-05-291-4/+4
| |/
* | Add statx on Linuxgnzlbg2019-05-293-0/+3
|/
* Auto merge of #629 - Susurrus:tcflag_t, r=gnzlbgbors2019-05-283-27/+27
|\
| * Correct datatype for various termios constantsBryant Mairs2019-03-043-27/+27
* | Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-271-0/+4
* | ucontext_t ssp field uses c_long and not c_longloggnzlbg2019-05-161-1/+1
* | Fix ucontext_t on x86gnzlbg2019-05-161-0/+1
* | [breaking change] PTRACE_GETFPXREGS and PTRACE_SETFPXREGS were incorrectly re...gnzlbg2019-05-161-3/+0
|/
* Fix build on all platformsgnzlbg2019-02-071-93/+96
* Implement Hash for all typesBryant Mairs2019-02-021-0/+29
* Implement Debug for all typesBryant Mairs2019-02-021-0/+33
* Implement PartialEq,Eq for all typesBryant Mairs2019-02-021-25/+61
* fix typo in x86 register constantsAdam C. Foltzer2019-01-091-1/+1
* glibc x86: add the register offset constants for mcontext_t.gregsAdam C. Foltzer2019-01-091-0/+21
* Add F_RDLCK/F_WRLCK/F_UNLCK to several platformsSamuel Holland2018-11-011-0/+4
* Add align feature to pthread structsLinus Färnstrand2018-07-291-54/+52
* Fix statvfs on mips and powerpc glibcMike Hommey2018-04-111-0/+16
* Add PTHREAD_*_MUTEX_INITIALIZER_NP for glibcMike Hommey2018-04-111-0/+55
* 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/+6
* fix ABI breakage in syscall constantsNicolas Dusart2017-10-202-721/+721
* Auto merge of #812 - malbarbo:x32, r=alexcrichtonbors2017-10-191-0/+11
|\
| * Linux x32 does not support sysctlMarco A L Barbosa2017-10-181-0/+11
* | Add termios2 for Android & LinuxBryant Mairs2017-10-182-0/+22
* | Add BOTHER to Android & LinuxBryant Mairs2017-10-183-0/+3
|/
* Add more Linux-based syscall tablesAlex Crichton2017-10-182-11/+722
* define SYS_renameat2 + flags on linuxJoerg Thalheim2017-10-161-0/+3
* Add syscall constants to more Android/Linux targetsBryant Mairs2017-08-272-0/+4
* Add {,f}stat{,v}fs64 API bindingsAlex Crichton2017-08-253-0/+93
* Auto merge of #686 - marmistrz:regs, r=alexcrichtonbors2017-07-221-0/+19
|\
| * Add offsets in user_regs_struct from sys/reg.hMarcin Mielniczuk2017-07-211-0/+19
* | Auto merge of #683 - ndusart:af_const, r=alexcrichtonbors2017-07-204-0/+6
|\ \
| * | add missing O_* flagsNicolas Dusart2017-07-204-0/+5
| * | Add SO_RCVBUFFORCE in AndroidNicolas Dusart2017-07-201-0/+1
| |/
* | Restore SYS_* constants to the c_long typeAlex Crichton2017-07-191-379/+379
|/
* Remove existing SYS_* entiresMarcin Mielniczuk2017-07-181-3/+0
* Rename __NR_ to SYS_, move before extern fnMarcin Mielniczuk2017-07-181-381/+381
* Add syscall table for x86 and x86_64Marcin Mielniczuk2017-07-171-0/+381
* Add missing flags in glibc armroblabla2017-07-041-0/+2
* Auto merge of #634 - ndusart:master, r=alexcrichtonbors2017-07-031-1/+0
|\
| * Update to NDK r15b (with unified headers) and add missing symbols needed by n...Nicolas Dusart2017-07-031-1/+0
* | Add socket constants for more platformsBryant Mairs2017-07-023-4/+10
* | Add pthread_rwlockattr APIsmain()2017-06-281-0/+1
* | Auto merge of #625 - Susurrus:termios_more, r=alexcrichtonbors2017-06-263-0/+31
|\ \ | |/ |/|
| * Add termios control character indicesBryant Mairs2017-06-243-0/+3
| * Add more termios output flagsBryant Mairs2017-06-243-0/+28
* | Add structs defined in linux/input.hMateusz Sieczko2017-06-141-0/+1
|/