ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/src/trunk/bin
Revision 10240 - Directory Listing - [select for diffs]
Modified Sat Jun 2 21:06:59 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 10239 , to selected 3
 sync with freebsd 10 stable

Revision 10239 - Directory Listing - [select for diffs]
Modified Sat Jun 2 21:03:56 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 10236 , to selected 3
tests

Revision 10236 - Directory Listing - [select for diffs]
Modified Sat Jun 2 16:14:50 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 10235 , to selected 3
tag

Revision 10235 - Directory Listing - [select for diffs]
Modified Sat Jun 2 16:13:46 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 10234 , to selected 3
update

Revision 10234 - Directory Listing - [select for diffs]
Modified Sat Jun 2 16:13:01 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 10233 , to selected 3
update man page

Revision 10233 - Directory Listing - [select for diffs]
Modified Sat Jun 2 16:11:13 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 10232 , to selected 3
update test

Revision 10232 - Directory Listing - [select for diffs]
Modified Sat Jun 2 16:09:37 2018 UTC (5 years, 11 months ago) by laffer1
Diff to previous 9704 , to selected 3
add tests

Revision 9704 - Directory Listing - [select for diffs]
Modified Mon Dec 18 17:08:10 2017 UTC (6 years, 5 months ago) by laffer1
Diff to previous 9459 , to selected 3
fix build with new iconv changes

Revision 9459 - Directory Listing - [select for diffs]
Modified Sun Mar 5 19:37:20 2017 UTC (7 years, 2 months ago) by laffer1
Diff to previous 9400 , to selected 3
Constify parameters, no functional or binary change.

Revision 9400 - Directory Listing - [select for diffs]
Modified Sat Mar 4 21:30:17 2017 UTC (7 years, 2 months ago) by laffer1
Diff to previous 9375 , to selected 3
fixes to df

Revision 9375 - Directory Listing - [select for diffs]
Modified Sat Mar 4 20:25:24 2017 UTC (7 years, 2 months ago) by laffer1
Diff to previous 9338 , to selected 3
Take some improvements from DragonFlyBSD:
		- add const where appropriate
		- add static where appropriate
		- fix a whitespace issues

Revision 9338 - Directory Listing - [select for diffs]
Modified Sat Mar 4 16:09:35 2017 UTC (7 years, 2 months ago) by laffer1
Diff to previous 9312 , to selected 3
Literally follow POSIX:
If the bs= expr operand is specified and no conversions other than sync,
noerror, or notrunc are requested, the data returned from each input
block shall be written as a separate output block.

Revision 9312 - Directory Listing - [select for diffs]
Modified Thu Mar 2 23:40:08 2017 UTC (7 years, 2 months ago) by laffer1
Diff to previous 9059 , to selected 3
make static

Revision 9059 - Directory Listing - [select for diffs]
Modified Sat Oct 1 10:07:23 2016 UTC (7 years, 7 months ago) by laffer1
Diff to previous 8868 , to selected 3
mention read/write attr and acles are permitted for file owner

Revision 8868 - Directory Listing - [select for diffs]
Modified Mon Sep 26 13:15:31 2016 UTC (7 years, 7 months ago) by laffer1
Diff to previous 8803 , to selected 3
include the thread name alonmg with the command.

Revision 8803 - Directory Listing - [select for diffs]
Modified Mon Sep 26 03:28:51 2016 UTC (7 years, 7 months ago) by laffer1
Diff to previous 8781 , to selected 3
document P_PTRACE.

Revision 8781 - Directory Listing - [select for diffs]
Modified Mon Sep 26 03:07:59 2016 UTC (7 years, 7 months ago) by laffer1
Diff to previous 8710 , to selected 3
setfacl(1) man page need clarity on -a and -x vs -m

Revision 8710 - Directory Listing - [select for diffs]
Modified Sun Sep 25 22:20:17 2016 UTC (7 years, 7 months ago) by laffer1
Diff to previous 8558 , to selected 3
do not make redundant p flag var

Revision 8558 - Directory Listing - [select for diffs]
Modified Mon Sep 19 15:15:45 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8458 , to selected 3
fix wording

Revision 8458 - Directory Listing - [select for diffs]
Modified Sun Sep 18 21:58:17 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8178 , to selected 3
follow POSIX standard.

Revision 8178 - Directory Listing - [select for diffs]
Modified Sat Sep 17 02:48:38 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8152 , to selected 3
Add a -h flag similar to the -h flag for ln to force mv(1) to treat a
symbolic link to a directory for the target as a symbolic link instead of
a directory.  This makes it possible to atomically update a symbolic
link using rename().

Revision 8152 - Directory Listing - [select for diffs]
Modified Fri Sep 16 22:19:59 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8151 , to selected 3
mention acl copy with cp

Revision 8151 - Directory Listing - [select for diffs]
Modified Fri Sep 16 22:18:59 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8150 , to selected 3
Fix an error in setfacl(1) that manifested like this:

# setfacl -m u:trasz:rwx x
# setfacl -m u:root:rwx x
# getfacl x
# file: x
# owner: root
# group: wheel
user::rw-
user:root:rwx
user:trasz:rwx
group::r--
mask::rwx
other::r--
# setfacl -m u:root:rwx x
setfacl: x: acl_calc_mask() failed: Invalid argument
setfacl: x: failed to set ACL mask

For NFSv4 ACLs, this sort of situation would result in duplicated
entries.

Obtained from: FreeBSD

