Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-14Remove USE_PTSORT=no support and only use ptsort.Bryan Drewery
2018-03-05Fix shared locks not handling stale locks properly.Bryan Drewery
2018-02-17timestamp: Only check for prefix after a newlineBryan Drewery
2018-02-16timestamp: Support reading TIME_START (CLOCK_MONOTONIC) for the start timeBryan Drewery
2018-02-16timestamp: Use clock_gettime(CLOCK_MONOTONIC_FAST) rather than time(3)Bryan Drewery
2018-02-16timestamp: Allow modifying the prefix with $'\001'[prefix]\nBryan Drewery
2018-02-13pwait: As a builtin it shouldn't be possible to wait on my own PIDBryan Drewery
2018-02-09rm: Restore the proper SIGINFO handlerBryan Drewery
2018-02-08Add trap_push/pop builtinsBryan Drewery
2018-02-08rm: Avoid an extra sigaction(2) for SIGINFO and don't bother with trap_push/pop.Bryan Drewery
2018-02-08rm: Handle SIGINT/SIGTERM when user-defined traps are setBryan Drewery
2018-02-08pwait: Reduce sigaction(2) calls by 1Bryan Drewery
2018-02-08Remove unneeded memsetsBryan Drewery
2018-02-04Flip around calloc(3) paramsBryan Drewery
2018-02-04Disallow -oe with a commandBryan Drewery
2018-02-04No need for stdin if we won't read from it for anything.Bryan Drewery
2018-02-04Rename some variables to be more clearBryan Drewery
2018-02-04timestamp: Default to forcing on line buffer for stdout/stderrBryan Drewery
2018-02-04Allow reading in multiple input files with -e and -oBryan Drewery
2018-02-03newline no longer needs to be globalBryan Drewery
2018-02-03timestamp <cmd>: Ignore SIGINT.Bryan Drewery
2018-02-03Allow setting proctitleBryan Drewery
2018-02-03No reason for a thread in piped usageBryan Drewery
2018-02-03Add per-command timestampingBryan Drewery
2018-02-03Allow -1 and -2 to pass in prefixes for stdout/stderrBryan Drewery
2018-02-03command is optionalBryan Drewery
2018-02-03Allow using -T to not print a timestampBryan Drewery
2018-02-03Add usageBryan Drewery
2018-02-03Use simpler waitpid(2) rather than kqueue.Bryan Drewery
2018-02-03Switch to separate threads for stdout/stderr.Bryan Drewery
2018-02-02Use buffered reads for in.Bryan Drewery
2018-01-27Support SIGINFO for rm builtinBryan Drewery
2018-01-27Make rm a builtinBryan Drewery
2018-01-27Update rm from FreeBSD r326025Bryan Drewery
2018-01-26Fix a few builtins not clearing globals at invokation.Bryan Drewery
2018-01-09timestamp: Support buffered modesBryan Drewery
2018-01-09timestamp: Support EOF for command usageBryan Drewery
2018-01-09timestamp: Don't exit on [EINTR] to kevent(2)Bryan Drewery
2017-07-31unlink only needs to be a builtin, not an externalBryan Drewery
2017-07-31sh: Add unlink(2) builtin and use for simple file removalsBryan Drewery
2017-04-12Do not wait for our own pidDan McGregor
2017-03-22timestamp: Fix not properly handling newlines.Bryan Drewery
2017-03-22timestamp: Fix not exiting when stdin closes.Bryan Drewery
2017-03-10pwait builtin: Restore SIGALRM handler after clearing timerBryan Drewery
2017-03-10pwait builtin: Clear alarm timer when done.Bryan Drewery
2017-03-08pwait builtin: Properly restore SIGALRM on exitBryan Drewery
2017-03-07cached: Add missing signal.hBryan Drewery
2017-03-07pwait: Use EVFILT_SIGNAL rather than a signal handler for SIGALRM.Bryan Drewery
2017-03-07pwait: Close race with setting up timer and SIGALRM handlerBryan Drewery
2017-03-07pwait: Update for proper -t support using SIGALRMBryan Drewery