2007-07-29 |
Denis Vlasenko | ash: comment non-obvious code part |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Denis Vlasenko | fix for suffix optimization (which was in previous... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Denis Vlasenko | multiplier suffixes are short, store them directly... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Denis Vlasenko | dd: fix bug where we assume count=INT_MAX when count... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Denis Vlasenko | passwd: fix bug: we are trying to update shadow even... |
commit | commitdiff | tree | snapshot |
2007-07-27 |
Denis Vlasenko | bb_getpwuid, bb_getgrgid: change order of arguments... |
commit | commitdiff | tree | snapshot |
2007-07-26 |
Denis Vlasenko | cal: small code shrink |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Denis Vlasenko | setfiles: small code size reduction (Yuichi Nakamura... |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Denis Vlasenko | ps: fix non-desktop ps -ww -- thanks rockeychu |
commit | commitdiff | tree | snapshot |
2007-07-25 |
Denis Vlasenko | getopt32: fix getopt32 breakage (forgot to memset(0... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Denis Vlasenko | Replace index_in_[sub]str_array with index_in_[sub... |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Denis Vlasenko | od: shrink a bit |
commit | commitdiff | tree | snapshot |
2007-07-24 |
Denis Vlasenko | setfiles: small tweaks to usage text and code |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Denis Vlasenko | zcip: remove stray seed48. It's the only thing which... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Denis Vlasenko | add comment why preferred stack boundary is 4 on i386 |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Denis Vlasenko | chpasswd: rename long options definition to match other... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Denis Vlasenko | getopt32 must remain NOFORK-safe (no mallocs!). Using... |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Denis Vlasenko | rework long option handling. saves ~1.2k |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Denis Vlasenko | setiles: cosmetics, no real code changes |
commit | commitdiff | tree | snapshot |
2007-07-23 |
Denis Vlasenko | setfiles,restorecon: new SELinux applets by Yuichi... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Denis Vlasenko | chpasswd: fix indentation |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Denis Vlasenko | style fix (stray space before ';') |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Denis Vlasenko | fix typo in last commit |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Denis Vlasenko | Three patches from FreeWRT people |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Denis Vlasenko | chpasswd: fixes for shadow password handling |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Denis Vlasenko | libbb: nuke BB_GETOPT_ERROR, always die if there are... |
commit | commitdiff | tree | snapshot |
2007-07-21 |
Denis Vlasenko | chpasswd: fixes and code shrink |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Denis Vlasenko | chpasswd: now with svn add |
commit | commitdiff | tree | snapshot |
2007-07-20 |
Denis Vlasenko | chpasswd: new applet by Alexander Shishkin <virtuoso... |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Denis Vlasenko | stray trailing tabs removed |
commit | commitdiff | tree | snapshot |
2007-07-19 |
Denis Vlasenko | ifup/ifdown: make location of ifstate configurable |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Denis Vlasenko | vi: comment out dead code |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Denis Vlasenko | Trim help text. With compressed help: -143 bytes |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Denis Vlasenko | ash: fix SEGV in forkchild (jp can be NULL). here docum... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Denis Vlasenko | fix unpacker testsuite to match actual output |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Denis Vlasenko | awk: actually do "svn add" for testsuite |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Denis Vlasenko | awk: fix -F 'regex' bug (miscounted fields if last... |
commit | commitdiff | tree | snapshot |
2007-07-18 |
Denis Vlasenko | awk: style fixes; remove one xstrdup/free pair; testsuite |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Denis Vlasenko | vi: style fixlet |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Denis Vlasenko | fix typo in prev commit :( |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Denis Vlasenko | vi: s/argv[0]/applet_name/ |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Denis Vlasenko | vi: multiple fixes by Natanael Copa <natanael.copa... |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Denis Vlasenko | ifconfig: make it work with ifaces with ifnames > 255 |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Denis Vlasenko | remove accumulated stray trailing whitespace |
commit | commitdiff | tree | snapshot |
2007-07-17 |
Denis Vlasenko | Modify method of linking against libs. Now we fisrt... |
commit | commitdiff | tree | snapshot |
2007-07-16 |
Denis Vlasenko | fix discrepancy in GPL version number. Pointed out... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Denis Vlasenko | top: nested function allows us to reuse some code |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Denis Vlasenko | top: make "100%" case less ugly, and shrink code while... |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Denis Vlasenko | top: simpler loadavg processing |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Denis Vlasenko | top: truncate usernames to 8 chars |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Denis Vlasenko | grep: implement -m MAX_MATCHES; fix help text |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Denis Vlasenko | grep: fix buglets with context printing |
commit | commitdiff | tree | snapshot |
2007-07-15 |
Denis Vlasenko | ash: make "jobs | cat" work like in bash (was giving... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Denis Vlasenko | adduser: close /etc/{passwd,shadow} before calling... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Denis Vlasenko | vi: make status line less confusing when we open non... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Denis Vlasenko | xioctl and friends by Tito <farmatito@tiscali.it> |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Denis Vlasenko | ash: small size optimization |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Denis Vlasenko | ash: recognize -l as --login equivalent; do not recogni... |
commit | commitdiff | tree | snapshot |
2007-07-14 |
Denis Vlasenko | ash: fix for buglet in DEBUG code (Nguyen Thai Ngoc... |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Denis Vlasenko | FAQ: add timezone Q |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Denis Vlasenko | nc: minor code shrink |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Mike Frysinger | remove last source id |
commit | commitdiff | tree | snapshot |
2007-07-13 |
Mike Frysinger | add support for --symbol-prefix/-P |
commit | commitdiff | tree | snapshot |
2007-07-06 |
Denis Vlasenko | fix applet order error |
commit | commitdiff | tree | snapshot |
2007-07-05 |
Denis Vlasenko | md5_sha1_sum: fix mishandling when run as /bin/md5sum... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Denis Vlasenko | udhcp: many small fixes: |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Denis Vlasenko | correct_password: if password is 'x' or '*' and there... |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Denis Vlasenko | ifupdown: kill -TERM is default, so drop -TERM |
commit | commitdiff | tree | snapshot |
2007-07-03 |
Denis Vlasenko | correct_password: do not print "no shadow passwd..... |
commit | commitdiff | tree | snapshot |
2007-07-02 |
Denis Vlasenko | ping: fix non-fancy ping6 |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | devfsd: futher sanitization by Tito <farmatito@tiscali.it> |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | expr: small code shrink |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | devfsd: indentation fixes |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | find: fix build failure on certain configs |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | find: style fix |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | ps: revert wrong "optimization": (i & 1) -> i |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | fix comment placement (no code changes) |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | udhcp: new config option "Rewrite the lease file at... |
commit | commitdiff | tree | snapshot |
2007-07-01 |
Denis Vlasenko | ps: fix "unused variable" warning; fix integer variable... |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Denis Vlasenko | web site: announce 1.6.1 |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Denis Vlasenko | top,ps: improve /proc/PID/cmdinfo reading code |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Denis Vlasenko | add bb_basename.c |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Denis Vlasenko | introduce and use bb_basename() |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Denis Vlasenko | killall, pidof: use argv0 for process matching too |
commit | commitdiff | tree | snapshot |
2007-06-30 |
Denis Vlasenko | procps: shrink /proc scanning code a bit |
commit | commitdiff | tree | snapshot |
2007-06-28 |
Mike Frysinger | document firmware support |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Denis Vlasenko | wget: fix bug in base64 encoding (bug 1404). +10 bytes. |
commit | commitdiff | tree | snapshot |
2007-06-27 |
Denis Vlasenko | devfsd: style cleanup; size reduction (Tito <farmatito... |
commit | commitdiff | tree | snapshot |
2007-06-26 |
Denis Vlasenko | uuencode: shrink |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Denis Vlasenko | devfsd: fix formatting (Tito <farmatito@tiscali.it>) |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Denis Vlasenko | Consolidate ARRAY_SIZE macro; remove one unneeded globa... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Bernhard Reutner... | - need to pass the PATH down to the gcc-version check... |
commit | commitdiff | tree | snapshot |
2007-06-25 |
Denis Vlasenko | test: suppress gcc warning |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Denis Vlasenko | httpd: NOMMU fixes by Alex Landau <landau_alex@yahoo... |
commit | commitdiff | tree | snapshot |
2007-06-23 |
Denis Vlasenko | pidof: size optimizations (-50 bytes) |
commit | commitdiff | tree | snapshot |
2007-06-22 |
Bernhard Reutner... | - handy to have the cross_compile block here, too |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Denis Vlasenko | syslogd: do not convert tabs to ^I |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Denis Vlasenko | test: shrink a bit |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Denis Vlasenko | build system: remove kernel .config locations (spotted... |
commit | commitdiff | tree | snapshot |
2007-06-21 |
Denis Vlasenko | random shrinkage of statics, -60 bytes saved |
commit | commitdiff | tree | snapshot |
next |