aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
* Also better when you actually pull the sysdepsLaurent Bercot2019-09-041-0/+1
* With the correct sysdeps macros, pleaseLaurent Bercot2019-09-041-2/+2
* Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot2019-09-039-112/+103
* iopause_select: add protection against UB in FD_SETLaurent Bercot2019-08-071-0/+1
* bugfix: env_dump() unterminated stringsLaurent Bercot2019-07-311-1/+2
* Typo fixLaurent Bercot2019-07-231-1/+1
* Factor all the BSD complaints into one new headerLaurent Bercot2019-07-229-44/+22
* bits-fmtscan refactor, part twoLaurent Bercot2019-07-197-18/+39
* bugfix: memcmp doesn't guarantee not touching bytes after cmp fails.Laurent Bercot2019-07-111-2/+1
* Better with the new files added >.>Laurent Bercot2019-07-114-0/+79
* bits-fmtscan refactor, part oneLaurent Bercot2019-07-1123-164/+71
* child_spawn*: make sure posix_spawn() doesn't clobber pipes with dup2+closeLaurent Bercot2019-06-164-22/+37
* bugfix: proper sockaddr storage in socket_remote46Laurent Bercot2019-05-071-4/+4
* Respect POSIX "Seconds since the Epoch" when hitting a leap secondLaurent Bercot2019-03-093-6/+5
* bugfix: leap second table. Also add leapsec reporting in localtm.Laurent Bercot2019-03-086-35/+37
* Add skalibs/posixishard.hLaurent Bercot2019-02-197-7/+18
* Fix xpathexec* exit codes when execve() fails!Laurent Bercot2019-02-127-7/+21
* Rename mkLtemp to mkhtemp; try to make MacOS happyLaurent Bercot2019-02-061-0/+2
* 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
* bugfix: rounding error in stralloc_reverse_blocksLaurent Bercot2018-11-241-2/+3
* Add env_dump()Laurent Bercot2018-11-141-0/+51
* Better when it buildsLaurent Bercot2018-09-141-1/+1
* bugfix: child_spawn2 error pathLaurent Bercot2018-09-142-2/+2
* Remove protLaurent Bercot2018-08-013-73/+0
* Remove mininetstring, absolutepath, absolutepath_tmpLaurent Bercot2018-07-214-91/+1
* Add unlink_void, change dir_close, prepare for 2.7.0.0Laurent Bercot2018-07-211-7/+8
* Add skagetln_loose, skagetlnsep_loose, ipc_timed_sendvLaurent Bercot2018-06-242-0/+30
* Remove sig_scan, blehLaurent Bercot2018-03-212-40/+27
* Add sig_scan, sig0_scanLaurent Bercot2018-03-212-0/+47
* Add byte_zzero, openb_readLaurent Bercot2018-03-012-0/+45
* Fix HASSIGNEDSIGNED sysdeps macros, add localtm_from_ltm64 tolerance for 64-...Laurent Bercot2018-02-021-0/+3
* Add child_spawn3, make textclient_startf use itLaurent Bercot2018-01-032-1/+166
* Deprecate env_getLaurent Bercot2017-12-227-27/+25
* Add dirfd sysdep, because Solaris sucksLaurent Bercot2017-12-211-0/+23
* Big 2.6.3.0 reorganizationLaurent Bercot2017-12-2112-260/+74
* Finally implement sarealpath() over realpath(). Prettier atomic_symlink().Laurent Bercot2017-12-074-75/+37
* Add lock_unx()Laurent Bercot2017-10-301-0/+11
* Bugfix: getlnmax(sep) needs to include the terminating byte when foundLaurent Bercot2017-10-212-4/+4
* Better packing / unpacking codeLaurent Bercot2017-10-1818-86/+98
* Fix double close in openwrite*Laurent Bercot2017-10-082-2/+0
* Rewrite openwrite(v)nclose using mkstempLaurent Bercot2017-09-276-26/+123
* Comment fix (writing to /dev/urandom doesn't speed it up)Laurent Bercot2017-09-271-1/+1
* Catch signals with SA_RESTART unless iopause is select()Laurent Bercot2017-08-281-0/+4
* Change xexecvep exit codes ; add namespaces sysdepLaurent Bercot2017-08-231-1/+2
* Revert initializer optimization (buggy when first realloc'ing!)Laurent Bercot2017-08-141-1/+2
* Make cbuffer_?peek take a const; make *_init not leak when misusedLaurent Bercot2017-07-313-4/+3
* Fix a case where socket_deadlineconnstamp* could modify errno on success (th...Laurent Bercot2017-07-303-0/+6
* Typo fix in touch.cLaurent Bercot2017-07-161-1/+1
* More secure setgroups functions. (thanks muh)Laurent Bercot2017-07-162-4/+18