Denis Vlasenko
|
a76f10b544
Apply post-1.13.2 fixes, bump version to 1.13.3
|
16 years ago |
Denis Vlasenko
|
15c0b72584
Apply post 1.13.1 patches, bump to 1.13.2
|
16 years ago |
Denis Vlasenko
|
f10bc3964f
correction in comment
|
16 years ago |
Denis Vlasenko
|
3854c5ddf4
runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes.
|
16 years ago |
Denis Vlasenko
|
35a064b67f
build system: tidying up CONFIG_xxx names (suggested by Rob)
|
16 years ago |
Denis Vlasenko
|
202ac504e1
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
|
16 years ago |
Denis Vlasenko
|
1a9e9bdd93
gunzip: restore mtime. approx +80 bytes of code
|
16 years ago |
Denis Vlasenko
|
5f6aaf39cf
less: reuse former vi's key reading code. Improve SIGWINCH handling.
|
16 years ago |
Denis Vlasenko
|
0112ff5203
vi: move key reading routine out of vi into llbbb
|
16 years ago |
Denis Vlasenko
|
ee5dce3365
libpwdgrp: make it coexist with <pwd.h>, <grp.h> and <shadow.h>.
|
16 years ago |
Denis Vlasenko
|
17e7f04c8d
top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)
|
16 years ago |
Denis Vlasenko
|
cac0f5b7e5
return setgroups() decl to libbb, it is needed if we use libpwdgrp.
|
16 years ago |
Mike Frysinger
|
f6cad924b1
we dont provide setgroups() replacement, so dont provide the prototype either ... especially since it conflicts on some systems (like Darwin)
|
16 years ago |
Denis Vlasenko
|
08ea11ab07
runsvd: shrink by Vladimir
|
16 years ago |
Denis Vlasenko
|
69f4f9a6f4
optimize config_read() (by Timo Teras <timo.teras AT iki.fi>)
|
16 years ago |
Denis Vlasenko
|
2afd5ab62c
*: use get_console_fd() as appropriate, and make it fail on open error -
|
16 years ago |
Denis Vlasenko
|
e9ad84dfd4
*: refactor handling of archived files. "tar f file.tar.lzma" now works too.
|
16 years ago |
Denis Vlasenko
|
855ff6f503
modprobe: use buffering line reads (fgets) instead of reads().
|
16 years ago |
Denis Vlasenko
|
27842288b3
libbb: make xrealloc_vector zero out the realloc'ed tail
|
16 years ago |
Denis Vlasenko
|
6e69e4237d
netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>
|
16 years ago |
Denis Vlasenko
|
084266ed52
fix several problems with config parser:
|
16 years ago |
Denis Vlasenko
|
0f99d49ae6
*: conversion to config parser
|
16 years ago |
Denis Vlasenko
|
0f293b96dc
fix all cases of strcpy on overlapping strings.
|
16 years ago |
Denis Vlasenko
|
5415c856ea
libbb: [x]fopen_for_{read,write} introduced and used.
|
16 years ago |
Bernhard Reutner-Fischer
|
d73cbd31a2
- first pass to unify/cleanup uid handling (-236b)
|
16 years ago |
Denis Vlasenko
|
dcb3fcb042
libbb: config_read() update
|
16 years ago |
Denis Vlasenko
|
2e157ddf9e
libbb: updated config_parse() from Vladimir
|
16 years ago |
Denis Vlasenko
|
3b3ca113ed
pidof/killall: allow find_pid_by_name to find running
|
16 years ago |
Bernhard Reutner-Fischer
|
679212836a
- fix segfault in nameif with mactab file
|
16 years ago |
Denis Vlasenko
|
c01340fe26
update of config file parser from Vladimir
|
16 years ago |