2008-10-14 |
Denis Vlasenko | hush: add TODO |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Denis Vlasenko | hush: next small step towards functions |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Denis Vlasenko | fix recurring "last_cmd overrun", fix [del] handling... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Denis Vlasenko | vi: trivial size optimization -65 bytes |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Denis Vlasenko | vi: reinstate timeout of 300 ms |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Denis Vlasenko | vi: add comments to Rob's algorithm of reading and... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Rob Landley | Escape sequences sent over serial links don't come... |
commit | commitdiff | tree | snapshot |
2008-10-14 |
Rob Landley | Clean up editors/vi.c:readit() so it only does readahea... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Denis Vlasenko | hush: fix NOMMU bug (analogous to preceding commit... |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Denis Vlasenko | testcase for the last fix |
commit | commitdiff | tree | snapshot |
2008-10-13 |
Denis Vlasenko | hush: fix trashing of environment by local env vars: |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Denis Vlasenko | blkid: new applet. We almost had everything needed... |
commit | commitdiff | tree | snapshot |
2008-10-12 |
Denis Vlasenko | findfs: fix LUKS and FAT detection routines; do not... |
commit | commitdiff | tree | snapshot |
2008-10-10 |
Denis Vlasenko | zcip: code size optimizations, improved help text and... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Denis Vlasenko | hush: fix environment and memory leaks, add tests for... |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Denis Vlasenko | unzip: remove example of a file we now can handle |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Denis Vlasenko | hush: preparatory work for implementing functions |
commit | commitdiff | tree | snapshot |
2008-10-09 |
Denis Vlasenko | hush: massive renaming of ill-named structures and... |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Bernhard Reutner... | - route metric support (Natanael Copa) |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Bernhard Reutner... | - add some anchors |
commit | commitdiff | tree | snapshot |
2008-10-07 |
Denis Vlasenko | ash: support &> redirection (bashism). ~90 bytes of... |
commit | commitdiff | tree | snapshot |
2008-10-06 |
Denis Vlasenko | ash: some beautification work, no code changes |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Denis Vlasenko | ash: implement ">&file" bashism. ~100 bytes. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Denis Vlasenko | watchdog: WDIOC_SETTIMEOUT accepts seconds, not millise... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Bernhard Reutner... | - wrap overlong line |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Denis Vlasenko | grep: fix 'echo aaa | grep -o a' + ENABLE_EXTRA_COMPAT... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Denis Vlasenko | inetd: use config parser. by Vladimir |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Denis Vlasenko | route: fix for 64-bit BE machines by Seonghun Lim ... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Denis Vlasenko | website: announce 1.12.1 and 1.11.3 |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Denis Vlasenko | scripts/randomtest[.loop]: add scripts for randomconfig... |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Denis Vlasenko | showkey: suppress gcc warning |
commit | commitdiff | tree | snapshot |
2008-09-28 |
Denis Vlasenko | sendmail: update by Vladimir |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Denis Vlasenko | remove redundant NULL check |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Denis Vlasenko | more style fixes, no code changes |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Denis Vlasenko | style fixes, no code changes |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Denis Vlasenko | sendmail: compat update by Vladimir |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Denis Vlasenko | lineedit: fix problems with empty commands in history |
commit | commitdiff | tree | snapshot |
2008-09-27 |
Denis Vlasenko | start_stop_daemon: accept (and ignore) -R <param> |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Denis Vlasenko | udhcp: add inline docs; small code shrink |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Denis Vlasenko | udhcpc: fixlet for previous commit |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Denis Vlasenko | udhcp: added some FIXMEs; code shrink. -49 bytes |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Bernhard Reutner... | Markus Heidelberg writes: |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Bernhard Reutner... | - add less -I to be able to search case-insensitively |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Bernhard Reutner... | - commentary typo fix |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Denis Vlasenko | nmeter: 4k buffers are too small for /proc files, |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Denis Vlasenko | libpwdgrp: make it coexist with <pwd.h>, <grp.h> and... |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Denis Vlasenko | dhcp: add FAST_FUNC as appropriate. -160 bytes. |
commit | commitdiff | tree | snapshot |
2008-09-26 |
Denis Vlasenko | dhcpc: treat "discover...select...discover..." loop... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Denis Vlasenko | fix usage text - s/USE_GETOPT_LONG/USE_FEATURE_xxxLONG_... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Bernhard Reutner... | - add dpkg -l <packagepattern> (Peter Korsgaard) |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Bernhard Reutner... | - update my name. No obj-code changes ;) |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Bernhard Reutner... | - improve helptext |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Denis Vlasenko | top: fix "top -d 1" (bug 5144) |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Denis Vlasenko | top: don't lie in help screen about "-d 1" being valid |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Denis Vlasenko | top: fixes to prev commit: '1' should toggle SMP view... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Bernhard Reutner... | - fix compilation on OSF/1 |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Denis Vlasenko | top: optional SMP support by Vineet Gupta (vineetg76... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Denis Vlasenko | df: unsigned long needs %lu |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Denis Vlasenko | whitespace fixes |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Denis Vlasenko | return setgroups() decl to libbb, it is needed if we... |
commit | commitdiff | tree | snapshot |
2008-09-25 |
Mike Frysinger | we dont provide setgroups() replacement, so dont provid... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Denis Vlasenko | runsvdir: conditionalize "log in argiment" (mis)feature... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Denis Vlasenko | crontab: do not destroy STDIN_FILENO, editor may need... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Denis Vlasenko | unzip: handle "central directory" |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Denis Vlasenko | setfont: use ioctl(KDFONTOP), it honours -C tty |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Denis Vlasenko | init: set stderr to NONBLOCK |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Denis Vlasenko | webpage: add "RD129 embedded board from ELPA" to produc... |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Denis Vlasenko | website: add a product using bbox - EMTEC MovieCube... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Denis Vlasenko | libbb: document that we maybe will want to understand... |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Denis Vlasenko | grep: yet another fixlet for EXTRA_COMPAT |
commit | commitdiff | tree | snapshot |
2008-09-19 |
Denis Vlasenko | grep: fix EXTRA_COMPAT grep to honor -E and -i |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Denis Vlasenko | setfont: small fixes from Vladimir |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Denis Vlasenko | id: fix "id <user>" case. Requires getgrouplist(). |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Denis Vlasenko | slattach: preserve speed in non-raw mode. +39 bytes. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Denis Vlasenko | setfont: support -m and -C, support -m TEXTUAL_MAP... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Denis Vlasenko | man: do not use default if /etc/man.conf has different... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Denis Vlasenko | man: use default MANPATH of "/usr/man"; do not search... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Denis Vlasenko | modprobe-small: trivial SEGV fix |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Denis Vlasenko | id: unsigned long is excessive for option bitmask |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Denis Vlasenko | setfont: add comments/TODOs, no code changes |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Denis Vlasenko | modutils/*: rewrite by Timo Teras <timo.teras AT iki.fi> |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Denis Vlasenko | id: code shrink |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Bernhard Reutner... | - implement id -G (Tito Ragusa) |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Paul Mundt | Kill off bogus #error's for big endian SH targets,... |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Denis Vlasenko | runsvd: shrink by Vladimir |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Denis Vlasenko | halt: reinstate -w even if !FEATURE_WTMP; beautify... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Denis Vlasenko | watchdog: add -T option |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Denis Vlasenko | ifenslave: on uclibc at least, net/if.h + linux/if_bond... |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Denis Vlasenko | ifenslave: wants net/if.h |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Denis Vlasenko | install: shrink -D code. By Bernhard. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Denis Vlasenko | modprobe-small: make insmod command line compatible |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Bernhard Reutner... | - commentary typo fix |
commit | commitdiff | tree | snapshot |
2008-09-05 |
Denis Vlasenko | awk: add a comment |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Bernhard Reutner... | - uncomment tc for now |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Bernhard Reutner... | - add WIP stub for tc. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Bernhard Reutner... | - mention that we ignore -v, -b, -c |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Denis Vlasenko | kbd_mode: fix non-ASCII letters in comments |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Denis Vlasenko | awk: improve nadling of negative numbers in bitwise... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Bernhard Reutner... | - pass "Accept:" and "Accept-Language:" header to CGI... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Bernhard Reutner... | - remove excess whitespace (Vladimir Dronnikov) |
commit | commitdiff | tree | snapshot |
next |