1. Mar 14, 2013
  2. Feb 26, 2013
  3. Dec 19, 2012
  4. Nov 25, 2012
  5. Nov 12, 2012
  6. Oct 18, 2012
    • Karel Zak's avatar
      docs: update deprecated file · 2831866e
      Karel Zak authored
      
      The goal is to consolidate the very basic linux commands and minimize
      dependence on another packages (e.g. shadow-utils). It seems better to
      keep newgrp, vipw and vigr as non-deprecated for now. Maybe we will
      found a way how to improve the code. We will see... :-)
      
      Signed-off-by: default avatarKarel Zak <kzak@redhat.com>
      2831866e
  7. Apr 04, 2012
  8. Mar 26, 2012
  9. Feb 22, 2012
  10. Aug 12, 2011
  11. Aug 08, 2011
    • Karel Zak's avatar
      docs: un-deprecate kill(1) · 32fca0e9
      Karel Zak authored
       * util-linux kill implementation is used in many distributions
      
       * the latest active procps upstream (fork at http://gitorious.org/procps/
      
      )
         does not build kill(1) by default
      
       * util-linux implementation is actively improved and we follow Linux
         kernel features (e.g. RT signals, sigqueue(2) support, ...)
      
       * kill(1) is basic command without dependence on /proc, it does not make
         sense to have it in procps package.
      
      ... so it does not make sense to mark deprecate this code.
      
      Signed-off-by: default avatarKarel Zak <kzak@redhat.com>
      32fca0e9
  12. Jun 08, 2011
  13. Jan 05, 2011
  14. Dec 10, 2010
  15. Aug 04, 2010
  16. May 18, 2010
  17. Jul 02, 2009
    • Karel Zak's avatar
      raw: undeprecate raw · a0827319
      Karel Zak authored
      
      from Linux kernel:
      
      	commit abd4aa5a97ebc0efb9a7fbc98ef0bcf39266fadf
      	Author: Dave Jones <davej@redhat.com>
      	Date:   Sun Jul 15 23:40:49 2007 -0700
      	undeprecate raw driver
      
       :-(
      
      Signed-off-by: default avatarKarel Zak <kzak@redhat.com>
      a0827319
  18. Apr 15, 2008
  19. Mar 26, 2008
  20. Jan 07, 2008
  21. Jul 25, 2007
  22. Jul 17, 2007
  23. Jul 11, 2007
    • Karel Zak's avatar
      sys-utils: add arch(1) back to the official tree · 6a97809b
      Karel Zak authored
      
      This patch add arch(1) back to util-linux source code tree, but the
      command is not installed by defautl.
      
      For more details see "./configure --help".
      
      The arch command is deprecated in favor of "uname -m" (coreutils). The
      latest (6.9+) version of coreutils also supports arch(1) as an alias
      to "uname -a". Please, if you need arch(1) use the coreutils
      implementation.
      
      Signed-off-by: default avatarKarel Zak <kzak@redhat.com>
      6a97809b
  24. Jul 03, 2007
  25. Apr 03, 2007