2014-01-09 |
Denys Vlasenko | find: fix a regression introduced with -HLP support |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Denys Vlasenko | ping: revert "try SOCK_DGRAM if no root privileges" |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Denys Vlasenko | build system: "make hosttools" doesn't exist, remove... |
commit | commitdiff | tree | snapshot |
2014-01-09 |
Denys Vlasenko | build system: stop including alloca.h, stdlib.h provides it |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Denys Vlasenko | ntpd: adjust last packet's recv time after a step |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Denys Vlasenko | libbb: FreeBSD fix for B<num> baud rate constants not... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
Denys Vlasenko | Another FreeBSD fix from Matthias Andree |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Denys Vlasenko | ash: in bash compat mode, always export $SHLVL |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Denys Vlasenko | grep: fix two bugs with -w |
commit | commitdiff | tree | snapshot |
2014-01-07 |
Denys Vlasenko | platform.h: undef HAVE_STRCHRNUL only on correct versio... |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Denys Vlasenko | Start 1.23.0 development cycle |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Denys Vlasenko | Bump version to 1.22.0 1_22_0 |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Denys Vlasenko | testsuite: remove forgotten debug hack |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Denys Vlasenko | fix failures found by randomconfig builds |
commit | commitdiff | tree | snapshot |
2013-12-31 |
Denys Vlasenko | testsuite: disable tests for no longer supported bbox... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Denys Vlasenko | adduser: check whether run with no USERNAME. Closes... |
commit | commitdiff | tree | snapshot |
2013-12-20 |
Denys Vlasenko | testsuite: fix false positives for du |
commit | commitdiff | tree | snapshot |
2013-12-19 |
Daniel Borca | build system: fix make gconfig |
commit | commitdiff | tree | snapshot |
2013-12-18 |
David A. Wheeler | sed: accept s///i as a synonym for s///I ("ignore case") |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Michael Tokarev | hostname: do not use gethostbyname() for "hostname -s" |
commit | commitdiff | tree | snapshot |
2013-12-17 |
Lauri Kasanen | wget: user-friendly fallback to http |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Denys Vlasenko | kill[all[5]]: code shrink |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Uros Vampl | killall5: return 2 if no processes got killed |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Michael Tokarev | do not fail build if MAXSYMLINKS isn't defined |
commit | commitdiff | tree | snapshot |
2013-12-16 |
Michael Tokarev | expand: use printable_string instead of hard-coding... |
commit | commitdiff | tree | snapshot |
2013-12-08 |
Denys Vlasenko | ntpd: speed up resyncing if our clock is seriously off |
commit | commitdiff | tree | snapshot |
2013-12-07 |
Denys Vlasenko | ntpd: do not invalidate datapoints after step |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Denys Vlasenko | ntpd: comment out "spike detection" code |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Denys Vlasenko | ntpd: promote log level 3 to production |
commit | commitdiff | tree | snapshot |
2013-12-04 |
Denys Vlasenko | ntpd: let user know if spike was detected |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Denys Vlasenko | Use unsigned printf/scanf conversion where more appropriate |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Denys Vlasenko | fix assorted unused code and wrong format specs found... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Denys Vlasenko | chpst: fix a bug where -U USER was using wrong USER... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Daniel Borca | ping: try SOCK_DGRAM if no root privileges |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Daniel Borca | dpkg-deb: cosmetic correction to usage text |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Denys Vlasenko | sed: code shrink |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Denys Vlasenko | sed: open input files sequentially to avoid EMFILE |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Denys Vlasenko | hush: typo fixes in comments |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Daniel Borca | platform: strchrnul is missing if __APPLE__ |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Denys Vlasenko | build system: use od -b instead of od -t x1 |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Bogdan Purcareata | init: halt on SIGPWR too |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Denys Vlasenko | libbb: add sketch of tentative 'better' passwd/group API |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Denys Vlasenko | devfsd: remove static variable |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Denys Vlasenko | build system: do not generate MAX_APPLET_NAME_LEN ... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Denys Vlasenko | logread: don't call shmdt() before exit, kernel does... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Denys Vlasenko | logread: flush output. closes 6710 |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Denys Vlasenko | awk: fix a bug in argc counting in recent change |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Denys Vlasenko | rfkill: use new-style config/kbuild/applet |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Denys Vlasenko | tar: prevent empty file to be treated as valid tarball |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Denys Vlasenko | fix a copy/paste error in last tar testcase name |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Denys Vlasenko | tar: add a testcase for previous commit |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Denys Vlasenko | tar: fix exitcode check for MMU-spawned unpacking helpers |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Denys Vlasenko | libbb: move nuke_str() from passwd into libbb |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Denys Vlasenko | comment tweak |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Denys Vlasenko | sulogin: use common password-checking routine. |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Denys Vlasenko | archival/*: move "config:" snippets into .c files |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Denys Vlasenko | archival/*: move "applet:" snippets into .c files,... |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Denys Vlasenko | archival/*: move "applet:" snippets into .c files |
commit | commitdiff | tree | snapshot |
2013-11-14 |
Denys Vlasenko | archival/*: move "kbuild:" snippets into .c files |
commit | commitdiff | tree | snapshot |
2013-11-13 |
Denys Vlasenko | switch editors/* to embedded-in-source kbuild system |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Sven-Göran... | awk: optionally support -e AWK_PROG |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Denys Vlasenko | fstrim: use new-style config/kbuild/applet snippets... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Jeremy Kerr | udhcp: add PXELINUX config file option (code 209) defin... |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Denys Vlasenko | fix "warning: ISO C90 forbids mixed declarations and... |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Michael Tokarev | fix bashisms in testsuite/ |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Bernhard Reutner... | fstrim: Needs to fire at the mp, not bd |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Bernhard Reutner... | fstrim: Indicate failure on error |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Bernhard Reutner... | fstrim: -17b |
commit | commitdiff | tree | snapshot |
2013-11-09 |
Malek Degachi | fstrim: New applet |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Bernhard Reutner... | ash: Set SHLVL in ASH_BASH_COMPAT |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Bernhard Reutner... | ash: Use setvar2 some more |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Bernhard Reutner... | swaponoff: shrink |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Denys Vlasenko | udhcpc: allow zero server-id. Closes 6614. |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Yuan-Hsiang Lee | init: fix illegal memory access when max message length... |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Denys Vlasenko | bootchartd: warn if .config looks wrong |
commit | commitdiff | tree | snapshot |
2013-11-02 |
Denys Vlasenko | Makefile.custom: make "make release" delete .gitignore... |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Denys Vlasenko | sed: fix "sed clusternewline" testcase |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Denys Vlasenko | sed: document -E in help text |
commit | commitdiff | tree | snapshot |
2013-10-30 |
Denys Vlasenko | sed: fix memory leak in 'r FILE' command |
commit | commitdiff | tree | snapshot |
2013-10-28 |
David A. Wheeler | sed: accept -E as a synonym for -r |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Johannes Stezenbach | udhcpc: make DHCP packets to have at least 300 DHCP... |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Thomas Petazzoni | libbb: use <poll.h> instead of <sys/poll.h> |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Bartosz Golaszewski | bloat-o-meter: add usage info |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Bartosz Golaszewski | tail compat: fix header printing for tail -f |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Guilherme Maciel... | wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Denys Vlasenko | Fix some compiler warnings emitted by gcc-4.8.0 |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Denys Vlasenko | ether-wake: shorten help text, reduce packet buffer... |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Lauri Kasanen | wget: add support for connect timeout |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Denys Vlasenko | init: better --help text |
commit | commitdiff | tree | snapshot |
2013-10-12 |
Denys Vlasenko | awk: fix length(array) |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Ryan Mallon | wall,crontab: use xopen_as_uid_gid() |
commit | commitdiff | tree | snapshot |
2013-10-08 |
Ryan Mallon | libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid... |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Denys Vlasenko | bunzip2: fix off-by-one check |
commit | commitdiff | tree | snapshot |
2013-10-06 |
Denys Vlasenko | wall: access FILE under real user's credentials |
commit | commitdiff | tree | snapshot |
2013-09-28 |
Mike Frysinger | trylink: only prefix libs with -l |
commit | commitdiff | tree | snapshot |
2013-09-19 |
Denys Vlasenko | loadkmap: explain what happens with K_ALLOCATED key... |
commit | commitdiff | tree | snapshot |
2013-09-18 |
Denys Vlasenko | httpd: make sire pfd[TO_CGI].revents is cleared before... |
commit | commitdiff | tree | snapshot |
2013-09-17 |
Denys Vlasenko | Documentation update |
commit | commitdiff | tree | snapshot |
2013-09-17 |
Denys Vlasenko | dumpkmap: code shrink |
commit | commitdiff | tree | snapshot |
2013-09-11 |
Denys Vlasenko | httpd: treat errors from stdin correctly. |
commit | commitdiff | tree | snapshot |
next |