aboutsummaryrefslogtreecommitdiff
path: root/which.c
AgeCommit message (Expand)Author
2001-05-07A bug fix from Vladimir for a memory leak I stupidlyEric Andersen
2001-05-04Larry suggested using concat_path_file() would be an even safer betEric Andersen
2001-05-04Fix a buffer overflow. Which accounted for the size of the path, plus the theEric Andersen
2001-03-09Patch from Jeff Garzik marking a few 'getopt not needed' apps.Eric Andersen
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen
2001-01-27Fix up copyright msgs. Bump version to 0.49 in preparation forEric Andersen
2001-01-27Fix header file usage -- there were many unnecessary header files included inEric Andersen
2000-11-18Fixed return status (thanks to David Douthitt for the fix).Matt Kraai
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen
2000-09-18Path count was out by one, fixed itGlenn L McGrath
2000-09-18Simplify and remove dependence on PATH_MAXGlenn L McGrath
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai
2000-08-10Some #include updates.Eric Andersen
2000-07-16Extract usage information into a separate file.Matt Kraai
2000-07-14Don't use strings directly in calls to usage(). This is in preparationMatt Kraai
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-06-05"which" rewritten to use stat(). Fixes to improve its compatabilityPavel Roskin
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen