Age | Commit message (Expand) | Author |
2024-10-15 | Add PS_STOPPED to the flags | Claudio Jeker |
2024-10-14 | remove duplicate includes and license; feedback and ok miod@ | Jonathan Gray |
2024-10-12 | remove duplicate unistd.h include | Jonathan Gray |
2024-10-10 | Print the session id (PID of the session leader) instead of a pointer. | Claudio Jeker |
2024-09-25 | remove some unneeded Xo/Xc calls; from evan silberman | Jason McIntyre |
2024-09-23 | If during parsing lines in the script, ksh finds a NUL byte on the | Theo de Raadt |
2024-08-27 | inline `start' and simplify; from/ok millert@ | Omar Polo |
2024-08-27 | ksh: use strtonum() in findhistrel() | Omar Polo |
2024-08-25 | Since netstart r1.208 (2020), it no longer applies /etc/myname | Theo Buehler |
2024-08-21 | We do not need the PS_LIBCPIN and PS_PIN flag fields anymore, which were | Theo de Raadt |
2024-08-20 | Now that we have dup2(), csh can use it instead of close()+dup(). | Philip Guenther |
2024-08-19 | move ed/tests files to regress/bin/ed, where they are used | Theo de Raadt |
2024-08-15 | unifdef for S_I{FLNK,FIFO,FSOCK}. For the operations where we use | Philip Guenther |
2024-08-15 | 'newercnt' no longer does anything that 'refcnt' doesn't; eliminate | Philip Guenther |
2024-08-01 | bump posix spec from 2008 -> 2024; | Jason McIntyre |
2024-08-01 | bump posix spec 2008 -> 2024; | Jason McIntyre |
2024-08-01 | bump posix spec 2008 -> 2024; | Jason McIntyre |
2024-07-29 | Sync with sys/proc.h after P_CONTINUED -> PS_CONTINUED change. | Claudio Jeker |
2024-07-28 | block SIGHUP in the same places where SIGCHLD is blocked to protect | Theo de Raadt |
2024-07-22 | Sync with proc.h: s/PS_STOPPED/PS_STOPPING/ | Claudio Jeker |
2024-07-16 | Fix the SIGHUP signal race. ed's "event loop" operates a getchar(); check | Theo de Raadt |
2024-07-14 | Zap trailing whitespace | Jeremie Courreges-Anglas |
2024-07-12 | Rewrite bytes/sec calculation using fixed point math. | Florian Obser |
2024-07-12 | refactor the signal handlers for clarity, inverting the situation: | Theo de Raadt |
2024-07-12 | annotate broken signal handler | Theo de Raadt |
2024-06-18 | Stop trying to deprecate "test -L" in favour of "test -h" (or vice versa). | Ingo Schwarze |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-18 | prefixing flags to ps(1) by a hyphen is optional; while here, make synopsis | Igor Sobrado |
2024-05-18 | When comparing mtimes for the -u and -Z options and the target is | Philip Guenther |
2024-05-10 | pax: make list file handle line-buffered unless it is stderr. | Todd C. Miller |
2024-04-28 | gmtime(3) / locatime(3) can fail when timestamps are way off. | Florian Obser |
2024-04-27 | Use propper knf. | Florian Obser |
2024-04-27 | localtime(3) can fail if time_t is very far in the future or past. | Florian Obser |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-04-17 | Provide a pax format specific option handler | Jeremie Courreges-Anglas |
2024-04-17 | Fold long line | Jeremie Courreges-Anglas |
2024-04-17 | Fixup comment | Jeremie Courreges-Anglas |
2024-04-16 | Switch tar(1) write default format to 'pax' | Jeremie Courreges-Anglas |
2024-04-16 | Fix reading large pax extended records | Jeremie Courreges-Anglas |
2024-04-16 | Fix pasto: broken storage of symbolic link long destinations in pax format | Jeremie Courreges-Anglas |
2024-04-16 | Revert wip patch, not intended for commit | Jeremie Courreges-Anglas |
2024-04-16 | Add tar(1) -F option to select write format | Jeremie Courreges-Anglas |
2024-04-16 | Correctly detect 'pax' format archives in append mode | Jeremie Courreges-Anglas |
2024-04-15 | Amend previous: improve comment | Caspar Schutijser |
2024-04-15 | Switch pax(1) to write archives using the 'pax' format by default | Jeremie Courreges-Anglas |
2024-03-27 | printtime: use the Unix epoch if the file's timestamp is invalid | Todd C. Miller |
2024-03-06 | add missing Ev macro; from mail at lukasneukom ch | Jason McIntyre |
2024-02-03 | Remove Softdep. | Bob Beck |
2024-01-28 | Remove the 'l' and 'L' flag printing in 'STAT' column. These were added | Theo de Raadt |
2024-01-20 | Better formatting for pax extended header times | Jeremie Courreges-Anglas |