Revision 8150 - Directory Listing - [select for diffs]
Modified Fri Sep 16 22:18:15 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8149 , to selected 3
add a pointer

Revision 8149 - Directory Listing - [select for diffs]
Modified Fri Sep 16 22:17:48 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8148 , to selected 3
more fixes

Revision 8148 - Directory Listing - [select for diffs]
Modified Fri Sep 16 22:17:27 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8143 , to selected 3
make setfacl -kd work

Revision 8143 - Directory Listing - [select for diffs]
Modified Fri Sep 16 22:12:44 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8073 , to selected 3
add dsiz and ssiz keywords to show data and stack size

Revision 8073 - Directory Listing - [select for diffs]
Modified Thu Sep 15 22:04:35 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 8010 , to selected 3
fix flag

Revision 8010 - Directory Listing - [select for diffs]
Modified Thu Sep 15 08:56:10 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 7817 , to selected 3
avoid passing uninialized stack to addelem

Revision 7817 - Directory Listing - [select for diffs]
Modified Tue Sep 6 23:28:00 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 7783 , to selected 3
document the t flag with posix

Revision 7783 - Directory Listing - [select for diffs]
Modified Mon Sep 5 16:24:20 2016 UTC (7 years, 8 months ago) by laffer1
Diff to previous 7588 , to selected 3
Implement userland changes for kqueue resource limits

Obtained from: FreeBSD svn 256850

Revision 7588 - Directory Listing - [select for diffs]
Modified Sat May 28 18:42:23 2016 UTC (7 years, 11 months ago) by laffer1
Diff to previous 7250 , to selected 3
switch to a void pointer here

Revision 7250 - Directory Listing - [select for diffs]
Modified Fri Aug 14 21:43:59 2015 UTC (8 years, 9 months ago) by laffer1
Diff to previous 7097 , to selected 3
make date(1) behave like GNU date when the -r option cant be interpreted as a number.

Revision 7097 - Directory Listing - [select for diffs]
Modified Thu Jul 16 11:54:03 2015 UTC (8 years, 10 months ago) by laffer1
Diff to previous 7009 , to selected 3
fix build

Revision 7009 - Directory Listing - [select for diffs]
Modified Sun Jun 7 01:10:43 2015 UTC (8 years, 11 months ago) by laffer1
Diff to previous 6982 , to selected 3
import /bin/sh from FreeBSD 9.2

Revision 6982 - Directory Listing - [select for diffs]
Modified Fri Mar 20 00:53:29 2015 UTC (9 years, 2 months ago) by laffer1
Diff to previous 6850 , to selected 3
mksh R50e

Revision 6850 - Directory Listing - [select for diffs]
Modified Sat Oct 11 12:27:14 2014 UTC (9 years, 7 months ago) by laffer1
Diff to previous 6845 , to selected 3
mksh R50d

Revision 6845 - Directory Listing - [select for diffs]
Modified Fri Oct 10 10:58:45 2014 UTC (9 years, 7 months ago) by laffer1
Diff to previous 6844 , to selected 3
update configuration

Revision 6844 - Directory Listing - [select for diffs]
Modified Fri Oct 10 10:56:06 2014 UTC (9 years, 7 months ago) by laffer1
Diff to previous 6824 , to selected 3
update mksh version

Revision 6824 - Directory Listing - [select for diffs]
Modified Fri Oct 3 04:12:00 2014 UTC (9 years, 7 months ago) by laffer1
Diff to previous 6823 , to selected 3
teach about utf8

Revision 6823 - Directory Listing - [select for diffs]
Modified Fri Oct 3 04:10:32 2014 UTC (9 years, 7 months ago) by laffer1
Diff to previous 6799 , to selected 3
Introduce the l flag

Set an exclusive advisory lock on the standard output file descriptor.

Revision 6799 - Directory Listing - [select for diffs]
Modified Thu Oct 2 02:17:33 2014 UTC (9 years, 7 months ago) by laffer1
Diff to previous 6763 , to selected 3
build ok

Revision 6763 - Directory Listing - [select for diffs]
Modified Sun Sep 14 02:00:49 2014 UTC (9 years, 8 months ago) by laffer1
Diff to previous 6730 , to selected 3
subdir parallel

Revision 6730 - Directory Listing - [select for diffs]
Modified Sat Aug 30 00:45:07 2014 UTC (9 years, 8 months ago) by laffer1
Diff to previous 6712 , to selected 3
add the stub

Revision 6712 - Directory Listing - [select for diffs]
Modified Tue Jul 1 22:52:56 2014 UTC (9 years, 10 months ago) by laffer1
Diff to previous 6469 , to selected 3
change build version

Revision 6469 - Directory Listing - [select for diffs]
Modified Sat Dec 7 23:54:44 2013 UTC (10 years, 5 months ago) by laffer1
Diff to previous 6425 , to selected 3
remove cvs2svn prop

Revision 6425 - Directory Listing - [select for diffs]
Modified Sat Nov 30 22:34:04 2013 UTC (10 years, 5 months ago) by laffer1
Diff to previous 6030 , to selected 3
reset props for svn keywords

Revision 6030 - Directory Listing - [select for diffs]
Modified Tue Sep 10 23:01:59 2013 UTC (10 years, 8 months ago) by laffer1
Diff to previous 5957 , to selected 3
Use SUBDIR rather that dynamically set vars

Revision 5957 - Directory Listing - [select for diffs]
Modified Wed Aug 14 22:27:03 2013 UTC (10 years, 9 months ago) by laffer1
Diff to previous 5956 , to selected 3
update attributes list

