summaryrefslogtreecommitdiff
path: root/src/helper/slbt_dump_machine.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-15library: replace all uses of open() with openat().midipix1-1/+1
2018-07-16slbt_dump_machine(): following the switch away from streams, fix type of ret.midipix1-2/+2
2018-07-16slbt_dump_machine(): do not use the non-portable (oversight) EBADR as a hint.midipix1-2/+2
2018-06-29helper interfaces: slbt_dump_machine(): guard against a zero buflen parameter.midipix1-1/+1
2018-06-29helper interfaces: re-implemented slbt_dump_machine() w. pure fdio.midipix1-29/+48
2018-06-29slbt_dump_machine_child(): fix argv[0] computation logic.midipix1-1/+1
2018-06-27annual chores.midipix1-1/+1
2017-11-18process spawning and forking: use dup2, not dup, in the child process.midipix1-7/+4
2017-11-18process forking and spawning: call _exit, not exit, in the child process.midipix1-2/+2
2017-02-05annual chores, properly performed.midipix1-1/+1
2017-02-04annual chores.midipix1-1/+1
2016-09-19driver: accommodate hosts that occasionally use '-portbld-' in their triple.midipix1-0/+6
2016-04-30slbt_dump_machine(): fix child process control flow.midipix1-3/+2
2016-04-23library: helper functions: added slbt_dump_machine.midipix1-0/+113