Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -2/+2 |
| | | | | I believe have made all of libc .c's as consistent as possible. | ||||
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | When multiple threads call atexit at the same time, some operations must | tegge | 2002-03-05 | 1 | -2/+28 |
| | | | | | | | | | | be serialized. A mutex is used to protect the critical regions. sbrk() and brk() are not thread safe. Replace use of sbrk() with a call to malloc to avoid race when one thread calls atexit while another thread calls malloc. Reviewed by: deischen | ||||
* | Merge Lite2 changes | peter | 1997-03-11 | 1 | -1/+3 |
| | |||||
* | Don't use malloc, pessimize to use sbrk. | phk | 1996-09-27 | 1 | -1/+2 |
| | | | | fix sbrk manpage while we're at it. | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+66 |