- 04 Jun, 2003 5 commits
-
-
Jeff Wiedemeier authored
In 2.5.70, the agp_memory struct changed from: typedef struct agp_memory to: struct agp_memory This patch propagates that change into include/asm-alpha/agp_backend.h and arch/alpha/kernel/core_{titan,marvel}.c /jeff
-
bk://linux-sam.bkbits.net/kbuildLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Sam Ravnborg authored
Patch originally by Jesse Barnes <jbarnes@sgi.com> Previously the user were required to supply CROSS_COMPILE and ARCH on the commandline to make, alternatively they patched the Makefile direct. The following patch allows the user to specify the value of these in a variable assigned during init or similar.
-
Sam Ravnborg authored
With make version 3.80 kbuild echo'ed the fixdep command executed each time a c file was compiled. This has been tracked down to a bug in version 3.80 of make. Avoiding newlines in canned command sequences avoid this problem. At the same time consolidated similar code in Makefile.build, and avoiding a few ifdef/endif pairs resulting in a more readable makefile.
-
Sam Ravnborg authored
Patches originally by Adrian Bunk and Rudmer van Dijk. Included "make V=0|1" and "make C=1"
-
- 03 Jun, 2003 35 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.
-