cvs commit: . - Imported sources

Marcel Moolenaar marcel at FreeBSD.org
Wed May 14 19:18:05 PDT 2003


marcel      2003/05/14 19:18:04 PDT

  FreeBSD src repository

  . - Imported sources
  Update of /home/ncvs/.
  In directory repoman.freebsd.org:/tmp/cvs-serv81958
  
  Log Message:
  This is beta4 of libuwx; an ia64 stack unwinder. This code is made
  available by Hewlett-Packard under the MIT license. The unwinder is
  small, clean and fast and needed little adaptation for use in the
  kernel.
  
  This import has embedded in it the changes needed to make it build
  in a kernel environment.
  
  To optimize the common case, the kernel will minimize the number
  of registers saved by not saving the preserved registers. In case
  access to preserved registers is needed (signal handling, ptrace)
  the kernel will unwind to the context of the syscall or exception.
  For this we need an unwinder.
  
  Approved by: re (blanket)
  
  Status:
  
  Vendor Tag:	LIBUWX
  Release Tags:	BETA4
  		
  C ./src/Makefile
  N ./src/uwx.h
  N ./src/uwx_bstream.c
  N ./src/uwx_bstream.h
  N ./src/uwx_context.c
  N ./src/uwx_context.h
  N ./src/uwx_env.c
  N ./src/uwx_env.h
  N ./src/uwx_scoreboard.c
  N ./src/uwx_scoreboard.h
  N ./src/uwx_self.c
  N ./src/uwx_self.h
  N ./src/uwx_self_context.s
  N ./src/uwx_step.c
  N ./src/uwx_str.c
  N ./src/uwx_str.h
  N ./src/uwx_swap.c
  N ./src/uwx_swap.h
  N ./src/uwx_trace.c
  N ./src/uwx_trace.h
  N ./src/uwx_ttrace.c
  N ./src/uwx_ttrace.h
  N ./src/uwx_uinfo.c
  N ./src/uwx_uinfo.h
  N ./src/uwx_utable.c
  N ./src/uwx_utable.h
  cvs: ERROR: cannot mkdir /home/ncvs/./test -- not added: Permission denied
  
  1 conflicts created by this import.
  Use the following command to help the merge:
  
  	cvs checkout -jLIBUWX:yesterday -jLIBUWX .
  


More information about the cvs-src mailing list