about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.1 v2.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
|
* Prepare for 2.9.3.0Laurent Bercot2020-09-185-3/+34
|
* Correct alloc.h documentationLaurent Bercot2020-04-291-5/+6
|
* Prepare for 2.9.2.1Laurent Bercot2020-04-062-1/+7
|
* skalibs: fix html errorsColin Booth2020-03-306-10/+8
| | | | Signed-off-by: Colin Booth <colin@heliocat.net>
* Fix shared libs installation; prepare for 2.9.2.0Laurent Bercot2020-01-272-1/+7
|
* Switch getrandom sysdep back to choose clLaurent Bercot2019-10-261-4/+1
|
* Document that getrandom is now clrLaurent Bercot2019-10-251-4/+10
|
* Also fix documentation for default pathLaurent Bercot2019-10-231-1/+1
|
* Remove obsolete documentation for --enable-clockLaurent Bercot2019-10-231-27/+0
|
* version: 2.9.1.0 v2.9.1.0Laurent Bercot2019-10-211-0/+1
|
* Add path_canonicalize, prepare for 2.9.1.0Laurent Bercot2019-10-093-1/+20
|
* Update tainnow.lib mentions in docLaurent Bercot2019-09-212-1/+7
|
* THAT'S IT WE HAVE EASY CROSS-COMPILATION FOLKSLaurent Bercot2019-09-201-40/+20
|
* Update docLaurent Bercot2019-09-071-5/+28
|
* Big wallclock/stopwatch refactor. It was long overdue.Laurent Bercot2019-09-033-92/+68
| | | | | | | | | | | | | * --enable-clock and --enable-monotonic are gone * tain_sysclock() has been renamed tain_wallclock_read() * tain_wallclock_read() reads from CLOCK_REALTIME (or gettimeofday()) * tain_clockmon[_init]() have been renamed to tain_stopwatch_[read|init]() and now accept a monotonic clock name as an extra argument * tain_now() points to the system (wall) clock by default * tain_now_set_[stopwatch|wallclock]() can be used to switch Now to make a pass on all skarnet.org programs and add a tain_now_set_stopwatch() call everywhere needed... >.>
* Document changesLaurent Bercot2019-07-221-0/+3
|
* bits-fmtscan refactor, part oneLaurent Bercot2019-07-113-2/+8
|
* Doc fixLaurent Bercot2019-06-211-9/+2
|
* version: 2.8.1.0 v2.8.1.0Laurent Bercot2019-05-141-1/+1
|
* Add tryemptyregex/skalibs_regcomp, prepare for 2.8.1.0Laurent Bercot2019-05-112-1/+12
|
* Doc typo fixLaurent Bercot2019-04-271-1/+1
|
* version: 2.8.0.1 v2.8.0.1Laurent Bercot2019-03-091-2/+2
|
* Prepare for 2.8.0.1Laurent Bercot2019-03-083-2/+11
|
* bugfix: leap second table. Also add leapsec reporting in localtm.Laurent Bercot2019-03-081-2/+4
|
* version: 2.8.0.0 v2.8.0.0Laurent Bercot2019-03-041-1/+1
|
* Build as PIC by defaultLaurent Bercot2019-02-241-0/+5
|
* Document mkdir_unique removalLaurent Bercot2019-01-081-0/+3
|
* Add mk?temp and autosurfLaurent Bercot2018-12-071-1/+2
|
* Add env_dump()Laurent Bercot2018-11-141-0/+1
|
* Scrap avltreeb, prepare for 2.8.0.0Laurent Bercot2018-09-303-2/+9
|
* Doc typo fixLaurent Bercot2018-08-221-1/+1
|
* Remove avl*_deletenode() macros, document all added functionsLaurent Bercot2018-08-141-2/+5
|