1. 12 7月, 2005 2 次提交
  2. 11 7月, 2005 1 次提交
  3. 09 7月, 2005 1 次提交
  4. 05 7月, 2005 1 次提交
    • R
      [SPARC64/COMPAT]: Add some compat ioctl for ppdev · e7270dec
      Raphael Assenat 提交于
      The following patch adds some ioctls to include/linux/compat_ioctl.h
      to allow using ppdev from the 32 bit user space on sparc64.
      
      This patch also adds the PPDEV option in the sparc64 menu, near Parallel
      printer support in the 'General machine setup' submenu.
      
      All those ioctls seem to be compatible, since (correct me if I'm wrong)
      they dont use the 'long' type. See include/linux/ppdev.h.
      
      The application I used to test the new ioctls only used the following:
      PPEXCL
      PPCLAIM
      PPNEGOT
      PPGETMODES
      PPRCONTROL
      PPWCONTROL
      PPDATADIR
      PPWDATA
      PPRDATA
      
      But I beleive that the other ioctls will work fine.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e7270dec
  5. 24 6月, 2005 1 次提交
  6. 25 4月, 2005 1 次提交
    • A
      [PATCH] missing dependency on sparc64 · e3b9ab1a
      Al Viro 提交于
      CONFIG_HW_CONSOLE selects vt.c; without the stuff pulled by CONFIG_VT it
      will not build.  Normally we get both in drivers/char/Kconfig and there
      HW_CONSOLE depends on VT.  sparc64 does not pull drivers/char/Kconfig
      and has that sutff in arch/sparc64/Kconfig instead.  However, it forgets
      to add the same dependency.  As the result, turning VT off [which is
      possible] will end up with broken build.  For no good reason... 
      Signed-off-by: NAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      e3b9ab1a
  7. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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