Age | Commit message (Expand) | Author |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-01 | Support mtime/atime/ctime extended headers in !SMALL builds. | Stuart Henderson |
2022-02-25 | A few additional changes related to the now 32 bit accounting flag. | Rob Pierce |
2022-02-22 | Use sizeof() instead of KI_MAXCOMLEN and KI_WMESGLEN in structs. | Todd C. Miller |
2022-02-22 | Instead of using MAXCOMLEN from sys/param.h, use KI_MAXCOMLEN as width, | Theo de Raadt |
2022-02-18 | remove dead link | Jonathan Gray |
2022-02-15 | Reintroduce ps state flag 'c' indicating chrooted process (via PS_BITS). | Rob Pierce |
2022-02-14 | Revert change to ps for displaying chrooted process. | Rob Pierce |
2022-02-09 | cat(1): drop "rpath" promise in no-file case | Scott Soule Cheloha |
2022-02-09 | cat(1): refactor cook_args()/raw_args() into single function, cat_file() | Scott Soule Cheloha |
2022-02-07 | New status flag: 'c' - process is chrooted. | Rob Pierce |
2022-02-07 | Tweak previous. | Rob Pierce |
2022-02-07 | Sync ps.1 with sys/proc.h. Tweaked by deraadt@. | Rob Pierce |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-22 | Flush all stdio streams before running a shell command. | Todd C. Miller |
2022-01-05 | funopen(): change seekfn argument to use off_t, not fpos_t | Todd C. Miller |
2022-01-05 | Delete 'emul' keyword: it's been just returned 'native' for a long time | Philip Guenther |
2021-12-24 | when getopts prints "unknown option" or "requires argument", it should | Theo de Raadt |
2021-12-15 | getcwd() operates on buffers of PATH_MAX including the NUL, and the +1 | Theo de Raadt |
2021-12-01 | further improvements in sys/param.h annotation and removal. | Theo de Raadt |
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-10-23 | stty(1) can't be pledged for all modes, but it can be unveiled. the only file to | Ricardo Mestre |
2021-10-15 | Don't declare variables as "unsigned char *" that are passed to | Christian Weisgerber |
2021-10-09 | In ksh(1) emacs search-history mode, emitting a NUL character causes | Alexander Hall |
2021-08-31 | add support for obtaining sense status and source slot of a media | Robert Nagy |
2021-08-28 | /bin/ps: Implement reporting of supplemental groups | Christopher Zimmermann |
2021-08-11 | If the -f argument includes %s, we need to use timegm(3) rather | Ingo Schwarze |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-07-05 | Do not permit an empty list between "while" and "do". | Todd C. Miller |
2021-07-02 | Before calling setrlimit(), pull cur up to max. | Theo de Raadt |
2021-06-27 | In addition to 2-byte and 3-byte UTF-8 sequences, correctly identify all | Ingo Schwarze |
2021-06-26 | delete extra explanations in the usage: messages which are described | Theo de Raadt |
2021-06-14 | 32-bit systems incorrectly parse the (64-bit) length of ustar extended | Theo de Raadt |
2021-05-04 | shell scripts should use getopts instead of getopt | Christian Weisgerber |
2021-04-29 | Use a universally understood example time (with AM, which is even easier | Theo de Raadt |
2021-04-05 | Remove unused variables | kn |
2021-03-12 | Provide definition of CTRL in vi.c like we do for emacs.c. | Todd C. Miller |
2021-03-11 | groff complains about the word "An" in an Rs/Re block, believing it a macro, | Jason McIntyre |
2021-03-10 | Add support for ^R (redraw) in insert mode too. | Todd C. Miller |
2021-03-10 | Fix redrawing of a multiline PS1 prompt in vi mode. | Todd C. Miller |
2021-03-08 | use a journal reference instead of cstr when possible | Jonathan Gray |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-03-05 | Fix old ksh bug: wrong variable being looked up when value is provided. | Vadim Zhukov |
2020-12-11 | cat(1): -n flag: correctly enumerate files with more than INT_MAX lines | cheloha |
2020-12-04 | cat(1): misc. style(9) | cheloha |
2020-12-04 | cat(1): simplify argv processing loops | cheloha |
2020-12-03 | cat(1): remove global 'filename' variable | cheloha |
2020-10-29 | replace the "write a floppy image" example with a more up to date one; | Jason McIntyre |
2020-10-26 | In lib/libc/gen/charclass.h r1.3 guenther made cclasses const. | Theo Buehler |