Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Remove leading underscores for the functions (weak symbols here) that | jb | 1998-05-05 | 1 | -4/+7 |
| | | | | POSIX defines. | ||||
* | Add FILE locking stubs for libc. | jb | 1998-04-11 | 1 | -0/+78 |
Change the FILE locking to support kernel threads when linked with libpthread (which you haven't see yet). This requires that libc become thread-safe and thread-aware, testing __isthreaded before attempting to do lock/unlock calls. The impact on non-threaded programs is minor. This change works with libc_r, so it's the best compromise. |