summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
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
syntax, sync documentation, no longer permit of full signal names in the "kill [-sig] pid" syntax, e.g. -SIGHUP; kleink
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
avail_end - avail_start difference which is only correct on machines with contiguous memory); is@netbsd
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
in the CDPATH environment variable.
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
the man page reflect reality. The -p flag only preserves the file mode (irrespective of umask) if possible. The -x flag tries to set user/group, mtime, and mode.
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
our mkdir
1998-01-22Preserve uid/gid if invoked as tar and extracting as root.Todd C. Miller
This is traditional tar behavior.
1998-01-21Back out last change. ed and sed should not use extended regular expressions.Todd C. Miller
1998-01-18Support extended (modern) instead of basic (obsolescent) regular expressions.Todd C. Miller
1998-01-17Make ulimit catch bogosity so that: "ulimit -dflmnpst unlimitted"Todd C. Miller
Results in: ksh: ulimit: "unlimitted" is not a valid limit Not: Killed (because it treated the word as 0). Noticed by mickey@openbsd.org
1998-01-17Don't document ulimit flags that don't existTodd C. Miller
1998-01-02use getopt; mph@pobox.comTheo de Raadt
1998-01-02man page error; helbigTheo de Raadt
1997-12-08use cp -R for local copiesTheo de Raadt
1997-12-02repository move of src/bin/pdksh to src/bin/kshTheo de Raadt
1997-11-30oh yeah, we are min() cleanTheo de Raadt
1997-11-30deal with unterminated e_login and e_wmesgTheo de Raadt
1997-11-20Fix units conversion wrt -h flag to be correct (and consistent withTodd C. Miller
the GNU df's -h flag).
1997-11-17proper .XrTheo de Raadt
1997-11-16Revert one of the $_ changes made 970102, as it makes sh crash when mailNiklas Hallqvist
arrives and mailchecking is on. I doubt this case was meant to be altered at that time judging from the documentation fix it went along with. However to be really sure I would like to see what POSIX has to say about the mail notification message format. Is $_ meant to be expanded to the mailbox path? If so, this revertion is correct, otherwise, another fix ought to be made. I have no POSIX spec though.
1997-11-15spellingTodd T. Fries
1997-11-15slipped through the cracks.Todd T. Fries
1997-11-15spellingTodd T. Fries
1997-11-13let "expr a : /" work. Mark the next token after the match operator as aTheo de Raadt
pattern, causing the lexical analyzer to short-circuit around operator parsing. my fix to netbsd pr#4187, augustss@cs.chalmers.se
1997-11-12correct references.Niels Provos
1997-11-08spellingTodd T. Fries
1997-11-08spellingTodd T. Fries
1997-11-08spellingTodd T. Fries
1997-11-08spellingTodd T. Fries