| Age | Commit message (Expand) | Author |
| 2007-10-29 | PR/37243 - Joerg Niendorf -- fixup botched addition of -i option | jnemeth |
| 2007-10-26 | Add missing -e option. From OpenBSD. | hira |
| 2007-10-26 | - Add -0 and -V to pax_usage(). | hira |
| 2007-10-26 | Remove extra space from -T option in SYNOPSIS. | hira |
| 2007-10-26 | Sync SYNOPSIS with usage() (correct location of -P). | hira |
| 2007-10-26 | Add -N to usage. | hira |
| 2007-10-25 | Touching up the permissions to preserve set-ID bits is appropriate | jld |
| 2007-10-24 | make -s alter the default format rather than doing parsefmt. | yamt |
| 2007-10-18 | Rename "csh.a" (the appendix of the document) to csh.ap: the .a suffix | tls |
| 2007-10-05 | Convert to using raise_default_signal(3). | lukem |
| 2007-09-15 | Needs errno.h if !gcc. | ragge |
| 2007-09-09 | Document "emul" keyword. Fixes PR 36935. | apb |
| 2007-09-01 | add a keyword "lname", to print l_name. | yamt |
| 2007-08-18 | - Cleanup for sleep.c: | hubertf |
| 2007-07-30 | Fix some grammatical errors in man pages. | mjf |
| 2007-07-28 | Don't call P_ZOMBIE(struct kinfo_proc2), it's p_stat field contains | dsl |
| 2007-07-17 | kill MFSNAMELEN | christos |
| 2007-07-16 | no need to have cshbool; just make them int | christos |
| 2007-07-16 | Fix '-Ph' segfault; from Greg Woods | christos |
| 2007-07-16 | PR/36650: Michael van Elst: Get rid of bool, because csh uses bool as a small | christos |
| 2007-07-16 | Rename bool -> cshbool; despite the name, bool actually holds values other | dogcow |
| 2007-07-10 | exposure of bool elsewhere in the code requires the addition of stdbool; | dogcow |
| 2007-07-03 | spacing fixes from Geoff Wing | christos |
| 2007-07-03 | In sig_cleanup(), attempt to reset the signal handler to the default | lukem |
| 2007-07-03 | In the SIGINT handler, explicitly display a summary and then raise the | lukem |
| 2007-06-25 | remove descriptions of some states. ('A', 'S', '>') | yamt |
| 2007-06-24 | PR/36534: Greg A. Woods: test(1) doesn't do -r and -w quite right | christos |
| 2007-06-24 | PR/36531: Greg A. Woods: another very helpful DEBUG TRACE() call for execve() | christos |
| 2007-06-24 | PR/36536: Greg A. Woods: stty(1) should mention tty(4) | christos |
| 2007-06-24 | PR/36546: Aleksey Cheusov: problems with 8-bit input in /bin/ksh, needs to | christos |
| 2007-06-24 | PR/36535: Greg A. Woods: rm(1) should present user:group the same way as | christos |
| 2007-06-24 | PR/36533: Greg A. Woods: minor doc fixes for sh(1) | christos |
| 2007-06-24 | PR/36541: Greg A. Woods: fix -P option, and add solaris -g option. | christos |
| 2007-06-22 | Remove a "CFLAGS+=-g" that seems to have snuck in with no good reason. | simonb |
| 2007-06-07 | Fix sh -c 'true && ! true | false; echo $?' | dsl |
| 2007-06-06 | modify a comment in previous change | soda |
| 2007-06-05 | Apply SODA Nuriyuki's patch for multibyte support. | wiz |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-05-24 | Make sure we don't run over the end of the argument array while scanning | christos |
| 2007-05-24 | Instead of putting a full copy of realpath here, use the system's realpath. | christos |
| 2007-05-16 | coverity CID 4378: fix bogus comparison that lead into dead code. | christos |
| 2007-05-15 | Use the same wording for '-p' as for other file related tests. | uwe |
| 2007-05-04 | PR/36275: john at iastate dot edu: tar -s modifies symlink targets | christos |
| 2007-04-29 | fix typos | msaitoh |
| 2007-04-23 | bump date. | christos |
| 2007-04-23 | PR/36194: Greg A. Woods: add a '-V' flag to pax for verbose summary without | christos |
| 2007-04-13 | escape * and - properly | plunky |
| 2007-04-13 | Use IEC 60027-2 prefixes for 2^n based prefixes. | lukem |
| 2007-03-28 | PR/36092: B K: algorithmic inefficiency in bin/test/test.c:t_lex | christos |
| 2007-03-25 | Document that shell arithmetic now uses intmax_t. Document that | apb |