Revision 5956 - Directory Listing - [select for diffs]
Modified Wed Aug 14 22:16:34 2013 UTC (10 years, 9 months ago) by laffer1
Diff to previous 5937 , to selected 3
update version number

Revision 5937 - Directory Listing - [select for diffs]
Modified Thu Jul 18 02:13:12 2013 UTC (10 years, 10 months ago) by laffer1
Diff to previous 5936 , to selected 3
document POSIX functionality

Revision 5936 - Directory Listing - [select for diffs]
Modified Thu Jul 18 02:12:11 2013 UTC (10 years, 10 months ago) by laffer1
Diff to previous 5935 , to selected 3
work around kernel bug

Revision 5935 - Directory Listing - [select for diffs]
Modified Thu Jul 18 02:10:10 2013 UTC (10 years, 10 months ago) by laffer1
Diff to previous 5899 , to selected 3
add -y flag.  Obtained from: FreeBSD 9-stable

Revision 5899 - Directory Listing - [select for diffs]
Modified Tue Jun 11 11:46:54 2013 UTC (10 years, 11 months ago) by laffer1
Diff to previous 5881 , to selected 3
fix config define

Revision 5881 - Directory Listing - [select for diffs]
Modified Sat May 4 20:29:12 2013 UTC (11 years ago) by laffer1
Diff to previous 5825 , to selected 3
file is in TCSHDIR rather than .CURDIR This breaks world builds

Revision 5825 - Directory Listing - [select for diffs]
Modified Wed Mar 6 00:56:18 2013 UTC (11 years, 2 months ago) by laffer1
Diff to previous 5795 , to selected 3
441

Revision 5795 - Directory Listing - [select for diffs]
Modified Sat Feb 16 00:21:23 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5789 , to selected 3
vR42b

Revision 5789 - Directory Listing - [select for diffs]
Modified Mon Feb 11 23:13:40 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5782 , to selected 3
R42

Revision 5782 - Directory Listing - [select for diffs]
Modified Fri Feb 8 02:34:02 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5781 , to selected 3
drop cpio.1

Revision 5781 - Directory Listing - [select for diffs]
Modified Fri Feb 8 02:33:34 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5780 , to selected 3
drop tar.1

Revision 5780 - Directory Listing - [select for diffs]
Modified Fri Feb 8 02:32:17 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5779 , to selected 3
add -d format

Revision 5779 - Directory Listing - [select for diffs]
Modified Fri Feb 8 02:27:50 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5778 , to selected 3
sync up

Revision 5778 - Directory Listing - [select for diffs]
Modified Fri Feb 8 01:53:08 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5777 , to selected 3
turn mksh default on (again)

Revision 5777 - Directory Listing - [select for diffs]
Modified Wed Feb 6 01:46:54 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5775 , to selected 3
merge bug fixes

Revision 5775 - Directory Listing - [select for diffs]
Modified Sun Feb 3 21:47:51 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5774 , to selected 3
tag

Revision 5774 - Directory Listing - [select for diffs]
Modified Sun Feb 3 21:47:32 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5773 , to selected 3
sync up

Revision 5773 - Directory Listing - [select for diffs]
Modified Sun Feb 3 21:47:16 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5765 , to selected 3
drop doc from here

Revision 5765 - Directory Listing - [select for diffs]
Modified Fri Feb 1 03:13:13 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5742 , to selected 3
turn off libiconv for now.  it does not work for src upgrades

Revision 5742 - Directory Listing - [select for diffs]
Modified Wed Jan 30 01:20:22 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5735 , to selected 3
sync the shell with freebsd 9.1

Revision 5735 - Directory Listing - [select for diffs]
Modified Sat Jan 26 22:08:47 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5728 , to selected 3
fix depend target on make which is screwing up buildworld

Revision 5728 - Directory Listing - [select for diffs]
Modified Sat Jan 26 00:51:07 2013 UTC (11 years, 3 months ago) by laffer1
Diff to previous 5383 , to selected 3
Fix build of mksh.

Revision 5383 - Directory Listing - [select for diffs]
Modified Tue Nov 27 01:44:46 2012 UTC (11 years, 5 months ago) by laffer1
Diff to previous 5328 , to selected 3
remove unused drivers.

sync several features with freebsd 9 stable

Revision 5328 - Directory Listing - [select for diffs]
Modified Thu Nov 1 14:47:07 2012 UTC (11 years, 6 months ago) by laffer1
Diff to previous 5183 , to selected 3
sync with freebsd 9 and tag

Revision 5183 - Directory Listing - [select for diffs]
Modified Sat Sep 1 22:48:43 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5165 , to selected 3
Merge changes.

Revision 5165 - Directory Listing - [select for diffs]
Modified Sun Aug 26 13:28:35 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5164 , to selected 3
sync with upstream

Revision 5164 - Directory Listing - [select for diffs]
Modified Sun Aug 26 13:25:20 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5163 , to selected 3
support NFVv4 ACLs

Revision 5163 - Directory Listing - [select for diffs]
Modified Sun Aug 26 13:20:51 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5162 , to selected 3
bring up to warns 2

Revision 5162 - Directory Listing - [select for diffs]
Modified Sun Aug 26 13:20:15 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5161 , to selected 3
When a file has multiple links to it, don't delete it and print a warning.  -f will override this and delete the file anyway with no warning.

Revision 5161 - Directory Listing - [select for diffs]
Modified Sun Aug 26 13:17:55 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5160 , to selected 3
introduce -q flag in realpath(1)

