The NetBSD Project

CVS log for src/bin/ls/ls.1

[BACK] Up to [cvs.NetBSD.org] / src / bin / ls

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.83: download - view: text, markup, annotated - select for diffs
Wed Nov 6 16:43:11 2024 UTC (2 months, 1 week ago) by jschauma
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +6 -6 lines
Correct details around when '-s' prints 'total': this is controlled by
whether we are using multi-column output (-C, -x) or single column output
(-1, -m) with the rationale being that multi-column output is intended
for human consumption.

Based on input from kre@

Revision 1.82: download - view: text, markup, annotated - select for diffs
Tue Nov 5 04:04:19 2024 UTC (2 months, 1 week ago) by jschauma
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +5 -3 lines
Note that when '-s' is combined with '-1', the 'total' is _not_ printed.

Revision 1.81: download - view: text, markup, annotated - select for diffs
Sat May 16 18:31:45 2020 UTC (4 years, 8 months ago) by christos
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +15 -1 lines
Add ACL support for FFS. From FreeBSD.

Revision 1.80.6.2: download - view: text, markup, annotated - select for diffs
Tue Apr 21 19:37:33 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.80.6.1: preferred, colored; branchpoint 1.80: preferred, colored; next MAIN 1.81: preferred, colored
Changes since revision 1.80.6.1: +0 -0 lines
Ooops, restore accidently removed files from merge mishap

