| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
getdirentries(2) has been deprecated on macOS since 10.5 (ten releases ago).
Using it requires disabling 64-bit inodes, but that in turn makes binaries
incompatible with some dynamic libraries, most notably ASAN.
At some point getdirentries(2) will actually be removed.
For both these reasons, switch to opendir/readdir.
A little clunky since we have to keep the DIR* hidden away
to preserve the int fd interfaces, but it lets us remove a bunch
of OS-specific code too.
|
| |
|
|
| |
More preparation for opendir.
|
| |
|
|
| |
More preparation for opendir.
|
| |
|
|
| |
Preparation for using opendir.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
little bugs
.
wq
VS: ----------------------------------------------------------------------
|
| | |
|
| |
|
|
| |
various other little fixes.
|
| |
|
|
| |
More changes.
|
|
|
Also add acme!
|