summaryrefslogtreecommitdiff
path: root/src/unix/linux_like/linux/gnu/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* linux: add PTRACE_SYSCALL_INFO_*Peter Zhang2023-01-191-0/+4
* expose dirname and basenameSteve Lau2022-10-251-0/+8
* some time functions on glibc and muslSteve Lau2022-10-121-0/+11
* Auto merge of #2941 - SteveLauC:statx-constants-on-gnu-linux, r=JohnTitorbors2022-10-091-0/+3
|\
| * add missing STATX_ATTR_* constants on gnu/linuxSteve Lau2022-10-091-0/+3
* | Auto merge of #2947 - SteveLauC:euidaccess-and-eaccess, r=JohnTitorbors2022-10-091-0/+3
|\ \ | |/ |/|
| * add euidaccess and eaccess on gnu/musl linuxSteve Lau2022-10-081-0/+3
* | add fgetpwent_r and fgetgrent_r on GNU/LinuxSteve Lau2022-10-071-0/+14
|/
* Added missing constants from elf.hPreben Aandahl2022-09-061-0/+2
* Add pthread_sigqueue.Francis Nixon2022-08-131-0/+1
* Add `gnu_get_[version|release]` for glibcChristian Legnitto2022-08-031-0/+5
* linux SOMAXCONN rework proposal.David Carlier2022-05-281-0/+2
* Auto merge of #2768 - colincross:pthread_setname_np, r=Amanieubors2022-05-111-2/+0
|\
| * Promote pthread_getname_np and pthread_setname_np from glibc to linuxColin Cross2022-05-101-2/+0
* | Add loongarch64 supportzhaixiaojuan2022-04-281-1/+6
|/
* linux glibc add getentropy.David Carlier2022-02-261-0/+1
* Set __rlimit_resource_t definition for all uclibc (c_ulong).lancethepants2022-02-211-14/+0
* Add initial support for m68k-unknown-linux-gnuJohn Paul Adrian Glaubitz2022-02-061-0/+1
* Move `BINDERFS_SUPER_MAGIC` and `XFS_SUPER_MAGIC` back into ABI-specific mods.Dan Gohman2022-01-241-0/+13
* Consolodate the Linux `*_SUPER_MAGIC` constants.Dan Gohman2022-01-201-114/+0
* linux GLIBC add FUSE_SUPER_MAGICDavid Carlier2022-01-121-0/+2
* linux GLIBC add malloc_trim fn.David Carlier2022-01-081-0/+1
* linux add ptrace_syscall_info ptrace query.David Carlier2022-01-031-0/+77
* linux/android add ptracec_peeksiginfo_args struct.David Carlier2021-12-291-0/+6
* uclibc does not have mlock2Jonah Petri2021-12-131-0/+1
* linux add pidfd_open syscall modeDavid Carlier2021-12-061-0/+1
* memfd_create is a glibc API, which is not present on uclibcJonah Petri2021-11-221-0/+2
* Use libc specific type for architecture specific ioctl defines on Linux.Maarten de Vries2021-11-171-0/+10
* Auto merge of #2530 - de-vri-es:tty-cleanup, r=JohnTitorbors2021-11-151-6/+0
|\
| * Move TIOCM* ioclts and associated flags to linux::arch::*Maarten de Vries2021-11-111-6/+0
* | linux ctermid addition.David Carlier2021-11-131-0/+2
|/
* Adding some NT_* consts from elf.hR2021-10-171-0/+19
* linux: hoist a few symbols which are now available in all libc variantsJonah Petri2021-09-171-36/+0
* linux glibc and android adding malloc_info fn.David Carlier2021-08-281-0/+1
* Auto merge of #2333 - dfoxfranke:master, r=JohnTitorbors2021-08-161-0/+2
|\
| * Add clock_adjtime() to linux-gnuDaniel Fox Franke2021-08-131-0/+2
* | adding gethostid/sethostid to most unixes (redox still unimplemented atDavid CARLIER2021-08-131-0/+2
|/
* adding reallocarray for linux and androidDavid Carlier2021-07-231-0/+2
* cargo fmtnoproto2021-07-071-1/+6
* Add dladdr1noproto2021-07-051-0/+1
* Auto merge of #2252 - devnexen:semctl_api_completion_linu, r=JohnTitorbors2021-06-281-0/+13
|\
| * linux adding semid_ds struct and seminfo incidently.David Carlier2021-06-251-0/+13
* | Add `preadv64v2` and `pwritev64v2` for linux-gnu.Dan Gohman2021-06-241-0/+14
|/
* Add `mallinfo2` supportJonas Schievink2021-06-101-0/+14
* Remove the new `extern "C"` blocks (merge with existing blocks)niluxv2021-05-081-5/+3
* Add explicit/volatile memset/memzero functionsniluxv2021-05-021-0/+5
* Move netfilter constants to make them available for non-GNU LinuxHugo Hakim Damer2021-04-291-193/+0
* Auto merge of #2141 - zonyitoo:master, r=JohnTitorbors2021-04-121-12/+0
|\
| * Unified Linux TCP socket optionszonyitoo2021-04-091-12/+0
* | Auto merge of #2143 - coolreader18:rlim-nlimits-linux, r=JohnTitorbors2021-04-081-0/+1
|\ \ | |/ |/|