summaryrefslogtreecommitdiff
path: root/src/unix/haiku/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Haiku StringList api additionDavid Carlier2023-03-121-0/+13
* haiku posix layer adding locale flavor of strcasecmp apiDavid Carlier2023-01-141-0/+11
* Add ISO C functions atof, atol, atoll, strtoll, strtoullLegionMammal9782022-12-141-1/+0
* adding getopt_long for unixes.David Carlier2022-12-011-1/+14
* add BUS_ si_code constantsi509VCB2022-07-311-0/+6
* Haiku: add the posix_spawn functions and constantsNiels Sascha Reedijk2022-07-021-0/+78
* haiku sigaltstack api completion.David Carlier2022-06-121-0/+4
* haiku SOMAXCONN constantDavid Carlier2022-05-301-0/+2
* unix: setreuid/setregidNikolay Edigaryev2022-05-271-2/+0
* haiku: improve platform compatibilityJessica Hamilton2022-04-291-53/+192
* haiku add pthread spinlock apiDavid Carlier2022-03-301-0/+9
* haiku build fixesDavid Carlier2022-03-071-5/+8
* haiku realhostname apiDavid Carlier2022-03-011-0/+8
* posix shadow api for haikuDavid Carlier2022-02-271-0/+41
* haiku ppoll fn additionDavid Carlier2022-02-051-0/+6
* haiku adding couple more BSD extensions.David CARLIER2021-11-271-0/+3
* Auto merge of #2554 - devnexen:haiku_explicit_bzero, r=JohnTitorbors2021-11-241-0/+3
|\
| * haiku add handful BSD fn.David CARLIER2021-11-201-0/+3
* | haiku adding few BSD portability fn.David CARLIER2021-11-211-0/+6
|/
* haiku dl_phdr_iterate addition (supports since beta3).David CARLIER2021-11-151-0/+38
* haiku: add missing ifaddrs definitionsJessica Hamilton2021-11-041-0/+12
* Haiku: Add utmpx constantsGrayJack2021-10-171-0/+10
* Haiku: Add utmpx functionsGrayJack2021-10-161-0/+6
* Auto merge of #2429 - GrayJack:haiku-utmpx, r=JohnTitorbors2021-10-121-0/+53
|\
| * Haiku: Add the utmpx structureGrayJack2021-10-101-0/+53
* | Haiku: Add getgrouplist functionGrayJack2021-10-021-0/+6
|/
* Auto merge of #2393 - devnexen:haiku_sockaddr_dl, r=Amanieubors2021-09-111-0/+12
|\
| * haiku add sockaddr_dl typeDavid CARLIER2021-09-111-0/+12
* | haiku finall have RLIM_INFINITYDavid CARLIER2021-09-101-0/+1
|/
* Auto merge of #2371 - devnexen:haiku_posix_memalloc, r=JohnTitorbors2021-08-271-0/+2
|\
| * haiku adding couple of mem allocations related calls.David CARLIER2021-08-261-0/+2
* | haiku ucontext for x86_64David CARLIER2021-08-261-0/+15
|/
* Haiku: add missing constants from socket.h and unistd.hNiels Sascha Reedijk2021-08-191-0/+10
* haiku posix_fadvise/fallocate addition.David CARLIER2021-08-151-0/+2
* haiku mmap/madvise new flagsDavid CARLIER2021-08-141-0/+2
* haiku ucred data additionDavid Carlier2021-08-031-0/+6
* FD_ISSET: take a *const fd_set instead of *mut fd_setAlan Somers2021-07-121-1/+1
* Fix styleYuki Okushi2021-04-061-79/+17
* 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
* Haiku: fix various issues pointed out by the automated testsNiels Sascha Reedijk2021-01-281-57/+101
* Haiku: add definitions for the Haiku's native sytem API.Niels Sascha Reedijk2021-01-281-0/+3
* Define CLD_ constants for more targetsdylni2020-12-211-0/+7
* Make si_status method more compatibledylni2020-12-171-0/+4
* Use safe_f! consistently across platformsDaniil Bondarev2020-09-121-9/+15
* Haiku: add [get/set]priority()Niels Sascha Reedijk2020-08-221-0/+3
* Expose si_pid, si_uid, and si_status from siginfo_t as functionsJosh Triplett2020-08-101-0/+14
* Add missing sysconf constants for HaikuMarcin Konicki2020-07-031-0/+4
* Re-define `__priority_which`s as c_uint in linux-gnuYuki Okushi2020-05-211-0/+4
* Haiku: fix name of AF_UNSPECNiels Sascha Reedijk2020-05-021-1/+1