summaryrefslogtreecommitdiff
path: root/bin/sh/cd.c
AgeCommit message (Collapse)Author
1996-11-03sh can now be started in a directory whose fully qualified pathnamebitblt
is between 255 and MAXPATHLEN-1 characters.
1996-10-20Sync with NetBSD. Adds better POSIX compliance amongst others.Todd C. Miller
1996-08-22__OpenBSD__Theo de Raadt
1996-06-23update rcsidTheo de Raadt
1996-03-03From NetBSD:Niklas Hallqvist
Changed so that INTOFF/INTON are paired in getpwd(). From Matthias Pfaller <leo@marco.de>. Fixes PR #2130.
1995-12-17do not treat symbolic links special; from cgd@netbsd.org; netbsd pr#1776Theo de Raadt
1995-12-14update from netbsd, including:Theo de Raadt
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]
1995-11-22handle "cd -" causing crash if used as first sh command; from ↵Theo de Raadt
scottr@Plexus.COM; netbsd pr#1760
1995-10-18initial import of NetBSD treeTheo de Raadt