Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-21 | Prepare for 2.5.1.1 | Laurent Bercot | |
2019-10-21 | Fix generated CC for cross-builds | Laurent Bercot | |
2019-09-22 | version: 2.5.1.0v2.5.1.0 | Laurent Bercot | |
2019-09-21 | Fix configure permissions | Laurent Bercot | |
2019-09-21 | Remove tainnow dependency in configure too | Laurent Bercot | |
2019-09-04 | Use wallclock explicitly | Laurent Bercot | |
2019-08-09 | Prepare for 2.5.1.0 | Laurent Bercot | |
2019-07-22 | Makefile needs to be adjusted too | Laurent Bercot | |
2019-07-22 | Make configure CC-friendlier | Laurent Bercot | |
2019-03-04 | version: 2.5.0.1v2.5.0.1 | Laurent Bercot | |
2019-02-24 | Build everything as PIC by default | Laurent Bercot | |
2018-09-30 | Fix clang build: rewrite avltreeb into avltreen, requires new skalibs | Laurent Bercot | |
Thanks John Regan for the report. His fix idea duplicated the pointers to storage and freelist; there's no way to support a C99 avltreeb without duplicating the avltreen functionality, so I ended up scrapping avltreeb in skalibs. | |||
2018-09-30 | Document s6-mount exit codes (thanks Aranea) | Laurent Bercot | |
2018-08-20 | Conditional nsss slashpackage build | Laurent Bercot | |
2018-08-20 | Support conditional slashpackage builds | Laurent Bercot | |
2018-08-14 | version: 2.5.0.0v2.5.0.0 | Laurent Bercot | |
2018-08-14 | Remove s6-devd, s6-uevent-listener, s6-uevent-spawner, prepare for 2.5.0.0 | Laurent Bercot | |
2018-08-01 | Add nsss support, prepare for 2.4.0.3 | Laurent Bercot | |
2018-04-13 | Add missing flag options to s6-mount | Laurent Bercot | |
2018-04-13 | Doc fix: s6-mount has no default fstype | Laurent Bercot | |
2018-01-17 | Fix s6-logwatch busyloop issue | Laurent Bercot | |
2017-10-30 | Make all-pic a user option | Laurent Bercot | |
2017-10-29 | Support default pie | Laurent Bercot | |
2017-10-26 | version: 2.4.0.2v2.4.0.2 | Laurent Bercot | |
2017-10-26 | Deprecate s6-uevent-*, prepare for 2.4.0.2 | Laurent Bercot | |
2017-10-19 | Remove shebang from configure | Laurent Bercot | |
2017-10-13 | Rewrite s6-logwatch | Laurent Bercot | |
2017-10-05 | Better *FLAGS management | Laurent Bercot | |
2017-10-05 | And with the previous change, _BSD_SOURCE can go | Laurent Bercot | |
2017-10-05 | Include sys/sysmacros.h because glibc is glibc | Laurent Bercot | |
2017-08-28 | version: 2.4.0.1v2.4.0.1 | Laurent Bercot | |
2017-08-28 | Prepare for 2.4.0.1 | Laurent Bercot | |
2017-08-28 | Comment mentions of mdevd | Laurent Bercot | |
2017-08-22 | Convert to xpathexec | Laurent Bercot | |
2017-05-24 | More schemeless URLs | Laurent Bercot | |
2017-05-23 | Switch doc to schemeless URLs | Laurent Bercot | |
2017-05-21 | version: 2.4.0.0v2.4.0.0 | Laurent Bercot | |
2017-05-11 | Prepare for version 2.4.0.0 | Laurent Bercot | |
2017-04-27 | Adapt s6-devd to the new s6-uevent-listener|s6-uevent-spawner interface | Laurent Bercot | |
2017-04-14 | Change s6-uevent-listener API: don't spawn, write events to stdout | Laurent Bercot | |
2017-04-13 | Fix s6-ps types parsing | Laurent Bercot | |
The documented type lengths for /proc/$pid/stat in "man 5 proc" are for *kernel* types. Those lengths may not apply to userland types (think 32-bit userspace on 64-bit kernels). So we need to parse everything as 64-bit, and do the conversion to userspace types later. Thanks to mixi for the report and the analysis. | |||
2017-04-12 | Replace fd_writev with buffer_write in s6-uevent-listener | Laurent Bercot | |
2017-03-27 | version: 2.3.0.0v2.3.0.0 | Laurent Bercot | |
2017-03-27 | Make sure avltree indices (in s6-ps) are uint32_t | Laurent Bercot | |
2017-03-12 | Fix a few omissions2.3.0.0 | Laurent Bercot | |
2017-03-08 | Make it build with skalibs-2.5.0.0 | Laurent Bercot | |
2017-01-10 | Preparation to version bump | Laurent Bercot | |
2017-01-08 | Types fix, first pass | Laurent Bercot | |
Deeper fixes need to be done if the avltree.h API ever changes. | |||
2016-10-28 | version: 2.2.0.0v2.2.0.0 | Laurent Bercot | |
2016-10-25 | Mention --enable-absolute-paths in INSTALL | Laurent Bercot | |