summaryrefslogtreecommitdiff
path: root/networking (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-15modify ptr_to_globals trick so that we do not violateDenis Vlasenko4-13/+20
2007-03-14adjtimex: fix argument types (most importantly, allow negative ones)Denis Vlasenko1-4/+4
2007-03-14swapon: reinstate hole check but reduce it to warningDenis Vlasenko2-3/+2
2007-03-14arp, networking/interface.c: eliminate staticsDenis Vlasenko3-85/+90
2007-03-14get_header_ar: reformatted code, no real changesDenis Vlasenko1-10/+14
2007-03-14chown, env: stop using staticsDenis Vlasenko2-14/+14
2007-03-14missed hunk of "stop using big static buffer for inode hash"Denis Vlasenko1-1/+1
2007-03-14stop using big static buffer for inode hashDenis Vlasenko3-43/+48
2007-03-14stop using (yet another) static bufferDenis Vlasenko1-3/+1
2007-03-14watchdog: don't use static variableDenis Vlasenko1-9/+9
2007-03-14udhcp: use fdprintf for pidfile creation (smaller code)Denis Vlasenko1-7/+1
2007-03-14cosmetic documentation changeDenis Vlasenko1-16/+16
2007-03-14- change option -c to -Z to match newer upstream SElinux conventionsBernhard Reutner-Fischer2-3/+3
2007-03-14gzip: bbunzip integration fixesDenis Vlasenko2-172/+23
2007-03-14gzip: use common bbunzip infrastructure - ~700 bytes code lessDenis Vlasenko4-99/+185
2007-03-14gzip: reduce global data footprint, part 3Denis Vlasenko3-6/+8
2007-03-14gzip: reduce global data footprint, part 2Denis Vlasenko2-44/+48
2007-03-14gzip: reduce global data footprint, part 1Denis Vlasenko1-446/+463
2007-03-13fsck_minix: stop using large buffers in bssDenis Vlasenko1-12/+26
2007-03-13ash: popstackmark is reported trying to pop until NULLDenis Vlasenko1-0/+3
2007-03-13Do not fail password check if shadow password does not exist -Denis Vlasenko8-78/+120
2007-03-12resize: make it usable in in backticks; have a timeout (if displayDenis Vlasenko1-8/+37
2007-03-12add missing copyright statements and doc for svDenis Vlasenko3-0/+204
2007-03-12sv: make code trivially smallerDenis Vlasenko1-4/+4
2007-03-12chcon: remove redundant ifs: if(p) free(p)Denis Vlasenko1-5/+2
2007-03-12introduce and use setfscreatecon_or_dieDenis Vlasenko7-13/+16
2007-03-12swapon: random shrinkageDenis Vlasenko1-5/+4
2007-03-12bbunzip: remove extra formatting directives in commentsDenis Vlasenko1-2/+0
2007-03-12chcon: exclude constraints for impossible option if long opts are offDenis Vlasenko1-3/+6
2007-03-11next portion of selinux updates: chcon, runcon. FromDenis Vlasenko7-2/+349
2007-03-11kill superfluous returns at the end of void functionsDenis Vlasenko18-59/+17
2007-03-11update defconfigDenis Vlasenko1-19/+40
2007-03-11fix buglets found by randomconfig runDenis Vlasenko3-5/+18
2007-03-10awk: support multiple -v optionsDenis Vlasenko1-3/+8
2007-03-10selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft)Denis Vlasenko14-47/+452
2007-03-10more: do not mess with "/dev/console" (!);Denis Vlasenko3-47/+43
2007-03-09ifupdown: do not complain if !/var/run/ifstateDenis Vlasenko1-1/+1
2007-03-09runsv: random code savings, ~300 bytesDenis Vlasenko1-72/+63
2007-03-09bbunzip: size optimization: ~90 bytesDenis Vlasenko2-22/+21
2007-03-09- updateBernhard Reutner-Fischer1-1/+0
2007-03-09- add chrt applet.Bernhard Reutner-Fischer6-0/+150
2007-03-09printf: allow hex/oct numbers; move functions aroundDenis Vlasenko1-113/+104
2007-03-09- move bbconfig into alphabetical orderBernhard Reutner-Fischer1-1/+1
2007-03-09diff: failed to confirm "static bug" in gcc - reinstating statics.Denis Vlasenko3-78/+81
2007-03-09less: handle yet another Home/End key sequence; expand a commentDenis Vlasenko1-4/+13
2007-03-09- add selinux applets to the IMA workaroundBernhard Reutner-Fischer1-0/+3
2007-03-09This small patch fixes a bug when exclusive options were givenBernhard Reutner-Fischer1-2/+2
2007-03-09add STANDALONE supportMike Frysinger1-5/+73
2007-03-08less: make '/' (regex search) scan input if no matches are foundDenis Vlasenko1-8/+6
2007-03-08less: yet another attempt to make search betterDenis Vlasenko1-1/+17