Revision 5160 - Directory Listing - [select for diffs]
Modified Sun Aug 26 13:15:50 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5158 , to selected 3
introduce several new options

Revision 5158 - Directory Listing - [select for diffs]
Modified Sun Aug 26 00:07:24 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5157 , to selected 3
add a & q flags.  Handle ttys better

Revision 5157 - Directory Listing - [select for diffs]
Modified Sun Aug 26 00:04:52 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5156 , to selected 3
allow mv to preserve posix ACLs

Revision 5156 - Directory Listing - [select for diffs]
Modified Sun Aug 26 00:00:31 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5155 , to selected 3
Add LP flags and document new system calls

Revision 5155 - Directory Listing - [select for diffs]
Modified Sat Aug 25 23:57:38 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5144 , to selected 3
document linux compatibility behavior for hostname & -f switch

Revision 5144 - Directory Listing - [select for diffs]
Modified Sat Aug 25 20:59:34 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5143 , to selected 3
add support for NFSv4

Revision 5143 - Directory Listing - [select for diffs]
Modified Sat Aug 25 20:17:30 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5142 , to selected 3
get rid of warns 0 hack.  we fixed the root problem a few months ago.

Revision 5142 - Directory Listing - [select for diffs]
Modified Sat Aug 25 20:17:04 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5141 , to selected 3
fix some spelling errors.

Revision 5141 - Directory Listing - [select for diffs]
Modified Sat Aug 25 20:15:25 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5140 , to selected 3
bring in several bug fixes from FreeBSD 9-stable

Revision 5140 - Directory Listing - [select for diffs]
Modified Sat Aug 25 19:58:57 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5139 , to selected 3
POSIX fixes.

Revision 5139 - Directory Listing - [select for diffs]
Modified Sat Aug 25 19:57:23 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5138 , to selected 3
nfs4 fixes, x flag

Revision 5138 - Directory Listing - [select for diffs]
Modified Sat Aug 25 19:57:10 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5137 , to selected 3
nfs4 fixes

Revision 5137 - Directory Listing - [select for diffs]
Modified Sat Aug 25 19:56:52 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5136 , to selected 3
document cdrom usage

Revision 5136 - Directory Listing - [select for diffs]
Modified Sat Aug 25 19:46:56 2012 UTC (11 years, 8 months ago) by laffer1
Diff to previous 5067 , to selected 3
Add pwait(1), a utility to wait before running a process.

This is similar to the utility from Solaris 8+.  Great for things like rc.subr's wait for pids or interactive use.

Also clarify size contraints with uuidgen(1).

Obtained from: FreeBSD

Revision 5067 - Directory Listing - [select for diffs]
Modified Fri Jul 20 03:02:12 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 5066 , to selected 3
freshen man page

Revision 5066 - Directory Listing - [select for diffs]
Modified Fri Jul 20 03:00:00 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 5065 , to selected 3
add N and v flags

Revision 5065 - Directory Listing - [select for diffs]
Modified Fri Jul 20 02:58:16 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 5034 , to selected 3
change return values and allow for builtin support

Revision 5034 - Directory Listing - [select for diffs]
Modified Sun Jul 8 19:52:40 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 5027 , to selected 3
link against iconv

Revision 5027 - Directory Listing - [select for diffs]
Modified Sun Jul 8 16:02:29 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 5026 , to selected 3
For now, don't get too clever with iconv.h.  The build was broken in some instances

Revision 5026 - Directory Listing - [select for diffs]
Modified Sun Jul 8 15:53:49 2012 UTC (11 years, 10 months ago) by laffer1
Diff to previous 4886 , to selected 3
fix some problems with tcsh seg faulting after import of iconv

Revision 4886 - Directory Listing - [select for diffs]
Modified Fri May 11 22:35:41 2012 UTC (12 years ago) by laffer1
Diff to previous 4879 , to selected 3
silence warnings

Revision 4879 - Directory Listing - [select for diffs]
Modified Thu Apr 12 23:23:29 2012 UTC (12 years, 1 month ago) by laffer1
Diff to previous 4874 , to selected 3
Turn off warns for now

Revision 4874 - Directory Listing - [select for diffs]
Modified Thu Apr 12 12:18:51 2012 UTC (12 years, 1 month ago) by laffer1
Diff to previous 4813 , to selected 3
Moderize the code and document it's conformance (or lack thereof) with POSIX.

Obtained from: FreeBSD 10-CURRENT

Revision 4813 - Directory Listing - [select for diffs]
Modified Sat Apr 7 23:00:52 2012 UTC (12 years, 1 month ago) by laffer1
Diff to previous 4812 , to selected 3
version

Revision 4812 - Directory Listing - [select for diffs]
Modified Sat Apr 7 15:41:07 2012 UTC (12 years, 1 month ago) by laffer1
Diff to previous 4683 , to selected 3
clean up for R40f

Revision 4683 - Directory Listing - [select for diffs]
Modified Fri Mar 9 04:54:42 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4682 , to selected 3
take into account hflag

Revision 4682 - Directory Listing - [select for diffs]
Modified Fri Mar 9 04:52:24 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4681 , to selected 3
fix prototypes for const

Revision 4681 - Directory Listing - [select for diffs]
Modified Fri Mar 9 04:50:31 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4680 , to selected 3
const

Revision 4680 - Directory Listing - [select for diffs]
Modified Fri Mar 9 04:32:54 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4679 , to selected 3
update man page for current arguments

