Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | s6-mount: exit 1, not 111, on EBUSY (already mounted) | Laurent Bercot | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | fix --enable-cross | Laurent Bercot | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | - Fix selfpipe_read invocations | Laurent Bercot | 2015-11-30 | 3 | -4/+5 |
| | | | | - Easier CROSS_COMPILE support in configure | ||||
* | better configure, better make strip | Laurent Bercot | 2015-11-19 | 2 | -8/+7 |
| | |||||
* | Separate sections for smaller static binaries (thanks Denys Vlasenko) | Laurent Bercot | 2015-10-26 | 1 | -0/+6 |
| | |||||
* | - update deps v2.0.2.3 | Laurent Bercot | 2015-10-15 | 3 | -3/+4 |
| | | | | - version: 2.0.2.3 | ||||
* | Push back GNU make dependency to 3.81 | Laurent Bercot | 2015-10-12 | 5 | -23/+22 |
| | |||||
* | - remove s6-hiercopy (unused, moved to s6-portable-utils) | Laurent Bercot | 2015-10-05 | 7 | -162/+11 |
| | | | | | - fix s6ps_otree when /proc isn't available - remove fucking -Bsymbolic | ||||
* | Link shared libs against their -l deps, better libpath management v2.0.2.2 | Laurent Bercot | 2015-08-12 | 3 | -18/+28 |
| | |||||
* | xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092) | Laurent Bercot | 2015-08-12 | 7 | -23/+54 |
| |