summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removed repr(packed) from some NetBSD structuresAlan Somers2021-04-041-2/+0
* Fix typo in swapoffVilgot Fredenberg2021-03-301-1/+1
* Auto merge of #2132 - JohnTitor:cmsg-space, r=Amanieubors2021-03-308-25/+40
|\
| * Constify `CMSG_SPACE` for all the targetsJohnTitor2021-03-308-25/+40
* | Make `pwrite64` available on uclibcJohnTitor2021-03-301-6/+6
|/
* Add the following types:Guillaume Gomez2021-03-291-0/+3
* Add the following elements:Guillaume Gomez2021-03-291-0/+142
* Add MAP_GUARD on FreeBSD.Alan Somers2021-03-261-0/+2
* Define SO_INCOMING_CPU for i686-unknown-linux-muslFlorent Bécart2021-03-261-0/+1
* Auto merge of #2123 - Heliozoa:master, r=JohnTitorbors2021-03-241-0/+1
|\
| * Define SO_INCOMING_CPU for i686-unknown-linux-gnuHeliozoa2021-03-241-0/+1
* | Move `AT_*` consts from `linux_like/linux/gnu` to `linux_like/linux`Yuki Okushi2021-03-252-27/+26
|/
* Define SO_INCOMING_CPU for {aarch64,x86_64}-unknown-linux-muslOssi Herrala2021-03-192-0/+2
* Add getauxval to muslAmanieu d'Antras2021-03-171-0/+1
* Add `renameat2` and change their flags' type to `c_uint`Yuki Okushi2021-03-172-3/+10
* Add SO_INCOMING_CPU for targets arm-unknown-linux-*zonyitoo2021-03-172-0/+2
* Remove duplicate definitionDominik Stolz2021-03-161-1/+0
* Add more syscall constanstsDominik Stolz2021-03-1623-0/+402
* Add SYS_clone3 for musl targetsDominik Stolz2021-03-148-0/+8
* Add CPU_STATE_* constantsGuillaume Gomez2021-03-131-0/+6
* Move some structs to s_no_extra_traits due to large arraysNoah2021-03-121-16/+82
* Add structs from linux/uinput.h + a couple of input-related constantsNoah2021-03-121-0/+66
* Haiku: change argument types for readv() and writev()Niels Sascha Reedijk2021-03-121-2/+3
* Haiku: change type of ioctl() argument to c_ulong and add missingNiels Sascha Reedijk2021-03-121-25/+28
* Add cr_pid to FreeBSD xucred - an unreleased addition in FreeBSD 13Torbjørn Birch Moltu2021-03-083-9/+92
* Add SO_PEERSEC and SO_PASSSEC for all linux archs and androidTorbjørn Birch Moltu2021-03-0816-0/+32
* Add NetBSD unpcbid, LOCAL_PEEREID and other LOCAL_ constantsTorbjørn Birch Moltu2021-03-071-0/+12
* Add LOCAL_PEERCRED and related to DragonflyTorbjørn Birch Moltu2021-03-072-12/+13
* Re-add accept4 for Android on 32 bit ARM.Maarten de Vries2021-03-051-0/+16
* Add gettid() for Linux and AndroidTheDoctor3142021-03-052-0/+4
* dragonflybsd: expose waitid() prototype + related constantsbors2021-03-031-2/+19
* Add definitions for security related MAGICKenta Tada2021-03-021-0/+4
* Replace `x86_64-sun-solaris` with `x86_64-pc-solaris`Yuki Okushi2021-03-021-1/+1
* Add definition of SELINUX_MAGICKenta Tada2021-03-011-0/+2
* Fix build for `s390x-unknown-linux-musl`Yuki Okushi2021-03-012-92/+22
* Auto merge of #2071 - kaniini:s390x-musl, r=Amanieubors2021-02-283-1/+846
|\
| * musl: s390x: use c_int instead of c_ulong for terminal-related ioctl constantsAriadne Conill2021-02-271-31/+31
| * musl: s390x: use c_int instead of c_ulong for ioctl constantsAriadne Conill2021-02-271-2/+2
| * add definitions for s390x musl targetsAriadne Conill2021-02-153-1/+846
* | use GNU/Linux siginfo_t on AndroidLucy Phipps2021-02-271-0/+73
* | Auto merge of #2079 - de-vri-es:android-x86-accept4, r=joshtriplett,JohnTitorbors2021-02-273-14/+45
|\ \
| * | Implement accept4 on x86 android with `socketcall` syscall.bors2021-02-273-14/+45
* | | Add several IPsec related optionsJason King2021-02-271-0/+7
* | | Additional solaris fcntl valuesJason King2021-02-272-0/+16
* | | Auto merge of #2080 - jbit:freebsd-bpf, r=JohnTitorbors2021-02-261-2/+45
|\ \ \
| * | | Add BPF structures for FreeBSDJames Lee2021-02-251-0/+36
| * | | Fix BPF_ALIGNMENT for 32bit FreeBSDJames Lee2021-02-251-2/+9
| |/ /
* | | Fix mips64-musl ioctl consts to c_intJubilee Young2021-02-231-31/+31
|/ /
* | WASI: define `AT_FDCWD` and update to latest WASI libcDan Gohman2021-02-181-1/+109
* | Add O_DIRECTORY to solarishSean Klein2021-02-161-0/+1
|/