aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2008-10-30setup_environment: cd $HOME regardless of clear_env value.Denis Vlasenko
2008-10-26read_key is actually written by Rob, add him to copyright noticeDenis Vlasenko
2008-10-25read_key: add comments how Shift and Meta keys looks like.Denis Vlasenko
2008-10-25less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko
2008-10-25libbb: add forgotten file from previous commit :(Denis Vlasenko
2008-10-25vi: move key reading routine out of vi into llbbbDenis Vlasenko
2008-10-24build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko
2008-10-20ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko
2008-10-19volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko
2008-10-18libbb: do not reject floating point strings like ".15"Denis Vlasenko
2008-09-27lineedit: fix problems with empty commands in historyDenis Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-09-25top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko
2008-09-25whitespace fixesDenis Vlasenko
2008-09-19libbb: document that we maybe will want to understand \e somedayDenis Vlasenko
2008-09-13modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko
2008-09-11runsvd: shrink by VladimirDenis Vlasenko
2008-09-05- commentary typo fixBernhard Reutner-Fischer
2008-08-28df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko
2008-08-23hexdump: fix SEGV in hexdump -e ""Denis Vlasenko
2008-08-20getopt32: do not return pointer to alloca() areasDenis Vlasenko
2008-08-20linedit: fix use-after-freeDenis Vlasenko
2008-08-20libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko
2008-08-20libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko
2008-08-17libbb: use ptsname_r, it's smallerDenis Vlasenko
2008-08-15mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko
2008-08-09optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko
2008-08-09grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko
2008-08-06fix bug 4464 for real. I am dumb.Denis Vlasenko
2008-08-05*: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko
2008-08-05libbb: fix thinko in latest xrealloc_vector changeDenis Vlasenko
2008-08-05randomconfig fixesDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-08-04modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko
2008-08-04libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko
2008-07-29libbb: dump: do not use uninitialized memory. close bug 4364.Denis Vlasenko
2008-07-27netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko
2008-07-26fix several problems with config parser:Denis Vlasenko
2008-07-24*: conversion to config parserDenis Vlasenko
2008-07-23s/othervise/otherwise/gDenis Vlasenko
2008-07-22another overlapping_strcpyDenis Vlasenko
2008-07-22fix all cases of strcpy on overlapping strings.Denis Vlasenko
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-21- first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer
2008-07-20libbb/parse_config.c: fix small buglet (by Vladimir)Denis Vlasenko
2008-07-20libbb: fix print_flags() [fix somehow is only in 1.11.1?)Denis Vlasenko
2008-07-20libbb: fixes to config_read() by maintainerDenis Vlasenko
2008-07-19libbb: config_read() updateDenis Vlasenko
2008-07-19libbb: updated config_parse() from VladimirDenis Vlasenko