OpenBSD CVS

CVS log for src/bin/sh/Attic/cd.c


[BACK] Up to [local] / src / bin / sh

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.12, Wed Aug 20 23:43:52 1997 UTC (26 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.11: +2 -2 lines
FILE REMOVED

this has not been used for a while

Revision 1.11 / (download) - annotate - [select for diffs], Wed Jun 18 20:15:45 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10 (colored)

(foo *)0 -> NULL

Revision 1.10 / (download) - annotate - [select for diffs], Wed Jun 18 19:15:48 1997 UTC (26 years, 11 months ago) by kstailey
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

(foo *)NULL -> NULL

Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 3 23:16:09 1996 UTC (27 years, 7 months ago) by bitblt
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

sh can now be started in a directory whose fully qualified pathname
is between 255 and MAXPATHLEN-1 characters.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 20 00:54:44 1996 UTC (27 years, 7 months ago) by millert
Branch: MAIN
Changes since 1.7: +10 -4 lines
Diff to previous 1.7 (colored)

Sync with NetBSD.  Adds better POSIX compliance amongst others.

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 22 00:35:24 1996 UTC (27 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

__OpenBSD__

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jun 23 14:21:09 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

update rcsid

Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 3 12:33:51 1996 UTC (28 years, 3 months ago) by niklas
Branch: MAIN
Changes since 1.4: +4 -3 lines
Diff to previous 1.4 (colored)

From NetBSD:
Changed so that INTOFF/INTON are paired in getpwd().  From Matthias
Pfaller <leo@marco.de>.  Fixes PR #2130.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Dec 17 13:15:41 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +5 -102 lines
Diff to previous 1.3 (colored)

do not treat symbolic links special; from cgd@netbsd.org; netbsd pr#1776

Revision 1.3 / (download) - annotate - [select for diffs], Thu Dec 14 01:22:28 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +65 -15 lines
Diff to previous 1.2 (colored)

update from netbsd, including:
Fix PR/1760, where 'cd -' before any other command could cause a reference
to an uninitialized pointer. Use getcwd() to get the current working directory,
instead of forking /bin/pwd [per Scott's suggestion]

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 22 10:32:52 1995 UTC (28 years, 6 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +4 -35 lines
Diff to previous 1.1 (colored)

handle "cd -" causing crash if used as first sh command; from scottr@Plexus.COM; netbsd pr#1760

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:37:21 1995 UTC (28 years, 8 months ago) by deraadt
Branch: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:37:21 1995 UTC (28 years, 8 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's 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.