Revision 4679 - Directory Listing - [select for diffs]
Modified Fri Mar 9 04:29:38 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4678 , to selected 3
const some stuff and fix some comments

Revision 4678 - Directory Listing - [select for diffs]
Modified Fri Mar 9 04:26:14 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4677 , to selected 3
const some things

Revision 4677 - Directory Listing - [select for diffs]
Modified Fri Mar 9 04:18:38 2012 UTC (12 years, 2 months ago) by laffer1
Diff to previous 4437 , to selected 3
sync with freebsd 9

Revision 4437 - Directory Listing - [select for diffs]
Modified Tue Dec 13 03:11:20 2011 UTC (12 years, 5 months ago) by laffer1
Diff to previous 4401 , to selected 3
disable depricated per tg's suggestion

Revision 4401 - Directory Listing - [select for diffs]
Modified Fri Dec 2 13:02:55 2011 UTC (12 years, 5 months ago) by laffer1
Diff to previous 4400 , to selected 3
let's not make this so old school

Revision 4400 - Directory Listing - [select for diffs]
Modified Fri Dec 2 13:00:22 2011 UTC (12 years, 5 months ago) by laffer1
Diff to previous 4399 , to selected 3
modernize

Revision 4399 - Directory Listing - [select for diffs]
Modified Fri Dec 2 12:57:12 2011 UTC (12 years, 5 months ago) by laffer1
Diff to previous 4398 , to selected 3
cleanup man page

Revision 4398 - Directory Listing - [select for diffs]
Modified Fri Dec 2 12:55:30 2011 UTC (12 years, 5 months ago) by laffer1
Diff to previous 3978 , to selected 3
cleanup the return values for mkdir and some formatting issues with the man page

Revision 3978 - Directory Listing - [select for diffs]
Modified Tue Jun 14 02:07:50 2011 UTC (12 years, 11 months ago) by laffer1
Diff to previous 3971 , to selected 3
get rid of irrelevant assignments as seen with llvm static analyzer

Revision 3971 - Directory Listing - [select for diffs]
Modified Sun Jun 12 19:54:38 2011 UTC (12 years, 11 months ago) by laffer1
Diff to previous 3777 , to selected 3
Update for MKSH R40

Revision 3777 - Directory Listing - [select for diffs]
Modified Wed Feb 16 14:28:33 2011 UTC (13 years, 3 months ago) by laffer1
Diff to previous 3545 , to selected 3
Fix populating KInfo[nentries] which overflows the array.

Inspired by a fix from dragonfly, but a new patch.

Revision 3545 - Directory Listing - [select for diffs]
Modified Fri Oct 22 17:55:40 2010 UTC (13 years, 7 months ago) by laffer1
Diff to previous 3390 , to selected 3
test is closer than you think!  DEBUG_FLAGS is the right way to do this.

Revision 3390 - Directory Listing - [select for diffs]
Modified Sat Mar 27 21:46:55 2010 UTC (14 years, 1 month ago) by laffer1
Diff to previous 3336 , to selected 3
add option to show the file system type, -T

Revision 3336 - Directory Listing - [select for diffs]
Modified Wed Mar 10 04:45:41 2010 UTC (14 years, 2 months ago) by laffer1
Diff to previous 3255 , to selected 3
update for R39b

Revision 3255 - Directory Listing - [select for diffs]
Modified Sat Jan 16 17:38:41 2010 UTC (14 years, 4 months ago) by laffer1
Diff to previous 3202 , to selected 3
synchronize with FreeBSD 8-Stable.  We really need to get mksh as default shell in all cases.  I hate maintaining this many shells.

Revision 3202 - Directory Listing - [select for diffs]
Modified Sat Dec 5 15:10:28 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 3162 , to selected 3
tg told me about this the other day and i know i'll forget

Revision 3162 - Directory Listing - [select for diffs]
Modified Wed Nov 25 03:35:10 2009 UTC (14 years, 5 months ago) by laffer1
Diff to previous 2904 , to selected 3
update to 1.15.. sync with dragonfly current

Revision 2904 - Directory Listing - [select for diffs]
Modified Wed May 20 19:51:11 2009 UTC (15 years ago) by laffer1
Diff to previous 2891 , to selected 3
we have getrusage

Revision 2891 - Directory Listing - [select for diffs]
Modified Sat May 16 21:59:57 2009 UTC (15 years ago) by laffer1
Diff to previous 2748 , to selected 3
add flags for midnightbsd compatibility

Revision 2748 - Directory Listing - [select for diffs]
Modified Mon Apr 6 00:00:28 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2740 , to selected 3
disconnect this until i figure out why it breaks on old installs

Revision 2740 - Directory Listing - [select for diffs]
Modified Sun Apr 5 22:47:44 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2733 , to selected 3
*** empty log message ***

Revision 2733 - Directory Listing - [select for diffs]
Modified Fri Apr 3 05:30:12 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2732 , to selected 3
conditionalize bin/mksh install depending on MK_ASH

Revision 2732 - Directory Listing - [select for diffs]
Modified Fri Apr 3 05:29:51 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2722 , to selected 3
install mksh as /bin/sh depending on MK_ASH

Revision 2722 - Directory Listing - [select for diffs]
Modified Mon Mar 30 15:33:04 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2705 , to selected 3
Temporarily back out the mksh change.  This kills buildworld too.  We need to evaluate the sitatuation before proceeding.

Revision 2705 - Directory Listing - [select for diffs]
Modified Sun Mar 29 15:14:48 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2699 , to selected 3
forgot the man page for sh(1)

