summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
1999-08-02Fix PR8073:sommerfeld
1999-07-30Document csh's -m switch.hubertf
1999-07-29Add "progress=1" switch to show a sign of life by printing a '.' forhubertf
1999-07-27Fix PR3474: df -t/df -l confused by stacked local mounts.sommerfeld
1999-07-23According to the previous commit the new process state should be SDEAD andveego
1999-07-22Update for SDEAD.thorpej
1999-07-21Add "setblk" as alias for "blocksize" and "setdensity" as alias fortron
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-12Use bsd.crypto.mk.thorpej
1999-07-09compile with WARNS = 2christos
1999-07-08Make this compile with WARNS = 2christos
1999-07-06add -q in the synopsis linechristos
1999-07-03Honor the contents of $TMPDIR for the creation of temporary files, and usekleink
1999-06-30Don't ask for permission to unlink a file if the access error is ETXTBSY.is
1999-06-26PR/7814: Matthias Scheler: shell does not fork for builtins in backquotes,christos
1999-06-10pulling param.h not types.h to get BSD4_4. from NAKAJIMA Yoshihiro <nakayosh@...mrg
1999-05-31Make it clearer that -L does not necessarily do the job, and, followingkleink
1999-05-31* Restructure getcwd_logical() to have a reasonable error description even ifkleink
1999-05-26Change previous to use symbolic names for file modes. Also, clean up somekleink
1999-05-25Only call chmod(2) if we create a directory with a mode which isn'ttron
1999-05-19Remove a bogus whitespace match in the builtin kill(1)'s `-s' parsing;kleink
1999-05-17Rename ls.c::main() -> ls.c::ls_main(), and add a wrapper in main.c::main().lukem
1999-05-09KNF.thorpej
1999-05-09fix incorrect operation caused by the previous checkin.cgd
1999-05-08Fix unaligned access memory problem introduced from the -s fix.christos
1999-05-04If an error is encountered, exit with non-zero status.simonb
1999-05-03oops, fix merge botch in previous..mrg
1999-05-03limit session to 6 chars. from Geoff Wing <gcw@pobox.com> and fixes his PR#7506mrg
1999-04-30Fix for bin/7502, from Tor Egge / FreeBSD. Their commit message:he
1999-04-26Fix buffer allocation in function `raw_cat'. It was possible to get ahannken
1999-04-20More punctuation glitches.mycroft
1999-04-20Fix formatting of kill commands.mycroft
1999-04-20Fix a few obvious formatting glitches: missing paragraph break, highlightedmycroft
1999-04-16Add support for printing wide sigset_t properly.christos
1999-04-06Correct a rather obvious typo (once Tor Egge pointed it out to me)he
1999-04-05If we exit due to a SIGINT, do it with raise() so that the wait status ismycroft
1999-04-05Disable bogus-looking code that cause us to throw away SIGINTs.mycroft
1999-04-05Operator precedence consistency; from "Andrew_L. Moore" <alm@SlewSys.Org>kleink
1999-03-28- Be really paranoid. Any time we open a file that is in /proc, runbgrayson
1999-03-27Minor fixes:bgrayson
1999-03-27Add missing prototype so that this actually compiles.tron
1999-03-27When we execute commands from a shell script, make sure that the signalschristos
1999-03-26Added experimental fallback /proc-based lookup. Warnings are printed when thebgrayson
1999-03-26PR/7231: Havard Eidnes: Shell quoting/trimming problemchristos
1999-03-24When substituting backreferences source from the pattern, not the replacementpk
1999-03-24Remove spurious .ne's.mycroft
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-23cleanupitohy
1999-03-23Make the `...' actually appear in the case/esac syntax section.ross
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled