aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ushcpc: gracefully handle packets with CHECKSUM_PARTIALAlexey Froloff2012-09-171-8/+49
* telnet: convert Enter -> CR LF in line mode tooDenys Vlasenko2012-09-171-11/+18
* telnet: shrink literal string sizeDenys Vlasenko2012-09-171-4/+4
* telnet: convert CR -> CR LF, not CR -> CR NUL when sending data to serverDenys Vlasenko2012-09-132-17/+6
* fbsplash: support non-RGB565 pixels in 16-bit modeLinus Walleij2012-09-061-5/+22
* find: make -mindepth N -xdev correctly stop on mountpointsDenys Vlasenko2012-09-061-14/+21
* ash: fix "read -s" + ^C. Closes 5504Denys Vlasenko2012-09-062-1/+6
* top: fix "last CPU" parsingDenys Vlasenko2012-09-061-1/+1
* sysctl: implement -qJoshua Kahlenberg2012-09-051-13/+19
* refactor correct_password.c to avoid one ifwalter harms2012-09-041-6/+3
* build system: stop .eh_frame generationDenys Vlasenko2012-09-041-0/+3
* wget: reorder fread and poll: poll only if fread returns EAGAIN. Closes 5426Denys Vlasenko2012-09-031-52/+62
* httpd_indexcgi.c: fix compile failureDenys Vlasenko2012-09-031-0/+1
* Fix compile failure in ll_proto.cDenys Vlasenko2012-09-031-2/+2
* blkid: add support for nilfs2Sven-Göran Bergh2012-09-025-0/+109
* volume_id: code shrinkDenys Vlasenko2012-09-021-15/+19
* blkid: add type display for btrfsSven-Göran Bergh2012-09-021-0/+1
* ll_proto.c: code shrinkDenys Vlasenko2012-09-021-23/+85
* style fixes, no code changesDenys Vlasenko2012-09-022-2/+2
* getty: tweak style, no code changesDenys Vlasenko2012-09-021-2/+1
* wget: try reading after poll timeout - stdio may have buffered data. Closes 5426Denys Vlasenko2012-08-161-7/+14
* getty: add commented-out extended error diagnosticDenys Vlasenko2012-08-161-0/+8
* login: increase login name size limit from 32 to 64Denys Vlasenko2012-08-151-1/+2
* udhcp[cd]: fix binding to network aliases. Closes 5432, 5438Denys Vlasenko2012-08-101-1/+9
* lineedit: fix Alt-D when cursor==0Cliff Frey2012-08-071-3/+3
* platform.h: disable ALIGNn macros for s390[x]Denys Vlasenko2012-08-061-1/+2
* disable format security warningsMike Frysinger2012-08-041-0/+1
* udhcpc: make -O <numeric_opt> work. Closes 5402Denys Vlasenko2012-07-273-13/+21
* Simplify copyright/license notice that appears in the binary.Bradley M. Kuhn2012-07-261-3/+3
* Add yet another missing ALIGN2 on a global declaration.Denys Vlasenko2012-07-261-1/+1
* dhcpd: write lease file on exitDenys Vlasenko2012-07-241-4/+4
* *: declare strings with ALIGN1, as appropriateAurelien Jarno2012-07-241-18/+18
* *: declare strings with ALIGN1, as appropriateMichael Tokarev2012-07-243-5/+5
* testsuite: make mkfs.minix test not fail spuriously on big endianYao Zhao2012-07-241-1/+9
* sed: allow 'w' cmd to use two address formMimi Li2012-07-241-5/+11
* tftpd: fix -u USER to work with chroot. Closes 5348Denys Vlasenko2012-07-181-32/+32
* awk: fix FS assignment behavior. Closes 5108Denys Vlasenko2012-07-112-0/+19
* ftpd: free allocated string on error pathDenys Vlasenko2012-07-111-0/+1
* ftpd: fix MDTM's month value. Closes 5336Denys Vlasenko2012-07-111-1/+1
* ash: add a comment about VEXPORTDenys Vlasenko2012-07-071-0/+4
* fbset: respect rgba configuration lines in fb.modesLinus Walleij2012-07-071-1/+25
* acpid: add missing lid switch definitionEric Martin2012-07-071-0/+1
* include sys/resource.h where neededMike Frysinger2012-07-057-0/+7
* mount: support strictatime option. Closes 5240Denys Vlasenko2012-06-261-1/+9
* awk: make -F STR interpret escape sequences. Closes 5126Denys Vlasenko2012-06-222-7/+24
* dpkg: fix creation of .list files (were empty since b768aeb). Closes 5324Denys Vlasenko2012-06-223-6/+14
* trivial small speed optimizationDenys Vlasenko2012-06-221-3/+5
* mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240Denys Vlasenko2012-06-221-2/+8
* mount: undo recent breakage when mount flags were made unsignedDenys Vlasenko2012-06-221-1/+1
* mount: fix the wrongly stored fs creation timeDenys Vlasenko2012-06-213-14/+54