Revision 2699 - Directory Listing - [select for diffs]
Modified Sun Mar 29 03:02:56 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2691 , to selected 3
alloc.c -> lalloc.c

Revision 2691 - Directory Listing - [select for diffs]
Modified Sun Mar 29 02:30:59 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2680 , to selected 3
Switch to mksh as default.

Revision 2680 - Directory Listing - [select for diffs]
Modified Fri Mar 27 22:10:43 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2679 , to selected 3
the bindir is default here

Revision 2679 - Directory Listing - [select for diffs]
Modified Fri Mar 27 22:10:02 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2678 , to selected 3
why set the directory when we are here

Revision 2678 - Directory Listing - [select for diffs]
Modified Fri Mar 27 22:07:52 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2677 , to selected 3
uuidgen is now in bin

Revision 2677 - Directory Listing - [select for diffs]
Modified Fri Mar 27 22:07:24 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2674 , to selected 3
add uuidgen (from /usr/bin to here)

Revision 2674 - Directory Listing - [select for diffs]
Modified Fri Mar 27 22:04:42 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2668 , to selected 3
better yet lets move it where it default installs to

Revision 2668 - Directory Listing - [select for diffs]
Modified Fri Mar 27 20:25:13 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2663 , to selected 3
stop using pax as our cpio.  This might fix some of the sparc64 installer problems.

Revision 2663 - Directory Listing - [select for diffs]
Modified Fri Mar 27 01:53:38 2009 UTC (15 years, 1 month ago) by laffer1
Diff to previous 2024 , to selected 3
don't make the shell static

Revision 2024 - Directory Listing - [select for diffs]
Modified Tue Nov 11 22:40:37 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 2023 , to selected 3
bsd.own.mk time

Revision 2023 - Directory Listing - [select for diffs]
Modified Tue Nov 11 22:38:38 2008 UTC (15 years, 6 months ago) by laffer1
Diff to previous 1751 , to selected 3
New world order

Revision 1751 - Directory Listing - [select for diffs]
Modified Sun Aug 17 03:26:36 2008 UTC (15 years, 9 months ago) by laffer1
Diff to previous 1750 , to selected 3
Add mined.

Revision 1750 - Directory Listing - [select for diffs]
Modified Sun Aug 17 03:13:54 2008 UTC (15 years, 9 months ago) by laffer1
Diff to previous 1749 , to selected 3
Add Matt Dillon's notty program.

Revision 1749 - Directory Listing - [select for diffs]
Modified Sun Aug 17 03:04:22 2008 UTC (15 years, 9 months ago) by laffer1
Diff to previous 1702 , to selected 3
Bring in changes from DragonFly to MidnightBSD version of cpdup.

Update to 1.11 (previous version 1.09).

This includes some improvements to the multithreaded code as well as fixes for the protocol.  As older versions are not compatible, it's important to run the same versions.  This should work with DragonFly 2.0's cpdup.

Revision 1702 - Directory Listing - [select for diffs]
Modified Mon Jun 30 03:20:01 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1701 , to selected 3
use owner name and group name instead of uid and gid.

Allow suppresion of the header with -q

Revision 1701 - Directory Listing - [select for diffs]
Modified Mon Jun 30 03:07:46 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1700 , to selected 3
Fix comments.

Revision 1700 - Directory Listing - [select for diffs]
Modified Mon Jun 30 03:06:22 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1699 , to selected 3
Stop building with encryption for RELEASE_CRUNCH (rescue media) and keep WARNS 2 in the process.

Revision 1699 - Directory Listing - [select for diffs]
Modified Mon Jun 30 03:04:11 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1698 , to selected 3
while(0); -> while (0) in multiline macro.

Revision 1698 - Directory Listing - [select for diffs]
Modified Mon Jun 30 03:02:14 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1697 , to selected 3
Use standard section name.

Revision 1697 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:55:21 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1696 , to selected 3
Tweak man page

Revision 1696 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:52:37 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1695 , to selected 3
Remove maintainer we don't want

Revision 1695 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:45:42 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1694 , to selected 3
Add extensions to the standard to the man page.

Don't reset DST computed by strptime()

Obtained from: FreeBSD

Revision 1694 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:39:27 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1693 , to selected 3
Correct a bug where the system malloc isn't used and a local one is instead.

Revision 1693 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:36:17 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1692 , to selected 3
Add cpdup to man page.

Revision 1692 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:34:58 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1691 , to selected 3
Aye.  I had l flag in there twice.

Revision 1691 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:32:07 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1690 , to selected 3
Fix compatibility section.

Revision 1690 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:20:49 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1689 , to selected 3
Oops.  Fix the order of options.

Revision 1689 - Directory Listing - [select for diffs]
Modified Mon Jun 30 02:20:01 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1688 , to selected 3
Syncronize some changes with FreeBSD.

Make -a map to -RpP

prevent statistics from overflowing, avoid division by zero, etc.

hold copied counter in off_t

Update man page with some of these changes.

Report any bugs to me with this change.

Revision 1688 - Directory Listing - [select for diffs]
Modified Mon Jun 30 01:34:02 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1687 , to selected 3
oops forgot this

Revision 1687 - Directory Listing - [select for diffs]
Modified Mon Jun 30 01:30:53 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1686 , to selected 3
Mention umask(2) when first referring to it.

Revision 1686 - Directory Listing - [select for diffs]
Modified Mon Jun 30 01:16:47 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1685 , to selected 3
Make chflags(1) more chmod(1) like.

