summaryrefslogtreecommitdiffstats
path: root/lib_generic/string.c
Commit message (Collapse)AuthorAgeFilesLines
* Scheduled for removal: strnicmp() which is unusedWolfgang Denk2006-05-031-1/+1
|
* Fix loop end test in lib_generic/string.c:strswab()Wolfgang Denk2005-10-041-1/+1
| | | | | Patch by Andrew Dyer, October 10, 2005 Signed-off-by: Andrew Dyer <amdyer@gmail.com>
* Fix strswab() to reliably find end of stringWolfgang Denk2005-09-251-5/+6
| | | | Patch by Andrew Dyer, 08 Feb 2005
* * Patch by Yuli Barcohen, 4 Mar 2004:wdenk2004-03-141-0/+27
| | | | | | | | | | | | | | | | | Fix problems with GCC 3.3.x which changed handling of global variables explicitly initialized to zero (now in .bss instead of .data as before). * Patch by Leon Kukovec, 02 Mar 2004: add strswab() to fix IDE LBA capacity, firmware and model numbers on little endian machines * Patch by Masami Komiya, 02 Mar 2004: - Remove get_ticks() from NFS code - Add verification of RPC transaction ID * Patch by Pierre Aubert, 02 Mar 2004: cleanup for IDE and USB drivers for MPC5200
* * Code cleanup:wdenk2003-06-271-4/+4
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Patch by Daniel Engström, 18 Nov 2002:wdenk2002-11-191-24/+0
| | | | | | | | | | Fixes for x86 port (mostly strings issues) * Patch by Ken Chou, 18 Nov 2002: Fix for natsemi NIC cards (DP83815) * Patch by Pierre Aubert, 19 Nov 2002: fix a bug for the MII configuration, and some warnings
* Initial revisionwdenk2002-11-031-0/+574
OpenPOWER on IntegriCloud