aboutsummaryrefslogtreecommitdiff
path: root/procps (unfollow)
Commit message (Expand)AuthorFilesLines
2005-12-20Shadow password support went beyond the dependency event horizon, just makelandley1-32/+28
2005-12-20Actually, static buffers look like _this_...landley1-1/+1
2005-12-20remove debug feature for productionvodz1-67/+71
2005-12-19Make a few warnings go away.landley2-4/+4
2005-12-19Do an svn log -v, the information in this changelog is stunningly landley1-1381/+0
2005-12-19Shadow password support involves vlock too.landley1-3/+3
2005-12-19Patch from Tito to make vlock much smaller.landley1-94/+14
2005-12-18strncmp isn't automatically superior to strcmp. Especially when it isn'tlandley1-2/+2
2005-12-17Sigh. Left the debug path in. Fixed.landley1-1/+1
2005-12-17Added /etc/mdev.conf support. Adds about 1.9k to mdev.landley2-16/+123
2005-12-16Bug 601: When we fork an archiver and feed stuff to it through a pipe, iflandley1-3/+4
2005-12-16Ahem. Vladimir checked in a different fix bug didn't close out the bug.landley1-1/+0
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