Add -v to print file names as they are processed and -vv to print flag names as well.

Add -f to ignore failures.

Obtained from FreeBSD CURRENT.  Submitted to them by Ighighi at gmail.com

Revision 1685 - Directory Listing - [select for diffs]
Modified Mon Jun 30 00:49:38 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1684 , to selected 3
Fix bugs with arithmatic expansion $((...)) was truncated to type int.
Change the type for arithmatic expansion to intmax_t on all architectures.  SUSv3 requires type long, but allows for larger values.

This improves compability with other shells such as bash, zsh and NetBSD's sh.

Expand $LINENO to the current line number.  (SUSv3)
This fixes stupid autotools scripts.  (i'm looking at you graphviz)

Merged from FreeBSD CURRENT.

Revision 1684 - Directory Listing - [select for diffs]
Modified Mon Jun 30 00:40:10 2008 UTC (15 years, 10 months ago) by laffer1
Diff to previous 1656 , to selected 3
Merge changes from FreeBSD and NetBSD.

Support for command -v and -V
Fixes for erre option
A fix for a crash caused by SIGINT
POSIX compliant set +o output
A fix for unalias' exit code.
Man page updates.

Code cleanup, WANRS 3

Revision 1656 - Directory Listing - [select for diffs]
Modified Sat Jun 14 21:14:37 2008 UTC (15 years, 11 months ago) by laffer1
Diff to previous 1472 , to selected 3
Identify as MidnightBSD in the enviornment.

Revision 1472 - Directory Listing - [select for diffs]
Modified Thu Apr 17 23:13:56 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1461 , to selected 3
FIx for r33d

Revision 1461 - Directory Listing - [select for diffs]
Modified Thu Apr 10 23:45:52 2008 UTC (16 years, 1 month ago) by laffer1
Diff to previous 1400 , to selected 3
Sync with DragonFly.

Matt added several features to cpdup including parallel transaction support for remote source or targets.

By default, this now compiles with pthreads support.

-l was added to force stdout and stderr to be line-buffered.

Also, we had to modify the casts for pointer types.  It is nice to have amd64 build things since pointers aren't ints :)

Revision 1400 - Directory Listing - [select for diffs]
Modified Mon Mar 3 22:20:56 2008 UTC (16 years, 2 months ago) by laffer1
Diff to previous 1198 , to selected 3
Remove CONFIG_H options, add -DHAVE_MKNOD=1 per Mir's suggestion

Revision 1198 - Directory Listing - [select for diffs]
Modified Sat Aug 18 05:44:20 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1197 , to selected 3
Connect mksh to build.

Revision 1197 - Directory Listing - [select for diffs]
Modified Sat Aug 18 05:43:52 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1193 , to selected 3
Remove OpenBSD ksh

Revision 1193 - Directory Listing - [select for diffs]
Modified Sat Aug 18 05:19:27 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1188 , to selected 3
Add mksh R30 Makefile.

Revision 1188 - Directory Listing - [select for diffs]
Modified Sun Aug 12 07:53:21 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1108 , to selected 3
Our pax and cpio implementations do not support GNU style long options.  This is causing me hell in the transition off GNU cpio.  This adds some of the GNU longopts for cpio.

From NetBSD.

Revision 1108 - Directory Listing - [select for diffs]
Modified Thu Jul 26 20:17:41 2007 UTC (16 years, 9 months ago) by laffer1
Diff to previous 1091 , to selected 3
$MidnightBSD$

Revision 1091 - Directory Listing - [select for diffs]
Modified Wed Jul 25 06:47:43 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1090 , to selected 3
use usage function

Revision 1090 - Directory Listing - [select for diffs]
Modified Wed Jul 25 06:38:46 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1086 , to selected 3
clean up usage
remove a lint warning by adding not reached

Revision 1086 - Directory Listing - [select for diffs]
Modified Mon Jul 23 22:50:45 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1085 , to selected 3
fix more typos

Revision 1085 - Directory Listing - [select for diffs]
Modified Mon Jul 23 22:48:19 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1084 , to selected 3
fix comment typo

Revision 1084 - Directory Listing - [select for diffs]
Modified Mon Jul 23 22:45:27 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1082 , to selected 3
security fix, strcpy to strlcpy

Revision 1082 - Directory Listing - [select for diffs]
Modified Mon Jul 23 16:14:40 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1081 , to selected 3
kflag was defined twice.

Revision 1081 - Directory Listing - [select for diffs]
Modified Mon Jul 23 13:03:56 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1080 , to selected 3
add -f flag to usage

Revision 1080 - Directory Listing - [select for diffs]
Modified Mon Jul 23 13:02:06 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1079 , to selected 3
add support for linux scripts by adding "-f" flag to hostname

Revision 1079 - Directory Listing - [select for diffs]
Modified Mon Jul 23 12:49:56 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1078 , to selected 3
make putenv() calls conform to -W compile flag

Revision 1078 - Directory Listing - [select for diffs]
Modified Mon Jul 23 12:42:30 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1077 , to selected 3
should be long, not u_long

Revision 1077 - Directory Listing - [select for diffs]
Modified Mon Jul 23 12:39:39 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1076 , to selected 3
-l and -t are mutually exclusive

Revision 1076 - Directory Listing - [select for diffs]
Modified Mon Jul 23 12:34:12 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1075 , to selected 3
fix blocksize

Revision 1075 - Directory Listing - [select for diffs]
Modified Mon Jul 23 12:27:22 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1074 , to selected 3
two security fixes, use strlcpy instead of strncpy

Revision 1074 - Directory Listing - [select for diffs]
Modified Mon Jul 23 12:22:02 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1073 , to selected 3
security fix, use strlcpy instead of strncpy

Revision 1073 - Directory Listing - [select for diffs]
Modified Mon Jul 23 12:12:50 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 1068 , to selected 3
close on error

Revision 1068 - Directory Listing - [select for diffs]
Modified Sun Jul 22 09:45:20 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1067 , to selected 3
$MidnightBSD$

Revision 1067 - Directory Listing - [select for diffs]
Modified Sun Jul 22 09:42:26 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1057 , to selected 3
Start using old BSD cpio.

Revision 1057 - Directory Listing - [select for diffs]
Modified Thu Jul 19 09:36:39 2007 UTC (16 years, 10 months ago) by laffer1
Diff to previous 1021 , to selected 3
Add Matt Dillon's cpdup from DragonFly

Revision 1021 - Directory Listing - [select for diffs]
Modified Sat Jul 14 15:51:00 2007 UTC (16 years, 10 months ago) by alex
Diff to previous 950 , to selected 3
change incorrect filename on fstat() failure

Revision 950 - Directory Listing - [select for diffs]
Modified Tue Apr 10 21:30:11 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 949 , to selected 3
$MidnightBSD$

Revision 949 - Directory Listing - [select for diffs]
Modified Tue Apr 10 21:17:35 2007 UTC (17 years, 1 month ago) by laffer1
Diff to previous 883 , to selected 3
Update build for tcsh-6.15.00

Revision 883 - Directory Listing - [select for diffs]
Modified Fri Mar 30 01:48:15 2007 UTC (17 years, 1 month ago) by archite
Diff to previous 878 , to selected 3
To avoid any confusion, the default PS1 for a user user with UID != 0
has been changed back to "$ ". Please update either ~/.profile or
~/.kshrc if you prefer to use the previous "> " PS1. While consistancy
is important, we have decided that we do not want to confuse anyone
who might mistake the previous PS1 for that of {t}csh's default prompt.

Revision 878 - Directory Listing - [select for diffs]
Modified Thu Mar 29 20:02:18 2007 UTC (17 years, 1 month ago) by archite
Diff to previous 439 , to selected 3
Update to main.c to make ksh more csh like for consistancy.

Revision 439 - Directory Listing - [select for diffs]
Modified Sun Dec 31 09:09:40 2006 UTC (17 years, 4 months ago) by laffer1
Diff to previous 336 , to selected 3
Enable the NLS catalog of csh(1).  Since this requires libiconv which is not part of base, I've imported the stub from FreeBSD.

Revision 336 - Directory Listing - [select for diffs]
Modified Thu Nov 30 04:09:58 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 335 , to selected 3
Minor cleanup

Revision 335 - Directory Listing - [select for diffs]
Modified Thu Nov 30 03:58:23 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 334 , to selected 3
Fix setmode error handling.

Revision 334 - Directory Listing - [select for diffs]
Modified Thu Nov 30 03:54:25 2006 UTC (17 years, 5 months ago) by laffer1
Diff to previous 319 , to selected 3
Minor cleanups to sync.  $MidnightBSD$

Cleaned up source so that it would be more portable and inline with NetBSD.

Revision 319 - Directory Listing - [select for diffs]
Modified Mon Oct 30 16:55:24 2006 UTC (17 years, 6 months ago) by laffer1
Diff to previous 276 , to selected 3
Be reasonable when overwrite mode is enabled and there are hard links.  Overwriting when links > 1 will cause data loss.

Obtained from FreeBSD, OpenBSD.

Revision 276 - Directory Listing - [select for diffs]
Modified Wed Oct 18 15:52:35 2006 UTC (17 years, 7 months ago) by laffer1
Diff to previous 275 , to selected 3
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, 7 months ago) by laffer1
Diff to previous 233 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
update manpage