Revision 1.80.6.1
Tue Apr 21 18:41:05 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.80: +1 -1 lines
Sync with HEAD

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Jul 3 21:33:23 2017 UTC (7 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: phil-wifi-base, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp
Branch point for: phil-wifi
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
Remove workaround for ancient HTML generation code.

Revision 1.79: download - view: text, markup, annotated - select for diffs
Wed Aug 10 17:45:12 2016 UTC (8 years, 5 months ago) by sevan
Branches: MAIN
CVS tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +3 -3 lines
ls was there from v1.
Confirmed from the TUHS & cat-v.org hosted copies of man pages

Revision 1.78: download - view: text, markup, annotated - select for diffs
Sat Oct 18 01:49:01 2014 UTC (10 years, 3 months ago) by jschauma
Branches: MAIN
CVS tags: pgoyette-localcount-base, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -4 lines
Remove the confusing reference to 'file sizes' in the short description of
the '-l' flag.  As explained in the Long Format section, the total is of
the blocks used by the files, and only applies to directories.

Revision 1.69.10.3: download - view: text, markup, annotated - select for diffs
Tue Aug 19 23:45:11 2014 UTC (10 years, 4 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.69.10.2: preferred, colored; branchpoint 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.10.2: +13 -3 lines
Rebase to HEAD as of a few days ago.

Revision 1.69.4.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:26:23 2014 UTC (10 years, 7 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.69.4.2: preferred, colored; branchpoint 1.69: preferred, colored; next MAIN 1.70: preferred, colored
Changes since revision 1.69.4.2: +13 -3 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Apr 2 19:54:30 2014 UTC (10 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +2 -2 lines
Wording improvement for previous.
From jmc@OpenBSD via Igor Sobrado.

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Apr 2 10:55:47 2014 UTC (10 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +4 -2 lines
Apply diff from Igor Sobrado <isd@orion.ciencias.uniovi.es>:

We have written a diff to our ls(1) to recover the traditional behaviour
of -f implying -a.  This change does not only accommodates POSIX.1
but also matches traditional UNIX.

OpenBSD commit message:

CVSROOT:        /cvs
Module name:    src
Changes by:     sobrado@cvs.openbsd.org 2014/03/31 14:54:37

Modified files:
        bin/ls         : ls.1 ls.c

Log message:
restore the traditional behavior of -f implying -a; apparently Keith Bostic
forgot to restore it when the -f flag was put back on 2nd of September 1989,
after being removed on 16th of August as a consequence of issues getting it
working over NFS, so deviation from traditional UNIX behavior in all BSDs
looks like an historical accident; as a side effect, this change accommodates
behavior of this option to IEEE Std 1003.1-2008 (``POSIX.1'').

joint work with jmc@ (who found the inaccuracy in our implementation),
schwarze@ (who provided a detailed tracking of historical facts) and millert@

ok millert@, schwarze@

Revision 1.75: download - view: text, markup, annotated - select for diffs
Fri Feb 21 02:42:41 2014 UTC (10 years, 10 months ago) by christos
Branches: MAIN
CVS tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +4 -2 lines
Add -X (don't cross mount points when recursing) from tls@

Revision 1.74: download - view: text, markup, annotated - select for diffs
Thu Feb 20 19:10:25 2014 UTC (10 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +4 -2 lines
Use .Nm for 'ls'.

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Feb 20 18:56:36 2014 UTC (10 years, 10 months ago) by christos
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +7 -3 lines
Add -O (only leaf files) and -P (print full path), from tls@

Revision 1.69.10.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:23:51 2013 UTC (11 years, 10 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.69.10.1: preferred, colored; branchpoint 1.69: preferred, colored
Changes since revision 1.69.10.1: +48 -53 lines
resync with head

Revision 1.69.4.2: download - view: text, markup, annotated - select for diffs
Wed Jan 16 05:25:52 2013 UTC (12 years ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.69.4.1: preferred, colored; branchpoint 1.69: preferred, colored
Changes since revision 1.69.4.1: +48 -53 lines
sync with (a bit old) head

Revision 1.72: download - view: text, markup, annotated - select for diffs
Tue Nov 20 12:37:29 2012 UTC (12 years, 1 month ago) by abs
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +48 -53 lines
PR/47167
ls.1:
- Sort options in `SYNOPSIS', the option list, and texts within
  the man page;
- improve wording;
- improve macro usage;
- use more consistency regarding (locations for) information about
  which options override which;
- cross-reference `-d' and `-R';
- simplify description of `-k', removing redundant and unneeded
  information;
- sort entry type list (but leave `-a' and `-A' as they are, given
  their meaning);
- correct / augment description of `BLOCKSIZE' environment variable
  in `ENVIRONMENT' section;
- bump date.

ls.c:
- Sort options in `usage';
- augment comment about when to figure out block size.

Revision 1.69.10.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 02:57:28 2012 UTC (12 years, 1 month ago) by tls
Branches: tls-maxphys
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +7 -4 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.69.4.1: download - view: text, markup, annotated - select for diffs
Tue Oct 30 18:46:06 2012 UTC (12 years, 2 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +7 -4 lines
sync with head

Revision 1.71: download - view: text, markup, annotated - select for diffs
Sun Oct 21 08:18:27 2012 UTC (12 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: yamt-pagecache-base6
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +4 -2 lines
Use more markup.

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Oct 21 01:39:05 2012 UTC (12 years, 2 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +5 -4 lines
clarify that BLOCKSIZE also influences the total in long output

Revision 1.69: download - view: text, markup, annotated - select for diffs
Sat Apr 2 08:38:56 2011 UTC (13 years, 9 months ago) by mbalmer
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, cherry-xenmp-base, cherry-xenmp
Branch point for: yamt-pagecache, tls-maxphys
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +3 -3 lines
Wording fixes from Ryo HAYASAKA, thanks.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Mar 15 08:36:01 2011 UTC (13 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +5 -5 lines
Remove trailing whitespace. Add -M to usage.

Revision 1.67: download - view: text, markup, annotated - select for diffs
Tue Mar 15 03:52:37 2011 UTC (13 years, 10 months ago) by erh
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +19 -3 lines
PR#7540, add a -M option to ls which causes sizes (and number of blocks) to be
displayed with comma separators (or a locale specific separator).

Revision 1.66: download - view: text, markup, annotated - select for diffs
Fri Dec 17 19:20:42 2010 UTC (14 years, 1 month ago) by njoly
Branches: MAIN
CVS tags: matt-mips64-premerge-20101231, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3 lines
Fix cross-reference, dir(5) -> dirent(3).

Revision 1.65: download - view: text, markup, annotated - select for diffs
Fri May 14 17:11:52 2010 UTC (14 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +3 -5 lines
Reorder sections to canonical order. Use .Ex -std

Revision 1.64: download - view: text, markup, annotated - select for diffs
Mon Apr 5 21:19:26 2010 UTC (14 years, 9 months ago) by joerg
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +2 -2 lines
\\ -> \e

Revision 1.63: download - view: text, markup, annotated - select for diffs
Thu Sep 25 23:44:05 2008 UTC (16 years, 3 months ago) by lukem
Branches: MAIN
CVS tags: netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +8 -7 lines
Change '-n' so that it implies '-l' rather than requires '-l'.
Brings ls(1) closer to POSIX.1 2004.
Per discussion with Thomas Klausner and Igor Sobrado.

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Sep 22 23:00:32 2006 UTC (18 years, 3 months ago) by elad
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, matt-armv6-nbase, matt-armv6-base, matt-armv6, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, hpcarm-cleanup, cube-autoconf-base, cube-autoconf
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +6 -2 lines
PR/33635: Anne Bennett: Document 'a' and 'A' flags in ls(1).
strmode(3) already documented these, so use the description from there.

Revision 1.60.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 27 01:27:52 2006 UTC (18 years, 4 months ago) by riz
Branches: abandoned-netbsd-4
Diff to: previous 1.60: preferred, colored; next MAIN 1.61: preferred, colored
Changes since revision 1.60: +7 -2 lines
Pull up following revision(s) (requested by christos in ticket #53):
	bin/df/df.c: revision 1.71
	bin/mv/mv.c: revision 1.36
	bin/ls/ls.1: revision 1.61
	bin/ls/ls.c: revision 1.60
-h and -[mgk] are mutually exclusive. Only use the last specified. [from zafer]
Use one variable instead of 3 flags to hold the scale, so that we don't have
to reset each flag.
from zafer: you can have either -k or -h but not both since it does not make
sense.
- detect buffer overflow.
- if we have a trailing slash, don't add another one.

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Aug 21 19:08:47 2006 UTC (18 years, 4 months ago) by christos
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +7 -2 lines
from zafer: you can have either -k or -h but not both since it does not make
sense.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Apr 8 22:39:39 2006 UTC (18 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +6 -6 lines
Fix date (no leading zero), fix xref: sticky(7) not (8).

Revision 1.59: download - view: text, markup, annotated - select for diffs
Sat Apr 8 22:28:06 2006 UTC (18 years, 9 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +3 -3 lines
Address PR 30374 as suggested in there:

"Modify the man page to match the behaviour of "ls -q",

(done by yamt@ previously)

...
modify both the behaviour and documentation for "ls -b" and "ls -B" to
make spaces readily apparent.  This could be done by adding VIS_WHITE
to the flags passed to strvis(3) in the safe_print() function in
src/bin/ls/util.c."

'ls -b' now yields foo\sbar (whitespace) foo\tbar (tab) foo\rbar (CR).
'ls -B' now yields foo\040bar foo\011bar foo\015bar.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Sat Apr 8 12:04:22 2006 UTC (18 years, 9 months ago) by yamt
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
s/non-graphic/non-printable/ to match with the code.

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Oct 26 02:24:22 2005 UTC (19 years, 2 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -6 lines
Rather than '-h' suppressing '-s' when using '-l', make it display
the blocks used in human readable form, as suggested by Alan Barrett
and Daniel Carosone.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Oct 23 20:52:47 2005 UTC (19 years, 2 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +7 -3 lines
document that -h makes -l suppress -s.
(Ie 'ls -lhs' == 'ls -lh')

Revision 1.55: download - view: text, markup, annotated - select for diffs
Mon Oct 10 20:46:17 2005 UTC (19 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +2 -2 lines
Bump date for previous.

Revision 1.54: download - view: text, markup, annotated - select for diffs
Mon Oct 10 20:30:34 2005 UTC (19 years, 3 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +13 -2 lines
Document that '-g' overrides -1, -C, -m, and -x, but is _always_
overridden by '-l', even if '-g' was specified last.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Aug 13 15:59:28 2005 UTC (19 years, 5 months ago) by elad
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +7 -4 lines
Document -L correctly. PR #30430.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Fri Jun 17 14:40:47 2005 UTC (19 years, 7 months ago) by hira
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +3 -3 lines
Sort options (description).

Revision 1.51: download - view: text, markup, annotated - select for diffs
Wed May 11 09:10:49 2005 UTC (19 years, 8 months ago) by pooka
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +8 -3 lines
Clarify the description for -s to include a pointer to an explanation
on how BLOCKSIZE affects the parameter.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Jan 9 16:33:32 2005 UTC (20 years ago) by jschauma
Branches: MAIN
CVS tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +3 -3 lines
The '-l' option *always* prints a total, not only if output is to a
terminal.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Fri Aug 6 03:17:19 2004 UTC (20 years, 5 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +6 -2 lines
Clarify meaning of '-c' flag by using similar wording as for '-u' flag.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Dec 26 11:19:50 2003 UTC (21 years ago) by wiz
Branches: MAIN
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +10 -3 lines
Crossreference -h and -k. Use Aq instead of \*[Lt]\*[Gt].

Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Dec 26 06:19:19 2003 UTC (21 years ago) by grant
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +10 -3 lines
implement -h(umanize).

from David P. Reese Jr. in PR bin/23870.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Sep 22 06:01:43 2003 UTC (21 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +4 -4 lines
Bump date for previous; comma cleanup.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Sep 22 02:43:19 2003 UTC (21 years, 3 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +20 -3 lines
After last weeks addition of the '-b' flag, add '-B' and '-w' flags,
suggested by uwe@, inspired by FreeBSD.  The three flags override
each other (and the '-q' flag) and behave as follows:

     -B      Force printing of non-printable characters in file names as
	     \xxx, where xxx is the numeric value of the character in octal.

     -b      As -B, but use C escape codes whenever possible.

     -w      Force raw printing of non-printable characters.  This is the
             default when output is not to a terminal.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Sep 14 21:56:25 2003 UTC (21 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Bump date for previous.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sun Sep 14 19:16:06 2003 UTC (21 years, 4 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +4 -2 lines
Implement '-b' option, which, following FreeBSD, Linux and (I think) Solaris
prints octal escapes for nongraphic characters.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Tue Sep 2 08:36:20 2003 UTC (21 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +27 -27 lines
Sort options (AaBb...).

Revision 1.41: download - view: text, markup, annotated - select for diffs
Thu Aug 28 19:44:09 2003 UTC (21 years, 4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -3 lines
From FreeBSD bug report 54294, via Jonathan Gray and then jmc@openbsd:
-l option to ls(1) gives all permissions, not just owner and group.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Thu Aug 7 09:05:14 2003 UTC (21 years, 5 months ago) by agc
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -6 lines
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22249, verified by myself.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed May 7 13:00:24 2003 UTC (21 years, 8 months ago) by grant
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +5 -4 lines
make -g behave as it should according to SUSv3 (long listing without
owner).

ok'd by kleink@.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Feb 25 10:34:39 2003 UTC (21 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
.Nm does not need a dummy argument ("") before punctuation or
for correct formatting of the SYNOPSIS any longer.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Mon Feb 10 16:10:22 2003 UTC (21 years, 11 months ago) by grant
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +34 -14 lines
some mdoc improvements.

ok'd by wiz.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sat Nov 9 12:27:53 2002 UTC (22 years, 2 months ago) by enami
Branches: MAIN
CVS tags: fvdl_fs64_base
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Default .Ar arugment is sufficient.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Sep 25 15:18:40 2002 UTC (22 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +11 -8 lines
New policy: New sentences start on a new line.
Patches by Robert Elz <kre at munnari oz au>, with minimal changes by me.

Revision 1.33.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 24 22:58:09 2002 UTC (22 years, 6 months ago) by lukem
Branches: netbsd-1-6
CVS tags: netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +5 -2 lines
Pull up revision 1.34 (requested by kleink in ticket #360):
Note that -T is to be used with -l; synced with FreeBSD via Michal
Pasternak on current-users.

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jun 24 20:14:35 2002 UTC (22 years, 6 months ago) by kleink
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -2 lines
Note that -T is to be used with -l; synced with FreeBSD via Michal
Pasternak on current-users.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 29 19:47:01 2002 UTC (22 years, 8 months ago) by kleink
Branches: MAIN
CVS tags: netbsd-1-6-base
Branch point for: netbsd-1-6
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2 lines
Add missing -p to synopsis; from Ryan Younce in PR misc/16555.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Fri Feb 8 01:21:57 2002 UTC (22 years, 11 months ago) by ross
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -4 lines
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Sun Feb 3 08:00:05 2002 UTC (22 years, 11 months ago) by fair
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +11 -2 lines
Add explanation of directory sizes, and a reference to dir(5),
per PR 14291.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Dec 20 20:05:25 2001 UTC (23 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Use standard headers.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Dec 20 19:31:50 2001 UTC (23 years, 1 month ago) by wiz
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Whitespace nits.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Jul 8 15:34:14 2001 UTC (23 years, 6 months ago) by simonb
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Xref getbsize(3).

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Sep 4 07:30:11 2000 UTC (24 years, 4 months ago) by kleink
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
For commands and utilities, use EXIT STATUS rather than RETURN VALUES as
appropriate (and documented in mdoc(7)).

Revision 1.25.2.1: download - view: text, markup, annotated - select for diffs
Mon Aug 28 04:25:45 2000 UTC (24 years, 4 months ago) by hubertf
Branches: netbsd-1-5
CVS tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +2 -2 lines
Pull up to netbsd-1-5 branch, OK'd by thorpej:

Log Message:
 > Add 'RETURN VALUE' section header.

Files & Revisionis:
 > cvs rdiff -r1.19 -r1.20 basesrc/bin/cat/cat.1
 > cvs rdiff -r1.12 -r1.13 basesrc/bin/chmod/chmod.1
 > cvs rdiff -r1.14 -r1.15 basesrc/bin/cp/cp.1
 > cvs rdiff -r1.8 -r1.9 basesrc/bin/dd/dd.1
 > cvs rdiff -r1.9 -r1.10 basesrc/bin/echo/echo.1
 > cvs rdiff -r1.11 -r1.12 basesrc/bin/expr/expr.1
 > cvs rdiff -r1.25 -r1.26 basesrc/bin/ls/ls.1
 > cvs rdiff -r1.10 -r1.11 basesrc/bin/mkdir/mkdir.1
 > cvs rdiff -r1.23 -r1.24 basesrc/bin/mt/mt.1
 > cvs rdiff -r1.12 -r1.13 basesrc/bin/mv/mv.1
 > cvs rdiff -r1.16 -r1.17 basesrc/bin/pwd/pwd.1
 > cvs rdiff -r1.9 -r1.10 basesrc/bin/rm/rm.1
 > cvs rdiff -r1.11 -r1.12 basesrc/bin/rmdir/rmdir.1
 > cvs rdiff -r1.35 -r1.36 basesrc/bin/sh/sh.1
 > cvs rdiff -r1.11 -r1.12 basesrc/bin/sleep/sleep.1
 > cvs rdiff -r1.20 -r1.21 basesrc/bin/stty/stty.1

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Aug 28 02:11:05 2000 UTC (24 years, 4 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Add 'RETURN VALUE' section header.

Revision 1.24.2.1: download - view: text, markup, annotated - select for diffs
Thu Jun 22 15:03:43 2000 UTC (24 years, 6 months ago) by minoura
Branches: minoura-xpg4dl
Diff to: previous 1.24: preferred, colored; next MAIN 1.25: preferred, colored
Changes since revision 1.24: +2 -2 lines
Sync w/ netbsd-1-5-base.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun May 28 21:14:11 2000 UTC (24 years, 7 months ago) by bjh21
Branches: MAIN
CVS tags: netbsd-1-5-base, netbsd-1-5-ALPHA2
Branch point for: netbsd-1-5
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Add Ev tag to COLUMNS

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jan 5 02:54:55 2000 UTC (25 years ago) by mjl
Branches: MAIN
CVS tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Add description of FIFOs in long display (was commented out).

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Feb 17 15:28:08 1999 UTC (25 years, 11 months ago) by kleink
Branches: MAIN
CVS tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, comdex-fall-1999-base, comdex-fall-1999
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -1 lines
Add support for the XCU5 -p option (-F restricted to directories).

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 12 14:35:49 1999 UTC (25 years, 11 months ago) by kleink
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +8 -3 lines
Implement 1003.2 -m option (stream output format).

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jan 3 02:04:10 1999 UTC (26 years ago) by lukem
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
update date

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jan 3 01:33:51 1999 UTC (26 years ago) by lukem
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +33 -7 lines
refer to chflags(1) for more info on file flags.
split up explanation of long format into a list

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jun 1 21:11:28 1998 UTC (26 years, 7 months ago) by hubertf
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -1 lines
Document ls -F's output for sockets;
per PR 5520 by Matt Debergalis <deberg@big-veronica.ai.mit.edu>

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Mar 20 02:36:09 1998 UTC (26 years, 10 months ago) by fair
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
correct HISTORY section of ls(1) to note that Ls(1) exited in 5th Edition UNIX from Bell Labs; add that version to At macro in  mdoc, all per PR#4790

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 18 13:30:05 1998 UTC (27 years ago) by lukem
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +22 -6 lines
* implement -x; sort columns across the page rather than down the page
* in printcol(), don't bother building an index to the linked list if
  only printing one column with printscol()...
* implement -n; prevent [gu]id->name mapping in long listings.
  inspired by openbsd, but does *not* imply -l by itself.
* fix sorting with -d (or mismatched types in general).  (from openbsd).
* document -g. (from openbsd).

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Oct 20 08:52:26 1997 UTC (27 years, 3 months ago) by enami
Branches: MAIN
CVS tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +10 -10 lines
Fix .Nm usage.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 9 07:31:13 1997 UTC (27 years, 4 months ago) by jtc
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +6 -6 lines
Changed order of STANDARDS and HISTORY subheads to conform with
specification in mdoc(7).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 5 02:44:01 1995 UTC (29 years, 1 month ago) by jtc
Branches: MAIN
CVS tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
ENVIRONMENTAL -> ENVIRONMENT

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Sep 26 05:04:45 1995 UTC (29 years, 3 months ago) by jtc
Branches: MAIN
CVS tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -7 lines
Uncomment text that describes that a vertical bar is printed after each
pathname that is a FIFO when the -F option is used.

Revision 1.1.1.3 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Sep 7 06:31:22 1995 UTC (29 years, 4 months ago) by jtc
Branches: WFJ-920714, CSRG
CVS tags: lite-2
Diff to: previous 1.1.1.2: preferred, colored
Changes since revision 1.1.1.2: +9 -4 lines
imported from 44lite2

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 25 19:37:08 1995 UTC (29 years, 5 months ago) by jtc
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Use "utility" instead of "command".  Modern definitions of these terms
are distinct (See POSIX.2 glossary).

A utility is a executable, script or shell builtin; while a command
can be any of those things plus lists, pipelines, compound commands
(if, for, while) and shell function definitions.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Mar 21 09:06:27 1995 UTC (29 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -2 lines
convert to new RCS id conventions.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 27 23:14:46 1994 UTC (30 years ago) by mycroft
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +10 -5 lines
Sync with CSRG.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Sep 23 06:14:48 1994 UTC (30 years, 3 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -9 lines
Merge with 4.4-Lite version.

Revision 1.1.1.2 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Sep 22 03:05:10 1994 UTC (30 years, 4 months ago) by mycroft
Branches: WFJ-920714, CSRG
CVS tags: lite-1
Diff to: previous 1.1.1.1: preferred, colored
Changes since revision 1.1.1.1: +55 -42 lines
Import original 4.4-Lite version.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Mar 5 04:57:09 1994 UTC (30 years, 10 months ago) by chopps
Branches: MAIN
CVS tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
added missing -A and -o to options summary list.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 11 02:14:57 1994 UTC (31 years ago) by jtc
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Fix spelling errors.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 5 21:35:25 1993 UTC (31 years, 1 month ago) by mycroft
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3 lines
Patches from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de> to allow
sorting by size.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Aug 7 03:56:55 1993 UTC (31 years, 5 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +43 -29 lines
New version from uunet, with -k option readded, and 4.4 ffs--specific stuff
in `#ifdef notyet'.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Aug 1 07:48:28 1993 UTC (31 years, 5 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Add RCS indentifiers.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Mar 23 00:26:07 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-alpha-1, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9, netbsd-0-8
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
changed "Id" to "Header" for rcsids

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Mar 22 08:04:00 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
added rcs ids to all files

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: WFJ-920714, CSRG
CVS tags: patchkit-0-2-2, WFJ-386bsd-01
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
initial import of 386bsd-0.1 sources

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Mar 21 09:45:37 1993 UTC (31 years, 10 months ago) by cgd
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>