summaryrefslogtreecommitdiff
path: root/src/unix/haiku
Commit message (Expand)AuthorAgeFilesLines
* 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
* Haiku: add futimens and utimensat, remove futimes and cleanup.Niels Sascha Reedijk2020-03-281-25/+7
* Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-2/+2
* Remove unnecessary parenthesisVickenty Fesunov2020-02-121-1/+1
* Haiku: Fix constants for S_IFIFO and S_IFCHRNiels Sascha Reedijk2019-10-041-2/+2
* Formattinggnzlbg2019-09-121-353/+436
* Adding UTIME_NOW and UTIME_OMIT to OSes which support utimensatLuke Petre2019-08-171-0/+3
* libc::c_int -> ::c_intJoe Richey2019-07-101-1/+1
* Add __errno_location on Redox, DragonFlyBSD, HaikuJoe Richey2019-07-101-0/+1
* Remove AF_MAX, PF_MAX, NET_MAXID constantsBryant Mairs2019-07-051-7/+0
* haiku: add missing ioctl identifiers to control the TTYNikolay Korotkiy2019-06-201-0/+25
* Switch to manual trait impls for sigeventBryant Mairs2019-06-091-8/+38
* Deprecate AF_MAX and PF_MAXgnzlbg2019-05-291-0/+6
* Update MUSL Linux kernel headers and re-enable Linux testsgnzlbg2019-05-271-0/+2
* Test strerror_r on Android and Linuxgnzlbg2019-05-231-0/+3
* [breaking change] incorrect API of gettimeofdaygnzlbg2019-05-221-1/+2
* Fix getgrgid_r to accept gid_t.Charles Lew2019-04-291-1/+1
* Auto merge of #1271 - Susurrus:more_debug_impls, r=gnzlbgbors2019-02-241-3/+110
|\
| * Add extra traits for haiku datatypesBryant Mairs2019-02-221-3/+110
* | Clean libc-test for apple targetsgnzlbg2019-02-221-0/+6
|/
* Fix Haiku buildgnzlbg2019-02-201-23/+26
* Cleanup dox messgnzlbg2019-02-131-11/+9
* Fix build on all platformsgnzlbg2019-02-071-0/+9
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+4
* Check for Debug impls for all typesBryant Mairs2019-02-021-0/+1
* Fix uname on FreeBSDAlan Somers2019-01-031-0/+1
* splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+8
* Add F_RDLCK/F_WRLCK/F_UNLCK to several platformsSamuel Holland2018-11-011-0/+4
* Auto merge of #1024 - nielx:master, r=alexcrichtonbors2018-06-281-2/+23
|\
| * Haiku: Add more IP_* and IPV6_* constants.Niels Sascha Reedijk2018-06-201-2/+23
* | add fdopendir on macOSScott Lamb2018-06-071-1/+0
|/
* haiku: Add RLIMIT_STACK and fix RTLD_* definitionsCalvin Hill2018-04-201-1/+4
* Add missing EAI_* flags for multiple platformsJosh Driver2017-12-121-0/+10
* haiku: Add missing lutimesAlexander von Gluck IV2017-11-251-0/+1
* Add network interface flag constants for all platformsluozijun2017-11-091-0/+13
* haiku: add missing definitions found from building nix.Jessica Hamilton2017-09-261-43/+221
* haiku: add openpty/forkpty, and link to libbsd.Jessica Hamilton2017-09-261-0/+10
* haiku: define PATH_MAX.Jessica Hamilton2017-09-261-0/+2
* haiku: fix incorrect constant for EMFILE.Jessica Hamilton2017-09-261-1/+1
* haiku: add missing pathconf constants.Jessica Hamilton2017-09-251-0/+23
* haiku: add missing sysconf constants.Jessica Hamilton2017-09-221-5/+39
* haiku: add missing POSIX errors, reorder to match header.Jessica Hamilton2017-09-031-51/+60
* haiku: add missing SOCK_SEQPACKET.Jessica Hamilton2017-09-031-1/+2
* haiku: add missing pthread_create.Jessica Hamilton2017-09-031-1/+5
* haiku: time_t is now 64-bit on x86_64.Jessica Hamilton2017-09-033-1/+2