aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-14modutils-24: [mips] modutlis-24 segfault fix for 2.4 kernel modulesRalf Rösch1-0/+3
2010-04-14hwclock: improve, and then disable clever sync code: it's bloatDenys Vlasenko1-30/+82
2010-04-09xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko1-20/+25
2010-04-09Exclude syslog code if FEATURE_SYSLOG is not setNguyễn Thái Ngọc Duy2-5/+16
2010-04-09tar: fix "hardlinks to symlinks chown" bug 1519.Denys Vlasenko3-50/+82
2010-04-09tar: fix mishandling of repeated hardlink in tarball; expand testsDenys Vlasenko3-16/+73
2010-04-07ipcalc: more correct checking for proper number of argumentsSteve Bennett1-11/+12
2010-04-07ps: fix non-DESKTOP option handling codeDenys Vlasenko1-23/+26
2010-04-06hexdump: make -s 0xNNNNN workDenys Vlasenko1-2/+2
2010-04-06fix typoDenys Vlasenko1-2/+2
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko7-21/+17
2010-04-06init: clear utmp entries for dead processes, if they (entries) existDenys Vlasenko1-0/+4
2010-04-06Move utmp/wtmp support to "General configuration" sectionDenys Vlasenko4-18/+22
2010-04-06telnetd: fill hostname field in utmp/wtmp recordsDenys Vlasenko4-24/+30
2010-04-06fdisk: make comment more clearDenys Vlasenko1-2/+1
2010-04-06udhcp: s/sipservers/sipsrv/ to match other similar option namesDenys Vlasenko1-1/+1
2010-04-06fdisk: make 'b' command optionally adjust C/H/S; "fdisk IMAGE_FILE" sets cyli...Denys Vlasenko1-74/+89
2010-04-06fdisk: code shrink without logic changesDenys Vlasenko1-126/+118
2010-04-06removed extra \n in fdisk help textDenys Vlasenko1-1/+1
2010-04-05telnetd: write LOGIN/DEAD_PROCESS utmp records. Closes bug 1363Denys Vlasenko7-56/+134
2010-04-05libbb: split update_utmp from login/getty in preparation to use it for telnetdDenys Vlasenko7-159/+117
2010-04-04who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -HDenys Vlasenko3-19/+32
2010-04-04udhcpd: note missing sanity checks on INFORM message handlingDenys Vlasenko1-1/+13
2010-04-04update examples/udhcp/udhcpd.confDenys Vlasenko1-0/+2
2010-04-04udhcp: implement "raw" binary options. Closes bug 735Denys Vlasenko2-13/+43
2010-04-04libbb: factor out hex2bin() for infiniband address parserDenys Vlasenko4-49/+46
2010-04-04udhcp: s/dhcp_option/dhcp_optflag/gDenys Vlasenko3-34/+34
2010-04-04udhcpc: trivial shrinkDenys Vlasenko1-4/+2
2010-04-04awk: add comment about fixing bug 1333Denys Vlasenko1-0/+2
2010-04-04awk: don't append bogus data after NUL in sub(); shrinkDenys Vlasenko1-50/+68
2010-04-03udhcpd: support decoding of option 120 "SIP servers". Closes bug 737Denys Vlasenko4-44/+83
2010-04-03cosmetic fixes, no code changedDenys Vlasenko3-16/+15
2010-04-03ftpd: shrink by 33 bytesDenys Vlasenko1-5/+11
2010-04-03libbb: make index_in_substrings return -1 on ambiguous matchesDenys Vlasenko3-7/+24
2010-04-02libpwdgrp: comment out unused dataDenys Vlasenko1-3/+3
2010-04-02httpd: fix proxy mode bug (annoying but harmless), better help textDenys Vlasenko2-5/+5
2010-04-02testsuite fixesChris Metcalf4-4/+16
2010-04-02ifplugd: more robust interface name match checkDenys Vlasenko1-2/+5
2010-04-02mdev: add "!" syntax supportDenys Vlasenko2-24/+43
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko6-37/+16
2010-03-31fix Config.in tab usageDenys Vlasenko3-15/+15
2010-03-31syslogd: make maximum message length configurableJanne Kiviluoto2-1/+11
2010-03-31libpwdgrp: comment out more unused functionsDenys Vlasenko2-9/+26
2010-03-31libpwdgrp: comment out functions with UNUSED_SINCE_WE_AVOID_STATIC_BUFSDenys Vlasenko3-38/+9
2010-03-31libpwdgrp: style cleanupsDenys Vlasenko1-86/+91
2010-03-31libpwdgrp: code style fixes, no real code changesDenys Vlasenko1-14/+14
2010-03-31libpwdgrp: can't depend on strlen(line_buff) != 0Denys Vlasenko1-40/+42
2010-03-30dpkg: remove redundant checkDenys Vlasenko1-1/+0
2010-03-30ifplugd: code shrink; expanded commentsMaxim Kryzhanovsky1-15/+11
2010-03-30dpkg: better check for validity of optionsDenys Vlasenko1-18/+24