cvs commit: src/share/man/man5 acct.5 src/sys/kern kern_acct.c src/sys/sys acct.h src/usr.bin/lastcomm Makefile lastcomm.c readrec.c src/usr.sbin/sa Makefile db.c extern.h main.c pdb.c usrdb.c

Diomidis Spinellis dds at FreeBSD.org
Tue May 22 06:51:38 UTC 2007


dds         2007-05-22 06:51:38 UTC

  FreeBSD src repository

  Modified files:
    share/man/man5       acct.5 
    sys/kern             kern_acct.c 
    sys/sys              acct.h 
    usr.bin/lastcomm     Makefile lastcomm.c 
    usr.sbin/sa          Makefile extern.h main.c pdb.c usrdb.c 
  Added files:
    usr.bin/lastcomm     readrec.c 
    usr.sbin/sa          db.c 
  Log:
  Increase precision of time values in the process accounting
  structure, while maintaining backward compatibility with legacy
  file and record formats.
  
  Revision  Changes    Path
  1.11      +50 -30    src/share/man/man5/acct.5
  1.89      +109 -35   src/sys/kern/kern_acct.c
  1.19      +57 -14    src/sys/sys/acct.h
  1.5       +1 -0      src/usr.bin/lastcomm/Makefile
  1.27      +28 -67    src/usr.bin/lastcomm/lastcomm.c
  1.1       +231 -0    src/usr.bin/lastcomm/readrec.c (new)
  1.11      +3 -1      src/usr.sbin/sa/Makefile
  1.1       +207 -0    src/usr.sbin/sa/db.c (new)
  1.7       +23 -11    src/usr.sbin/sa/extern.h
  1.18      +45 -65    src/usr.sbin/sa/main.c
  1.14      +62 -108   src/usr.sbin/sa/pdb.c
  1.16      +66 -111   src/usr.sbin/sa/usrdb.c


More information about the cvs-src mailing list