| Commit message (Expand) | Author | Age | Files | Lines |
* | Work on changing style | Mattias Andrée | 2017-11-05 | 1 | -236/+222 |
* | Update year and e-mail address | Mattias Andrée | 2017-11-05 | 1 | -1/+1 |
* | Work on changing style, and an important typo fix | Mattias Andrée | 2017-11-05 | 1 | -25/+24 |
* | close_files: do not close the fd to the dir whilst reading | Mattias Andrée | 2017-03-29 | 1 | -9/+12 |
* | Fix new GCC warnings | Mattias Andrée | 2016-07-10 | 1 | -1/+24 |
* | Bump year | Mattias Andrée | 2016-07-09 | 1 | -1/+1 |
* | m | Mattias Andrée | 2015-10-11 | 1 | -2/+4 |
* | Whilst POSIX leaves it explicitly unspecify whether close(2) closes the fildes on interruption, Linux (and possibly some other kernels) specify tha... | Mattias Andrée | 2015-10-11 | 1 | -8/+16 |
* | how did that get there | Mattias Andrée | 2015-09-03 | 1 | -1/+1 |
* | info: strend | Mattias Andrée | 2015-09-03 | 1 | -2/+1 |
* | mds-kbdc: minor optimisation | Mattias Andrée | 2015-09-01 | 1 | -0/+13 |
* | signal handlers that return should not modify errno | Mattias Andrée | 2015-08-23 | 1 | -0/+17 |
* | ensure that all PF_ and AF_ aliases exists if any exist | Mattias Andrée | 2015-08-22 | 1 | -0/+43 |
* | add and use xclose and xfclose, we do not want close or fclose to be ignored because a singal interrupts it. | Mattias Andrée | 2015-08-21 | 1 | -5/+54 |
* | use CLOCK_MONOTONIC if CLOCK_MONOTONIC_RAW is not defined | Mattias Andrée | 2015-08-19 | 1 | -0/+6 |
* | m doc + iprint and iprintf macros + siginfo on mds, mds-vt and mds-respawn | Mattias Andrée | 2015-04-18 | 1 | -0/+27 |
* | document siginfo and add it to macros.h | Mattias Andrée | 2015-04-12 | 1 | -0/+9 |
* | bump year | Mattias Andrée | 2015-02-13 | 1 | -1/+1 |
* | m | Mattias Andrée | 2014-12-11 | 1 | -0/+13 |
* | m | Mattias Andrée | 2014-12-10 | 1 | -1/+2 |
* | make it easier to track memory allocations | Mattias Andrée | 2014-12-10 | 1 | -3/+101 |
* | add xmemdup macro | Mattias Andrée | 2014-12-10 | 1 | -0/+16 |
* | no more direct allocations, always use macros, unless using alloca | Mattias Andrée | 2014-12-10 | 1 | -2/+49 |
* | typo | Mattias Andrée | 2014-12-10 | 1 | -2/+2 |
* | merge track-errors and resolve conflict | Mattias Andrée | 2014-12-09 | 1 | -3/+13 |
|\ |
|
| * | make sure errno is not changed during fail_if | Mattias Andrée | 2014-12-09 | 1 | -0/+2 |
| * | make exit_if easier on the syntax | Mattias Andrée | 2014-12-09 | 1 | -1/+1 |
| * | make fail_if friendlier to complex if-statements | Mattias Andrée | 2014-12-09 | 1 | -4/+4 |
| * | do no print whence an error occurred if it is EMSGSIZE, ECONNRESET or EINTR, those are not real errors, just abnormalities | Mattias Andrée | 2014-12-09 | 1 | -3/+9 |
| * | rename pfail to fail | Mattias Andrée | 2014-12-08 | 1 | -2/+2 |
| * | whenever fail_if gotos to the failure clause, print whence | Mattias Andrée | 2014-12-08 | 1 | -2/+4 |
* | | improve with_mutex and with_mutex_if also | Mattias Andrée | 2014-12-09 | 1 | -8/+22 |
* | | make some macros easiler on the syntax | Mattias Andrée | 2014-12-09 | 1 | -31/+37 |
* | | typo | Mattias Andrée | 2014-12-08 | 1 | -2/+2 |
|/ |
|
* | fail_if supports sequences without being double bracketed | Mattias Andrée | 2014-12-07 | 1 | -2/+2 |
* | mds-kbdc: m + function calling | Mattias Andrée | 2014-12-06 | 1 | -6/+5 |
* | Starting on some rework | Mattias Andrée | 2014-11-22 | 1 | -0/+13 |
* | m + make sure the code ends with a new line | Mattias Andrée | 2014-09-28 | 1 | -0/+14 |
* | SIGRTMAX is used internally by valgrind | Mattias Andrée | 2014-09-20 | 1 | -1/+1 |
* | m | Mattias Andrée | 2014-08-25 | 1 | -1/+1 |
* | m doc | Mattias Andrée | 2014-08-25 | 1 | -5/+5 |
* | m doc | Mattias Andrée | 2014-08-25 | 1 | -17/+17 |
* | m doc | Mattias Andrée | 2014-08-25 | 1 | -1/+1 |
* | m | Mattias Andrée | 2014-08-25 | 1 | -6/+6 |
* | m doc | Mattias Andrée | 2014-08-25 | 1 | -6/+6 |
* | m | Mattias Andrée | 2014-08-25 | 1 | -2/+2 |
* | m doc | Mattias Andrée | 2014-08-25 | 1 | -2/+2 |
* | m doc | Mattias Andrée | 2014-08-25 | 1 | -21/+26 |
* | if the system is awesome enough to have sigupdate defined, use it instead of sigusr1 | Mattias Andrée | 2014-08-24 | 1 | -0/+9 |
* | add sigdanger support | Mattias Andrée | 2014-08-20 | 1 | -0/+10 |