Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing F_GETOWNER_UIDS flag to bits/fcntl.h | Szabolcs Nagy | 2013-01-12 | 1 | -0/+2 |
* | fcntl.h: O_SEARCH was missing for powerpc | rofl0r | 2012-11-18 | 1 | -3/+0 |
* | add O_EXEC open mode | Rich Felker | 2012-09-15 | 1 | -0/+1 |
* | add O_PATH/O_SEARCH support to fcntl.h | Rich Felker | 2012-09-13 | 1 | -0/+2 |
* | proper error handling for fcntl F_GETOWN on modern kernels | Rich Felker | 2012-06-20 | 1 | -0/+3 |
* | move F_DUPFD_CLOEXEC out of bits | Rich Felker | 2012-04-15 | 1 | -2/+0 |
* | add F_SETSIG and F_GETSIG (linux specific) to fcntl.h | Rich Felker | 2012-04-15 | 1 | -0/+2 |
* | fix O_SYNC definition, cleanup fcntl.h | Rich Felker | 2011-04-14 | 1 | -11/+5 |
* | fcntl.h: move macros that do not vary between archs out of bits | Rich Felker | 2011-04-14 | 1 | -24/+0 |
* | fix typo in legacy FAPPEND definition | Rich Felker | 2011-04-14 | 1 | -1/+1 |
* | syscall overhaul part two - unify public and internal syscall interface | Rich Felker | 2011-03-19 | 1 | -2/+5 |
* | preparing build system to handle ports - step 1 | Rich Felker | 2011-02-15 | 1 | -0/+60 |