aboutsummaryrefslogtreecommitdiffstats
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2020-03-12clients/lib: cast memchr() return value to non-constLubomir Rintel1-1/+1
2020-03-12clients/lib: include string.h for memset()Lubomir Rintel1-0/+1
2020-03-12clients/lib: include string.h for memcpy()Lubomir Rintel1-0/+1
2020-03-12clients/lib/arm: add ofw_setup() prototypeLubomir Rintel1-0/+1
2020-03-12clients/emacs: disable some compilers warningsLubomir Rintel2-0/+4
2020-03-12clients/emacs: don't return without a valueLubomir Rintel1-2/+2
2020-03-12build: turn off PIE by defaultLubomir Rintel2-2/+2
2020-03-12clients: do not use uname -pLubomir Rintel2-2/+2
2020-03-12all: drop a handful of extra executable bitsLubomir Rintel9-0/+0
2020-03-12clients/emacs: disable some warningsLubomir Rintel1-0/+2
2020-03-12memtest86: get rid of duplicate symbolsLubomir Rintel1-3/+3
2020-03-12memtest86: fix build with recent gccLubomir Rintel1-0/+1
2012-03-31start.s removed in favor of start.Swmb1-92/+0
2012-03-27Client library - fixed residual problem from recent cleanup.wmb4-17/+13
2012-03-27Client library - big checkin towmb20-426/+544
2012-02-10Client library - added strstr and strcasestr, and improved the implementation...wmb1-18/+94
2011-09-28allow use of $CROSS to locate cross-compilerpgf2-9/+11
2011-07-14OLPC XO-1.75, move raise() noop function to library and fix build on koji2quozl2-4/+18
2011-07-14memcmp, fix to previous commit, size_t not present, use intquozl1-1/+1
2011-07-14memcmp version from multicast-nand moved into library, Mitch identifiedquozl1-4/+7
2011-07-12svn ignorewmb1-0/+1
2011-07-12OLPC XO-1.75 trac #10997 - added emacs to XO-1.75 build.wmb5-1/+136
2011-06-15client library - Use -fno-builtin to eliminate "conflicting type" warnings, a...wmb4-13/+11
2011-06-14OLPC XO-1.75 trac #10884 - Nandblaster for ARM - more tweaks to make it compi...wmb1-1/+2
2011-06-14OLPC XO-1.75 trac #10884 - Nandblaster for ARM - tweaks to make it compile na...wmb1-3/+14
2010-08-17x86 - memtest86 - Completed the process begun by svn 1938 by revertedwmb1-2/+1
2010-08-17x86 - memtest86 - Fixed the problem cited in the previous commit in awmb1-86/+87
2010-08-17x86 - memtest86 - changed -Os to -O1 in Makefile to fix runtime errorswmb1-1/+2
2010-03-10Added some new string parsing routines to the client library.wmb2-24/+69
2009-08-20Minor change in Makefile for memtest86 to avoid build problems fromwmb1-5/+2
2009-05-14memtest - removed unused local variables.wmb1-2/+0
2009-05-14memtest - Made memtest86 work on the Via demo board.wmb4-8/+74
2009-05-14memtest - removed screen clearing from the restart routine because the displa...wmb1-7/+0
2009-05-14memtest - added type detection for some more Via CPU types.wmb1-7/+30
2009-05-14memtest86 - Parameters to EGA_ADR must be parenthesized to prevent operator p...wmb1-1/+1
2008-12-04OLPC - secure NANDblaster support.wmb2-3/+5
2008-12-04OLPC - bit checkin of multicast NAND updater improvements, includingwmb2-2/+29
2008-12-04Changed a prototype in 1275.h to eliminate a compiler warning.wmb1-1/+1
2008-10-27OLPC trac 8897 - EMACS was leaving cruft at the end of files.wmb1-3/+6
2008-10-01Added some .gitignore files for people who import the SVN repository into git.wmb3-0/+5
2008-09-30Client library improvments in support of the multicast NAND updater.wmb5-34/+182
2008-09-08Client library: Define the stdio buffer as unsigned char instead of charwmb2-3/+3
2008-09-03Client library cleanups - eliminated unused symbols in start.s,wmb2-5/+3
2008-09-02Client library - support printf field width specifiers.wmb1-19/+51
2008-09-02Client library stdio - pay attention to "read only" open mode, andwmb2-3/+14
2008-09-02Neptune - allow rerunning ispVME without rebooting.wmb2-46/+9
2008-08-28emacs Makefile cleanup - added "emacs" to the "clean" target.wmb1-2/+1
2008-08-28Added "firmworks,create" to the client interface so client programswmb3-1/+37
2008-08-28Cleaned up some compiler warnings in the client library.wmb3-5/+5
2008-08-28OLPC - incorporate emacs client program into OLPC buildwmb2-6/+2
2008-08-28Checked in EMACS client program files.wmb52-0/+18218
2008-01-22memtest86 - Added an explicit rule for compiling random.o to fix problems whe...wmb1-0/+3
2008-01-12Client demo "hello" makefile - added cc flags to force 32 bit compilation.wmb1-2/+5
2007-08-03memtest86 - Added -fno-stack-protector to default CCFLAGS, so it will compile...wmb1-1/+1
2007-05-01Adjust the -fno-stack-protector option such that you can comment/uncommnet ea...rsmith1-1/+2
2007-05-01OLPC: Change the libertas firmware pull scheme such that it pulls from the rp...rsmith1-1/+1
2007-04-27OLPC trac #1375 - memtest fails to find L1/L2 cache size. Added CPUIDwmb2-3/+21
2007-04-07memtest86 - Reverted to the original load address (0x10000) becausewmb1-1/+1
2007-04-07memtest - Minor cleanups to reduce the diffs from the original version.wmb7-31/+23
2007-04-06Added memtest86 source files.wmb47-0/+20126
2007-04-06Added memtest86wmb1-0/+132
2007-02-10Client program examples for x86: updated to work with current GCC.wmb3-42/+42
2007-01-05Initial revisionwmb1-0/+93
2006-12-03Added license.wmb1-0/+25
2006-12-03Addedwmb1-0/+50
2006-11-13Initial revisionwmb26-0/+3055