summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* C is stupid, part 270.4Laurent Bercot2020-03-301-7/+7
|
* version: 2.5.1.2 v2.5.1.2Laurent Bercot2020-03-031-1/+0
|
* Prepare for 2.5.1.2Laurent Bercot2020-01-275-4/+17
|
* Fix shared libs installationLaurent Bercot2020-01-271-3/+2
|
* version: 2.5.1.1 v2.5.1.1Laurent Bercot2019-10-211-0/+1
|
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-212-23/+23
|
* Prepare for 2.5.1.1Laurent Bercot2019-10-215-4/+17
|
* Fix generated CC for cross-buildsLaurent Bercot2019-10-211-1/+1
|
* version: 2.5.1.0 v2.5.1.0Laurent Bercot2019-09-221-3/+4
|
* Fix configure permissionsLaurent Bercot2019-09-211-0/+0
|
* Remove tainnow dependency in configure tooLaurent Bercot2019-09-211-2/+0
|
* Use wallclock explicitlyLaurent Bercot2019-09-041-1/+1
|
* Prepare for 2.5.1.0Laurent Bercot2019-08-095-4/+17
|
* Makefile needs to be adjusted tooLaurent Bercot2019-07-221-5/+4
|
* Make configure CC-friendlierLaurent Bercot2019-07-221-8/+24
|
* version: 2.5.0.1 v2.5.0.1Laurent Bercot2019-03-041-2/+2
|
* Build everything as PIC by defaultLaurent Bercot2019-02-245-18/+24
|
* Fix clang build: rewrite avltreeb into avltreen, requires new skalibsLaurent Bercot2018-09-307-12/+24
| | | | | | | 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.
* Document s6-mount exit codes (thanks Aranea)Laurent Bercot2018-09-302-0/+11
|
* Conditional nsss slashpackage buildLaurent Bercot2018-08-201-0/+1
|
* Support conditional slashpackage buildsLaurent Bercot2018-08-201-6/+13
|
* version: 2.5.0.0 v2.5.0.0Laurent Bercot2018-08-141-3/+2
|
* Remove s6-devd, s6-uevent-listener, s6-uevent-spawner, prepare for 2.5.0.0Laurent Bercot2018-08-1416-826/+9
|
* Add nsss support, prepare for 2.4.0.3Laurent Bercot2018-08-019-7/+33
|
* Add missing flag options to s6-mountLaurent Bercot2018-04-131-0/+17
|
* Doc fix: s6-mount has no default fstypeLaurent Bercot2018-04-131-1/+2
|
* Fix s6-logwatch busyloop issueLaurent Bercot2018-01-171-0/+2
|
* Make all-pic a user optionLaurent Bercot2017-10-303-12/+24
|
* Support default pieLaurent Bercot2017-10-292-0/+19
|
* version: 2.4.0.2 v2.4.0.2Laurent Bercot2017-10-261-0/+2
|
* Deprecate s6-uevent-*, prepare for 2.4.0.2Laurent Bercot2017-10-269-11/+45
|
* Remove shebang from configureLaurent Bercot2017-10-191-9/+1
|
* Rewrite s6-logwatchLaurent Bercot2017-10-132-96/+109
|
* Better *FLAGS managementLaurent Bercot2017-10-052-18/+35
|
* And with the previous change, _BSD_SOURCE can goLaurent Bercot2017-10-051-4/+0
|
* Include sys/sysmacros.h because glibc is glibcLaurent Bercot2017-10-051-0/+1
|
* version: 2.4.0.1 v2.4.0.1Laurent Bercot2017-08-281-0/+1
|
* Prepare for 2.4.0.1Laurent Bercot2017-08-286-6/+21
|
* Comment mentions of mdevdLaurent Bercot2017-08-281-2/+2
|
* Convert to xpathexecLaurent Bercot2017-08-224-8/+5
|
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-2316-57/+57
|
* version: 2.4.0.0 v2.4.0.0Laurent Bercot2017-05-214-4/+7
|
* Prepare for version 2.4.0.0Laurent Bercot2017-05-113-1/+14
|
* Adapt s6-devd to the new s6-uevent-listener|s6-uevent-spawner interfaceLaurent Bercot2017-04-273-37/+40
|
* Change s6-uevent-listener API: don't spawn, write events to stdoutLaurent Bercot2017-04-147-78/+55
|
* Fix s6-ps types parsingLaurent Bercot2017-04-131-4/+14
| | | | | | | | 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.
* Replace fd_writev with buffer_write in s6-uevent-listenerLaurent Bercot2017-04-124-81/+77
|
* version: 2.3.0.0 v2.3.0.0Laurent Bercot2017-03-271-0/+9
|
* Make sure avltree indices (in s6-ps) are uint32_tLaurent Bercot2017-03-276-16/+20
|