| Age | Commit message (Expand) | Author |
| 1995-06-18 | don't assume f_fstypename is larger than MFSNAMELEN or is nul-terminated | cgd |
| 1995-06-12 | Changed type of rlimit values from quad_t to rlim_t. Cast rlim_t's to | jtc |
| 1995-06-10 | Add a DPADD. | mycroft |
| 1995-06-09 | Changed so that 'PATH=newpath command' works, instead of looking at the | christos |
| 1995-06-07 | typeof(timeval.ts_sec) != time_t | cgd |
| 1995-06-07 | needs string.h | cgd |
| 1995-06-07 | Ignore result of sigaction when setting traps. Traps will succeed even | christos |
| 1995-06-05 | Avoid trapping SIGKILL. Pretend that we did, so that we will not keep | christos |
| 1995-06-03 | Fill in sin_len. | mycroft |
| 1995-06-01 | Removed some (unworking) #ifdef vax. | ragge |
| 1995-05-28 | Fixed bug where | christos |
| 1995-05-25 | If there is another field after the command, fill in the command field with | mycroft |
| 1995-05-25 | Simplify this just a little. | mycroft |
| 1995-05-23 | Fixed bug where 'which /bin/csh' reports .//bin/csh, by copying the | christos |
| 1995-05-21 | Split out some helper functions again. | mycroft |
| 1995-05-19 | Changed so that syntax errors (EXERROR) set the exit status to 2, | christos |
| 1995-05-18 | Create and strvis(3) the argument and environment lists only as needed. | mycroft |
| 1995-05-18 | Do the right thing for an empty environment. | mycroft |
| 1995-05-18 | Avoid an extra (gratuitous) pass through strvis(3). | mycroft |
| 1995-05-18 | Gather the argument and environment lists when we actually want to print them. | mycroft |
| 1995-05-17 | Fixed bug where ${#} was interpreted incorrectly as ${#var} and thus | christos |
| 1995-05-15 | re-add an #endif that was (apprently) clobbered. | cgd |
| 1995-05-15 | Fixed new bug the previous fix introduced: | christos |
| 1995-05-14 | Fixed bug caused by previous x=`false` not preserving the exit status fix. | christos |
| 1995-05-11 | Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 | christos |
| 1995-05-08 | add a 'holdcnt' keyword and document it. | cgd |
| 1995-05-08 | add the ability to understand and print INT and UINT-sized variables. | cgd |
| 1995-05-07 | Sync process flags with sys/proc.h | pk |
| 1995-04-29 | Use POSIX signal semantics. Change p_pid and p_jobid to pid_t's. | mycroft |
| 1995-04-28 | Winning Strategies has placed this code into the Public Domain | jtc |
| 1995-04-23 | clean up RCS Ids slightly, etc. | cgd |
| 1995-04-11 | Added missing resource limits and recognize "unlimited" as RLIM_INFINITY | christos |
| 1995-04-02 | Fix typo in S_FIFO case when copying recursively. | mycroft |
| 1995-03-31 | 1. Don't core dump on 'fc -l' (From Gerard J van der Grinten) | christos |
| 1995-03-26 | Reverted to set - turning off -x and -v. Charles corrected me... It is part | christos |
| 1995-03-25 | set - | christos |
| 1995-03-23 | Rearrange Kerberos stuff. | mycroft |
| 1995-03-23 | Fix typo in previous. | mycroft |
| 1995-03-21 | Use POSIX signals. | mycroft |
| 1995-03-21 | Use sigprocmask(), not sigsetmask(). | mycroft |
| 1995-03-21 | Remove dead externs. | mycroft |
| 1995-03-21 | Update to use timer{add,sub}(). | mycroft |
| 1995-03-21 | convert to new RCS id conventions. | cgd |
| 1995-03-21 | actually do the import. rcp appears to have been previously imported | cgd |
| 1995-03-21 | clean up slightly; id tags, alphabetization, prototypes, etc. | cgd |
| 1995-03-21 | clean up id tags | cgd |
| 1995-03-21 | clean up Id's, and such. reorganize man page slight to match lite's org. | cgd |
| 1995-03-21 | merge with lite | cgd |
| 1995-03-21 | clean up id tags, etc. | cgd |
| 1995-03-17 | Changed to accept ``kill -0 pid'' (PR #842). | jtc |