aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* brucify, `v' before `W', mention -v is non-standard in manpage andMichael Haro1999-09-042-18/+25
* mention that -v is non-standardMichael Haro1999-09-041-0/+4
* brucify and add comment about -v being non-standard to manpageMichael Haro1999-09-042-6/+10
* Revert to using .Xr for builtins. The cross-references don't work now,Sheldon Hearn1999-08-311-5/+5
* Clean-up:Sheldon Hearn1999-08-301-69/+160
* Yet another previously forgotten merge from Lite2. (DescribeBruce Evans1999-08-301-4/+5
* fix rm -rMichael Haro1999-08-291-1/+2
* add verbose flagMichael Haro1999-08-292-7/+23
* brucify and move printf() to catch cases of special filesMichael Haro1999-08-293-11/+7
* add verbose flagMichael Haro1999-08-292-10/+27
* Fix typo in previous commit that documented the -v option.Mike Pritchard1999-08-281-1/+1
* add verbose flagMichael Haro1999-08-282-5/+17
* Relax things a bit. Not having FIODTYPE will be a warning for now.Brian Feldman1999-08-281-8/+12
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-27271-273/+273
* Use FIODTYPE to unbogosify much of the file type checking in dd.Brian Feldman1999-08-271-10/+15
* Don't suggest sysctl(8) as a means for discovering what filesystem typesSheldon Hearn1999-08-261-8/+5
* Make the behaviour of `read -e', ie. treating backslashes as special,Thomas Gellekum1999-08-262-17/+21
* Add a verbose mode to show what files are being copied.Michael Haro1999-08-264-9/+24
* Remove obsolete BUGS section which describes something which stoppedJordan K. Hubbard1999-08-251-16/+1
* Sort cross-references. Move mount(8) down the list where it belongs, inChris Costello1999-08-251-2/+2
* Make the comments nice, short-but-sweet XXX format.Brian Feldman1999-08-241-10/+3
* Backed out my -n change to imply -l by request of sheldonh.Chris Costello1999-08-231-2/+0
* Make -n flag compliant to the Single Unix Specification.Chris Costello1999-08-231-1/+3
* Make a comment I added a bit nicer.Brian Feldman1999-08-221-2/+3
* Finally: fix test -x as completely as possible.Brian Feldman1999-08-201-7/+17
* Take integer rounding into account in the buffer size approximationSheldon Hearn1999-08-191-2/+2
* Style issues in previous commit:Sheldon Hearn1999-08-191-4/+14
* The new test(1) did not use access() correctly. I don't know why, sinceBrian Feldman1999-08-181-2/+7
* Describe proper signals behavior rather than just removing it.Ruslan Ermilov1999-08-161-2/+8
* Replace our test(1) with NetBSD's pdksh-derived version. The code isSheldon Hearn1999-08-165-785/+465
* Bad reference of mount(1) changed to mount(8).Chris Costello1999-08-141-3/+3
* Minor style fix - change 'if(!*v)' to 'if (!*v)'Chris Costello1999-08-141-2/+2
* There is no special handling for SIGALRM asRuslan Ermilov1999-08-091-11/+3
* Document -f flag:Chris Costello1999-08-082-4/+10
* Add -n option to print numeric user and group IDs instead of namesSheldon Hearn1999-08-023-9/+31
* Correct some style issues in my previous commit.Kris Kennaway1999-07-222-4/+4
* Fix handling of the cd command inside evaluations. It was changing PWD,Sheldon Hearn1999-07-191-1/+2
* Implement seekability for disk devices (not just regular files).Brian Feldman1999-07-133-11/+13
* Add -W and fix the warning due to missing struct initializerKris Kennaway1999-07-102-4/+4
* Improved error handling in rev.1.18: don't ignore failure of execve().Bruce Evans1999-07-041-5/+4
* Correct reference to the obsolete vadvise() to madvise() (with appropriateKris Kennaway1999-06-301-5/+5
* Don't continue if parsing failed when -f is in use. Exit with nonzero value.Martin Cracauer1999-06-251-3/+2
* Undo some of the reversions from previous revisions, and attempt toKris Kennaway1999-06-211-52/+83
* This is the second round of dd(1) changes. Some changes made/reversed byBrian Feldman1999-06-207-83/+108
* Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,Brian Feldman1999-06-197-105/+104
* Changes from OpenBSD:Kris Kennaway1999-06-073-16/+27
* Use .Dq instead of ``'' in manpageKris Kennaway1999-05-282-8/+23
* getopt(3) returns -1 not EOF.Warner Losh1999-05-231-2/+2
* Chflags was clearing all flags supplied on the command line after aJean-Marc Zucconi1999-05-211-2/+2