aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: in s6-linux-init-maker, mkdir -p shouldn't chown existing dirsLaurent Bercot2019-04-281-1/+1
|
* Doc fixesLaurent Bercot2019-04-2712-43/+110
|
* First bugfixesLaurent Bercot2019-04-262-16/+15
|
* Doc revisionLaurent Bercot2019-04-267-25/+26
|
* Make a single hpr. Full doc, first draft.Laurent Bercot2019-04-2634-891/+1268
|
* Add skel files; add initdefault; remove env-stage2Laurent Bercot2019-04-207-30/+108
|
* Add support for nsss and utmps; add skel managementLaurent Bercot2019-04-1812-59/+234
|
* It builds! Tomorrow: skeletons for stage2, stage3 and runlevel scripts.Laurent Bercot2019-04-1638-310/+335
|
* Small fixes before reorganizingLaurent Bercot2019-04-165-116/+75
|
* Update NEWS for 0.4.0.1Laurent Bercot2019-03-021-1/+7
|
* Add 0.4.0.1 doc/upgradeLaurent Bercot2019-03-021-0/+15
|
* Save pending changes in 1.0.0.0 branchLaurent Bercot2019-03-0255-591/+2051
|
* Support conditional slashpackage buildsLaurent Bercot2018-08-201-6/+13
|
* Update deps; version: 0.4.0.0v0.4.0.0Laurent Bercot2018-03-264-7/+7
|
* Autogenerate final shutdown; rename rc.tini to rc.shutdownLaurent Bercot2018-01-1313-131/+189
|
* Doc typo fixesLaurent Bercot2018-01-071-4/+4
|
* Make all-pic a user optionLaurent Bercot2017-10-303-12/+24
|
* Support default pieLaurent Bercot2017-10-292-0/+19
|
* Remove shebang from configureLaurent Bercot2017-10-191-9/+1
|
* Better *FLAGS managementLaurent Bercot2017-10-052-18/+35
|
* version: 0.3.1.1v0.3.1.1Laurent Bercot2017-08-295-2/+15
|
* Build bug fix for kernel 4.9+Laurent Bercot2017-08-291-1/+1
|
* version: 0.3.1.0v0.3.1.0Laurent Bercot2017-08-281-0/+3
|
* Add "redirfd -w 2 /dev/null" to namespace test in .s6-svscan/finishLaurent Bercot2017-08-281-1/+1
|
* Add namespaces support, prepare for 0.3.1.0Laurent Bercot2017-08-289-20/+149
|
* Import /etc/rc.[init tini shutdown] examples from lh-bootstrapLaurent Bercot2017-07-173-5/+42
|
* More schemeless URLsLaurent Bercot2017-05-241-1/+1
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-237-85/+85
|
* Fix requirements in doc/index.htmlLaurent Bercot2017-03-301-2/+2
|
* version: 0.3.0.0v0.3.0.0Laurent Bercot2017-03-272-1/+13
|
* Adapt to skalibs-2.5.0.00.3.0.0Laurent Bercot2017-03-091-4/+3
|
* Gratuitous macro cleanupLaurent Bercot2017-03-092-34/+34
|
* Doc typo fixLaurent Bercot2017-01-231-1/+1
|
* Preparation to version bumpLaurent Bercot2017-01-104-12/+27
|
* Types fix.Laurent Bercot2017-01-081-15/+15
| | | | | Changed unsigned int to size_t where appropriate. No further pass will be necessary.
* version: 0.2.0.0v0.2.0.0Laurent Bercot2016-10-281-0/+2
|
* 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-165-24/+22
|
* Doc typo fixLaurent Bercot2016-10-161-1/+1
|
* 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
|
* Remove irrelevant shebangdir option from configureLaurent Bercot2016-09-111-6/+1
|
* Change initial_path to include /usr/sbin and /sbin, because stage 3Laurent Bercot2016-09-102-2/+2
|
* Make s6-linux-init a real init package.Laurent Bercot2016-09-1018-69/+359
| | | | | | | | | | This means: - removing leaky options to s6-linux-init-maker. Default initial_path is now always /usr/bin:/bin; the uid and gid of the catch-all logger (used at boot time) can now be given numerically instead of relying on the (run-time) user db mapping. - moving s6-halt, s6-poweroff and s6-reboot over here, from s6-linux-utils - clarifying on the documentation a bit.
* Add spawn_lib supportLaurent Bercot2016-08-125-23/+38
|
* Fix rc.shutdown exampleLaurent Bercot2016-04-141-1/+1
|