summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Add CAN_RAW_XL_FRAMES socket optionmarcelbuesing2023-05-121-0/+1
* Add linux canxl constants and canxl frame structmarcelbuesing2023-05-121-0/+18
* Auto merge of #3051 - tones111:rtnl_if_enum, r=JohnTitorbors2023-05-061-0/+13
|\
| * linux: add rtnetlink ifinfomsg attribute enumeralsPaul Sbarra2023-04-211-0/+13
* | linux_like: IPPROTO_MPTCP are supported in all linux_like platformszonyitoo2023-04-221-2/+0
|/
* definitions for linux hardware timestampingFolkert2023-04-031-0/+55
* Auto merge of #3035 - jreppnow:rtnetlink-ext-filter, r=JohnTitorbors2023-04-021-0/+8
|\
| * add RTEXT_FILTER* constants from linux/rtnetlink.hJanosch Reppnow2023-02-261-0/+8
* | linux: add kexec flagsRicardo Ribalda2023-03-201-0/+8
* | Auto merge of #3136 - nekopsykose:dccp, r=JohnTitorbors2023-03-121-0/+21
|\ \
| * | linux: move DCCP_ constants from linux/gnu to linuxpsykose2023-03-031-0/+21
| |/
* | Add support for OpenHarmonyAmanieu d'Antras2023-03-041-61/+85
* | Auto merge of #3133 - slp:musl-copy-file-range, r=JohnTitorbors2023-03-031-0/+9
|\ \
| * | Move `copy_file_range` to `linux/mod.rs`Yuki Okushi2023-03-031-0/+9
| |/
* | membarrier flags constants additionDavid Carlier2023-02-221-0/+12
|/
* Auto merge of #3095 - devnexen:linux_sctp1, r=JohnTitorbors2023-02-121-0/+163
|\
| * linux starting adding sctp supportDavid Carlier2023-02-101-0/+163
* | Remove const from FUTEX_OPJérôme Dubois2023-02-091-1/+1
* | linux: add more constants and FUTEX_OP for futexJérôme Dubois2023-02-071-0/+21
|/
* linux: add PR_SET_PTRACER_ANYYang Hau2023-01-271-0/+1
* Auto merge of #3053 - tones111:rtnl_if_attr_tags, r=JohnTitorbors2023-01-221-0/+6
|\
| * linux: add additional netlink interface attribute tagsPaul Sbarra2023-01-171-0/+6
* | Add pthread barrierAndrei Odintsov2023-01-111-0/+39
|/
* linux: add OPEN_TREE_CLONE and OPEN_TREE_CLOEXECLuca BRUNO2023-01-091-0/+4
* linux add scheduler core for prctl constantsDavid Carlier2023-01-081-0/+10
* Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-1/+0
* Auto merge of #3027 - Phantomical:auxval, r=JohnTitorbors2022-12-111-0/+4
|\
| * Add AT_SYSINFO_EHDR constant for linuxPhantomical2022-12-041-0/+4
* | Try readding all inotify flagscarbotaniuman2022-12-071-3/+3
|/
* adding getopt_long for unixes.David Carlier2022-12-011-0/+14
* Auto merge of #2995 - carbotaniuman:rand48, r=JohnTitorbors2022-11-201-0/+10
|\
| * Add rand48 functionscarbotaniuman2022-11-201-0/+10
* | linux: Add POSIX_SPAWN_SETSID flagHarvey Hunt2022-10-261-0/+1
* | linux add missing SIOC* constants.David Carlier2022-10-171-0/+18
* | add `ifreq` and friends for linuxFolkert2022-10-161-0/+69
|/
* linux add FICLONE* ioctl.David Carlier2022-09-191-0/+7
* Auto merge of #2891 - asomers:makedev, r=JohnTitorbors2022-09-091-11/+13
|\
| * Add makedev for the BSDsAlan Somers2022-09-071-11/+13
* | Auto merge of #2897 - paandahl:add-elf-constants, r=JohnTitorbors2022-09-061-20/+175
|\ \
| * | Added missing constants from elf.hPreben Aandahl2022-09-061-20/+175
* | | Auto merge of #2889 - phi-gamma:rtnetlink-mcast-groups, r=JohnTitorbors2022-09-021-0/+56
|\ \ \ | |/ / |/| |
| * | linux: add rtnetlink mcast group definitionsPhilipp Gesang2022-08-311-0/+56
| |/
* | Auto merge of #2881 - folkertdev:sof-timestamping-add-missing, r=JohnTitorbors2022-08-271-0/+8
|\ \ | |/ |/|
| * remove SOF_TIMESTAMPING_BIND_PHC for nowFolkert2022-08-251-1/+0
| * add missing SOF_TIMESTAMPING flagsFolkert2022-08-181-0/+9
* | linux: add missing netfilter definitionsPhilipp Gesang2022-08-211-8/+16
|/
* Add FUTEX_LOCK_PI2 on LinuxRyan Zoeller2022-08-131-0/+1
* linux: add TFD_TIMER_CANCEL_ON_SET constantPeter A. Bigot2022-07-291-0/+1
* Few socket updates related for Linux.David Carlier2022-07-221-0/+12
* Auto merge of #2768 - colincross:pthread_setname_np, r=Amanieubors2022-05-111-0/+3
|\