Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 1998 12:54:09 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/boot/dosboot inode.h src/sys/kern kern_clock.c kern_time.c sys_pipe.c src/sys/miscfs/devfs devfs_tree.c devfs_vnops.c src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/portal portal_vnops.c src/sys/miscfs/procfs ...
Message-ID:  <199803262054.MAA05367@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1998/03/26 12:54:08 PST

  Modified files:
    sys/i386/boot/dosboot inode.h 
    sys/kern             kern_clock.c kern_time.c sys_pipe.c 
    sys/miscfs/devfs     devfs_tree.c devfs_vnops.c 
    sys/miscfs/kernfs    kernfs_vnops.c 
    sys/miscfs/portal    portal_vnops.c 
    sys/miscfs/procfs    procfs_vnops.c 
    sys/msdosfs          msdosfs_denode.c msdosfs_vnops.c 
    sys/sys              pipe.h time.h 
    sys/ufs/ffs          ffs_inode.c 
    sys/ufs/ufs          inode.h ufs_vnops.c 
  Log:
  Add two new functions, get{micro|nano}time.
  
  They are atomic, but return in essence what is in the "time" variable.
  gettime() is now a macro front for getmicrotime().
  
  Various patches to use the two new functions instead of the various
  hacks used in their absence.
  
  Some puntuation and grammer patches from Bruce.
  
  A couple of XXX comments.
  
  Revision  Changes    Path
  1.5       +1 -14     src/sys/i386/boot/dosboot/inode.h
  1.59      +30 -12    src/sys/kern/kern_clock.c
  1.43      +2 -1      src/sys/kern/kern_time.c
  1.40      +7 -7      src/sys/kern/sys_pipe.c
  1.50      +3 -3      src/sys/miscfs/devfs/devfs_tree.c
  1.53      +8 -10     src/sys/miscfs/devfs/devfs_vnops.c
  1.29      +2 -6      src/sys/miscfs/kernfs/kernfs_vnops.c
  1.30      +2 -3      src/sys/miscfs/portal/portal_vnops.c
  1.56      +2 -6      src/sys/miscfs/procfs/procfs_vnops.c
  1.34      +2 -2      src/sys/msdosfs/msdosfs_denode.c
  1.67      +5 -5      src/sys/msdosfs/msdosfs_vnops.c
  1.10      +4 -4      src/sys/sys/pipe.h
  1.21      +38 -24    src/sys/sys/time.h
  1.39      +2 -1      src/sys/ufs/ffs/ffs_inode.c
  1.22      +1 -24     src/sys/ufs/ufs/inode.h
  1.80      +26 -5     src/sys/ufs/ufs/ufs_vnops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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