aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* version: 2.1.1.0v2.1.1.0Laurent Bercot2016-04-145-12/+27
|
* More standard cross-compilation support (only --host, no --enable-cross needed)Laurent Bercot2016-03-192-23/+40
|
* 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
|
* fix --enable-crossLaurent Bercot2015-12-051-1/+1
|
* Easier CROSS_COMPILE support in configureLaurent Bercot2015-11-301-2/+3
|
* better configure, better make stripLaurent Bercot2015-11-192-8/+7
|
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-262-1/+7
|
* - update depsv2.1.0.4Laurent Bercot2015-10-154-10/+20
| | | | - version: 2.1.0.4
* Push back GNU make dependency to 3.81Laurent Bercot2015-10-125-25/+24
|
* Remove fucking -Bsymbolicv2.1.0.3Laurent Bercot2015-10-055-11/+19
| | | | version: 2.1.0.3
* Link shared libs against their -l deps, better libpath managementv2.1.0.2Laurent Bercot2015-08-125-20/+33
|
* xyzzy fix (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-129-44/+66
|
* Add make version guardLaurent Bercot2015-08-031-0/+5
|
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-0721-0/+21
|
* skalibs deps -> 2.3.3.0v2.1.0.1Laurent Bercot2015-03-303-9/+9
| | | | | | | execline deps -> 2.1.1.1 s6 deps -> 2.1.3.0 s6-dns deps -> 2.0.0.3 version: 2.1.0.1
* - Bugfix: s6-tcpclient and s6-tcpserver-access didn't s6dns_init()Laurent Bercot2015-03-306-9/+28
| | | | - Version: rc for 2.1.0.1
* Doc update and version number fix.v2.1.0.0Laurent Bercot2015-01-274-9/+22
| | | | Version: 2.1.0.0
* Move Unix domain socket and access control stuff to s6.Laurent Bercot2015-01-1561-4165/+39
| | | | | Move seekablepipe to s6-portable-utils. Version: 2.0.1.0, release candidate
* Doc updateLaurent Bercot2015-01-142-0/+26
|
* Doc fixesLaurent Bercot2015-01-143-0/+3
|
* doc/index.html updateLaurent Bercot2015-01-141-0/+6
|
* version: 2.0.1.0Laurent Bercot2015-01-143-5/+7
|
* - Parallel build fixv2.0.1.0Laurent Bercot2015-01-1415-24/+43
| | | | - Version updated to 2.0.1.0, release candidate
* Add .NOTPARALLEL to work around possible make bugLaurent Bercot2015-01-131-0/+2
|
* Clean up static/shared libs initialization in configure and MakefileLaurent Bercot2015-01-112-4/+4
|
* Bugfix: bad test in s6-ipcclient (for skalibs 2)Laurent Bercot2015-01-101-1/+1
|
* Complete conversion of s6-ipcserver and s6-tcpserver (4 and 6)Laurent Bercot2015-01-0715-827/+911
| | | | to socketbinder + d model. With documentation (!)
* Experimental decoupling of socketbinders and daemons in ucspi servers.Laurent Bercot2015-01-0718-398/+1420
| | | | | Rewrite of s6-ipcserver as a small wrapper. s6-tcpserver4 and s6-tcpserver6 will follow.
* Prevent failure of -1 option in ucspi servers when stdout is closedLaurent Bercot2015-01-063-6/+24
|
* - deps.mak fixv2.0.0.1Laurent Bercot2015-01-065-8/+15
| | | | - version increase to 2.0.0.1
* Remove -x test from gen-deps.shLaurent Bercot2015-01-041-3/+1
|
* Fix configure --help: no support for VAR=VALUELaurent Bercot2015-01-021-4/+1
|
* More noob-friendly configure defaultsLaurent Bercot2015-01-021-11/+31
|
* Better documentation for --enable-slashpackageLaurent Bercot2015-01-021-2/+16
|
* Remove the shutdown() in s6-sudoc: the MSG_DONTWAIT support in skalibsv2.0.0.0Laurent Bercot2014-12-211-3/+0
| | | | should fix the BSD problem in a better fashion.
* Doc fixesLaurent Bercot2014-12-204-6/+6
|
* My instinctive attempt to fix s6-sudoc on the BSDs appears to be working...Laurent Bercot2014-12-201-1/+1
| | | | BSD is easy: when in doubt, shutdown() the socket. wtfbsdseriously.
* s6-sudo PATH fixLaurent Bercot2014-12-201-1/+1
|
* s6-ioconnect fixLaurent Bercot2014-12-201-2/+2
|
* Test a shutdown in s6-sudoc, see if it helps the BSDsLaurent Bercot2014-12-202-3/+4
|
* Real fix >.>Laurent Bercot2014-12-193-3/+3
|
* Safewrap around iopause in UCSPI servers!Laurent Bercot2014-12-193-3/+3
|
* Documentation fixesLaurent Bercot2014-12-196-13/+12
|
* tain_t doc fixLaurent Bercot2014-12-191-2/+2
|
* Don't make UCSPI servers die if they can't write to stdoutLaurent Bercot2014-12-193-3/+3
|
* Clean up mgetuid.c target in targets.makLaurent Bercot2014-12-181-1/+1
|
* Fix sudoc/sudod communicationLaurent Bercot2014-12-182-9/+9
|
* Add PROG logging to minidentd -vLaurent Bercot2014-12-181-2/+4
|
* Fix minidentd (wrong byte order in /proc/net/tcp*) and ident-client.Laurent Bercot2014-12-184-4/+19
| | | | Add mgetuid.c to the list of cleaned targets.