Age | Commit message (Expand) | Author |
2014-01-20 | ntpd: fix compilation warnings | Bartosz Golaszewski |
2014-01-19 | sort: check global flags on fallback sort | Bartosz Golaszewski |
2014-01-19 | sort.c: remove a magic number from compare_keys() | Bartosz Golaszewski |
2014-01-19 | gitignore: ignore files generated by 'make test' | Bartosz Golaszewski |
2014-01-17 | adduser,addgroup: introduce and use CONFIG_LAST_ID | Tito Ragusa |
2014-01-13 | examples/udhcp: do not rewrite resolv.conf if no DNS servers. Closes 6788 | Denys Vlasenko |
2014-01-13 | docs: tweak keep_data_small.txt | Denys Vlasenko |
2014-01-10 | tar: tighten up pax header validity check | Denys Vlasenko |
2014-01-10 | fakeidentd: simplify ndelay manipulations | Denys Vlasenko |
2014-01-10 | tail: adjust help/usage texts | Cristian Ionescu-Idbohrn |
2014-01-10 | lineedit: fix trivial build failure | Denys Vlasenko |
2014-01-10 | libarchive: open_zipped() does not need to check extensions for e.g. gzip | Denys Vlasenko |
2014-01-10 | build system: fix non-portable sed constructs. | Matthias Andree |
2014-01-09 | fixlet for the previous commit #2 | Denys Vlasenko |
2014-01-09 | fixlet for the previous commit | Denys Vlasenko |
2014-01-09 | networking: explain isrv_run() API | Denys Vlasenko |
2014-01-09 | fakeidentd: fix use-after-free | Ryan Mallon |
2014-01-09 | chown: fix help text | Denys Vlasenko |
2014-01-09 | find: fix a regression introduced with -HLP support | Denys Vlasenko |
2014-01-09 | ping: revert "try SOCK_DGRAM if no root privileges" | Denys Vlasenko |
2014-01-09 | build system: "make hosttools" doesn't exist, remove it from "make help" | Denys Vlasenko |
2014-01-09 | build system: stop including alloca.h, stdlib.h provides it | Denys Vlasenko |
2014-01-08 | ntpd: adjust last packet's recv time after a step | Denys Vlasenko |
2014-01-08 | libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short. | Denys Vlasenko |
2014-01-08 | Another FreeBSD fix from Matthias Andree | Denys Vlasenko |
2014-01-07 | ash: in bash compat mode, always export $SHLVL | Denys Vlasenko |
2014-01-07 | grep: fix two bugs with -w | Denys Vlasenko |
2014-01-07 | platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD | Denys Vlasenko |
2014-01-01 | Start 1.23.0 development cycle | Denys Vlasenko |
2014-01-01 | Bump version to 1.22.0 | Denys Vlasenko |
2013-12-31 | testsuite: remove forgotten debug hack | Denys Vlasenko |
2013-12-31 | fix failures found by randomconfig builds | Denys Vlasenko |
2013-12-31 | testsuite: disable tests for no longer supported bbox-specific date formats | Denys Vlasenko |
2013-12-20 | adduser: check whether run with no USERNAME. Closes 6728 | Denys Vlasenko |
2013-12-20 | testsuite: fix false positives for du | Denys Vlasenko |
2013-12-19 | build system: fix make gconfig | Daniel Borca |
2013-12-18 | sed: accept s///i as a synonym for s///I ("ignore case") | David A. Wheeler |
2013-12-17 | hostname: do not use gethostbyname() for "hostname -s" | Michael Tokarev |
2013-12-17 | wget: user-friendly fallback to http | Lauri Kasanen |
2013-12-16 | kill[all[5]]: code shrink | Denys Vlasenko |
2013-12-16 | killall5: return 2 if no processes got killed | Uros Vampl |
2013-12-16 | do not fail build if MAXSYMLINKS isn't defined | Michael Tokarev |
2013-12-16 | expand: use printable_string instead of hard-coding implementation | Michael Tokarev |
2013-12-08 | ntpd: speed up resyncing if our clock is seriously off | Denys Vlasenko |
2013-12-07 | ntpd: do not invalidate datapoints after step | Denys Vlasenko |
2013-12-04 | ntpd: comment out "spike detection" code | Denys Vlasenko |
2013-12-04 | ntpd: promote log level 3 to production | Denys Vlasenko |
2013-12-04 | ntpd: let user know if spike was detected | Denys Vlasenko |
2013-11-29 | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko |
2013-11-29 | fix assorted unused code and wrong format specs found by cppchekc (bug 6716) | Denys Vlasenko |