aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add skalibs/posixishard.hLaurent Bercot2019-02-1935-91/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will break things. It's a known issue. Patches to other packages will come later, to adapt them to the new API. To work around brokenness, there needs to be *two* different headers: 1. one to be used before including system headers, that maximizes visibility by enabling system-dependent feature test macros (that will be tested by system headers) 2. one to be used after including system headers, that performs preprocessor tests and defines. skalibs/nonposix.h is the first one. Previously, there was no second one, and the tests were scattered all over. There was a strnlen declaration in skalibs/posixplz.h (which serves a totally different function: declaring things that should be in POSIX, but *are not*, i.e. working around problems in the standard, instead of problems in systems failing to respect the standard), a build-time sysdep for error.h, #defines for MSG_NOSIGNAL, etc. etc. skalibs/posixishard.h now is the second one, and centralizes all the tests. As a result, the eproto sysdep is unnecessary and has been removed. skalibs/error.h is now a static header, it is not built anymore.
* Add DragonFly macro; remove nbwaitall and ancilautocloseLaurent Bercot2019-02-198-172/+1
|
* Get rid of tryancilautoclose testLaurent Bercot2019-02-181-108/+6
|
* Remove _BSD_SOURCE from nonposix, just to try...Laurent Bercot2019-02-141-3/+0
|
* Fix xpathexec* exit codes when execve() fails!Laurent Bercot2019-02-127-7/+21
|
* Rename mkLtemp to mkhtemp; try to make MacOS happyLaurent Bercot2019-02-064-2/+11
|
* The extra space, John! The extra space!Laurent Bercot2019-02-051-1/+1
|
* fix null-pointer behavior in fmt and fmtlist functionsJohn Regan2019-02-051-12/+11
| | | | | | This fixes a segfault when a user calls uint320_fmt(NULL,...), and makes the fmtlist functions return the correct number of characters when called with NULL.
* Proper use of umask for mk[bcp]tempLaurent Bercot2019-01-083-0/+6
|
* Remove mkdir_unique, rewrite atomic_symlink with mkltempLaurent Bercot2019-01-083-45/+10
|
* Really add mkfootemp and autosurf, I guess ?Laurent Bercot2018-12-0813-0/+170
|
* Add mk?temp and autosurfLaurent Bercot2018-12-075-2/+19
|
* bugfix: rounding error in stralloc_reverse_blocksLaurent Bercot2018-11-241-2/+3
|
* Add env_dump()Laurent Bercot2018-11-142-0/+52
|
* Scrap avltreeb, prepare for 2.8.0.0Laurent Bercot2018-09-301-37/+13
|
* bugfix: if HASGETPEERUCRED, getpeereid() had UBLaurent Bercot2018-09-171-1/+1
|
* Better when it buildsLaurent Bercot2018-09-141-1/+1
|
* bugfix: child_spawn2 error pathLaurent Bercot2018-09-142-2/+2
|
* Remove avl*_deletenode() macros, document all added functionsLaurent Bercot2018-08-143-4/+0
|
* Remove protLaurent Bercot2018-08-014-79/+0
|
* Remove mininetstring, absolutepath, absolutepath_tmpLaurent Bercot2018-07-217-107/+1
|
* Add unlink_void, change dir_close, prepare for 2.7.0.0Laurent Bercot2018-07-216-8/+28
|
* Add skagetln_loose, skagetlnsep_loose, ipc_timed_sendvLaurent Bercot2018-06-246-0/+79
|
* Add nullispointer sysdepLaurent Bercot2018-05-031-0/+12
|
* Add genset[dyn]_deepfreeLaurent Bercot2018-04-134-0/+36
|
* Fix avltree_deletenodeOlivier Brunel2018-04-121-1/+1
| | | | Signed-off-by: Olivier Brunel <jjk@jjacky.com>
* Remove sig_scan, blehLaurent Bercot2018-03-213-41/+27
|
* Add sig_scan, sig0_scanLaurent Bercot2018-03-213-0/+50
|
* Fix build error (typo)Laurent Bercot2018-03-161-1/+1
|
* Add genqdyn_unpush, bufalloc_unputLaurent Bercot2018-03-163-0/+14
|
* Add byte_zzero, openb_readLaurent Bercot2018-03-015-0/+77
|
* Add execvep_loose, prepare for 2.6.4.0Laurent Bercot2018-02-145-29/+63
|
* C++ify more initializers >.>Laurent Bercot2018-02-144-10/+10
|
* Fix HASSIGNEDSIGNED sysdeps macros, add localtm_from_ltm64 tolerance for ↵Laurent Bercot2018-02-021-0/+3
| | | | 64-bit time_t
* Try strnlen() portability with _POSIX_C_SOURCE...Laurent Bercot2018-01-131-3/+0
|
* remove viterfunc_t, add non-documentation for libposixplzLaurent Bercot2018-01-041-3/+0
|
* Add viterfunc_t to functypes.hLaurent Bercot2018-01-031-0/+3
|
* Doc updateLaurent Bercot2018-01-031-1/+0
|
* Add child_spawn3, make textclient_startf use itLaurent Bercot2018-01-034-6/+181
|
* Add genqdynLaurent Bercot2017-12-299-0/+105
|
* Deprecate env_getLaurent Bercot2017-12-228-30/+28
|
* Add missing textclient_zeroLaurent Bercot2017-12-221-0/+5
|
* Add textclient, fix some textmessage issuesLaurent Bercot2017-12-2215-9/+454
|
* GNU manages to botch dirfd() too. POSIX is hard!Laurent Bercot2017-12-211-0/+3
|
* Add dirfd sysdep, because Solaris sucksLaurent Bercot2017-12-213-0/+43
|
* Undeprecate mininetstringLaurent Bercot2017-12-211-3/+2
| | | | It's actually used by s6-dns!
* Big 2.6.3.0 reorganizationLaurent Bercot2017-12-2151-43/+831
| | | | | | | - Add libposixplz, update headers - Add memmem and friends - Add textmessage to libunixonacid - Update some sysdeps tests
* Finally implement sarealpath() over realpath(). Prettier atomic_symlink().Laurent Bercot2017-12-075-78/+47
|
* Add atomic_symlink(), prepare for 2.6.3.0Laurent Bercot2017-12-032-0/+42
|
* Add _PACK and pack/unpack functions for signed typesLaurent Bercot2017-11-271-1/+6
|