aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-19mingw.h: fixes for MinGW-w64Ron Yorston1-12/+5
2012-09-19Remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from config fileRon Yorston1-1/+0
2012-09-07Simplify recursive directory creationRon Yorston1-8/+5
2012-09-06fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij1-5/+22
2012-09-06find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko1-14/+21
2012-09-06ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko2-1/+6
2012-09-06top: fix "last CPU" parsingDenys Vlasenko1-1/+1
2012-09-05sysctl: implement -qJoshua Kahlenberg1-13/+19
2012-09-04refactor correct_password.c to avoid one ifwalter harms1-6/+3
2012-09-04build system: stop .eh_frame generationDenys Vlasenko1-0/+3
2012-09-03wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426Denys Vlasenko1-52/+62
2012-09-03httpd_indexcgi.c: fix compile failureDenys Vlasenko1-0/+1
2012-09-03Fix compile failure in ll_proto.cDenys Vlasenko1-2/+2
2012-09-02blkid: add support for nilfs2Sven-Göran Bergh5-0/+109
2012-09-02volume_id: code shrinkDenys Vlasenko1-15/+19
2012-09-02blkid: add type display for btrfsSven-Göran Bergh1-0/+1
2012-09-02ll_proto.c: code shrinkDenys Vlasenko1-23/+85
2012-09-02style fixes, no code changesDenys Vlasenko2-2/+2
2012-09-02getty: tweak style, no code changesDenys Vlasenko1-2/+1
2012-08-16wget: try reading after poll timeout - stdio may have buffered data. Closes 5426Denys Vlasenko1-7/+14
2012-08-16getty: add commented-out extended error diagnosticDenys Vlasenko1-0/+8
2012-08-15login: increase login name size limit from 32 to 64Denys Vlasenko1-1/+2
2012-08-10udhcp[cd]: fix binding to network aliases. Closes 5432, 5438Denys Vlasenko1-1/+9
2012-08-07lineedit: fix Alt-D when cursor==0Cliff Frey1-3/+3
2012-08-06platform.h: disable ALIGNn macros for s390[x]Denys Vlasenko1-1/+2
2012-08-04disable format security warningsMike Frysinger1-0/+1
2012-07-27udhcpc: make -O <numeric_opt> work. Closes 5402Denys Vlasenko3-13/+21
2012-07-26Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn1-3/+3
2012-07-26Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko1-1/+1
2012-07-24dhcpd: write lease file on exitDenys Vlasenko1-4/+4
2012-07-24*: declare strings with ALIGN1, as appropriateAurelien Jarno1-18/+18
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev3-5/+5
2012-07-24testsuite: make mkfs.minix test not fail spuriously on big endianYao Zhao1-1/+9
2012-07-24sed: allow 'w' cmd to use two address formMimi Li1-5/+11
2012-07-18tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko1-32/+32
2012-07-11awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2-0/+19
2012-07-11ftpd: free allocated string on error pathDenys Vlasenko1-0/+1
2012-07-11ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko1-1/+1
2012-07-07ash: add a comment about VEXPORTDenys Vlasenko1-0/+4
2012-07-07fbset: respect rgba configuration lines in fb.modesLinus Walleij1-1/+25
2012-07-07acpid: add missing lid switch definitionEric Martin1-0/+1
2012-07-05include sys/resource.h where neededMike Frysinger7-0/+7
2012-06-26mount: support strictatime option. Closes 5240Denys Vlasenko1-1/+9
2012-06-26mingw32: add manRon Yorston3-2/+7
2012-06-22awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2-7/+24
2012-06-22dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko3-6/+14
2012-06-22trivial small speed optimizationDenys Vlasenko1-3/+5
2012-06-22mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko1-2/+8
2012-06-22mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko1-1/+1
2012-06-21mount: fix the wrongly stored fs creation timeDenys Vlasenko3-14/+54