summaryrefslogtreecommitdiff
path: root/libbb/setup_environment.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* su: do not change to home dir unless -lPascal Bellard2012-06-121-3/+5
* libbb/login/su: do not sanitize shell name twiceDenys Vlasenko2011-03-061-0/+3
* *: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl2010-06-271-2/+2
* setup_environment(): eliminate one parameterDenys Vlasenko2010-02-261-2/+2
* crontab: use setup_environmentBernhard Reutner-Fischer2010-02-261-4/+3
* setup_environment: cd $HOME regardless of clear_env value.Denis Vlasenko2008-10-301-7/+7
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* dos2unix: tiny shrinkDenis Vlasenko2008-03-171-4/+4
* setup_environment: code shrinkDenis Vlasenko2007-09-101-13/+12
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-121-1/+1
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-6/+1
* login: remove setpgrp call (makes it work from shell prompt again).Denis Vlasenko2007-04-121-11/+4
* runit/chpst: "change process state" utilityDenis Vlasenko2006-10-031-27/+20
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-4/+1
* just whitespaceTim Riker2006-01-251-2/+2
* Revert Tito's patch to zcip. My bad, David Brownell had objected and I missedRob Landley2005-05-031-1/+1
* On Tuesday 19 April 2005 21:10, Tito wrote and today added:Rob Landley2005-05-011-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Vodz, last_patch_86Glenn L McGrath2003-05-261-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
* Port over the last of the tinylogin appletsEric Andersen2002-06-231-0/+93