| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reference an external variable in threaded programs so that the | John Birrell | 1998-04-29 | 1 | -0/+6 |
| | | | | | | | | autoinitialiser gets linked in and therefore called before main(). Notes: svn path=/head/; revision=35502 | ||||
| * | Add a global variable called __isthreaded that can be tested throughout | John Birrell | 1998-04-11 | 1 | -0/+9 |
| | | | | | | | | | | | | libc to determine if locking is required. This is needed in libc for use with kernel threads, but until a thread is created, we don't really want to bother locking things. The variable was added here because the crt code calls exit(main()) so all programs will get the variable. Notes: svn path=/head/; revision=35125 | ||||
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+60 |
| Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573 | |||||
