Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Support default pie | Laurent Bercot | 2017-10-29 | 2 | -0/+19 | |
| | ||||||
* | version: 2.4.0.2 v2.4.0.2 | Laurent Bercot | 2017-10-26 | 1 | -0/+2 | |
| | ||||||
* | Deprecate s6-uevent-*, prepare for 2.4.0.2 | Laurent Bercot | 2017-10-26 | 9 | -11/+45 | |
| | ||||||
* | Remove shebang from configure | Laurent Bercot | 2017-10-19 | 1 | -9/+1 | |
| | ||||||
* | Rewrite s6-logwatch | Laurent Bercot | 2017-10-13 | 2 | -96/+109 | |
| | ||||||
* | Better *FLAGS management | Laurent Bercot | 2017-10-05 | 2 | -18/+35 | |
| | ||||||
* | And with the previous change, _BSD_SOURCE can go | Laurent Bercot | 2017-10-05 | 1 | -4/+0 | |
| | ||||||
* | Include sys/sysmacros.h because glibc is glibc | Laurent Bercot | 2017-10-05 | 1 | -0/+1 | |
| | ||||||
* | version: 2.4.0.1 v2.4.0.1 | Laurent Bercot | 2017-08-28 | 1 | -0/+1 | |
| | ||||||
* | Prepare for 2.4.0.1 | Laurent Bercot | 2017-08-28 | 6 | -6/+21 | |
| | ||||||
* | Comment mentions of mdevd | Laurent Bercot | 2017-08-28 | 1 | -2/+2 | |
| | ||||||
* | Convert to xpathexec | Laurent Bercot | 2017-08-22 | 4 | -8/+5 | |
| | ||||||
* | More schemeless URLs | Laurent Bercot | 2017-05-24 | 1 | -1/+1 | |
| | ||||||
* | Switch doc to schemeless URLs | Laurent Bercot | 2017-05-23 | 16 | -57/+57 | |
| | ||||||
* | version: 2.4.0.0 v2.4.0.0 | Laurent Bercot | 2017-05-21 | 4 | -4/+7 | |
| | ||||||
* | Prepare for version 2.4.0.0 | Laurent Bercot | 2017-05-11 | 3 | -1/+14 | |
| | ||||||
* | Adapt s6-devd to the new s6-uevent-listener|s6-uevent-spawner interface | Laurent Bercot | 2017-04-27 | 3 | -37/+40 | |
| | ||||||
* | Change s6-uevent-listener API: don't spawn, write events to stdout | Laurent Bercot | 2017-04-14 | 7 | -78/+55 | |
| | ||||||
* | Fix s6-ps types parsing | Laurent Bercot | 2017-04-13 | 1 | -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-listener | Laurent Bercot | 2017-04-12 | 4 | -81/+77 | |
| | ||||||
* | version: 2.3.0.0 v2.3.0.0 | Laurent Bercot | 2017-03-27 | 1 | -0/+9 | |
| | ||||||
* | Make sure avltree indices (in s6-ps) are uint32_t | Laurent Bercot | 2017-03-27 | 6 | -16/+20 | |
| | ||||||
* | Fix a few omissions 2.3.0.0 | Laurent Bercot | 2017-03-12 | 7 | -21/+20 | |
| | ||||||
* | Make it build with skalibs-2.5.0.0 | Laurent Bercot | 2017-03-08 | 14 | -129/+116 | |
| | ||||||
* | Preparation to version bump | Laurent Bercot | 2017-01-10 | 4 | -4/+10 | |
| | ||||||
* | Types fix, first pass | Laurent Bercot | 2017-01-08 | 15 | -170/+192 | |
| | | | | Deeper fixes need to be done if the avltree.h API ever changes. | |||||
* | version: 2.2.0.0 v2.2.0.0 | Laurent Bercot | 2016-10-28 | 1 | -1/+1 | |
| | ||||||
* | Mention --enable-absolute-paths in INSTALL | Laurent Bercot | 2016-10-25 | 1 | -0/+12 | |
| | ||||||
* | Revert wrong shared lib fix | Laurent Bercot | 2016-10-24 | 1 | -3/+0 | |
| | ||||||
* | Proper support for timer_lib | Laurent Bercot | 2016-10-24 | 1 | -0/+2 | |
| | ||||||
* | Fix stupid shared lib dependencies | Laurent Bercot | 2016-10-24 | 1 | -0/+3 | |
| | ||||||
* | Implement --enable-absolute-paths | Laurent Bercot | 2016-10-16 | 3 | -20/+19 | |
| | ||||||
* | Fix type of the dummy char in s6-fillurandompool | Laurent Bercot | 2016-10-14 | 1 | -1/+1 | |
| | ||||||
* | Port to new librandom API. | Laurent Bercot | 2016-10-14 | 1 | -20/+5 | |
| | | | | | Interestingly, that new API makes implementing s6-fillurandom kind of a NOP. The waiting will be performed in the library. | |||||
* | configure: allow $CC to have several words | Laurent Bercot | 2016-09-27 | 1 | -1/+1 | |
| | ||||||
* | Replace c99 compiler test with clang | Laurent Bercot | 2016-09-26 | 1 | -1/+1 | |
| | ||||||
* | -Wa,--noexecstack belongs to CPPFLAGS | Laurent Bercot | 2016-09-26 | 1 | -1/+1 | |
| | ||||||
* | s6-fillurandompool: add workaround for old libcs that don't define ↵ | Laurent Bercot | 2016-09-15 | 1 | -2/+5 | |
| | | | | SYS_getrandom | |||||
* | Add s6-fillurandompool | Laurent Bercot | 2016-09-15 | 9 | -1/+110 | |
| | ||||||
* | Remove irrelevant shebangdir option from configure | Laurent Bercot | 2016-09-11 | 1 | -9/+4 | |
| | ||||||
* | Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package) | Laurent Bercot | 2016-09-10 | 16 | -253/+6 | |
| | ||||||
* | Apply Eric's patch for spawn support | Laurent Bercot | 2016-08-16 | 2 | -2/+5 | |
| | ||||||
* | Add spawn_lib support | Laurent Bercot | 2016-08-12 | 7 | -6/+14 | |
| | ||||||
* | version: 2.1.0.0 v2.1.0.0 | Laurent Bercot | 2016-04-14 | 3 | -4/+11 | |
| | ||||||
* | More standard cross-compilation support (only --host, no --enable-cross needed) | Laurent Bercot | 2016-03-19 | 2 | -23/+40 | |
| | ||||||
* | Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed. | Laurent Bercot | 2016-03-19 | 20 | -115/+115 | |
| | | | | Major version bump: rc for 2.1.0.0 | |||||
* | Add halt, poweroff, reboot as unexported commands | Laurent Bercot | 2016-03-17 | 10 | -1/+88 | |
| | ||||||
* | Really fix update and global-links dependencies this time... | Laurent Bercot | 2016-03-14 | 1 | -1/+1 | |
| | ||||||
* | Fix update/global-links dependencies | Laurent Bercot | 2016-03-14 | 1 | -1/+3 | |
| | ||||||
* | s6-mount bugfix: better parsing of -o options | Laurent Bercot | 2016-03-12 | 1 | -1/+1 | |
| |