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