about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Preparation to version bumpLaurent Bercot2017-01-104-4/+10
|
* Types fix, first passLaurent Bercot2017-01-0815-170/+192
| | | | Deeper fixes need to be done if the avltree.h API ever changes.
* version: 2.2.0.0 v2.2.0.0Laurent Bercot2016-10-281-1/+1
|
* Mention --enable-absolute-paths in INSTALLLaurent Bercot2016-10-251-0/+12
|
* Revert wrong shared lib fixLaurent Bercot2016-10-241-3/+0
|
* Proper support for timer_libLaurent Bercot2016-10-241-0/+2
|
* Fix stupid shared lib dependenciesLaurent Bercot2016-10-241-0/+3
|
* Implement --enable-absolute-pathsLaurent Bercot2016-10-163-20/+19
|
* Fix type of the dummy char in s6-fillurandompoolLaurent Bercot2016-10-141-1/+1
|
* Port to new librandom API.Laurent Bercot2016-10-141-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 wordsLaurent Bercot2016-09-271-1/+1
|
* Replace c99 compiler test with clangLaurent Bercot2016-09-261-1/+1
|
* -Wa,--noexecstack belongs to CPPFLAGSLaurent Bercot2016-09-261-1/+1
|
* s6-fillurandompool: add workaround for old libcs that don't define ↵Laurent Bercot2016-09-151-2/+5
| | | | SYS_getrandom
* Add s6-fillurandompoolLaurent Bercot2016-09-159-1/+110
|
* Remove irrelevant shebangdir option from configureLaurent Bercot2016-09-111-9/+4
|
* Remove s6-halt, s6-poweroff and s6-reboot (moved to the s6-linux-init package)Laurent Bercot2016-09-1016-253/+6
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-162-2/+5
|
* Add spawn_lib supportLaurent Bercot2016-08-127-6/+14
|
* version: 2.1.0.0 v2.1.0.0Laurent Bercot2016-04-143-4/+11
|
* More standard cross-compilation support (only --host, no --enable-cross needed)Laurent Bercot2016-03-192-23/+40
|
* Changes to s6-halt/s6-reboot/s6-poweroff. Default behaviour changed.Laurent Bercot2016-03-1920-115/+115
| | | | Major version bump: rc for 2.1.0.0
* Add halt, poweroff, reboot as unexported commandsLaurent Bercot2016-03-1710-1/+88
|
* Really fix update and global-links dependencies this time...Laurent Bercot2016-03-141-1/+1
|
* Fix update/global-links dependenciesLaurent Bercot2016-03-141-1/+3
|
* s6-mount bugfix: better parsing of -o optionsLaurent Bercot2016-03-121-1/+1
|
* s6-mount: exit 1, not 111, on EBUSY (already mounted)Laurent Bercot2016-01-121-1/+2
|
* fix --enable-crossLaurent Bercot2015-12-051-1/+1
|
* - Fix selfpipe_read invocationsLaurent Bercot2015-11-303-4/+5
| | | | - Easier CROSS_COMPILE support in configure
* better configure, better make stripLaurent Bercot2015-11-192-8/+7
|
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-261-0/+6
|
* - update deps v2.0.2.3Laurent Bercot2015-10-153-3/+4
| | | | - version: 2.0.2.3
* Push back GNU make dependency to 3.81Laurent Bercot2015-10-125-23/+22
|
* - remove s6-hiercopy (unused, moved to s6-portable-utils)Laurent Bercot2015-10-057-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.2Laurent Bercot2015-08-123-18/+28
|
* xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-127-23/+54
|
* Add make version guardLaurent Bercot2015-08-031-0/+5
|
* Remove portability files - useless on a non-portable package! v2.0.2.1Laurent Bercot2015-06-163-37/+0
|
* Better fix for s6-uevent-spawner.Laurent Bercot2015-06-141-2/+6
|
* Credit OlivierLaurent Bercot2015-06-141-0/+1
|
* - Fix for s6-uevent-spawner event delayLaurent Bercot2015-06-145-6/+12
| | | | - rc for 2.0.2.1
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-0718-0/+18
|
* s6-devd option bugfix (thanks Olivier Brunel)Laurent Bercot2015-04-271-1/+1
|
* Useless commit to test githubLaurent Bercot2015-04-221-1/+1
|
* - add -n to s6-mountLaurent Bercot2015-03-102-7/+14
| | | | - s6-mount doc fixes
* s6-uevent-spawner fixes: linevar, multiple spawns v2.0.2.0Laurent Bercot2015-03-101-6/+9
|
* It will work better if I *write* into an output buffer...Laurent Bercot2015-03-101-2/+2
|
* Would it kill the kernel guys to DOCUMENT that the netlink(3) parsingLaurent Bercot2015-03-101-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 fixesLaurent Bercot2015-03-093-8/+10
|
* - s6-devd doc updateLaurent Bercot2015-03-093-25/+23
| | | | - cosmetic doc fixes