Age | Commit message (Expand) | Author |
2009-03-15 | sha: merge sha1/sha256 handling (they are similar enough for this), | Denis Vlasenko |
2009-03-12 | sha: reduce sha256/512 context size. Make sha1/sha256 code more similar | Denis Vlasenko |
2009-03-12 | shrink sha hashing a bit more (remove wbuflen field from ctx), | Denis Vlasenko |
2009-03-11 | sha256/512: code shrink. Run-tested. | Denis Vlasenko |
2009-03-09 | ftpd: reuse ls applet for LIST/NLST/STAT generation | Denis Vlasenko |
2009-03-09 | *: move get_sock_lsa and xwrite_str to libbb, use where appropriate | Denis Vlasenko |
2009-03-07 | halt/reboot/poweroff: improve error reporting | Denis Vlasenko |
2009-02-14 | killall and sestatus also need ARGVN scanning | Denis Vlasenko |
2009-01-31 | init: preparatory patch, no code changes | Denis Vlasenko |
2008-12-30 | libbb: add bb_unsetenv (taken from hush). | Denis Vlasenko |
2008-12-23 | libbb: introduce and use xmalloc_ttyname (-32 in bss). | Denis Vlasenko |
2008-12-10 | *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. | Denis Vlasenko |
2008-12-05 | libbb: add xgetgrnam too. ~0 code size change | Denis Vlasenko |
2008-12-03 | libbb: introduce and use xgetpwnam. ~ -150 bytes. | Denis Vlasenko |
2008-12-03 | - add new applet mkpasswd(1) | Bernhard Reutner-Fischer |
2008-12-02 | libbb: password/group function helpers rewritten by Tito: | Denis Vlasenko |
2008-12-02 | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko |
2008-11-24 | timeout: new applet. 370 bytes. by Roberto Foglietta. | Denis Vlasenko |
2008-11-11 | libbb: disable a second md5 implementation which managed to creep in :) | Denis Vlasenko |
2008-11-10 | sha256,sha512: new applets. +4.9kb | Denis Vlasenko |
2008-11-06 | correction in comment | Denis Vlasenko |
2008-11-06 | runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. | Denis Vlasenko |
2008-11-06 | build system: tidying up CONFIG_xxx names (suggested by Rob) | Denis Vlasenko |
2008-11-05 | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko |
2008-11-01 | gunzip: restore mtime. approx +80 bytes of code | Denis Vlasenko |
2008-10-25 | less: reuse former vi's key reading code. Improve SIGWINCH handling. | Denis Vlasenko |
2008-10-25 | vi: move key reading routine out of vi into llbbb | Denis Vlasenko |
2008-09-26 | libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>. | Denis Vlasenko |
2008-09-25 | top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) | Denis Vlasenko |
2008-09-25 | return setgroups() decl to libbb, it is needed if we use libpwdgrp. | Denis Vlasenko |
2008-09-25 | we dont provide setgroups() replacement, so dont provide the prototype either... | Mike Frysinger |
2008-09-11 | runsvd: shrink by Vladimir | Denis Vlasenko |
2008-08-09 | optimize config_read() (by Timo Teras <timo.teras AT iki.fi>) | Denis Vlasenko |
2008-08-05 | *: use get_console_fd() as appropriate, and make it fail on open error - | Denis Vlasenko |
2008-08-05 | *: refactor handling of archived files. "tar f file.tar.lzma" now works too. | Denis Vlasenko |
2008-08-04 | modprobe: use buffering line reads (fgets) instead of reads(). | Denis Vlasenko |
2008-08-04 | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko |
2008-07-27 | netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu> | Denis Vlasenko |
2008-07-26 | fix several problems with config parser: | Denis Vlasenko |
2008-07-24 | *: conversion to config parser | Denis Vlasenko |
2008-07-22 | fix all cases of strcpy on overlapping strings. | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-21 | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer |
2008-07-19 | libbb: config_read() update | Denis Vlasenko |
2008-07-19 | libbb: updated config_parse() from Vladimir | Denis Vlasenko |
2008-07-17 | pidof/killall: allow find_pid_by_name to find running | Denis Vlasenko |
2008-07-17 | - fix segfault in nameif with mactab file | Bernhard Reutner-Fischer |
2008-07-16 | update of config file parser from Vladimir | Denis Vlasenko |
2008-07-15 | libbb: document plans to speed up line-based input | Denis Vlasenko |
2008-07-15 | libbb: unified config parser (By Vladimir Dronnikov) | Denis Vlasenko |