orbitcowboy
|
01b68b99c6
|
posix.cfg: Added overlapping data check for stpcpy().
|
2021-07-11 16:42:19 +02:00 |
orbitcowboy
|
d782cd629a
|
posix.cfg: Added overlapping data check for bcopy().
|
2021-07-11 16:38:25 +02:00 |
orbitcowboy
|
10fb1851c5
|
Added more overlapping data configurations
|
2021-07-10 18:41:36 +02:00 |
orbitcowboy
|
2c5af874fd
|
posix.cfg: Improved support for overlapping data check
|
2021-07-10 18:27:44 +02:00 |
orbitcowboy
|
a7346a5f84
|
posix.cfg: Added support for more interfaces
|
2020-12-25 12:48:38 +01:00 |
orbitcowboy
|
9b5fc508bb
|
posix.cfg: Added support for more macros (ref. https://man7.org/linux/man-pages/man2/access.2.html)
|
2020-12-24 14:22:05 +01:00 |
Daniel Marjamäki
|
feeddc39d5
|
Revert "posix.cfg: added a few types"
This reverts commit d0cdf29715 .
|
2020-12-10 11:40:00 +01:00 |
Daniel Marjamäki
|
d0cdf29715
|
posix.cfg: added a few types
|
2020-12-09 17:30:32 +01:00 |
amai2012
|
ff7cd433be
|
Update posix.cfg
Remove <use-retval/> for setuid,seteuid,setgid,setegid
See 0a6babea74 (r42822000)
|
2020-09-30 09:50:44 +02:00 |
Daniel Marjamäki
|
b827f8d92e
|
Fixed #9715 (FP invalidFunctionArgBool for third argument to setenv)
|
2020-09-15 22:31:41 +02:00 |
Gabor Marton
|
9960d2ee29
|
[posix.cfg] Fix fstat family (#2629)
* [posix.cfg] Fix fstat family
* Move fstatat64 and __fxstatat64 to gnu.cfg
|
2020-05-08 09:16:59 +02:00 |
Gabor Marton
|
36bacc5917
|
[posix.cfg] Fix file descriptor params to have proper range value (#2628)
* [posix.cfg] Fix file descriptor params to have proper range value
|
2020-05-08 09:14:00 +02:00 |
Gabor Marton
|
d21c7dab28
|
[posix.cfg] Fix ttyname_r typo (#2630)
|
2020-05-08 09:13:38 +02:00 |
orbitcowboy
|
7245ec0520
|
posix.cfg: Added <not-bool/>-flag at more function args.
|
2020-02-22 23:26:08 +01:00 |
orbitcowboy
|
84d2c86d74
|
posix.cfg: Added more <not-bool/>-flags.
|
2020-02-22 14:49:36 +01:00 |
versat
|
1c23366ea6
|
posix.cfg: Add configuration for function getnameinfo()
Reference:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/getnameinfo.html
|
2019-10-10 15:36:38 +02:00 |
versat
|
ba3414a2e8
|
posix.cfg: Add configuration for function gai_strerror()
Reference:
https://pubs.opengroup.org/onlinepubs/9699919799/functions/gai_strerror.html
|
2019-10-10 15:09:43 +02:00 |
orbitcowboy
|
ff7dba91e1
|
posix.cfg: Added support for more interfaces, found by daca@home.
|
2019-09-27 17:07:16 +02:00 |
orbitcowboy
|
aed5e17867
|
#9323, #9331: Moved configuration and tests to gnu and bsd.
|
2019-09-08 19:17:15 +02:00 |
orbitcowboy
|
9890df11df
|
posix.cfg: Added support for some functions from <sys/time.h>.
|
2019-09-07 10:52:30 +02:00 |
orbitcowboy
|
12c851d9a8
|
posix.cfg: Fixed #9323, #9331 by adding timercmp() configuration.
|
2019-09-07 10:42:09 +02:00 |
orbitcowboy
|
d774359f68
|
posix.cfg: Improved configuration for dlopen() and dlclose(). Ensure the return value is taken into account for dlopen() and leak-ignore flag is not present for dlopen() and dlclose().
|
2019-09-06 15:25:54 +02:00 |
Sebastian
|
32dad3f44a
|
posix.cfg: Fix vsyslog() configuration (#2150)
Add tests to make sure no false positives are reported.
Found the issue via daca@home
|
2019-09-06 10:16:11 +02:00 |
Sebastian
|
db43dcd601
|
posix.cfg: Add `<use-retval/>` to pthread_mutex_trylock (#1959)
Ignoring the return value of pthread_mutex_trylock is always a bug.
There is no other way to check if the mutex is locked or not after the
call.
|
2019-07-07 12:57:02 +02:00 |
Sebastian
|
6ba3b2703a
|
posix.cfg: Add setsockopt() and getsockopt() (#1944)
Found by daca@home
|
2019-07-02 15:14:31 +02:00 |
orbitcowboy
|
608ea2f250
|
posix.cfg: Cleanup not required arg.
|
2019-05-31 11:24:04 +02:00 |
orbitcowboy
|
76738692f2
|
posix.cfg: Added support for isascii().
|
2019-05-31 11:21:50 +02:00 |
orbitcowboy
|
c13e17ed71
|
Revert "posix.cfg: Added support for more interfaces."
This reverts commit e596bd63f8 .
|
2019-05-31 11:18:11 +02:00 |
orbitcowboy
|
e596bd63f8
|
posix.cfg: Added support for more interfaces.
|
2019-05-31 11:15:43 +02:00 |
orbitcowboy
|
ec2278c717
|
posix.cfg: Added support for more interfaces.
|
2019-05-31 11:06:25 +02:00 |
orbitcowboy
|
02d307a231
|
posix.cfg: Added partial support for scandir() and a TODO comment.
|
2019-05-25 23:32:28 +02:00 |
orbitcowboy
|
8f2a84ec6c
|
posix.cfg: Added support for telldir().
|
2019-05-25 22:49:01 +02:00 |
orbitcowboy
|
e9aaa5edfa
|
posix.cfg: Added support for more interfaces.
|
2019-05-22 09:33:44 +02:00 |
orbitcowboy
|
fbf98b421a
|
posix.cfg: Removed invalid argument checks from functions that accept 'AT_FDCWD', which set to -100 on some systems.
|
2019-05-21 21:09:16 +02:00 |
orbitcowboy
|
ed2aa52bbf
|
posix.cfg: Fixed duplicate name 'fstat' -> 'fstatat'.
|
2019-05-21 16:25:53 +02:00 |
orbitcowboy
|
8c0e4a2fc7
|
posix.cfg: Removed the validation range option from the first parameter of fstatat(). Reference: https://pubs.opengroup.org/onlinepubs/9699919799/functions/fstatat.html
|
2019-05-21 16:23:41 +02:00 |
orbitcowboy
|
e63b3a44d8
|
posix.cfg: Added support for fstatat().
|
2019-05-21 15:21:48 +02:00 |
orbitcowboy
|
03b4447350
|
posix.cfg: Added support for flockfile(), funlockfile() and trylockfile().
|
2019-05-18 11:29:30 +02:00 |
orbitcowboy
|
570969be08
|
posix.cfg: Added support for lockf().
|
2019-05-18 11:07:43 +02:00 |
orbitcowboy
|
e85e722fb4
|
posix.cfg: Added support for fchownat().
|
2019-05-18 10:59:40 +02:00 |
orbitcowboy
|
62c4199bcd
|
posix.cfg: Added support for fchmodat().
|
2019-05-18 10:54:17 +02:00 |
orbitcowboy
|
c0c9f33323
|
posix.cfg: Added support for mkdirat().
|
2019-05-18 10:46:17 +02:00 |
orbitcowboy
|
d0606844b7
|
posix.cfg: Added support for umask().
|
2019-05-17 15:52:27 +02:00 |
orbitcowboy
|
719eb25ba9
|
posix.cfg: Improved configuration for 'mkstemp()' and added test cases to ensure resource leaks are caught.
|
2019-05-16 15:53:22 +02:00 |
orbitcowboy
|
cda25d7205
|
posix.cfg: Ensure the return value of pipe() is taken into account.
|
2019-05-03 22:15:30 +02:00 |
orbitcowboy
|
90c6ea53ef
|
posix.cfg: Added support for socketpair().
|
2019-05-03 20:52:10 +02:00 |
orbitcowboy
|
76cc8ccde2
|
posix.cfg: Added directions for some interfaces.
|
2019-05-01 19:57:10 +02:00 |
orbitcowboy
|
953895278b
|
posix.cfg: Improved configuration fo fileno().
|
2019-05-01 13:58:54 +02:00 |
orbitcowboy
|
d36fcbd945
|
posix.cfg: Added support for dirfd().
|
2019-05-01 13:54:23 +02:00 |
amai2012
|
b5ee9d97ef
|
Move some signal constants from posix.cfg to std.cfg. Add some more interfaces to posix.cfg
|
2019-04-26 19:26:04 +02:00 |