DragonFly commits List (threaded) for 2007-01
DragonFly BSD
DragonFly commits List (threaded) for 2007-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/bin/sh jobs.c jobs.h main.c sh.1


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 13 Jan 2007 12:33:47 -0800 (PST)

pavalos     2007/01/13 12:33:47 PST

DragonFly src repository

  Modified files:
    bin/sh               jobs.c jobs.h main.c sh.1 
  Log:
  Add the POSIX option -p to the jobs builtin command.  It prints the PID of the
  process leader for each job.  Now the last specified option for the output
  format (-l, -p or -s) wins, previously -s trumped -l.
  
  Obtained-from:  FreeBSD
  
  Revision  Changes    Path
  1.8       +23 -17    src/bin/sh/jobs.c
  1.3       +10 -3     src/bin/sh/jobs.h
  1.7       +1 -1      src/bin/sh/main.c
  1.7       +7 -2      src/bin/sh/sh.1


http://www.dragonflybsd.org/cvsweb/src/bin/sh/jobs.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/jobs.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/main.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/sh.1.diff?r1=1.6&r2=1.7&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]