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