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