aboutsummaryrefslogtreecommitdiff
path: root/lib_generic/string.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-03Scheduled for removal: strnicmp() which is unusedWolfgang Denk1-1/+1
2005-10-04Fix loop end test in lib_generic/string.c:strswab()Wolfgang Denk1-1/+1
Patch by Andrew Dyer, October 10, 2005 Signed-off-by: Andrew Dyer <amdyer@gmail.com>
2005-09-25Fix strswab() to reliably find end of stringWolfgang Denk1-5/+6
Patch by Andrew Dyer, 08 Feb 2005
2004-03-14* Patch by Yuli Barcohen, 4 Mar 2004:wdenk1-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
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-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)
2002-11-19* Patch by Daniel Engström, 18 Nov 2002:wdenk1-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
2002-11-03Initial revisionwdenk1-0/+574