- 28 Apr, 2002 40 commits
-
-
Ivan Kokshaysky authored
Yes, gdb and strace are broken on alpha since 2.5.6, IIRC. Some necessary 'thread_info' changes still are missing in ptrace.c. Fixed thus.
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Chris Wright authored
The patch below fixes sem_exit() so that the BKL is always released.
-
Sebastian Dröge authored
Here's a simple patch to allow the bttv driver to be build with newer binutils...
-
Benjamin LaHaise authored
In conjunction with some of the earlier problems found in /proc code, now it turns out that snprintf doesn't work correctly in the kernel... Without the following patch, snprintf can return lengths greater than the size argument passed. The net effect is that code using the return value from snprintf can still buffer overrun. This is fixed by not updating the pointer in the buffer unless there is actually space.
-
Russell King authored
The following patch drops the above functions from the ARM port; we've already removed them from the syscall table on ARM, so we can safely remove these from the ARM build.
-
bk://linux-ntfs.bkbits.net/ntfs-tng-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Hansen authored
I added ->readdir(), and a new section referring to the sb_op BKL shift as well.
-
Douglas Gilbert authored
Here is some documentation to describe the interface of lower level drivers (e.g. aic7xxx) in the scsi subsystem. The patch is made up of a text file: drivers/scsi/scsi_mid_low_api.txt and some Documentation/DocBook additions to enable html, ps and pdf renderings.
-
Andrew Morton authored
Here's an array-based implementation.
-
Brian Gerst authored
ARM arch
-
Brian Gerst authored
m68k arch
-
Brian Gerst authored
SuperH arch
-
Brian Gerst authored
CRIS and x86-64 arches
-
Brian Gerst authored
The SYMBOL_NAME macro (and variations) have been obsolete since 2.1.0, when the option to compile the kernel in a.out format was removed. This patch starts the process of removing these macros, starting with x86.
-
Dave Jones authored
Originally by Christoph Hellwig back in February. It recieved no objections when posted to l-k & Jens. o remove DEVICE_REQUEST definitions - never used in blk.h itself. o remove DEVICE_ON() - never used at all. o define LOCAL_END_REQUEST when we do not want end_request() instead of other hacks. o remove DEVICE_OFF() - only used in floppy driver, thus one now has a private end_request(). o use private end_request() functions for drivers not providing randomness. o remove TIMEOUT_VALUE - only ever used in hd.c
-
Dave Jones authored
Some that got lost along the way...
-
Dave Jones authored
Uses the error codes, but doesn't include err.h
-
Dave Jones authored
-
Dave Jones authored
Originally from Manfred Spraul. * dynamically grow the LDT Every app that's linked against libpthread right now allocates a full 64 kB LDT, without proper error handling, and always from the vmalloc area
-
Dave Jones authored
- Nuke unnecessary include. - More infortmational debug info
-
Dave Jones authored
Various bits mostly from 2.4 Also fix indentation of various entries to match the rest of the file.
-
Dave Jones authored
Posted multiple times to l-k by Paul Fulghum
-
Dave Jones authored
Posted multiple times to l-k by Paul Fulghum.
-
Dave Jones authored
- Drop Intel P4 bits - Update other parts in line with latest i386 bluesmoke.c
-
Dave Jones authored
Missing loop increment.
-
Dave Jones authored
This device returns a wrong class code which we work around at boot up time.
-
Dave Jones authored
- printk loglevels - request region checks.
-
Dave Jones authored
Try to get config file distro placed in boot.
-
Dave Jones authored
-
Dave Jones authored
Some SiS boards won't boot without pci=bios forcing their method. The reason for this is in the probe method, we try the BIOS method, and it succeeds and we store the pci_ops. We then try the direct access, it fails and we trash the old pci_ops. The patch stores the pci_ops when BIOS method succeeds and restores it if the direct hardware access method fails.
-
Dave Jones authored
From Stelian, already in 2.4
-
Dave Jones authored
We now have so many CONFIG_ options we overflow a buffer in xconfig. Doubling the size should see us until someone either writes a replacement, or can be bothered to make it dynamically allocate.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
o P4 thermal throttling is now compile time option o ifdefs cleaned up due to above o Only poke the LVT if thermal throttling is enabled. o Remove bogus cache flushing as per previous discussion. o Replace hard coded timer values with MCE_RATE o Change default polling frequency from 5 to 15 seconds o SMP fixes. (Don't readd timer) o Compile time warning fixes. o Add config helptext
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
The A20 code needs a slight tweak to work on AMD Elans. Original patch from Robert Schwebel
-
Nathan Scott authored
This is a patch from Andreas Gruenbacher (the ext2/ext3 EA patch maintainer) which converts the extended attribute VFS code from using the BKL to instead use the inode semaphore; please apply.
-