Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-10-24 | Revert wrong shared lib fix | Laurent Bercot | |
2016-10-24 | Proper support for timer_lib | Laurent Bercot | |
2016-10-24 | Fix stupid shared lib dependencies | Laurent Bercot | |
2016-10-16 | Implement --enable-absolute-paths | Laurent Bercot | |
2016-10-14 | Fix type of the dummy char in s6-fillurandompool | Laurent Bercot | |
2016-10-14 | Port to new librandom API. | Laurent Bercot | |
Interestingly, that new API makes implementing s6-fillurandom kind of a NOP. The waiting will be performed in the library. | |||
2016-09-27 | configure: allow $CC to have several words | Laurent Bercot | |
2016-09-26 | Replace c99 compiler test with clang | Laurent Bercot | |
2016-09-26 | -Wa,--noexecstack belongs to CPPFLAGS | Laurent Bercot | |
2016-09-15 | s6-fillurandompool: add workaround for old libcs that don't define ↵ | Laurent Bercot | |
SYS_getrandom | |||
2016-09-15 | Add s6-fillurandompool | Laurent Bercot | |
2016-09-11 | Remove irrelevant shebangdir option from configure | Laurent Bercot | |
2016-09-10 | Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package) | Laurent Bercot | |
2016-08-16 | Apply Eric's patch for spawn support | Laurent Bercot | |
2016-08-12 | Add spawn_lib support | Laurent Bercot | |
2016-04-14 | version: 2.1.0.0v2.1.0.0 | Laurent Bercot | |
2016-03-19 | More standard cross-compilation support (only --host, no --enable-cross needed) | Laurent Bercot | |
2016-03-19 | Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed. | Laurent Bercot | |
Major version bump: rc for 2.1.0.0 | |||
2016-03-17 | Add halt, poweroff, reboot as unexported commands | Laurent Bercot | |
2016-03-14 | Really fix update and global-links dependencies this time... | Laurent Bercot | |
2016-03-14 | Fix update/global-links dependencies | Laurent Bercot | |
2016-03-12 | s6-mount bugfix: better parsing of -o options | Laurent Bercot | |
2016-01-12 | s6-mount: exit 1, not 111, on EBUSY (already mounted) | Laurent Bercot | |
2015-12-05 | fix --enable-cross | Laurent Bercot | |
2015-11-30 | - Fix selfpipe_read invocations | Laurent Bercot | |
- Easier CROSS_COMPILE support in configure | |||
2015-11-19 | better configure, better make strip | Laurent Bercot | |
2015-10-26 | Separate sections for smaller static binaries (thanks Denys Vlasenko) | Laurent Bercot | |
2015-10-15 | - update depsv2.0.2.3 | Laurent Bercot | |
- version: 2.0.2.3 |