summaryrefslogtreecommitdiff
path: root/src/unix/solaris/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+6
* Added dup3() support on FreeBSD, NetBSD, OpenBSD and Solaris.Koutheir Attouchi2018-10-201-0/+2
* Add TIOCGWINSZ accessor to solaris moduleIan Henry2018-08-161-0/+3
* illumos epoll_event struct should be packedMike Zeller2018-08-011-0/+1
* illumos header translation is wrong 02000000 should be 0x80000Mike Zeller2018-06-301-1/+1
* add fdopendir on macOSScott Lamb2018-06-071-2/+0
* Add sem_getvalue to unixJason Longshore2018-05-101-0/+2
* Add ___errno() for Solarisbgermann2018-03-101-0/+1
* Auto merge of #934 - ctrlcctrlv:master, r=alexcrichton0.2.38bors2018-03-031-0/+10
|\
| * Fix issues raised by @gnzlbgFredrick Brennan2018-03-041-0/+10
* | Add Solaris constants needed by net2bgermann2018-03-011-0/+4
|/
* fix styleneirac2018-01-121-12/+0
* epoll create syscall table numerneirac2018-01-121-0/+5
* illumos definesneirac2018-01-111-19/+21
* solaris defs missingneirac2018-01-111-2/+1
* add constneirac2018-01-111-0/+4
* epoll definesneirac2018-01-111-0/+19
* adding epoll for illumosneirac2018-01-111-0/+27
* Add missing EAI_* flags for multiple platformsJosh Driver2017-12-121-0/+10
* Stylebgermann2017-11-191-2/+3
* Solaris type correctionbgermann2017-11-181-2/+2
* Correct port and dirent typesbgermann2017-11-181-5/+5
* get rid of unnecessary configurationbgermann2017-11-181-11/+0
* Correct some interface constants' typesbgermann2017-11-181-7/+7
* Remove fflags_t from Solarisbgermann2017-11-181-1/+0
* Change futimes to futimesat on Solarisbgermann2017-11-181-1/+1
* FIX: line longer than 80 charsluozijun2017-11-091-3/+6
* Add network interface flag constants for all platformsluozijun2017-11-091-1/+39
* Auto merge of #781 - jessicah:haiku-fixes-for-nix, r=alexcrichtonbors2017-09-251-0/+8
|\
| * Move various POLL* and RTLD_LAZY constants into submodules.Jessica Hamilton2017-09-261-0/+8
* | Add utimensat for Solarisbgermann2017-09-241-0/+5
|/
* Add pthread_create for Solarisbgermann2017-09-041-0/+4
* Add memalign for Solarisbgermann2017-09-031-0/+2
* Add asmjs/wasm32 to CIAlex Crichton2017-08-261-7/+62
* Remove fexecve() from Haiku and MacOS/iOS.Bryant Mairs2017-08-161-0/+3
* Move endpwent out of the base Unix moduleJamie Hewland2017-08-101-0/+1
* Try move getpwuid_r/getpwnam_r to base Unix moduleJamie Hewland2017-08-101-13/+0
* struct addrinfo needs padding on Solaris/SPARCDanek Duvall2017-08-061-0/+2
* PTHREAD_PROCESS_PRIVATE needs to be a 16-bit type on SolarisDanek Duvall2017-07-241-1/+1
* add missing socket constantsNicolas Dusart2017-07-101-5/+0
* Add pthread_rwlockattr APIsmain()2017-06-281-1/+5
* Add constants for pathconf(3)Alan Somers2017-06-261-0/+31
* Add sysconf constants for IllumosAlan Somers2017-06-261-0/+68
* sort sysconf constants for IllumosAlan Somers2017-06-261-54/+53
* Solaris: Add support for portsVojtech Kral2017-04-201-0/+29
* Solaris: correct a number of types, add some errnosVojtech Kral2017-04-201-45/+84
* Added O_EXEC and O_SEARCH to solaris libc.Amos Onn2017-04-041-0/+2
* Correct sa_family_t on Solaris/IllumosVojtech Kral2017-03-311-1/+1
* add fdopendirJörg Thalheim2017-03-241-0/+2
* Auto merge of #552 - vojtechkral:patch-3, r=alexcrichtonbors2017-03-231-0/+6
|\