Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 1998 18:24:22 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc_r/uthread uthread_init.c
Message-ID:  <199808100124.SAA28640@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/08/09 18:24:22 PDT

  Modified files:
    lib/libc_r/uthread   uthread_init.c 
  Log:
  Add extra initialisation code that is required for processes that
  are started instead of init (pid = 1). This allows an embedded
  implementation quite like VxWorks, with (possibly) a single threaded
  program running instead of init. The neat thing is that the same threaded
  process can run in a multi-user workstation environment too.
  
  Revision  Changes    Path
  1.8       +29 -1     src/lib/libc_r/uthread/uthread_init.c



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