aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2005-12-16Less would segfault if it had no tty. (Bug 600.)landley1-0/+1
2005-12-16I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS islandley1-6/+8
2005-12-16Stephane Billiart said:landley2-2/+2
2005-12-15sync license from mainstreamvodz1-6/+2
2005-12-15fopen(TTY...) to bb_xfopen(), close bug 600vodz1-1/+1
2005-12-15- Stephane Billiart writes:aldot2-3/+3
2005-12-15- remove duplicate entry for switch_rootaldot1-2/+1
2005-12-15Add a fflush(stdout).landley1-58/+4
2005-12-15Better use of the ENABLE guards.landley1-7/+6
2005-12-15The rest of Yann E. Morin's install revamp.landley3-5/+47
2005-12-15Eliminate unnecessary allocation from md5sum that was leaked without ever bei...landley1-9/+0
2005-12-15Fix -g and -p options. Patch from Traceman. (I don't know who that is,landley1-3/+2
2005-12-15Patch from dlively (whoever that is, see bug 591) to fixlandley1-0/+3
2005-12-14- several functions depend on IPv4 or IPv6 od IPX support.aldot1-0/+3
2005-12-14- remove warning (thanks Yann E. MORIN) and switch to ENABLE_aldot1-15/+15
2005-12-13remove sigsetmask, noticed by Bernhardvodz1-0/+4
2005-12-13- check if CC supports -funsigned-charaldot1-1/+9
2005-12-13- wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warningaldot2-7/+11
2005-12-13- do away with superfluous keyword.aldot1-1/+1
2005-12-13remove strange bloat dup2() usage, sync this code with mainstream login-utils...vodz1-3/+2
2005-12-13Nothing to see here. Move along.landley5-2/+180
2005-12-13Minor fix: if(CONFIG) breaks the build when that CONFIG is disabled, it haslandley1-1/+1
2005-12-12Patch from Yann E. Morin, something to do with bugs 276 and 272.landley1-232/+273
2005-12-12- typo: s/sucess/success/galdot2-2/+2
2005-12-12- fix zcip for IMA compile mode.aldot1-6/+6
2005-12-12Flush output to log promptly (bug 389).landley1-0/+1
2005-12-12Flush input when prompting for a password (bug 373).landley1-0/+1
2005-12-12Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentallylandley1-1/+1
2005-12-12Uninitialized variable causing intermittent syntax errors (bug 449).landley1-0/+1
2005-12-12printf() arguments shouldn't be passed straight from user supplied data.landley1-1/+1
2005-12-12Change CONFIG_MODPROBE_MULTIPOLE_OPTIONS tolandley1-11/+11
2005-12-11Patch from Yann E. Morin to reorganize module config options.landley1-36/+43
2005-12-11Make insmod quiet by default (patch from Yann E. Morin).landley1-1/+1
2005-12-11Yann E. Morin's update to modprobe usage.landley1-4/+60
2005-12-11Patch from Yann E. Morin to make rmmod report failure properly.landley1-2/+2
2005-12-11Add build options to control SuS compatability, allows numeric bug15-1/+24
2005-12-10- remove unused variable have_read_stdinaldot1-8/+3
2005-12-08avoid mixed declarations, to support older compilers just a little longer.pgf1-1/+2
2005-12-07Macro was wrong, name(void) vs name(x), and apparently gcc 2.95 cares aboutlandley1-1/+1
2005-12-07uClibc can't handle anonymous MAP_SHARED. Since we're treating it aslandley1-1/+1
2005-12-06Tito is using broken kernel headers that pollute the namespace with everylandley1-2/+2
2005-12-06reduce 3 warning if compile with -Wvodz1-2/+5
2005-12-06restore compare_string_array new interface (make broken by landley)vodz4-10/+12
2005-12-02Install links patch from Yann E. Morin. (Another thing hanging around in mylandley3-21/+21
2005-12-02If we really _need_ an #ifdef like this, then we should be using the libbblandley1-3/+0
2005-12-02Another cleanup patch that's been in my tree for a while. Again I think it'slandley1-40/+14
2005-12-02A cleanup patch I've had lying around in my tree for a while, I think itlandley1-35/+10
2005-12-02reduce signedness warningvodz1-2/+2
2005-12-02reduce signedness warningvodz1-7/+9
2005-12-02remove warnings if compile with -W, use ENABLE_FEATURE vs CONFIG_FEATUREvodz1-62/+64