Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2010 08:49:53 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sleep sleep.1 sleep.c
Message-ID:  <201008210850.o7L8o3QR079794@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2010-08-21 08:49:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    bin/sleep            sleep.1 sleep.c 
  Log:
  SVN rev 211536 on 2010-08-21 08:49:53Z by kib
  
  MFC r210679:
  Report the time left for the sleep on SIGINFO.
  Be stricter in the checking of interval specification.
  
  MFC r210696:
  Deal with proper format for printing time_t.
  
  MFC r210749:
  Simplify argument parser by using sscanf(); simplify usage() by not
  refusing to use stdio.
  Reduce nesting level in the sleep loop by returning earlier for negative
  timeouts.
  Limit the maximum timeout to INT_MAX seconds.
  
  MFC r210750:
  Document the new argument parser for sleep(1) and SIGINFO behaviour.
  Remove higlight for the unportability notice.
  
  Revision   Changes    Path
  1.22.22.2  +7 -6      src/bin/sleep/sleep.1
  1.20.10.2  +38 -61    src/bin/sleep/sleep.c



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