- 03 Jun, 2003 40 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Alexander Viro authored
-
Alexander Viro authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Christoph Hellwig authored
-
Hideaki Yoshifuji authored
- no need to #undef CONFIG_IPV6_SUBTREE - use parentheses around "&" and "|". - fib_repair_tree() is typo.
-
James Morris authored
-
Hideaki Yoshifuji authored
- Pointer within an automatic storage class variable fl was illegally cached using ip6_dst_store() - uninitialized saddr was copied to fl.fl6_src - dont cache if ipv6_saddr_get() failed. Based upon patch from Ville Nuorvala (vnuorval@tcs.hut.fi)
-
Christoph Hellwig authored
-
David S. Miller authored
-
Hideaki Yoshifuji authored
-
Christoph Hellwig authored
-
Hideaki Yoshifuji authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
Randy Dunlap authored
-
David S. Miller authored
-
Chas Williams authored
-
bk://kernel.bkbits.net/acme/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Art Haas authored
-
Art Haas authored
Add C99 initializers to fs/bio.c and fs/dquot.c. And fs/libfs.c had an obsolete GCC style initialzers that is converted to C99 style.
-
bk://ldm@bkbits.net/linux-2.5-corePatrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
John Hawkes authored
smp_send_reschedule_all() is unused in 2.5 and can be eliminated.
-
Bartlomiej Zolnierkiewicz authored
It is unused and not needed
-
Bartlomiej Zolnierkiewicz authored
In ide_register_subdriver() create drive->proc entries only if driver is not idedefault_driver. [ There won't be /proc/ide/hdX/capacity for devices attached to idedefault_driver now, it reported 0x7fffffff previously. ] Do not create drive->proc entries in create_proc_ide_drives(), they are added later in ide_register_subdriver().
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-for-linus-2.5
-
Patrick Mochel authored
into hostme.bitkeeper.com:/ua/repos/l/ldm/linux-2.5-core
-
Patrick Mochel authored
-
Patrick Mochel authored
It's a slow afternoon.
-
Patrick Mochel authored
- Make it very explicit that supplying an object desctructor is imperative if using the interface for object reference counting. - Add GPL statement to the source files. - Add GFL (http://www.fsf.org/licenses/fdl.html) statement to documentation.
-
Patrick Mochel authored
Based on a patch by Stephen Hemminger.
-
Patrick Mochel authored
From Greg: This fixes a oops when unplugging pci network devices.
-
Patrick Mochel authored
From Dave Jones.
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Mark Haverkamp authored
A recent change to the megaraid driver to fix some memset calls resulted in overflowing the arrays being cleared and causing a system panic. This patch fixes the problem by making sure that the arrays being cleared are dimensioned to the correct size. The patch has been tested on osdl's stp machines that have megaraid controllers.
-
Anton Blanchard authored
Here we really want CONFIG_ALL_PPC, since these headers are only valid for PPC Mac machines (barf: badly named config option).
-