From owner-cvs-all Sun Aug 9 18:24:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA24369 for cvs-all-outgoing; Sun, 9 Aug 1998 18:24:28 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA24364; Sun, 9 Aug 1998 18:24:24 -0700 (PDT) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA28640; Sun, 9 Aug 1998 18:24:22 -0700 (PDT) Date: Sun, 9 Aug 1998 18:24:22 -0700 (PDT) Message-Id: <199808100124.SAA28640@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libc_r/uthread uthread_init.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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