Revision 188 - Directory Listing - [select for diffs]
Modified Sat Sep 23 02:56:53 2006 UTC (17 years, 8 months ago) by laffer1
Diff to previous 167 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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, 9 months ago) by archite
Diff to previous 92 , to selected 3
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, 9 months ago) by adam
Diff to previous 65 , to selected 3
*** empty log message ***

Revision 65 - Directory Listing - [select for diffs]
Modified Fri Aug 18 23:13:16 2006 UTC (17 years, 9 months ago) by adam
Diff to previous 64 , to selected 3
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, 9 months ago) by laffer1
Diff to previous 61 , to selected 3
Corrected compiler bug

Revision 61 - Directory Listing - [select for diffs]
Modified Thu Aug 17 13:00:11 2006 UTC (17 years, 9 months ago) by laffer1
Diff to previous 59 , to selected 3
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, 9 months ago) by laffer1
Diff to previous 46 , to selected 3
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 , to selected 3
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 , to selected 3
Added cvs tags.

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

Revision 35 - Directory Listing - [select for diffs]
Modified Wed Jul 19 13:43:39 2006 UTC (17 years, 10 months ago) by laffer1
Diff to previous 33 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
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 , to selected 3
Modifying cvs tags and converting freebsd specific code.

Revision 28 - Directory Listing - [select for diffs]
Modified Mon May 22 06:14:15 2006 UTC (18 years ago) by laffer1
Diff to previous 10 , to selected 3
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 , to selected 3
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 - [selected]
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