aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/cd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r222292,r230095: Show errno messages in cd.Jilles Tjoelker2013-02-201-2/+10
* MFC r213811: c89 linkage and storage class (also covers r213744, r213760)David E. O'Brien2010-10-201-18/+18
* MFC r201053: sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2010-10-031-1/+1
* MFC r200956: sh: Constify various strings.Jilles Tjoelker2010-10-021-1/+1
* Merge r199631: Handle current work directories of arbitrary length.Stefan Farfeleder2010-05-161-22/+29
* Split updatepwd() into two smaller functions. The first one, findpwd(),Stefan Farfeleder2008-02-241-38/+45
* Don't strip a leading ./ from the path for the cd builtin to avoid interpretingStefan Farfeleder2006-06-121-2/+3
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Changes following CScout analysis:Diomidis Spinellis2003-07-051-2/+2
* Add a -P/-o physical option which behaves similarly to bash/ksh's optionsTim J. Robbins2002-07-251-2/+2
* Set opterr to zero to avoid duplicate warnings from getopt(3) for unknownTim J. Robbins2002-07-251-2/+2
* Use PATH_MAX instead of a local guess at it, which happened to be incorrect.Tim J. Robbins2002-07-251-4/+3
* pwdcmd()'s argc and argv arguments are no longer unused, remove __unused.Tim J. Robbins2002-07-251-1/+1
* Remove broken and incomplete support for old releases of System V,Tim J. Robbins2002-07-191-55/+0
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Bring back the cd -L and -P options from revision 1.24, but try harder notTim J. Robbins2002-05-221-33/+105
* Temporarily back out revision 1.24; it seems to handle the case where theTim J. Robbins2002-05-221-78/+22
* Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical'Tim J. Robbins2002-05-201-22/+78
* Remove a small, annoying, nit I ran in to editing this file, a lone tabJuli Mallett2002-05-191-1/+1
* o __P has been reovedWarner Losh2002-02-021-16/+9
* Don't call setvar() with the VTEXTFIXED flag. A copy is created byTor Egge2001-11-071-4/+4
* Include strerror(errno) in error messages after failed system calls.Martin Cracauer1999-11-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Don't blindly eliminate `..' and the previous pathname component.Tor Egge1998-09-061-17/+156
* Add rcsid. Spelling.Philippe Charnier1998-05-181-3/+5
* Use the __unused attribute where warranted.Steve Price1997-05-191-5/+5
* Nuke register keyword usage and #if -> #ifdef.Steve Price1997-04-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Make sh(1) think and be in the same place at the same time. This closesSteve Price1997-01-041-15/+11
* Oops, it needs little more caulk to get it right.Steve Price1996-12-231-2/+2
* Apply a little dab of bit caulk to keep those beggarsSteve Price1996-12-231-6/+2
* Don't use _POSIX_PATH_MAX to limit the size of the path, insteadSteve Price1996-12-231-3/+3
* Make sh(1) a little braver in the face of adversity. sh(1)Steve Price1996-12-211-163/+16
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-141-16/+20
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-27/+31
* A fix for the "cd -" coredump on a brand new /bin/sh. The problem wasPeter Wemm1995-11-141-2/+5
* Obtained from: partly from 1.1.5Bruce Evans1994-12-261-2/+4
* Get this braindead, mongoloid shell look in /stand for pwd if it can'tJordan K. Hubbard1994-11-061-3/+8
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+372