aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include grp.h for setgroups definitionLaurent Bercot2017-07-161-0/+1
* Change setgroups() management, in particular add skalibs_setgroups()Laurent Bercot2017-07-161-0/+45
* Add egidingroups sysdeps, change fd_close() to void and saving errno, propag...Laurent Bercot2017-07-1622-90/+26
* 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-188-0/+80
* bugfix: error reporting in openreadcloseLaurent Bercot2017-05-121-4/+9
* Change SKALIBS_NSIG to SKALIBS_DEFAULT_NSIG and NSIG to SKALIBS_NSIG to acco...Laurent Bercot2017-04-283-7/+7
* Always pair skalibs/nsig.h with skalibs/nonposix.h (and screw NSIG with a ch...Laurent Bercot2017-04-283-10/+18
* Fix NSIG definition (max+1 instead of max)Laurent Bercot2017-04-283-7/+7
* Fix unixmessage_putv() (the normal message wasn't taken into account!)Laurent Bercot2017-03-151-1/+1
* Better pipe2 detection on BSD systemsLaurent Bercot2017-03-151-8/+1
* 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-13165-199/+11
* Cleanups - mostly removing superfluous includes in headersLaurent Bercot2017-03-133-6/+5
* Types change: switch libdatastruct to uint32_tLaurent Bercot2017-02-2221-38/+35
* Types change: big pass on libstddjb and libunixonacidLaurent Bercot2017-02-21256-699/+595
* More types changesLaurent Bercot2017-02-17118-946/+475
* add arc4random_addrandom sysdep; next batch of types changes.Laurent Bercot2017-02-1567-264/+211
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-2580-212/+409
* Zero errno on EOF in allreadwrite()Laurent Bercot2016-11-271-1/+5
* Add the alarm library, first draft.Laurent Bercot2016-10-246-2/+230
* Add child_spawn2Laurent Bercot2016-10-191-0/+151
* bugfix: child_spawn() error path now closes the right amount of fdsLaurent Bercot2016-10-191-1/+2
* Clean up and modernize librandom.Laurent Bercot2016-10-141-3/+3
* add new leap second: 2016-12-31 23:59:60 UTCLaurent Bercot2016-07-171-3/+4
* bitarray_not: Fix skipping a byteOlivier Brunel2016-05-141-1/+1
* Help Solaris finds its own futimens() in its own assLaurent Bercot2016-04-271-0/+1
* futimes() is not POSIX, so add some ftmsLaurent Bercot2016-04-271-1/+4
* Add new sysdeps for futimens() and futimes(), adapt touch() implementationLaurent Bercot2016-04-271-0/+37
* Bugfix: exec the child when not SKALIBS_HASPOSIXSPAWN in child_spawn0 (thank...Laurent Bercot2016-04-221-1/+1
* Fix/clarify utilisations of 'char' (thanks Esben Haabendal)Laurent Bercot2016-01-145-10/+10
* Add bitarray_first{clear,set}_skip (thx jjk)Laurent Bercot2016-01-052-0/+30
* Fix incorrect clear/set when b&7 = 0 in bitarray_clearsetn (thx jjk)Laurent Bercot2016-01-051-1/+1
* Remove printing of useless nonvariable option char in sgetopt (thx Michael Zuo)Laurent Bercot2015-11-041-2/+0
* Fix comments in make-leapseconds_tableLaurent Bercot2015-10-211-1/+1
* - Remove /etc/leapsecs.datv2.3.8.0Laurent Bercot2015-10-1411-91/+59