summaryrefslogtreecommitdiff
path: root/src/unix/solarish/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* add major/minor on BSDs/illumosSteve Lau2023-05-061-0/+18
* Auto merge of #3171 - Toasterson:master, r=JohnTitor,pfmooneybors2023-04-201-1/+1
|\
| * fix: CMSG_HEADER_ALIGNMENT was not properly equal to the C Header file in ill...Till Wegmueller2023-03-141-1/+1
* | Upstream a few more constants from rustix.Dan Gohman2023-04-181-0/+2
|/
* Solaris/Illumos: use correct types for getrandom(2) flagsJoe Richey2023-01-261-2/+2
* Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-1/+0
* adding getopt_long for unixes.David Carlier2022-12-011-0/+15
* Auto merge of #2914 - SteveLauC:Wrong-getpwent_r-definition-on-solarish-os, r...bors2022-11-031-14/+4
|\
| * adopt the get[pw/gr]ent_r def used by FreeBSDSteve Lau2022-10-031-14/+4
* | solarish: Fix libsendfile symbol dependencyPatrick Mooney2022-10-171-11/+12
* | add faccessat on illumos/solaris and euidaccess on solarisSteve Lau2022-10-091-0/+2
|/
* mmap/madvise specific solaris additional flags.David Carlier2022-09-241-0/+4
* Auto merge of #2900 - gco:master, r=JohnTitorbors2022-09-101-2/+0
|\
| * fcntl F_DUPFD_CLOEXEC has different values on Solaris and Illumosgco2022-09-051-2/+0
* | solarish SHM* flagsDavid Carlier2022-09-101-0/+8
|/
* solarish systems SOMAXCONN constantDavid Carlier2022-05-281-0/+2
* Fix values for Solarismaxfranke2022-04-121-4/+4
* Added SSM sockops for OSes that have support but were missing from libcmaxfranke2022-04-121-0/+10
* fixing illumos build for couple of structsDavid Carlier2022-03-151-11/+11
* solarish adding newdb constantsDavid Carlier2022-03-031-0/+9
* Auto merge of #2695 - devnexen:solarish_fcntl_update, r=Amanieubors2022-02-231-0/+8
|\
| * illumos add few fcntl constsDavid Carlier2022-02-231-0/+8
* | solarish: Expose siginfo_t data as functionsPatrick Mooney2022-02-231-13/+172
* | solarish backtrace apiDavid Carlier2022-02-201-0/+4
|/
* solarish getisax/auxiliary vector constantsDavid Carlier2022-02-191-0/+11
* solarish lgrp api updateDavid Carlier2022-02-151-0/+10
* solarish systems dl_iterate_phdr supportDavid Carlier2022-02-141-0/+15
* processor_info for solarishDavid Carlier2022-02-121-0/+23
* solarish lgrp api subsetDavid Carlier2022-02-121-0/+66
* solarish systeminfoDavid Carlier2022-02-111-0/+21
* illumos: higher baud rates, more termios constantsJoshua M. Clulow2022-02-101-0/+10
* solarish: Fix tests for subsequent additionsPatrick Mooney2022-02-101-1/+1
* illumos: fixes to get tests to passJoshua M. Clulow2022-02-101-2/+37
* illumos: fixes for mcontext_t and related typesJoshua M. Clulow2022-02-101-8/+10
* illumos: sendfile(3EXT) is in libsendfile, not libcJoshua M. Clulow2022-02-101-0/+3
* solaris based systems priv api flags updatesDavid Carlier2022-01-241-0/+8
* solarish couple of strings fn.David Carlier2021-12-241-0/+9
* solarish add meminfoDavid Carlier2021-12-211-0/+8
* solarish systems couple of fn extensions.David Carlier2021-12-201-0/+27
* Add TIOCM_* constants for Illumos and Solaris.Maarten de Vries2021-11-071-0/+12
* solarish sendfilev fn flavordc2021-10-311-0/+13
* sendfile fn for solarish systemsdc2021-10-301-0/+3
* solarish add process pflags api.DC2021-10-251-0/+12
* solarish add thr_self fnDC2021-10-031-0/+2
* pthread_getname_np/pthread_setname_np for solarishDC2021-09-261-0/+2
* solarish adding missing processor bind query constants.DC2021-09-021-0/+5
* solarish adding ucontext structDC2021-08-271-1/+81
* Auto merge of #2350 - rtzoeller:solarish_scheduler, r=JohnTitorbors2021-08-191-0/+16
|\
| * Add sched_get/setparam and sched_get/setscheduler to SolarishRyan Zoeller2021-08-171-0/+16
* | Auto merge of #2329 - devnexen:getsethostid_unix, r=JohnTitorbors2021-08-151-0/+3
|\ \ | |/ |/|