summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2005-10-04Bump max array size. Needed for upcoming MAKEDEV speedup. ok deraadt@Otto Moerbeek
2005-09-26Fix a redraw problem that occurs when a recalled history line hasOtto Moerbeek
length equal to screen width - 2. Spotted by jmc@, tested by various. ok deraadt@
2005-09-11Process window size changes after xread(). [change window size]Otto Moerbeek
echo $COLUMS $LINES; will now print the new sizes immediately, instead of after the second echo. ok millert@
2005-09-11Fix " handling in here documents. POSIX says they are not special, soOtto Moerbeek
cat << EOF \" EOF should print \" Fixes PR 4472; testing jmc@ and Adam Montague. ok millert@
2005-09-07LINES and \\ in PS1 prompt are implemented, so remove informationJason McIntyre
which says they are not; from matthias kilian (pr #4476); ok otto@
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
idea from a mail to misc@ from simon dassow;
2005-08-30remove -W from synopsis;Jason McIntyre
from nikolay kalev; ok deraadt@
2005-08-21Comment out description for 'ulimit -v' since we don't supportTodd C. Miller
RLIMIT_VMEM / RLIMIT_AS at the moment. Support for those may go in post-3.8.
2005-08-17Exit unsuccessfully when comparing against a checklist file fails.Marco Pfatschbacher
OK markus@ millert@
2005-08-12of course, douglas' mail hits my machine 2 nanoseconds later...Jason McIntyre
the correct name for the sysctl is fs.posix.setuid, not fs.posix.suid; from douglas santos (pr #4462); apologies to douglas for closing his pr, but i just could not see it. if you are sending typo stuff, please be specific about the problem.
2005-08-05strip multiple leading slashes from absolute paths; ok beck@Damien Miller
2005-08-04Make pax exit unsuccessfully on errors.Marco Pfatschbacher
Patch by fgsch@ and me. Fixes PR 4310. OK fgsch@ otto@ millert@
2005-08-01more `version' removal;Jason McIntyre
ok otto@
2005-08-01Document ^V change from version to quote commandOtto Moerbeek
2005-08-01pascoe noted that ^V in ksh emacs mode is not what you expect -- literalTheo de Raadt
next as it is every other canonical mode, or emulation of canonical mode. change it to act like it should ok djm david marc tdeval pvalchev
2005-07-31say goodbye to creat().Marc Espie
okay deraadt@
2005-07-06Only print a space separating argv and the real command (in parens)Todd C. Miller
when argv is non-NULL and empty. OK deraadt@ and fgsch@.
2005-07-01use a standard format for EXAMPLES;Jason McIntyre
2005-06-30Set tv_usec sensibly when calling utimes() instead of just zeroing it.Todd C. Miller
We have nsec file times so we may as well use them...
2005-06-15remove whiteout supportTodd C. Miller
2005-06-14whiteouts are goneTodd C. Miller
2005-06-13Fix writing of old-style tar headers. Filenames and linknames actuallyOtto Moerbeek
are not NUL terminated if the fill the whole field. ok millert@ jaredy@
2005-06-02add -O to getopt (ok otto) and sync usageJared Yanovich
2005-06-02sort optionsJared Yanovich
2005-06-02- simplify usageJared Yanovich
- rearrange examples - layout tweaks - minor macro, punctuation, etc. fixes ok jmc
2005-06-01add missing detail from IFS exampleJared Yanovich
Originally from TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp> from PR 4220 reminded by jmc
2005-05-28Use proper modules instead of relying on .ph files.Todd C. Miller
Use Getopt::Std instead of the perl4 getopts.pl
2005-05-27include sys/time.h to get struct timevalTodd C. Miller
2005-05-25add missing detail from IFS exampleJared Yanovich
From PR4220/TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
2005-05-24-ansi considered harmful, even in commentsTodd C. Miller
2005-05-24-ansi means only expose ANSI interfaces which is not something we want...Todd C. Miller
2005-05-24variety of man page fixesJared Yanovich
- add non-legacy synopsis (and sync usage) - sort options - refer to synopsis arguments consistently - rearrange examples - mdoc tweaks - mention glob patterns for -t and -x ok jmc, otto
2005-05-13some Xr's from jason ackley;Jason McIntyre
2005-05-12.Xr script 7Jason McIntyre
2005-05-03some snprintf() -> strlcpy to improve readibility (and speed?)Nikolay Sturm
from rohee@, ok millert@ before 3.7
2005-05-02tweaks;Jason McIntyre
2005-05-01add eject -t option: permits tray to be closed (ie. insert a CD).Theo de Raadt
this uses the MTRETEN option split out getopt options for mt & eject, fix usage as well. ok krw (who is about to commit the back end changes for scsi..)
2005-04-28Use a special crafted string copy function to copy data from ustarOtto Moerbeek
headers to the generic pax structs. ustar is "funny" since some fields are not always NUL terminated. Old-style tar headers and ustar creation remains to be done. ok millert@ beck@
2005-04-26- do not list -f option for eject, as it is not necessaryJason McIntyre
- tidy up the options list somewhat to avoid confusion - sync usage() started by a diff from tom@ and ok'd by him;
2005-04-25Use the various f* functions to set owner, mode and times, insteadOtto Moerbeek
of operating on the path name. Avoids some races. ok deraadt@ cloder@ millert@
2005-04-23-c option may take either integer or name, not just integer;Jason McIntyre
diff from ray; ok sturm@
2005-04-21fix strlcpy abuse in pax - this commit turns potential overflows intoBob Beck
potential non-spec compliance - the use of these fields as strings needs to be revisited more thouroughly. ok millert@ otto@
2005-04-15check snprintf return value and abort if the concatenated path is tooUwe Stuehler
long instead of using the truncated path. also, use the strerror() database instead of repeating the text here. ok krw@, millert@
2005-04-14add the prefix length to nlen for ustar; ok otto millertMarkus Friedl
2005-04-13use STD{IN,OUT,ERR}_FILENOTheo de Raadt
2005-04-10Handle path names of exactly 100 chars correctly. Based on a diffOtto Moerbeek
from espie@. ok espie@ deraadt@
2005-04-08Sync with recent realpath(3) changes: on failure, don't use the secondJared Yanovich
argument "resolved", since it is undefined. ok and help millert, otto
2005-04-08Correct comment about using m in blocksize (multiplies by 1048576 not 512).Jonathan Gray
2005-04-05change incorrect filename in output on fstat() failureJared Yanovich
from Cedric Berger <cedric@berger.to> ok otto
2005-03-31copy argv[] element instead of smashing the one that ps will see; ok ottoTheo de Raadt