summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2000-07-23ts_nsec -> tv_nsec, per POSIX.mycroft
2000-07-18host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(),cgd
2000-07-18Various mandoc updates to the Builtinsjhawk
2000-07-17Note the meaning of 'trap 0' (execute on exit from shell)jhawk
2000-07-16don't emit a warning message if fchflags() returns EOPNOTSUPPdarrenr
2000-07-15From FreeBSD:darrenr
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
2000-07-07do not pass user-supplied string alone, to errx?(). use "%s".itojun
2000-07-04Implement --atime-preserve.thorpej
2000-07-04Implement --use-compress-program.thorpej
2000-07-04Add GNU tar-style long options for pax's tar front-end. Still manythorpej
2000-07-03include <stdlib.h>, <string.h>, or whatever as appropriate to shut upmatt
2000-06-29remove include of <vm/vm.h>mrg
2000-06-26Add -a flag now that we have support for MNT_IGNOREchristos
2000-06-26$(CPP) -> $(CC) -Ekleink
2000-06-24Remove the 'poip' (pageouts in progress) keyword from the manpage.simonb
2000-06-23Add MK... variables to enable/disable various aspects of buildingthorpej
2000-06-22make sure to print file names consistenly in column modeassar
2000-06-22CLEANFILES+= siglist.out emacs.outsoren
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-06-17minor KNF nits.mrg
2000-06-17Do not modify the file name when not printing non-printables, also doassar
2000-06-16libcrypt can now always decrypt, so always -DDES, and eliminate thethorpej
2000-06-16Don't check namelist when choosing to use the sysctl interface.simonb
2000-06-08Fix handling of "ps U<user>" where <user> ended it 't' - now if thesimonb
2000-06-08Fix back-to-front assignment in tname() which meant that the columnsimonb
2000-06-07Calculate field widths on the fly so that all columns line up nicelysimonb
2000-06-02G/C evar() - now that everything is in the one structure it was exactlysimonb
2000-05-31decouple us from stdio's BUFSIZ and boost BUFSIZE to 4Kchristos
2000-05-28Add Ev tag to COLUMNSbjh21
2000-05-26Use new sysctl/kvm interfaces. This will stop the "proc size mismatch"simonb
2000-05-26Handle SONPROC state.thorpej
2000-05-22Back out previous vfork changes.elric
2000-05-21Improved style: "For definiteness" becomes "For example".mason
2000-05-17When vforking ensure that the environment passed to exec is built beforeelric
2000-05-15INTON and FORCEINTON modify global variables, and so should not beelric
2000-05-13Added includes for waitpid, sys/types.h and sys/wait.h.elric
2000-05-13In order to use __NetBSD_Version__, I needed to include sys/param.h.elric
2000-05-13Unused variable pgrp on line 576.elric
2000-05-13Quick fix.elric
2000-05-13Now we use vfork(2) instead of fork(2) when we can.elric
2000-05-13s/exit_status/signal_number/christos
2000-05-12mention use of TMPDIR fixed in previous commitchristos
2000-05-11Fix problem in option processing, would segfault when parsing "-O,".mjl
2000-04-29If ps cannot get the terminal size from STDOUT, it tried STDERR and STDIN.abs
2000-04-17Obey $TMPDIR for creating the scratch filechristos
2000-04-17make this compile without -DBACKWARDS [someone deleted an unused variablechristos
2000-04-15Use tty "?" to select processes with no controlling tty and tty "-" tosimonb
2000-04-14Include <errno.h> instead of using "extern int errno;".simonb