aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix back slurpnLaurent Bercot2023-08-081-0/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Update changelogLaurent Bercot2023-07-031-1/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2023-06-271-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc typo fixLaurent Bercot2023-04-211-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add selfpipe_fd(), refactor selfpipeLaurent Bercot2023-04-073-1/+22
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.13.1.1Laurent Bercot2023-03-233-2/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add sals, several refactorsLaurent Bercot2023-02-091-0/+11
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.13.1.0Laurent Bercot2023-01-313-3/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add bytestr.h docLaurent Bercot2023-01-181-1/+236
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix main dl linkLaurent Bercot2023-01-151-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add siovec doc, fix siovec_trunc, credit ErmineLaurent Bercot2023-01-041-1/+114
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Much better strerr revamp, with __VA_ARGS__Laurent Bercot2022-11-303-1/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.13.0.0, revamp strerrLaurent Bercot2022-11-294-31/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.12.1.0; add buffer_timed_put(s)Laurent Bercot2022-10-283-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.12.0.2Laurent Bercot2022-10-143-2/+8
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixes: remove _t from skalibs typesLaurent Bercot2022-09-277-94/+94
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix allread errno managementLaurent Bercot2022-07-181-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.12.0.1Laurent Bercot2022-06-232-1/+7
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Clean up / homogenize openreadnclose() familyLaurent Bercot2022-06-081-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add waitn_posix() and waitn_reap_posix()Laurent Bercot2022-04-152-0/+15
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2022-04-111-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.12.0.0. librandom revamp.Laurent Bercot2022-04-093-2/+13
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixLaurent Bercot2022-03-201-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixesLaurent Bercot2022-03-163-5/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.11.2.0Laurent Bercot2022-02-252-1/+10
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* genqdyn doc fix (thanks obarun)Laurent Bercot2022-01-021-9/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add opendir_at, prepare for 2.11.1.0Laurent Bercot2021-12-042-1/+16
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Doc fixesLaurent Bercot2021-09-292-23/+122
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* version: 2.11.0.0v2.11.0.0Laurent Bercot2021-09-261-1/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Fix fd_cat/n docLaurent Bercot2021-09-261-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Axe iobufferLaurent Bercot2021-09-253-29/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Huge incompatible changes.Laurent Bercot2021-07-281-2/+8
| | | | | | | | | | | | - Obsolete skalibs/environ.h and skalibs/getpeereid.h removed. - rc4 and md5 removed. - All *_t types renamed to avoid treading on POSIX namespace. - subgetopt() renamed to lgetopt(). - signal functions reworked; skasigaction removed; sig_stack removed - Various functions removed: skaoffsetof(), selfpipe_untrap() - New posixplz function: munmap_void. Signed-off-by: Laurent Bercot <ska@appnovation.com>
* New 2.11.0.0 branch with several modificationsLaurent Bercot2021-07-236-395/+18
| | | | | | | | - libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot <ska@appnovation.com>
* doc: allreadwrite: document scatter/gatter functionsLaurent Bercot2021-06-141-0/+53
| | | | Signed-off-by: Jesse Young <jlyo@jlyo.org>
* doc: reconcile openwrite{,v}nclose_suffix{,_devino}{,_sync} with djbunix.hLaurent Bercot2021-06-141-6/+6
| | | | Signed-off-by: Jesse Young <jlyo@jlyo.org>
* Fix ML URLLaurent Bercot2021-06-141-1/+1
| | | | Signed-off-by: Laurent Bercot <ska-skaware@skarnet.org>
* Prepare for 2.10.0.3Laurent Bercot2021-04-133-2/+8
|
* Prepare for 2.10.0.2Laurent Bercot2021-02-113-2/+8
|
* version: 2.10.0.1v2.10.0.1Laurent Bercot2021-01-191-1/+1
|
* Prepare for 2.10.0.1Laurent Bercot2021-01-143-2/+8
|
* Undocument pathexec functions (replaced with exec.h stuff)Laurent Bercot2021-01-141-121/+0
|
* Document latest changesLaurent Bercot2021-01-021-2/+5
|
* Reflect changes in docLaurent Bercot2020-12-093-7/+12
|
* Revamp lock primitives; prepare for 2.10.0.0 instead of 2.9.4.0Laurent Bercot2020-11-294-35/+18
| | | | | | | | | | | flock() doesn't have a way to test for a lock without taking it. lockf() doesn't have shared locks. The only way to have both is fcntl(). So I rewrote all the locking stuff around fcntl(), and used the opportunity to change the interface. The point of changing the interface is to stop having to bother with the old one, so to hell with compatibility, let's just do a major bump.
* Complete revamp of the pathexec functionsLaurent Bercot2020-11-241-0/+1
| | | | | | | | | | | | | | | | | - pathexec_run is now called exec_ae a for provided file name (default: argv[0]) e for provided envp (default: environ) - pathexec is now called mexec. m for merge environment. Option letters are: a for provided file name (default: argv[0]) e for provided envp (default: environ) f for provided envp *and* length of the envp m for provided modif string plus its length (the length is always needed because the modifs are null-terminated) n for provided modif string, length *and* number of modifs - functions have a foo0 version for _exit(0) when argv[0] is null - functions have a xfoo version to die if the exec fails - and a xfoo0 - Compatibility #defines and #includes are there until the next major bump
* Add fd_shutdown()Laurent Bercot2020-11-201-0/+10
|
* Add mention of ipc_bind_reuse_lock() to changelogLaurent Bercot2020-11-081-0/+3
|
* Change new function names to openc_*; update deps.makLaurent Bercot2020-10-262-10/+10
|
* Prepare for 2.9.4.0; add open*coe() functions.Laurent Bercot2020-10-264-2/+60
|
* doc: fix URLsLaurent Bercot2020-10-0420-91/+88
|