ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/bin
Revision 276 - Directory Listing - [select for diffs]
Modified Wed Oct 18 15:52:35 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 275
Avoid a warning for each whiteout found during ls -lW

# ls -lW
total 2
-rw-r--r--  1 root  wheel  6 Oct 18 14:46 file1
ls: ./file2: No such file or directory
w---------  0 root  wheel  0 Jan  1  1970 file2

From FreeBSD rev 1.76

Revision 275 - Directory Listing - [select for diffs]
Modified Wed Oct 18 15:47:38 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 233
Do not call chflags() for whiteouted files.  From FreeBSD rev 1.56

Revision 233 - Directory Listing - [select for diffs]
Modified Sun Oct 8 15:19:03 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 232
Don't interpret .//dir as /dir.

Revision 232 - Directory Listing - [select for diffs]
Modified Sun Oct 8 15:16:20 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 231
document changes.

Revision 231 - Directory Listing - [select for diffs]
Modified Sun Oct 8 15:15:15 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 230
Copy filename read from stdin into the private buffer.

Revision 230 - Directory Listing - [select for diffs]
Modified Sun Oct 8 15:12:18 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 229
Fix typo.

Revision 229 - Directory Listing - [select for diffs]
Modified Sun Oct 8 15:11:04 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 228
Be pedantic and do fts_close() when done.

Revision 228 - Directory Listing - [select for diffs]
Modified Sun Oct 8 15:09:01 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 227
Fix some typos and clarify some information in the man page regarding column title such as =foo at the end of -o.

Revision 227 - Directory Listing - [select for diffs]
Modified Sun Oct 8 15:06:27 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 226
Fix the case where the user specifies an alternate heading for some output format keyword and the keyword they picked is an alias to some other keyword. This includes the segfault fixes.  (FreeBSD)

Revision 226 - Directory Listing - [select for diffs]
Modified Sun Oct 8 14:59:26 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 225
Add -F option to delete empty directories when creating a new symlink.

Revision 225 - Directory Listing - [select for diffs]
Modified Sun Oct 8 14:27:29 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 188
update manpage

Revision 188 - Directory Listing - [select for diffs]
Modified Sat Sep 23 02:56:53 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 167
Fix POSIX compliance.

Revision 167 - Directory Listing - [select for diffs]
Modified Sat Sep 9 14:06:07 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 166
Fix standards section as we renamed -p to -D.

Revision 166 - Directory Listing - [select for diffs]
Modified Sat Sep 9 13:48:40 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 165
Changed -p flag to -D for "Date".  Cleaned up the manual.  The utility now checks the length of the format argument and gives an error immediately.

I do not want cat to become a general purpose filter, but this functionality seems quite useful.

Revision 165 - Directory Listing - [select for diffs]
Modified Fri Sep 8 14:04:24 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 160
A new flag, -p, was added to cat which allows dates to be prepended to each line of output.  This could be useful when logging from scripts, etc.

The format is based on strftime
so cat -p %D test might print out
09/08/06testing this
if the file test contained testing this.

This is based on a patch floating around FreeBSD-Current.

Revision 160 - Directory Listing - [select for diffs]
Modified Mon Sep 4 21:00:53 2006 UTC (17 years, 8 months ago) by archite
Diff to previous 134
Someone forgot to add ksh to bin/Makefile

Revision 134 - Directory Listing - [select for diffs]
Modified Sun Aug 27 18:49:41 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 113
Added Eric Anderson's patch for cp which adds -a an -l flags.

-a is an archive mode which is equivalent to -PpR
-l is link mode where regular files are hard linked instead of copied.

Revision 113 - Directory Listing - [select for diffs]
Modified Tue Aug 22 21:05:08 2006 UTC (17 years, 8 months ago) by archite
Diff to previous 92
Added hack so that ^L clears the screen.

Revision 92 - Directory Listing - [select for diffs]
Modified Sun Aug 20 23:01:33 2006 UTC (17 years, 8 months ago) by adam
Diff to previous 65
*** empty log message ***

Revision 65 - Directory Listing - [select for diffs]
Modified Fri Aug 18 23:13:16 2006 UTC (17 years, 8 months ago) by adam
Diff to previous 64
Changed header information
Made KSH compile statically

Revision 64 - Directory Listing - [select for diffs]
Modified Fri Aug 18 00:44:47 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 61
Corrected compiler bug

Revision 61 - Directory Listing - [select for diffs]
Modified Thu Aug 17 13:00:11 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 59
Disabled stop on warning so ksh builds.  Eventually some code changes should be made to clear up the errors.

Revision 59 - Directory Listing - [select for diffs]
Modified Wed Aug 16 21:09:08 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 46
OpenBSD 3.9 ksh

Revision 46 - Directory Listing - [select for diffs]
Modified Fri Aug 4 17:10:41 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 40
FreeBSD-SA6:13 and 14 were patched.  The nis software and amd athlon fpu handling fixed.  Changes to echo and pfctl are needed to fix compile bugs with changes related to cvs tags and macros.

Revision 40 - Directory Listing - [select for diffs]
Modified Wed Jul 26 12:35:19 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 36
Added cvs tags.

Revision 36 - Directory Listing - [select for diffs]
Modified Wed Jul 19 13:56:55 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 35
Added cvs tags.

Revision 35 - Directory Listing - [select for diffs]
Modified Wed Jul 19 13:43:39 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 33
Added cvs tags

Revision 33 - Directory Listing - [select for diffs]
Modified Fri Jul 7 15:55:59 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 32
Added cvs id.

Revision 32 - Directory Listing - [select for diffs]
Modified Fri Jul 7 13:54:43 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 31
Add cvs ids.

Revision 31 - Directory Listing - [select for diffs]
Modified Fri Jul 7 13:50:33 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 30
Added cvs ids.

Revision 30 - Directory Listing - [select for diffs]
Modified Fri Jul 7 13:46:10 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 29
Added cvs ids

Revision 29 - Directory Listing - [select for diffs]
Modified Mon Jun 26 15:12:15 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 28
Modifying cvs tags and converting freebsd specific code.

Revision 28 - Directory Listing - [select for diffs]
Modified Mon May 22 06:14:15 2006 UTC (17 years, 11 months ago) by laffer1
Diff to previous 10
Added cvs header.

Revision 10 - Directory Listing - [select for diffs]
Modified Wed Mar 1 04:24:17 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 6
Corrected import error where csh.a was not added.

Revision 6 - Directory Listing - [select for diffs]
Modified Sat Feb 25 02:38:42 2006 UTC (18 years, 2 months ago) by laffer1
Diff to previous 3
This commit was generated by cvs2svn to compensate for changes in r5, which
included commits to RCS files with non-trunk default branches.
Revision 3 - Directory Listing - [select for diffs]
Added Sat Feb 25 02:29:52 2006 UTC (18 years, 2 months ago) by laffer1
This commit was generated by cvs2svn to compensate for changes in r2, which
included commits to RCS files with non-trunk default branches.

Convenience Links