2011-05-21 |
Denys Vlasenko | adduser: better logic for choosing addgroup -g/--gid |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Denys Vlasenko | adduser: prefer to call addgroup --gid, not non-std... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Denys Vlasenko | od: code shrink |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Denys Vlasenko | od: another fix for --strings |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Denys Vlasenko | od: fix -S NUM to not print chars >0x80 |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Denys Vlasenko | od: code shrink |
commit | commitdiff | tree | snapshot |
2011-05-21 |
Denys Vlasenko | od: code shrink, fix "od --traditional FILE" |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Alexey Fomenko | lineedit: fix rare SEGV; mark a few FIXMEs |
commit | commitdiff | tree | snapshot |
2011-05-20 |
Cristian Ionescu... | warning removal |
commit | commitdiff | tree | snapshot |
2011-05-19 |
Denys Vlasenko | tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes... |
commit | commitdiff | tree | snapshot |
2011-05-18 |
Denys Vlasenko | top: display sort indicator in memory display |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Denys Vlasenko | busybox.conf: code shrink |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Denys Vlasenko | busybox.conf: USER.GROUP is _optional_ |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Denys Vlasenko | main: make busybox.conf mode handling less obscure |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Denys Vlasenko | main: free suid_config list after use |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Cristian Ionescu... | vi.c: remove warning: variable 'sp' set but not used |
commit | commitdiff | tree | snapshot |
2011-05-16 |
Cristian Ionescu... | The [-Wunused-but-set-variable] warnings |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Denys Vlasenko | dc: do not advertise ops disabled in .config |
commit | commitdiff | tree | snapshot |
2011-05-15 |
Denys Vlasenko | simplify parsing of /etc/busybox.conf |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Denys Vlasenko | tweak config help text |
commit | commitdiff | tree | snapshot |
2011-05-14 |
Denys Vlasenko | hush: fix misparsing of "... do eval a= ...". Closes... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | top: better indicator of selected field in mem view |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | fix "variable 'foo' set but not used" warnings |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | ls: code shrink |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | ls: reorder and rename functions. No code changes |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | ls: reduce memory consumption and speed up (don't do... |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | ls: avoid forward declaration. No code changes |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | ls: code shrink |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | passwd: shorter help text |
commit | commitdiff | tree | snapshot |
2011-05-13 |
Denys Vlasenko | adduser: safe username passing to passwd/addgroup |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | hush: install signal handlers with filled sigmask |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | inetd: add FIXMEs |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | libbb.h: use inlined sigfillset, sigemptyset, sigisempt... |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | ls: fix help text: -w N is optional |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | ls: fix -p help text, improve comments and define names |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | hush: fixes and small shrink for HUSH_JOB!=y |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | hush: remove one sigprocmask from exit path |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | hush: add forgotten {} in multi-statement if. |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | trim help text |
commit | commitdiff | tree | snapshot |
2011-05-12 |
Denys Vlasenko | hush: fix login shell's signal handling; add -l option... |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Denys Vlasenko | hush: replace signal handling machinery |
commit | commitdiff | tree | snapshot |
2011-05-11 |
Denys Vlasenko | hush: use SA_RESTARTed signal handlers across read. |
commit | commitdiff | tree | snapshot |
2011-05-09 |
Denys Vlasenko | fbset: abort on unknown options. closes 3121 |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Steve Iribarne | pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Denys Vlasenko | hush: add tests for interrupting read |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Denys Vlasenko | hush: code shrink |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Denys Vlasenko | hush: make read builtin interruptible. |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Denys Vlasenko | libbb: nonblock_safe_read->nonblock_immune_read, remove... |
commit | commitdiff | tree | snapshot |
2011-05-08 |
Denys Vlasenko | hush: fix incorrect PS2 dispaly and trap handling while... |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Maksym Kryzhanovskyy | iostat: code shrink ~0.5k |
commit | commitdiff | tree | snapshot |
2011-05-07 |
Denys Vlasenko | preparatory patch |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Denys Vlasenko | top: another scripting improvement |
commit | commitdiff | tree | snapshot |
2011-05-06 |
Denys Vlasenko | top: make it possible to feed commands via pipe |
commit | commitdiff | tree | snapshot |
2011-05-05 |
Denys Vlasenko | traceroute: properly reduce poll timeout |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Pascal Bellard | sed: shrink by 17 bytes |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Denys Vlasenko | tweak examples/udhcp/udhcpd.conf |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Denys Vlasenko | tar: store negative mtime as 0; pack very large files... |
commit | commitdiff | tree | snapshot |
2011-05-04 |
Bernhard Reutner... | mount: for NFS use tcp per default rather than udp |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Denys Vlasenko | udhcp: fix some default values from "" to NULL |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Denys Vlasenko | sed: support \r in s command |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Denys Vlasenko | sed: code shrink |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Wolfgang Denk | Compile options: default to -O2 when -Os is not available |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Denys Vlasenko | setserial: small fix |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Cristian Ionescu... | get rid of several "variable 'x' set but not used"... |
commit | commitdiff | tree | snapshot |
2011-05-01 |
Marek Bečka | setserial: new applet |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Marek Polacek | mpstat.c: remove unused line |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Lauri Kasanen | fdisk: backport disk check from util-linux |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Denys Vlasenko | rename miscutils/ubi_attach_detach.c -> miscutils/ubi_t... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Denys Vlasenko | add help text |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Reuben Dowle | ubiupdatevol: new applet |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Reuben Dowle | Fix ubirsvol usage information |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Nigel Hathaway | udhcp: add FEATURE_UDHCP_8021Q option |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Nigel Hathaway | dhcpc: export unrecognized options in "optNN=XXXXXXXXX... |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Denys Vlasenko | build fixes for scripts/kconfig |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Denys Vlasenko | add include <sys/socket.h> |
commit | commitdiff | tree | snapshot |
2011-04-17 |
Denys Vlasenko | straighten out dprintf/fdprintf mess; remove old "defin... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Denys Vlasenko | small fixes atop syslog config patch |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Ian Wienand | ash: clear sa_flags always |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Denys Vlasenko | fix another nonportable grep usage in scripts |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Sergey Naumov | syslogd: small fix to config patch |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Denys Vlasenko | wget: add a note about bug 3625 |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Denys Vlasenko | md5/sha1sum: better fix for small resource leak |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Alexey Fomenko | md5/sha1sum: fix small resource leak |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Denys Vlasenko | Use net/ethernet.h instead of linux/if_ether.h in more... |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Denys Vlasenko | make FDISK_SUPPORT_LARGE_DISKS redundant when LFS=y |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Denys Vlasenko | gen_build_files.sh: do not use "sed --" for now |
commit | commitdiff | tree | snapshot |
2011-04-16 |
Marek Polacek | Fix double words in comments. No code changes |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Denys Vlasenko | add forgotten #include |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Denys Vlasenko | tftpd: add -l "log to syslog" option. Needed for inetd... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Denys Vlasenko | tftp: fix progress bar for large (>32M) files. Closes... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Denys Vlasenko | basename,dirname,freeramdisk,rx,raidautorun,runsv,chvt... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Pascal Bellard | conspy: fix ESC key lost |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Pere Orga | move remaining help text from include/usage.src.h |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Sergey Naumov | syslogd: optional support for /etc/syslog.conf |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Denys Vlasenko | http: document index.cgi usage. no code changes |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Denys Vlasenko | libbb: make set_nport accept pointer to sockaddr, not... |
commit | commitdiff | tree | snapshot |
2011-04-06 |
Denys Vlasenko | ntpd: decrease ntpd -q "no response" timeout to 10 sec |
commit | commitdiff | tree | snapshot |
2011-04-05 |
Denys Vlasenko | applets/install.sh: afer quoting of variables |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Tito Ragusa | passwd,chpasswd: reset password in /etc/passwd to ... |
commit | commitdiff | tree | snapshot |
2011-04-04 |
Denys Vlasenko | fix install.sh |
commit | commitdiff | tree | snapshot |
next |