Age | Commit message (Expand) | Author |
2020-06-01 | Use copy_file_range() when available. | Rob Landley |
2020-05-28 | portability.c: fix macOS build. | Elliott Hughes |
2020-05-26 | Instead of ifdef linux or macos, just ifdef the signals. | Rob Landley |
2020-05-21 | Check the signal rather than special case a library and a target. | Rob Landley |
2020-05-21 | glibc on mips is missing SIGSTKFLT | Khem Raj |
2020-05-19 | xsignal_all_killers() should install the handler given to it, and do some | Rob Landley |
2020-03-12 | Fix get_block_device_size() for linux | Greg Kaiser |
2020-03-11 | Fix Mac build. | Elliott Hughes |
2019-12-06 | Squash a warning. | Rob Landley |
2019-12-06 | stat: fix filesystem type on macOS. | Elliott Hughes |
2019-11-23 | Fix dev_minor()/dev_major()/dev_makedev() for Mac. | Elliott Hughes |
2019-10-27 | macOS: implement posix_fallocate(). | Elliott Hughes |
2019-06-11 | Move sig_to_num and num_to_sig into portability.c. | Elliott Hughes |
2019-06-08 | macOS: numerous fixes. | Elliott Hughes |
2019-06-03 | tail: fix macOS build. | Elliott Hughes |
2019-05-25 | Move notify.c into portability.c (collate the #ifdefs), move global variables | Rob Landley |
2019-04-21 | Shouldn't need clearenv() for macosx now we've got xclearenv. | Rob Landley |
2019-01-08 | FreeBSD will use the getmntinfo API as with Apple | Ed Maste |
2018-12-07 | Forgot to check the portability.? changes. (Oops.) | Rob Landley |
2018-12-04 | macOS: move getmountlist.c functions into portability.c. | Elliott Hughes |
2018-11-30 | macOS: remove unnecessary <stdio.h> workarounds. | Elliott Hughes |
2018-08-03 | xgetrandom: use getrandom result if it succeeds | Patrick Oppenlander |
2018-07-13 | Fix typo in a macro name | Konst Mayer |
2018-07-06 | Bionic ships newer libc with older kernels, so Android needs to fallback at | Rob Landley |
2018-07-04 | Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random) | Rob Landley |
2018-01-01 | xphung on github said: "config2help currently doesn't work on OS X, it | Rob Landley |
2016-05-04 | Simplify ps android scheduling policy fetch slightly. | Rob Landley |
2016-04-30 | Add a ps "PCY" field for Android scheduling policy. | Elliott Hughes |
2015-07-03 | Probe for fork() instead of relying on a distro-specific #define. | Rob Landley |
2015-03-21 | Patch from David Halls to fix mac/ios portability issue. | Rob Landley |
2015-01-18 | Lift the basename/libgen.h shenanigans back out of portability.c and make it ... | Rob Landley |
2014-12-31 | When you include the posix header libgen.h, glibc #defines basename to some r... | Rob Landley |
2014-12-04 | Work with buildroot's extensively patched uClibc, and for nommu support move ... | Rob Landley |
2014-11-21 | A patch against your current ToT that builds in AOSP master. | Elliott Hughes |
2014-11-21 | Don't include asm/* files directly. | Rob Landley |
2014-11-19 | probe for getspnam(), forkpty(), utmpx, replace sethostname() | Isaac Dunham |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-03-16 | Implement Apple and Android versions of getline(), getdelim(), and clearenv(). | Georgi Chorbadzhiyski |