summaryrefslogtreecommitdiffstats
path: root/include/asm-mips/string.h
Commit message (Collapse)AuthorAgeFilesLines
* move nop out of the loop in strncmp.Gleb O. Raiko2000-02-281-8/+6
| | | | It saves an instruction per loop, nothing more.
* o default configuration for DECstations addedHarald Koerfgen2000-02-191-1/+7
| | | | o minor R3000 and DECstations related fixes
* Merge with Linux 2.3.40.Ralf Baechle2000-02-161-13/+14
|
* Made implicit assumptions about the availability of some CPU capabilities on ↵Harald Koerfgen1999-08-131-2/+4
| | | | certain ISA levels explicitely configurable
* o Exported en/disable_irqHarald Koerfgen1999-04-111-11/+13
| | | | | o fixed missing pseudo instruction in r6000_fpu.S o Bugfixes for string.h
* o Merge with Linux 2.1.116.Ralf Baechle1998-08-251-9/+3
| | | | | o New Newport console code. o New G364 console code.
* o New memset. Fastest in town for size > 6 bytes.Ralf Baechle1998-05-041-2/+5
| | | | | | | | | | | | | | | | | | | | | | | o New clear_user. o Memcpy now efficiently copies the (src^dest)&3 != 0. o Memmove new correctly deals with overlaps o Rewrite csum_partial in assembler. o Rewrte csum_partial_from_user in assembler. o __copy_user is now integrated with memcpy. o get_user now returns a zero value on error. o copy_from_user now clears the destination buffer on error. o strncpy_user now has a more efficient caller routine. o strlen_user now has a more efficient caller routines and is faster. o The unaligned handler is now much cleaner. It's now also save from interrupt. Some more esotheric bugs fixed as well. o Don't export bcopy anymore, it's now a inline function. o Delete ancient junk from the first days of Linux/MIPS. o Delete dead code in indy_sc.c. o Including the IDE driver doesn't crash an Indy anymore. o Eleminate active_ds. We now use current_ds directly in the thread structure which is faster and threadsafe. Saves almost 2kb on the kernel. o Serial console should work again.
* Undo accidential edits.Ralf Baechle1998-03-251-9/+1
|
* Store current in $28.Ralf Baechle1998-03-231-1/+9
|
* o Fix handling of interrupted syscalls.Ralf Baechle1998-03-221-16/+7
| | | | | | | | | | | | o Just count missed heartbeats on Indys but don't print a messages. This was a bug by itself. o Fix a crash in exit_mmap(). o Fix scanmem(). o Fix clear_active_bh(), a ~ was missing causing weak performance. o Remove experimental cache instructions from stackframe.h. It wasn't improving performance as I was hoping. o Shrink the size of the exception handler routines in uaccess.h. o Cleanup, remove dead code in various files.
* Part #2 merging back my changes ...Ralf Baechle1997-12-011-1/+1
|
* Merge with Linux 2.1.55. More bugfixes and goodies from my privateRalf Baechle1997-09-121-11/+11
| | | | CVS archive.
* Fix memset prototype.Ralf Baechle1997-07-241-2/+4
|
* Import of Linux/MIPS 2.1.14.2Ralf Baechle1997-03-251-319/+14
|
* Import of Linux/MIPS 2.1.14Ralf Baechle1997-01-071-108/+352
|
* Import of Linux/MIPS 1.3.0Ralf Baechle1995-11-141-74/+61
|
* Import of Linux/MIPS 1.1.68Ralf Baechle1994-12-011-1/+24
|
* Import of Linus's Linux 1.1.68Ralf Baechle1994-11-281-0/+209