summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply post-1.13.0 patchesDenis Vlasenko2008-11-292-0/+15
* libbb: add a TODO to support new SHA-based encrypted passwordsDenis Vlasenko2008-11-071-12/+5
* runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.Denis Vlasenko2008-11-061-4/+4
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-054-6/+9
* nslookup: tiny shrink (-5 bytes); add comment about res_initDenis Vlasenko2008-11-041-3/+0
* lineedit: fix bug 5824: Since version 23530 with lineedit.c,Denis Vlasenko2008-11-021-1/+2
* setup_environment: cd $HOME regardless of clear_env value.Denis Vlasenko2008-10-301-7/+7
* read_key is actually written by Rob, add him to copyright noticeDenis Vlasenko2008-10-261-2/+3
* read_key: add comments how Shift and Meta keys looks like.Denis Vlasenko2008-10-251-0/+5
* less: reuse former vi's key reading code. Improve SIGWINCH handling.Denis Vlasenko2008-10-251-6/+11
* libbb: add forgotten file from previous commit :(Denis Vlasenko2008-10-251-0/+146
* vi: move key reading routine out of vi into llbbbDenis Vlasenko2008-10-251-0/+1
* build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM;Denis Vlasenko2008-10-241-1/+1
* ash: fix a bug in standalone mode (corrupted getopt() state)Denis Vlasenko2008-10-202-24/+34
* volume identification: abolish /proc/partitions and /proc/cdromsDenis Vlasenko2008-10-191-1/+1
* libbb: do not reject floating point strings like ".15"Denis Vlasenko2008-10-181-1/+2
* lineedit: fix problems with empty commands in historyDenis Vlasenko2008-09-271-26/+47
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-253-3/+3
* top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko2008-09-251-7/+26
* whitespace fixesDenis Vlasenko2008-09-251-1/+1
* libbb: document that we maybe will want to understand \e somedayDenis Vlasenko2008-09-191-7/+10
* modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi>Denis Vlasenko2008-09-131-2/+0
* runsvd: shrink by VladimirDenis Vlasenko2008-09-111-0/+8
* - commentary typo fixBernhard Reutner-Fischer2008-09-051-1/+1
* df: add support for more options, add some coreutils 6.10 compat.Denis Vlasenko2008-08-281-12/+21
* hexdump: fix SEGV in hexdump -e ""Denis Vlasenko2008-08-231-2/+3
* getopt32: do not return pointer to alloca() areasDenis Vlasenko2008-08-201-1/+12
* linedit: fix use-after-freeDenis Vlasenko2008-08-201-2/+3
* libbb: getopt32() should not ever touch argv[0] (even read)Denis Vlasenko2008-08-201-1/+2
* libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko2008-08-201-40/+24
* libbb: use ptsname_r, it's smallerDenis Vlasenko2008-08-171-10/+14
* mkdir: fix "uname 0222; mkdir foo/bar" caseDenis Vlasenko2008-08-151-21/+16
* optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)Denis Vlasenko2008-08-092-115/+90
* grep: option to use GNU regex matching instead of POSIX one.Denis Vlasenko2008-08-092-2/+43
* fix bug 4464 for real. I am dumb.Denis Vlasenko2008-08-061-2/+1
* *: use get_console_fd() as appropriate, and make it fail on open error -Denis Vlasenko2008-08-051-3/+3
* libbb: fix thinko in latest xrealloc_vector changeDenis Vlasenko2008-08-051-1/+1
* randomconfig fixesDenis Vlasenko2008-08-051-1/+5
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-052-14/+78
* modprobe: use buffering line reads (fgets) instead of reads().Denis Vlasenko2008-08-041-25/+0
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-042-6/+16
* libbb: dump: do not use uninitialized memory. close bug 4364.Denis Vlasenko2008-07-291-4/+3
* netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko2008-07-271-1/+2
* fix several problems with config parser:Denis Vlasenko2008-07-261-42/+60
* *: conversion to config parserDenis Vlasenko2008-07-241-2/+14
* s/othervise/otherwise/gDenis Vlasenko2008-07-231-1/+1
* another overlapping_strcpyDenis Vlasenko2008-07-221-1/+1
* fix all cases of strcpy on overlapping strings.Denis Vlasenko2008-07-223-2/+11
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-217-11/+41