Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-03 | sigset_t blocked_sigset is too big for static (128 bytes) | Denis Vlasenko | |
2007-02-03 | svlogd: fix performance problems: excessive write, | Denis Vlasenko | |
gettimeofday calls. rt_sigprocmask were dealt with in previous commit | |||
2007-02-03 | svlogd: do not set O_NONBLOCK on stdin permanently - that can | Denis Vlasenko | |
affect other processes! | |||
2007-02-02 | sv: fix incorrect option parsing and reduce size | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #6 | Denis Vlasenko | |
2007-01-29 | preparatory patch for -Wwrite-strings #4 | Denis Vlasenko | |
2007-01-28 | correct bad English | Denis Vlasenko | |
2007-01-27 | svlogd: batch writes if !timestamp | Denis Vlasenko | |
2007-01-27 | svlogd: remove unused buffering, stop doing tons of memcpy | Denis Vlasenko | |
2007-01-27 | runit/* cleanup part 3 (just deleting unused code) | Denis Vlasenko | |
2007-01-27 | runit/* cleanup part 2 | Denis Vlasenko | |
2007-01-27 | runit cleanup part 1 | Denis Vlasenko | |
2007-01-12 | random small size optimizations | Denis Vlasenko | |
2007-01-11 | Trailing whitespace removal over entire tree | Denis Vlasenko | |
2006-12-30 | done a dozen of randconfig test. guess what? ALL failed... | Denis Vlasenko | |
these are resulting fixes | |||
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko | |
uidgid_get -> get_uidgid, add additional param (numeric_ok). Make chown use it. chown: fix "chown user: ...." install: fix incorrect use of bb_xget[pw/gr]nam | |||
2006-12-26 | style fixes | Denis Vlasenko | |
last xcalloc replaced by xzalloc | |||
2006-12-24 | missing piece of prev commit: ndelay_off | Denis Vlasenko | |
2006-11-26 | small fixes: | Denis Vlasenko | |
fix xstrdup to not grossly overallocate memory use xopen instean of xopen3 in several places etc. | |||
2006-11-24 | tar: sanitize option handling | Denis Vlasenko | |
2006-11-22 | telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. | Denis Vlasenko | |
What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. | |||
2006-11-19 | svlogd: log full lines to stderr too, and also stop using stdio for that | Denis Vlasenko | |
2006-11-17 | forgot about avn add... :( | Denis Vlasenko | |
2006-11-17 | runit: add runsv, runsvdir and sv. Oh yes. | Denis Vlasenko | |
It even seems to work. +11K. :( | |||
2006-11-16 | svlogd: new applet. +9k. Still too big, but it was 12k yesterday. | Denis Vlasenko | |
2006-10-20 | chpst: add overlooked copyright statement | Denis Vlasenko | |
2006-10-10 | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | Denis Vlasenko | |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko | |
2006-10-06 | dnsd fix; option_mask32 added. dnsd needs more love. | Denis Vlasenko | |
2006-10-06 | chpst: fix vda's silly mistakes | Denis Vlasenko | |
Patch by Vladimir Dronnikov <dronnikov@gmail.ru> | |||
2006-10-05 | httpd: add -u user[:grp] support | Denis Vlasenko | |
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-10-03 | bb_applet_name -> applet_name | Denis Vlasenko | |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko | |
It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit. | |||
2006-10-03 | Yeah, yeah... I forgot about 'svn add'... fixing that | Denis Vlasenko | |