Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-25 | Prepare for 2.11.2.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-02-25 | Bloat envdir with a noclamp option | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-02-25 | Don't autoshrink after slurping | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-02-17 | Full errno paranoia in selfpipe signal handler | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-01-24 | Apply user-provided CPPFLAGS, CFLAGS and LDFLAGS during autodetection | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2022-01-02 | genqdyn doc fix (thanks obarun) | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-21 | version: 2.11.1.0v2.11.1.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-19 | Add gccattr_nonstring, modernize gccattributes.h | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-05 | configure: add var control tweak | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-12-04 | Add opendir_at, prepare for 2.11.1.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-10-30 | Don't return void | Laurent Bercot | |
Error by: Studio 12.6 Sun C 5.15 SunOS_i386 2017/05/30 Reported by schmonz Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-29 | Doc fixes | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-26 | version: 2.11.0.0v2.11.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-26 | Fix fd_cat/n doc | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-25 | Axe iobuffer | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-02 | Don't forget child_spawn either | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-02 | Don't forget textclient_commandv | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-02 | Make textclient_command work with errno > 127 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-09-02 | Infinite recursion my ass cheeks | Laurent Bercot | |
Sometimes clang warnings have a point. Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-26 | fix selfpipe_tophalf type | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-22 | Add ipc_bind_reuse_perms | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-18 | Add tain_infinite | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-08-18 | Add some ip46 macros | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-07-29 | Add sig_altignore()2.11.0.0 | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-07-28 | Huge incompatible changes. | Laurent Bercot | |
- 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> | |||
2021-07-24 | Don't use dirfd as an identifier | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-07-24 | Hide cdb_find_state in the common case | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-07-24 | Add cdb_init_at and cdb_init_fromfd, rename cdb_reader | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-07-23 | New 2.11.0.0 branch with several modifications | Laurent Bercot | |
- libbiguint removed - cdb_make changed to cdbmake (because different ui) - cdb redesigned Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-07-21 | Save errno when freeing a cdb | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-06-30 | bugfix: offset in cdb mmap | Laurent Bercot | |
An offset of -1 worked because most OSes treat it as 0, but DS9k would fail on it. Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-06-29 | cdb always mmaps | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska@appnovation.com> | |||
2021-06-14 | gccattributes.h: define gccattr_returns_twice | Laurent Bercot | |
Signed-off-by: Jesse Young <jlyo@jlyo.org> | |||
2021-06-14 | doc: allreadwrite: document scatter/gatter functions | Laurent Bercot | |
Signed-off-by: Jesse Young <jlyo@jlyo.org> | |||
2021-06-14 | doc: reconcile openwrite{,v}nclose_suffix{,_devino}{,_sync} with djbunix.h | Laurent Bercot | |
Signed-off-by: Jesse Young <jlyo@jlyo.org> | |||
2021-06-14 | Fix ML URL | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska-skaware@skarnet.org> | |||
2021-06-14 | Add CONTRIBUTING and DCO files | Laurent Bercot | |
Signed-off-by: Laurent Bercot <ska-skaware@skarnet.org> | |||
2021-05-14 | Cosmetic fixes | Laurent Bercot | |
2021-04-15 | version: 2.10.0.3v2.10.0.3 | Laurent Bercot | |
2021-04-13 | Prepare for 2.10.0.3 | Laurent Bercot | |
2021-04-11 | Do not ld into /dev/null | Laurent Bercot | |
2021-04-09 | No need for noexecstack, but the strip is too greedy | Laurent Bercot | |
2021-02-15 | version: 2.10.0.2v2.10.0.2 | Laurent Bercot | |
2021-02-13 | bugfix: ipc_bind_reuse_lock must ignore umask | Laurent Bercot | |
2021-02-11 | Prepare for 2.10.0.2 | Laurent Bercot | |
2021-02-05 | Solaris: get endianness info wherever we can | Laurent Bercot | |
2021-02-01 | Work around broken shells, including bash and dash. Yeah. | Laurent Bercot | |
2021-01-27 | Align infinity on 2^61 | Laurent Bercot | |
2021-01-19 | version: 2.10.0.1v2.10.0.1 | Laurent Bercot | |
2021-01-19 | Better deps.mak | Laurent Bercot | |