Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2009 22:14:58 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen wordexp.c src/tools/regression/lib/libc/gen test-wordexp.c
Message-ID:  <200912062219.nB6MJp0G088088@repoman.freebsd.org>

index | next in thread | raw e-mail

jilles      2009-12-06 22:14:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    lib/libc/gen         wordexp.c 
    tools/regression/lib/libc/gen test-wordexp.c 
  Log:
  SVN rev 200189 on 2009-12-06 22:14:58Z by jilles
  
  MFC r198406: wordexp(3): fix some bugs with signals and long outputs
  
  * retry various system calls on EINTR
  * retry the rest after a short read (common if there is more than about 1K
    of output)
  * block SIGCHLD like system(3) does (note that this does not and cannot
    work fully in threaded programs, they will need to be careful with wait
    functions)
  
  PR:             90580
  
  Revision  Changes    Path
  1.6.30.3  +57 -19    src/lib/libc/gen/wordexp.c
  1.2.2.2   +42 -0     src/tools/regression/lib/libc/gen/test-wordexp.c


help

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