orbitcowboy
|
fa1182c0f1
|
bsd.cfg: Added support for setbuffer() and setlinebuf().
|
2022-04-27 10:22:38 +02:00 |
orbitcowboy
|
9e9997be32
|
bsd.cfg: Added support for preadv2() and pwritev2()
|
2022-04-26 09:53:45 +02:00 |
orbitcowboy
|
051512dd48
|
bsd.cfg: Added support for pwritev(), preadv(), writev() and writev().
|
2022-04-22 07:41:03 +02:00 |
Paul Fultz II
|
4b4037540a
|
valueFlowUninit: Handle arrays and pod types (#3917)
* valueFlowUninit: Handle arrays and pod types
* Format
* Catch another array case
|
2022-03-24 06:35:44 +01:00 |
Daniel Marjamäki
|
c39446ff77
|
bsd.cfg: configure err functions
|
2021-11-04 16:49:40 +01:00 |
orbitcowboy
|
6ae9486fd0
|
bsd.cfg: Added overlapping data check for strlcat()
|
2021-07-18 10:04:11 +02:00 |
orbitcowboy
|
71d1dd2bb8
|
bsd.cfg: Added overlapping data check for strlcpy()
|
2021-07-18 10:01:06 +02:00 |
orbitcowboy
|
372020b835
|
bsd.cfg: Added support for more constants, found by daca@home
|
2020-12-25 12:45:56 +01:00 |
orbitcowboy
|
dfc754ba61
|
bsd.cfg: Added 'SEEK_*' constants
|
2020-12-25 12:40:09 +01:00 |
orbitcowboy
|
c4190d1741
|
bsd.cfg: Added more types
|
2020-12-10 14:50:30 +01:00 |
Daniel Marjamäki
|
1c99597b9f
|
bsd.cfg: Added u_char, u_short, u_int, u_long types. and a define TAILQ_HEAD.
|
2020-12-10 11:43:45 +01:00 |
Sebastian
|
02c0240dcd
|
Fix #9322: bsd.cfg, gnu.cfg: Fix FP for mmap when argument "fd" is -1 (#2306)
In contrast to POSIX, GNU and BSD allow or even require the argument
"fd" to be set to -1 if MAP_ANONYMOUS or MAP_ANON is specified.
|
2019-10-30 09:39:50 +01:00 |
orbitcowboy
|
da29a1f56b
|
gnu/bsd.cfg: Cleanup redundant configuration for timercmp() and add more tests.
|
2019-09-10 11:51:47 +02:00 |
orbitcowboy
|
aed5e17867
|
#9323, #9331: Moved configuration and tests to gnu and bsd.
|
2019-09-08 19:17:15 +02:00 |
Sebastian
|
78715d3eff
|
bsd.cfg: Add arc4random* functions with tests. (#1344)
Reference: https://www.freebsd.org/cgi/man.cgi?query=arc4random
|
2018-08-16 21:37:40 +02:00 |
Sebastian
|
f129d8bd6b
|
bsd.cfg: Add strlcpy(), fix fts_children() (#1284)
|
2018-06-08 15:42:49 +02:00 |
orbitcowboy
|
c7993c38b5
|
bsd.cfg: Added support for strlcat().
|
2018-05-30 16:47:00 +02:00 |
Alexander Mai
|
dcc962ec37
|
Add configuration file for BSD os family
|
2017-08-28 22:48:39 +02:00 |