aboutsummaryrefslogtreecommitdiffstats
path: root/src/libunixonacid/stat_at.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor _at functions, add symlink_atLaurent Bercot2025-06-301-31/+30
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Tentative support for old MacOS with no O_CLOEXECLaurent Bercot2024-04-161-2/+6
| | | | | | Also add a prototype for gol, not finished yet. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add egidingroups sysdeps, change fd_close() to void and saving errno, ↵Laurent Bercot2017-07-161-4/+1
| | | | propagate changes
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-131-2/+0
|
* More types changesLaurent Bercot2017-02-171-4/+3
| | | | | | | | | New disize Add size_t to the autotypes list Delete redundant and replace-libc files dev_t/ino_t pass Big size_t pass More things missing, still not operational yet
* OpenBSD sucks, but everyone knew this already.v2.3.4.0Laurent Bercot2015-05-051-0/+3
|
* - add stat_atLaurent Bercot2015-05-051-0/+77
- make case_diff* work as a function is more cases - make sig_number case-insensitive - make child signal unblocking work in child_spawn*