Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2002 18:40:59 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/alpha/gen Makefile.inc _ctx_start.S getcontext.S makecontext.c src/lib/libc/gen Makefile.inc swapcontext.c src/lib/libc/i386/gen Makefile.inc _ctx_start.S getcontext.S makecontext.c
Message-ID:  <200201100240.g0A2exO71277@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2002/01/09 18:40:59 PST

  Modified files:
    lib/libc/alpha/gen   Makefile.inc 
    lib/libc/gen         Makefile.inc 
    lib/libc/i386/gen    Makefile.inc 
  Added files:
    lib/libc/alpha/gen   _ctx_start.S getcontext.S makecontext.c 
    lib/libc/gen         swapcontext.c 
    lib/libc/i386/gen    _ctx_start.S getcontext.S makecontext.c 
  Log:
  Add getcontext, setcontext, makecontext, and swapcontext.  These
  functions are defined in SUSv2 and the latest POSIX spec.
  
  Thanks to Bernd Walter <ticso@cicely8.cicely.de> for helping debug my
  alpha assembly.
  
  Approved by:    -arch
  
  Revision  Changes    Path
  1.8       +2 -1      src/lib/libc/alpha/gen/Makefile.inc
  1.1       +49 -0     src/lib/libc/alpha/gen/_ctx_start.S (new)
  1.1       +377 -0    src/lib/libc/alpha/gen/getcontext.S (new)
  1.1       +171 -0    src/lib/libc/alpha/gen/makecontext.c (new)
  1.83      +1 -1      src/lib/libc/gen/Makefile.inc
  1.1       +54 -0     src/lib/libc/gen/swapcontext.c (new)
  1.12      +2 -1      src/lib/libc/i386/gen/Makefile.inc
  1.1       +53 -0     src/lib/libc/i386/gen/_ctx_start.S (new)
  1.1       +168 -0    src/lib/libc/i386/gen/getcontext.S (new)
  1.1       +159 -0    src/lib/libc/i386/gen/makecontext.c (new)

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?200201100240.g0A2exO71277>