summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
1998-07-21fix +n description; jkoshy@freebsdTheo de Raadt
1998-07-20Spelling, and omitted words for getNAME.Marc Espie
1998-07-16support scsi better; fix another weird bug; mjacobTheo de Raadt
1998-07-12typoTodd T. Fries
1998-07-09why bother; msaitohTheo de Raadt
1998-07-08whack kmem gid after kvm_openfiles()Theo de Raadt
1998-07-03Fix handling of trailing slashes. Don't ever strip them, because that'sConstantine Sapuntzakis
1998-07-03Xr mtioTheo de Raadt
1998-07-03use 10 X in mkstemp string for improved speed at race winningTheo de Raadt
1998-07-02indentTheo de Raadt
1998-07-02Fix mv b/ a where a is a directory.Constantine Sapuntzakis
1998-07-01Document BSD4.4 flags supportMarc Espie
1998-06-29overflow fix; michael@cs.mun.caTheo de Raadt
1998-06-27new ksh code stupidly did not permit ". /dev/null"; enable that againTheo de Raadt
1998-06-25pdksh-5.2.13 + local changesTodd C. Miller
1998-06-23snprintf returns bytes it wanted to print, not the number it actually didTodd C. Miller
1998-06-23few fixes; msaitohTheo de Raadt
1998-06-09spellingTheo de Raadt
1998-06-09bahTheo de Raadt
1998-06-07use MAP_FAILEDTheo de Raadt
1998-06-03zero sigset_t before useTheo de Raadt
1998-06-03correct crtscts docs; andrew@ugh.net.auTheo de Raadt
1998-06-01doc = after socket; deberg@mit.eduTheo de Raadt
1998-05-30modifiers apply to all things; msaitohTheo de Raadt
1998-05-29niceTheo de Raadt
1998-05-29gcc 2.8.X.X fixed this bug, back to a sane Makefile.Dale S. Rahn
1998-05-28/bin/login -> /usr/bin/loginArtur Grabowski
1998-05-18MAXPATHLEN not MAXPATHLEN+1Theo de Raadt
1998-05-18readlink len-1Theo de Raadt
1998-05-18MAXPATHLEN not MAXPATHLEN+1Theo de Raadt
1998-05-18buf oflowsTheo de Raadt
1998-05-18MAXPATHLEN not MAXPATHLEN+1, no buf oflow of targdirTheo de Raadt
1998-05-18readlink(path, buf, sizeof buf-1). Never forget that -1.Theo de Raadt
1998-05-17do not advance pointer that free() will happen toTheo de Raadt
1998-05-13fix .Sh ENVIRONMENTTheo de Raadt
1998-05-13support POSIX "kill [-s signame] pid" syntax, fix the "kill -l [exitstatus]"Theo de Raadt
1998-04-30WallTheo de Raadt
1998-04-28Xr madvise not vadviseTheo de Raadt
1998-04-26Use the physmem variable to get at the physical memory size (instead of theTheo de Raadt
1998-04-25nroff error; joel@panacea.null.orgTheo de Raadt
1998-03-31only preserve uid/gid if -p. This is unlike traditional tar but more like gtarTodd C. Miller
1998-03-27do not nest RS/RETheo de Raadt
1998-03-18Document what sh/ksh does when the cd command matches a non empty pathMarco S Hyman
1998-03-10umask manipulation not neccessaryTheo de Raadt
1998-03-06Add unlimit man link for csh and ulimit man link for sh.Todd C. Miller
1998-03-03Correct -x and -p flags to be more like traditional tar and makeTodd C. Miller
1998-02-14recog STRIPDISC; kleinkTheo de Raadt
1998-01-25Fix a race where a dir might have been created after a stat call, but beforeNiklas Hallqvist
1998-01-22Preserve uid/gid if invoked as tar and extracting as root.Todd C. Miller
1998-01-21Back out last change. ed and sed should not use extended regular expressions.Todd C. Miller