summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Delete unused variable, fix prototype definition.Kanoj Sarcar2000-10-251-1/+1
|
* Move all the definitions for non-Linux syscalls into a separate file.Ralf Baechle2000-10-254-1943/+1960
| | | | Who cares about POSIX flavoured Risc/OS syscalls etc. anyway ...
* Fix get_wchan for real. The 64-bit version also supports 32-bit psRalf Baechle2000-10-243-21/+72
| | | | | binaries. For 64-bit kernel and 32-bit the higher 32-bit of addresses have to be stripped of all addresses.
* Attempt to fix get_wchan().Ralf Baechle2000-10-241-11/+2
|
* __restore_flags had wrong constraints. The resulting registerRalf Baechle2000-10-241-66/+61
| | | | | corruption probably wasn't really problematic. Anyway, the the fixed version shaves of a few kb (!) of kernel size. Overhaul xchg().
* Fix 32-bit pread(2) / pwrite(2) syscalls.Ralf Baechle2000-10-242-2/+69
|
* Fix sysmips32(MIPS_ATOMIC_SET, ...). In case of a page fault on SMPRalf Baechle2000-10-191-9/+35
| | | | | this might freeze the entire machine which killed my work several times ...
* Fix 32-bit sigaltstack(2). This was breaking a number of programs,Ralf Baechle2000-10-191-3/+6
| | | | some of them silently.
* Fix & vs. && bug in PHY detection. Found by Chad.Ralf Baechle2000-10-131-1/+1
|
* Modem control ioctls from zs driver.Ralf Baechle2000-10-132-31/+76
|
* New i2859 interrupt handling, code is not yet live.Ralf Baechle2000-10-121-0/+298
|
* One more .cvsignore file.Ralf Baechle2000-10-121-0/+2
|
* The Code Police: Reformat according to Linus' style. No functionalRalf Baechle2000-10-1217-1689/+1695
| | | | changes.
* DDB5476 support from Jun Sun.Ralf Baechle2000-10-1223-8/+1882
|
* Fix the IP22 build after Ralf's last change.Keith M Wesolowski2000-10-111-5/+5
|
* More Atlas bits.Ralf Baechle2000-10-112-192/+56
|
* SNI updates, the first in a century ...Ralf Baechle2000-10-105-135/+198
|
* Reformat.Ralf Baechle2000-10-101-2/+0
|
* Kill irq_cannonicalize.Ralf Baechle2000-10-1020-97/+125
|
* More Atlas chainsawing.Ralf Baechle2000-10-0912-270/+413
|
* Reformat.Ralf Baechle2000-10-092-6/+5
|
* Fix typo making ld 2.8.1 crash.Ralf Baechle2000-10-095-5/+5
|
* The usual dose of .cvsignore files.Ralf Baechle2000-10-094-0/+8
|
* Support for MIPS Atlas and Malta evaluation boards. Chainsaw edition;Ralf Baechle2000-10-0931-0/+4121
| | | | doesn't compile because it smokes ld ...
* Don't include <asm/sni.h>, it breaks compilation for big endianRalf Baechle2000-10-081-1/+0
| | | | targets.
* Don't include <asm/sgialib.h>; this breaks compilation horribly onRalf Baechle2000-10-081-1/+0
| | | | non-ARC machines.
* And even one more.Ralf Baechle2000-10-081-0/+10
|
* Fix one more linker script.Ralf Baechle2000-10-081-0/+10
|
* Same for 32-bit kernel.Ralf Baechle2000-10-082-0/+20
|
* Deal with ld missplacing sections.Ralf Baechle2000-10-081-0/+10
|
* Add extra brackets to make {get,put}_unaligned macros safe againstRalf Baechle2000-10-062-12/+12
| | | | macro abuse. Patch from Jun Sun.
* Make put_unaligned() compile.Ralf Baechle2000-10-062-4/+3
|
* Initialization fixes for 2.4.0-test9Florian Lohoff2000-10-051-0/+6
|
* Fix the fix.Ralf Baechle2000-10-051-3/+3
|
* Kill one more occurance of __atomic_fool_gcc.Ralf Baechle2000-10-051-1/+1
|
* Merge with Linux 2.4.0-test9. Please check DECstation, I had a numberRalf Baechle2000-10-051802-39373/+90091
| | | | | | | of rejects to fixup while integrating Linus patches. I also found that this kernel will only boot SMP on Origin; the UP kernel freeze soon after bootup with SCSI timeout messages. I commit this anyway since I found that the last CVS versions had the same problem.
* Make /dev/console=5, 1 work by making sure output is redirected intoKanoj Sarcar2000-10-032-1/+15
| | | | the first serial port (/dev/ttyS0), which is also the prom/kernel console.
* More format string fixes from Maciej.Ralf Baechle2000-10-032-10/+10
|
* o fix warnings in bitops.hHarald Koerfgen2000-10-034-22/+10
| | | | | o enable RTC driver for DECstations by default o let KMINs work again
* Remove extraneous characters after #undef macro. These were resultingRalf Baechle2000-10-021-3/+3
| | | | | in warnings which again may break autoconf script, in particular e2fsutils's.
* Fixes for IOC3 driver reset.Ralf Baechle2000-10-021-40/+84
|
* Fix the unaligned access macros.Ralf Baechle2000-10-022-166/+153
|
* Delete load_linked / store_conditional.Ralf Baechle2000-10-021-36/+0
|
* Make user_mode mode an inline; it's the same on all 64-bit CPUs.Ralf Baechle2000-10-024-15/+3
|
* Compatibility version of utime(2).Ralf Baechle2000-10-022-1/+32
|
* Ignore generated file ld.script.elf32.Ralf Baechle2000-10-021-0/+1
|
* String format fixes from Maciej.Ralf Baechle2000-10-021-2/+2
|
* Fix various bitops wreckage.Ralf Baechle2000-10-023-130/+118
|
* Avoid recursive page faults.Ralf Baechle2000-09-301-2/+3
|
* Fixup a number of loose ends in RM7000 support.Ralf Baechle2000-09-296-28/+40
|