An error occurred fetching the project authors.
  1. 07 Mar, 2010 1 commit
  2. 18 Jun, 2009 1 commit
  3. 28 Oct, 2008 1 commit
  4. 06 Aug, 2008 1 commit
    • Wim Van Sebroeck's avatar
      [WATCHDOG] Coding style - Indentation - part 2 · 0c06090c
      Wim Van Sebroeck authored
      This brings the watchdog drivers into line with coding style.
      This patch takes cares of the indentation as described in chapter 1.
      Main changes:
      * Re-structure the ioctl switch call for all drivers as follows:
      	switch (cmd) {
      	case WDIOC_GETSUPPORT:
      	case WDIOC_GETSTATUS:
      	case WDIOC_GETBOOTSTATUS:
      	case WDIOC_GETTEMP:
      	case WDIOC_SETOPTIONS:
      	case WDIOC_KEEPALIVE:
      	case WDIOC_SETTIMEOUT:
      	case WDIOC_GETTIMEOUT:
      	case WDIOC_GETTIMELEFT:
      	default:
      	}
      
      This to make the migration from the drivers to the uniform watchdog
      device driver easier in the future.
      Signed-off-by: default avatarWim Van Sebroeck <wim@iguana.be>
      0c06090c
  5. 27 May, 2008 1 commit
  6. 18 Oct, 2007 1 commit
  7. 27 Jan, 2007 1 commit
  8. 02 Oct, 2006 1 commit
  9. 03 Jul, 2006 1 commit
  10. 30 Jun, 2006 1 commit
  11. 27 Jul, 2005 1 commit
  12. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4