Age | Commit message (Expand) | Author |
2015-01-05 | libpwdgrp: fixes suggested by Tito, comment tweaks | Denys Vlasenko |
2015-01-04 | ntpd: relicense ntpd applet to ISC-style license | Adam Tkac |
2015-01-04 | libpwdgrp: another code shrink | Denys Vlasenko |
2015-01-04 | libpwdgrp: code shrink | Denys Vlasenko |
2015-01-03 | libpwdgrp: getgrXXX: empty string is not a member name, do not store it | Denys Vlasenko |
2015-01-03 | fix a SEGV in previous commit | Denys Vlasenko |
2015-01-03 | libpwdgrp: fix counting of commas in group list | Denys Vlasenko |
2015-01-03 | libpwdgrp: store getXXnam result in a single malloc block | Denys Vlasenko |
2015-01-03 | libpwdgrp: make db->def[] one byte shorter | Denys Vlasenko |
2015-01-03 | libpwdgrp: use a better estimate of max struct size | Denys Vlasenko |
2015-01-03 | libpwdgrp: reinstate Tito's optional atexit freeing | Denys Vlasenko |
2015-01-03 | libpwdgrp: fix a memory leak in getXXnam (we did not save address of string buf) | Denys Vlasenko |
2015-01-03 | libpwdgrp: tweak comments, replace one xmalloc with xzalloc | Denys Vlasenko |
2015-01-02 | libpwdgrp: use FAST_FUNC to make "matching ABI" optimization more likely to s... | Denys Vlasenko |
2015-01-02 | libpwdgrp: rewritten to use malloced implementation | Tito Ragusa |
2015-01-01 | modprobe: revert checking for /, stop doing basename() on modprobe args | Denys Vlasenko |
2014-12-31 | Makefile: fix cscope target | Bartosz Golaszewski |
2014-12-29 | ash: fix a SEGV in ${#1} | Denys Vlasenko |
2014-12-25 | udhcpd: account for script delay in lease | John Schroeder |
2014-12-24 | Start 1.24.0 development cycle | Denys Vlasenko |
2014-12-24 | Bump version to 1.23.0 | Denys Vlasenko |
2014-12-24 | libbb: add sanity check in bb_arg_max() | Denys Vlasenko |
2014-12-22 | randomconfig fixes | Denys Vlasenko |
2014-12-22 | Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGS | Peter Kümmel |
2014-12-21 | udhcpc: account for script run time | Denys Vlasenko |
2014-12-18 | nanddump: don't show --bb in usage when disabled | Baruch Siach |
2014-12-17 | nandwrite: fix build when long options are disabled | Baruch Siach |
2014-12-15 | lineedit: don't block when looking for escape sequence in vi-mode | Ron Yorston |
2014-12-11 | tar: fix "tar -cJ" ignoring -J option. closes 7706 | Denys Vlasenko |
2014-12-10 | lineedit: don't fall back to simple line input if tty is in raw mode | Denys Vlasenko |
2014-12-10 | Config: select PLATFORM_LINUX if using sendfile() | Bartosz Golaszewski |
2014-12-10 | flashcp: change BUFSIZE to 4k | Jacob Kjaergaard |
2014-12-07 | make xmalloc_open_zipped_read_close result NUL terminated | Denys Vlasenko |
2014-12-07 | libarchive: add capability to unpack to mem.buffer | Denys Vlasenko |
2014-12-07 | Rename transformer_aux_data_t -> transformer_state_t | Denys Vlasenko |
2014-11-30 | man: do not mangle $MANPATH in memory | Denys Vlasenko |
2014-11-27 | libbb: use sendfile() to copy data between file descriptors | Bartosz Golaszewski |
2014-11-27 | man: accept a list of dirs in $MANPATH | Denys Vlasenko |
2014-11-26 | libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ | Denys Vlasenko |
2014-11-26 | bbunit: fix WANT_TIMING compilation | Denys Vlasenko |
2014-11-26 | gitignore: add testsuite/echo-ne | Bartosz Golaszewski |
2014-11-25 | udhcpd: if a lease from lease file coincides with a static one, ignore it | Denys Vlasenko |
2014-11-21 | init: do not run shutdown/reexec actions from signal handler | Denys Vlasenko |
2014-11-20 | modprobe,rmmod: reject module names with slashes | Denys Vlasenko |
2014-11-20 | typo fix in comment | Denys Vlasenko |
2014-11-18 | ash,hush: do not segfault on $((2**63 / -1)) | Denys Vlasenko |
2014-11-17 | ash: fix handling of negative start value in ${v:start:len} | Denys Vlasenko |
2014-11-17 | iproute: support onelink route option and print route flags | Michael Tokarev |
2014-11-17 | exit with 127 if appled name wasn't found - it's more POSIXy | Denys Vlasenko |
2014-11-04 | zcip: Add environment variable for overriding log functionality | Michel Stam |