aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add lock_unx()Laurent Bercot2017-10-302-0/+12
|
* Bugfix: getlnmax(sep) needs to include the terminating byte when foundLaurent Bercot2017-10-212-4/+4
|
* Better packing / unpacking codeLaurent Bercot2017-10-1821-87/+106
| | | | Godbolted for x86_64 with gcc and clang.
* Fix double close in openwrite*Laurent Bercot2017-10-082-2/+0
|
* Rewrite openwrite(v)nclose using mkstempLaurent Bercot2017-09-2712-96/+147
|
* Comment fix (writing to /dev/urandom doesn't speed it up)Laurent Bercot2017-09-272-3/+3
|
* Add nsgetparent sysdepLaurent Bercot2017-08-281-0/+12
|
* Catch signals with SA_RESTART unless iopause is select()Laurent Bercot2017-08-281-0/+4
|
* Change xexecvep exit codes ; add namespaces sysdepLaurent Bercot2017-08-232-1/+14
|
* Make skaclient's fd coeLaurent Bercot2017-08-161-1/+3
|
* Revert initializer optimization (buggy when first realloc'ing!)Laurent Bercot2017-08-142-4/+5
|
* Make cbuffer_?peek take a const; make *_init not leak when misusedLaurent Bercot2017-07-315-9/+8
|
* Fix a case where socket_deadlineconnstamp* could modify errno on success ↵Laurent Bercot2017-07-303-0/+6
| | | | (thanks jlyo)
* Add unixmessage_receiver_hasmsginbuf, fix unixmessage_handleLaurent Bercot2017-07-273-3/+25
|
* Typo fix in touch.cLaurent Bercot2017-07-161-1/+1
|
* More secure setgroups functions. (thanks muh)Laurent Bercot2017-07-163-4/+19
|
* Include grp.h for setgroups definitionLaurent Bercot2017-07-161-0/+1
|
* git unignore setgroups.h ...Laurent Bercot2017-07-161-0/+24
|
* Change setgroups() management, in particular add skalibs_setgroups()Laurent Bercot2017-07-167-49/+55
|
* Add egidingroups sysdeps, change fd_close() to void and saving errno, ↵Laurent Bercot2017-07-1641-167/+92
| | | | propagate changes
* mitigation: bump UNIXMESSAGE_MAXREADS to something that will never be ↵Laurent Bercot2017-07-151-1/+1
| | | | reached. Real fix coming later.
* Fix openreadnclose failing if errno was nonzero before (thanks jjk)Laurent Bercot2017-05-221-1/+3
|
* Add xpathexec_* functions, prepare for 2.5.1.0Laurent Bercot2017-05-189-2/+91
|
* Accommodate some broken GNU toolchains by including sys/types.h in sysdeps ↵Laurent Bercot2017-05-163-1/+4
| | | | tests
* bugfixes: invalid clockmon detection and futimens detectionLaurent Bercot2017-05-151-0/+3
|
* bugfix: error reporting in openreadcloseLaurent Bercot2017-05-121-4/+9
|
* Remove byte_copy invocation from ip46-withoutLaurent Bercot2017-05-101-1/+1
|
* Adjust ftms for trysetgroups.c (glibc changed APIs without major version ↵Laurent Bercot2017-04-301-0/+8
| | | | bump -_-)
* Add _DEFAULT_SOURCE ftm to skalibs/nonposix.hLaurent Bercot2017-04-301-0/+3
|
* Change SKALIBS_NSIG to SKALIBS_DEFAULT_NSIG and NSIG to SKALIBS_NSIG to ↵Laurent Bercot2017-04-284-9/+18
| | | | accommodate OpenBSD snowflakiness
* Always pair skalibs/nsig.h with skalibs/nonposix.h (and screw NSIG with a ↵Laurent Bercot2017-04-284-11/+23
| | | | chainsaw)
* Fix NSIG definition (max+1 instead of max)Laurent Bercot2017-04-284-8/+8
|
* OpenBSD doesn't export a proper NSIG without __BSD_VISIBLE. Ah, OpenBSD.Laurent Bercot2017-04-281-0/+1
|
* Fix getrandom() detection: need to run the test, not only link!Laurent Bercot2017-04-261-1/+2
|
* Align ancillary buffers on struct cmsghdr and int boundariesLaurent Bercot2017-04-234-9/+30
|
* More arc4random_addrandom fixes, how can clang be such a PITA ?Laurent Bercot2017-03-161-1/+1
|
* Fix arc4random_addrandom detection for -Werror=pointer-signLaurent Bercot2017-03-161-1/+2
|
* Fix unixmessage_putv() (the normal message wasn't taken into account!)Laurent Bercot2017-03-152-2/+2
|
* Better pipe2 detection on BSD systemsLaurent Bercot2017-03-152-10/+15
|
* Fix trydevurandom testLaurent Bercot2017-03-151-1/+1
|
* sysdeps tests cleanup. (I expect BSDs to break, as usual.)Laurent Bercot2017-03-1530-77/+24
|
* More fixes in lesser-explored #define pathsLaurent Bercot2017-03-141-0/+1
|
* Fix iobufferk_flush typoLaurent Bercot2017-03-141-1/+1
|
* More superflous headers cleanup and tiny fixesLaurent Bercot2017-03-13280-380/+34
|
* Cleanups - mostly removing superfluous includes in headersLaurent Bercot2017-03-1318-34/+15
|
* Types change: switch libdatastruct to uint32_tLaurent Bercot2017-02-2257-164/+203
| | | | Still needs to be reviewed.
* Types change: big pass on libstddjb and libunixonacidLaurent Bercot2017-02-21318-888/+768
| | | | libdatastruct still missing, library still not functional
* More types changesLaurent Bercot2017-02-17203-1366/+928
| | | | | | | | | 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
* add arc4random_addrandom sysdep; next batch of types changes.Laurent Bercot2017-02-1581-349/+300
| | | | | The library isn't supposed to be functional yet: there are still a lot of type mismatches.
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-25134-762/+620
| | | | | | | Rework src/headers entirely: build skalibs/types.h Convert skalibs/fmtscan.h types. Propagate changes until it builds. There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul.