Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 18:09:21 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/w Makefile w.c
Message-ID:  <201001131809.o0DI9gwJ099082@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-01-13 18:09:21 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/w            Makefile w.c 
  Log:
  SVN rev 202199 on 2010-01-13 18:09:21Z by ed
  
  Port w(1) to utmpx.
  
  Let it print "-" when the TTY string is empty. In this case, it must
  also make sure it doesn't match processes who also have no controlling
  TTY. Otherwise it will print random kernel processes when trying to pick
  the best matching process.
  
  Eventually it should look at the value of ut_pid as well.
  
  Revision  Changes    Path
  1.12      +2 -2      src/usr.bin/w/Makefile
  1.67      +6 -5      src/usr.bin/w/w.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001131809.o0DI9gwJ099082>