aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-16gen_build_files.sh: rewrite with sedMike Frysinger1-53/+47
2010-11-16allow SKIP_STRIP to be set in the envMike Frysinger1-1/+1
2010-11-16depmod.pl: add recursive sanity checkMike Frysinger1-0/+3
2010-11-15lineedit: create history files with mode 0600Wolfram Sang1-5/+7
2010-11-14hush: add support for "set -o pipefail"Denys Vlasenko3-23/+186
2010-11-14hush: preparatory patch for set -o pipefail supportDenys Vlasenko1-4/+5
2010-11-13libbb: remove unused variableLauri Kasanen1-4/+3
2010-11-08deluser: do not warn spuriously when deleting group by deluserTito Ragusa1-6/+14
2010-11-07delgroup: correct the check for users who still use the groupDenys Vlasenko1-12/+12
2010-11-06typo fixDenys Vlasenko2-2/+2
2010-11-06deluser: 2nd attempt at deluser/delgroup size reduction and improvementsTito Ragusa1-29/+70
2010-11-06powertop: code shrinkMaksym Kryzhanovskyy1-12/+13
2010-11-06ls: fix -lg to show group (was showing user)Denys Vlasenko1-3/+3
2010-11-04powertop: fix last line detection in process_timer_stats()Denys Vlasenko1-2/+2
2010-11-04powertop: replace erroneous \n with \0; make numberic conversion more robustDenys Vlasenko1-7/+5
2010-11-04ip: Fix command line option parsing of "ip route get ..."Christian Hornung1-1/+1
2010-11-04powertop: code shrinkMaksym Kryzhanovskyy1-57/+35
2010-11-03type fix in commentDenys Vlasenko1-1/+1
2010-11-03rename archival/libunarchive -> archival/libarchive; move bz/ into itDenys Vlasenko74-57/+57
2010-11-03*: move lzo compressor code to archival/libunarchive/. No code changesDenys Vlasenko9-2/+3
2010-11-02init: if PID!=1, show clearer error message. move usage text closer to main()Denys Vlasenko2-137/+137
2010-11-01whitespace fixDenys Vlasenko1-1/+1
2010-11-01decompress_bunzip2: reinstate erroneously deleted RETVAL_SHORT_WRITEDenys Vlasenko1-1/+2
2010-11-01umount: cleanup and code shrinkRob Landley1-40/+7
2010-10-30stat: fix mtime/ctime/atimeEric Lammerts1-4/+3
2010-10-30fdisk: fix trivial build failureDenys Vlasenko1-0/+1
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko5-11/+1
2010-10-30decompress_bunzip2: code shrink ~5 bytesDenys Vlasenko1-12/+13
2010-10-30decompress_bunzip2: code shrink ~10 bytesDenys Vlasenko1-74/+99
2010-10-29decompress_bunzip2: add profiling data to comment. no code changesDenys Vlasenko1-0/+11
2010-10-29scripts/mkdiff_obj: show "size OBJFILE" tooDenys Vlasenko1-2/+2
2010-10-29decompress_bunzip2: relieve register pressure in hot function read_bunzipDenys Vlasenko2-7/+15
2010-10-29decompress_bunzip2: keep bd->writeCRC in CPU reg in the hot loopDenys Vlasenko1-21/+28
2010-10-29powertop: build fix for !386 compilesDenys Vlasenko1-1/+1
2010-10-29decompress_bunzip2: code shrinkDenys Vlasenko1-44/+67
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-29ifupdown: add manual method for IPv6. Closes bug 2497.Denys Vlasenko1-55/+68
2010-10-29telnet: do not check for 0 return from poll (it's impossible)Denys Vlasenko1-24/+24
2010-10-29telnet: convert CR NUL -> CR on input. Closes bug 2569Denys Vlasenko1-69/+63
2010-10-29unicode: update unicode_width on !unicode branch too. Closes bug 2593Denys Vlasenko1-2/+5
2010-10-29dnsd: fix 64-bit bug 2539.Denys Vlasenko1-1/+1
2010-10-28decompress_bunzip2: handle concatenated .bz2 filesDenys Vlasenko5-30/+81
2010-10-28bloat-o-meter: make it python3 compliantMarek Polacek1-2/+2
2010-10-28*: use _exit() in sighandlers; showkey: do not use exit-thru-sighandlerMarek Polacek8-72/+78
2010-10-28scripts: remove bitrotted scripts/individualDenys Vlasenko3-139/+16
2010-10-28update docs/new-applet-HOWTO.txtHolger Blasum1-9/+9
2010-10-28ipcrm: small code shrinkDenys Vlasenko1-4/+3
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-10-28mount: pass NULL, not "", as "data" to mount syscall if we have no optsAlexander Shishkin1-12/+22
2010-10-28login: free fromhost upon cleaning upAlexander Shishkin1-0/+7