1. 10 Aug, 2004 1 commit
  2. 10 May, 2004 1 commit
  3. 22 Mar, 2004 1 commit
  4. 06 Mar, 2004 1 commit
  5. 18 Jul, 2003 2 commits
  6. 11 Jul, 2003 1 commit
  7. 03 Feb, 2003 1 commit
  8. 15 Dec, 2002 2 commits
  9. 25 Nov, 2002 1 commit
  10. 10 Oct, 2002 1 commit
    • Sam Ravnborg's avatar
      kbuild: Distributed clean, misc. · 57733624
      Sam Ravnborg authored
      o Move sound/oss file list to sound/oss/Makefile
      o Remove files non-existing in the tree (khttp,net/802/submenu)
      o scripts/* are handled by scripts makefile
      o Do not delete .config*, be more explicit
      o Add MC* - files generated by Menuconfig in toplevel dir
      57733624
  11. 27 Jul, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Fix "export-objs" · b9a898b8
      Kai Germaschewski authored
      This patch cleans up most of the Makefile's to list the correct files
      (i.e. the ones which do have "EXPORT_SYMBOL" in them) in $(export-objs)
      
      Contributed by "Lightweight patch manager"
      b9a898b8
  12. 18 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Add $(obj), $(src) for generated files · a71684b9
      Kai Germaschewski authored
      I suppose one can argue whether that is ugly or rather nice for
      documentary purposes, but make on its own cannot figure out where a file
      is supposed to live, so we have to help it.
      
      (For the targets handled by Rules.make the situation is different, there
       Rules.make knows what's source and what's object and can add prefixes
       as necessary, so the most of the Makefiles are actually not affected by
       this kind of change)
      
      For now, as $(obj) = $(src) = ., we only add "./", so the potential for
      breakage is rather small.
      a71684b9
  13. 06 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Add rules for compiling programs on the host · f99e6d1e
      Kai Germaschewski authored
      At a couple of places, we need to build programs which run on the
      compile host during building the kernel.
      
      Add a new variable "host-progs" to declare such programs. Rules.make will
      automatically provide rules to compile these programs with appropriate
      command lines etc.
      
      Compared to having explicit rules spread around for doing so, this has
      the following advantages:
      
      o shorter
      o automatically figures out dependencies and handles changing command
        lines
      o Nicer output in quiet mode ;-)
      
      Compiling host programs from multiple sources is also possible, analogous
      to multi-part objects. E.g. scripts/Makefile has
      
      	host-progs := tkparse
      	tkparse-objs := tkparse.o tkcond.o tkgen.o
      f99e6d1e
  14. 24 May, 2002 2 commits
  15. 30 Apr, 2002 1 commit
  16. 22 Apr, 2002 1 commit
  17. 13 Feb, 2002 1 commit
  18. 05 Feb, 2002 8 commits
    • Linus Torvalds's avatar
      v2.4.9.9 -> v2.4.9.10 · c37fa164
      Linus Torvalds authored
        - Alan Cox: continued merging
        - Mingming Cao: make msgrcv/shmat check the queue/segment ID's properly
        - Greg KH: USB serial init failure fix, Xircom serial converter driver
        - Neil Brown: nsfd/raid/md/lockd cleanups
        - Ingo Molnar: multipath RAID personality, raid xor update
        - Hugh Dickins/Marcelo Tosatti: swapin read-ahead race fix
        - Vojtech Pavlik: fix up some of the infrastructure for x86-64
        - Robert Love: AMD 761 AGP GART support
        - Jens Axboe: fix SCSI-generic queue handling race
        - me: be sane about page reference bits
      c37fa164
    • Linus Torvalds's avatar
      v2.4.8 -> v2.4.8.1 · a67f1b5d
      Linus Torvalds authored
        - Rui Sousa: emu10k1 module fixes, remove joystick part.
        - Alan Cox: driver merges
        - Andrea Arkangeli: alpha updates
        - David Woodhouse: up_and_exit -> complete_and_exit
        - David Miller: sparc and network update
        - Andrew Morton: update 3c59x driver
        - Neil Brown: NFS export VFAT, knfsd cleanups, raid fixes
        - Ben Collins: ieee1394 updates
        - Paul Mackerras: PPC update
        - me: make sure we don't lose position bits in "filldir()"
      a67f1b5d
    • Linus Torvalds's avatar
      v2.4.7.8 -> v2.4.8 · e9e7d7fa
      Linus Torvalds authored
        - Rik van Riel: free up swap cache on swapin when swap is full..
        - Robert Love: merge emu10k sound driver.  This one is better ("Yeah,
        you actually get sound out of it")
        - Jeremy Linton: swapin/swapoff race condition fix
      e9e7d7fa
    • Linus Torvalds's avatar
      v2.4.5.8 -> v2.4.5.9 · 2d80cb2a
      Linus Torvalds authored
        - make sure "sync()" doesn't effectively lock up the machine by
        overloading all the IO resources
        - fix up some network memory allocations that don't wan tto wait on IO.
        - merge with Alan (including MIPS update)
        - Jeff Garzik: network driver updates.
        - Al Viro: System V FS update (write capability, page cache, mondo cleanups)
        - Kai Germaschewski: ISDN cleanups, TURBOPAM driver by Stelian Pop
        - Ben Fennema: UDF update (time handling, i_blocks fix)
        - Neil Brown: md error handling improvements, knfsd file handle compatibility
        - Paul Mackerras: PPC update
        - Jakub Jelinek: fix up kernel linker scripts to accept .rodata better
        - Patrick Mochel: fix PME handling in pci_enable_wake()
        - Chris Mason: reiserfs PF_MEMALLOC handling
      2d80cb2a
    • Linus Torvalds's avatar
      v2.4.3.3 -> v2.4.3.4 · d39a11f3
      Linus Torvalds authored
        - David Miller: sparc rw semaphores moved over
        - Alan Cox: yet more resyncs
        - NIIBE Yutaka: Super-H driver update
        - David Howells: more rw-sem cleanups, updates
        - USB updates
        - Al Viro: filesystem init cleanup
      d39a11f3
    • Linus Torvalds's avatar
      v2.4.1.1 -> v2.4.1.2 · 5d12a58c
      Linus Torvalds authored
        - driver sync up with Alan
        - Andrew Morton: wakeup cleanup and race fix
        - Paul Mackerras: macintosh driver updates.
        - don't trust "page_count()" on reserved pages!
        - Russell King: fix serious IDE multimode write bug!
        - me, Jens, others: fix elevator problem
        - ARM, MIPS and cris architecture updates
        - alpha updates: better page clear/copy, avoid kernel lock in execve
        - USB and firewire updates
        - ISDN updates
        - Irda updates
      5d12a58c
    • Linus Torvalds's avatar
      v2.4.0.10 -> v2.4.0.11 · 5e787ed5
      Linus Torvalds authored
        - Trond Myklebust: NFS/RPC client SMP fixes
        - rth: alpha pyxis and cabriolet fixes
        - remove broken sys_wait4() declarations
        - disable radeon debugging code
        - VIA IDE driver should not enable autodma unless asked for
        - Andrey Savochkin: eepro100 update. Should fix the resource timing problems.
        - Jeff Garzik: via82cxxx_audio update
        - YMF7xx PCI audio update: get rid of old broken driver, make new
        driver handle legacy control too.
        - fix missed wakeup on block device request list
        - hpt366 controller doesn't play nice with some IBM harddisks
        - remove inode pages from the page cache only after having removed them
        from the page tables.
        - shared memory out-of-swap writepage() fixup (no more magic return)
      5e787ed5
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32