| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - 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 managementv2.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 |
| | | |||||
| * | Add make version guard | Laurent Bercot | 2015-08-03 | 1 | -0/+5 |
| | | |||||
| * | Remove portability files - useless on a non-portable package!v2.0.2.1 | Laurent Bercot | 2015-06-16 | 3 | -37/+0 |
| | | |||||
| * | Better fix for s6-uevent-spawner. | Laurent Bercot | 2015-06-14 | 1 | -2/+6 |
| | | |||||
| * | Credit Olivier | Laurent Bercot | 2015-06-14 | 1 | -0/+1 |
| | | |||||
| * | - Fix for s6-uevent-spawner event delay | Laurent Bercot | 2015-06-14 | 5 | -6/+12 |
| | | | | | - rc for 2.0.2.1 | ||||
| * | Make all doc mobile-readable according to Google standards | Laurent Bercot | 2015-05-07 | 18 | -0/+18 |
| | | |||||
| * | s6-devd option bugfix (thanks Olivier Brunel) | Laurent Bercot | 2015-04-27 | 1 | -1/+1 |
| | | |||||
| * | Useless commit to test github | Laurent Bercot | 2015-04-22 | 1 | -1/+1 |
| | | |||||
| * | - add -n to s6-mount | Laurent Bercot | 2015-03-10 | 2 | -7/+14 |
| | | | | | - s6-mount doc fixes | ||||
| * | s6-uevent-spawner fixes: linevar, multiple spawnsv2.0.2.0 | Laurent Bercot | 2015-03-10 | 1 | -6/+9 |
| | | |||||
| * | It will work better if I *write* into an output buffer... | Laurent Bercot | 2015-03-10 | 1 | -2/+2 |
| | | |||||
| * | Would it kill the kernel guys to DOCUMENT that the netlink(3) parsing | Laurent Bercot | 2015-03-10 | 1 | -56/+33 |
| | | | | | | DOES NOT APPLY to NETLINK_KOBJECT_UEVENT ? Seriously, f that. New version of s6-uevent-listener; no more bufalloc for good measure. | ||||
| * | Doc fixes | Laurent Bercot | 2015-03-09 | 3 | -8/+10 |
| | | |||||
| * | - s6-devd doc update | Laurent Bercot | 2015-03-09 | 3 | -25/+23 |
| | | | | | - cosmetic doc fixes | ||||
| * | - Added s6-uevent-listener and s6-uevent-spawner | Laurent Bercot | 2015-03-09 | 15 | -262/+747 |
| | | | | | | - s6-devd is now a wrapper around the former two - version: bump to 2.0.2.0, still missing s6-devd doc | ||||
| * | Don't redirect stdout in s6-devd | Laurent Bercot | 2015-03-07 | 1 | -9/+2 |
| | | |||||
| * | Remove s6-hiercopyv2.0.1.0 | Laurent Bercot | 2015-02-23 | 9 | -76/+13 |
| | | | | | Version: rc for 2.0.1.0 | ||||
| * | Cosmetic fix: avltree_iter -> avltree_iter_nocancel | Laurent Bercot | 2015-01-15 | 2 | -2/+2 |
| | | |||||
| * | Revert .NOTPARALLEL and push real fix | Laurent Bercot | 2015-01-14 | 1 | -1/+2 |
| | | |||||
| * | Align to other packages | Laurent Bercot | 2015-01-13 | 4 | -7/+7 |
| | | |||||
| * | Add .NOTPARALLEL to work around possible make bug | Laurent Bercot | 2015-01-13 | 1 | -0/+2 |
| | | |||||
| * | Clean up static/shared libs initialization in configure and Makefile | Laurent Bercot | 2015-01-11 | 2 | -2/+3 |
| | | |||||
| * | version increase to 2.0.0.1v2.0.0.1 | Laurent Bercot | 2015-01-06 | 4 | -4/+10 |
| | | |||||
| * | Remove -x test from gen-deps.sh | Laurent Bercot | 2015-01-04 | 1 | -3/+1 |
| | | |||||
| * | Fix configure --help: no support for VAR=VALUE | Laurent Bercot | 2015-01-02 | 1 | -4/+1 |
| | | |||||
| * | More noob-friendly configure defaults | Laurent Bercot | 2015-01-02 | 1 | -11/+31 |
| | | |||||
| * | Better documentation for --enable-slashpackage | Laurent Bercot | 2015-01-02 | 1 | -2/+16 |
| | | |||||
| * | Doc fixesv2.0.0.0develop | Laurent Bercot | 2014-12-19 | 2 | -2/+2 |
| | | |||||
| * | Don't forget the new Makefile >.> | Laurent Bercot | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | Update gen-deps.sh and deps.mak | Laurent Bercot | 2014-12-16 | 2 | -2/+23 |
| | | |||||
| * | Give Solaris a chance | Laurent Bercot | 2014-12-16 | 1 | -0/+4 |
| | | |||||
| * | Update doc: dependency to make 4 | Laurent Bercot | 2014-12-16 | 2 | -2/+2 |
| | | |||||
| * | Test _XOPEN_SOURCE=700, fix include order in Makefile | Laurent Bercot | 2014-12-15 | 3 | -14/+21 |
| | | |||||
| * | Include deps.mak after config.mak (not before), for ${*_LIB} expansion | Laurent Bercot | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | Use -O2 by default | Laurent Bercot | 2014-12-11 | 1 | -1/+1 |
| | | |||||
| * | Fix make global-links with nonempty sproot | Laurent Bercot | 2014-12-11 | 1 | -3/+3 |
| | | |||||
| * | Documentation update | Laurent Bercot | 2014-12-09 | 1 | -2/+2 |
| | | |||||
| * | Remove CPPFLAGS_AUTO options that disable compiler warnings | Laurent Bercot | 2014-12-08 | 1 | -7/+0 |
| | | |||||
| * | bugfix: sp_root -> sproot | Laurent Bercot | 2014-11-02 | 1 | -1/+1 |
| | | |||||
| * | fix typo in README | Laurent Bercot | 2014-09-19 | 1 | -1/+1 |
| | | |||||
| * | initial commit | Laurent Bercot | 2014-09-19 | 73 | -0/+4749 |
