| Commit message (Expand) | Author | Age | Files | Lines |
| * | _start() needed to be written in assembly. See crt1.S. | Marcel Moolenaar | 2003-07-14 | 1 | -124/+0 |
| * | Rewite _start(). We cannot use a C function due to the fact that we | Marcel Moolenaar | 2003-07-13 | 2 | -2/+193 |
| * | ioctl macros and defines are now present in ioccom.h, not ioctl.h. | Ceri Davies | 2003-07-13 | 1 | -1/+1 |
| * | Remove -D_THREAD_SAFE. | Daniel Eischen | 2003-07-13 | 1 | -1/+1 |
| * | Don't resume sigwait thread If signal is masked. | David Xu | 2003-07-09 | 2 | -16/+24 |
| * | POSIX says if a thread is in sigwait state, although a signal may not in | David Xu | 2003-07-09 | 4 | -22/+58 |
| * | Restore signal mask correctly after fork(). | David Xu | 2003-07-09 | 4 | -8/+12 |
| * | Save and restore thread's error code around signal handling. | David Xu | 2003-07-09 | 2 | -2/+4 |
| * | When _PTHREADSINVARIANTS is defined SIGABRT is not included | Mike Makonnen | 2003-07-08 | 3 | -2/+19 |
| * | Correctly print signal mask, the bug was introduced by cut and paste | David Xu | 2003-07-07 | 2 | -22/+40 |
| * | Add a newline to debug message. | David Xu | 2003-07-07 | 2 | -2/+2 |
| * | Avoid accessing user provided parameters in critical region. | David Xu | 2003-07-07 | 18 | -92/+130 |
| * | Remove MAINTAINER= lines from individual Makefiles in favor of the | Gregory Neil Shapiro | 2003-07-07 | 4 | -8/+0 |
| * | Print thread's scope, also print signal mask for every thread and print | David Xu | 2003-07-07 | 2 | -34/+26 |
| * | Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*. | Mike Makonnen | 2003-07-06 | 8 | -23/+23 |
| * | There's no need for _umtxtrylock to be a separate function. | Mike Makonnen | 2003-07-06 | 3 | -13/+8 |
| * | Add const to __setrunelocale prototype | Andrey A. Chernov | 2003-07-06 | 1 | -4/+4 |
| * | Reorganize wrapper around setrunelocale() to mark it as deprecated | Andrey A. Chernov | 2003-07-06 | 3 | -25/+41 |
| * | Add more useful cross-references to the SEE ALSO section. | Tim J. Robbins | 2003-07-05 | 1 | -2/+7 |
| * | Catch up with recent FP-related changes to scanf.3 and vfwscanf.c. | Tim J. Robbins | 2003-07-05 | 1 | -31/+16 |
| * | Fix two incorrect uses of sizeof: we need to divide the size of the buffer | Tim J. Robbins | 2003-07-05 | 1 | -11/+6 |
| * | Merge recent floating point conversion changes from vfscanf.c. | Tim J. Robbins | 2003-07-05 | 1 | -93/+175 |
| * | Correctly lock/unlock signal lock. I must be in bad state, need to sleep. | David Xu | 2003-07-04 | 2 | -2/+4 |
| * | Always check and restore sigaction previously set, also access user parameter | David Xu | 2003-07-04 | 2 | -8/+14 |
| * | With the latest mdoc(7), we can now fix the synopsis like this. | Ruslan Ermilov | 2003-07-03 | 1 | -3/+9 |
| * | If select() is only used for sleep, convert it to nanosleep, | David Xu | 2003-07-03 | 2 | -8/+18 |
| * | _pthread_mutex_trylock() is another internal libc function that must block | Mike Makonnen | 2003-07-03 | 1 | -0/+8 |
| * | Check if thread is in critical region, only testing check_pending | David Xu | 2003-07-03 | 2 | -2/+4 |
| * | Style. | Ruslan Ermilov | 2003-07-02 | 2 | -4/+4 |
| * | Take thr_support.c out of SRCS so that it does not end up in libraries. | Ruslan Ermilov | 2003-07-02 | 4 | -6/+16 |
| * | Set unlock_mutex to 1 after locked mutex. | David Xu | 2003-07-02 | 2 | -4/+8 |
| * | Make libc/${MACHINE_ARCH} include directory not required by Alpha. | Ruslan Ermilov | 2003-07-02 | 2 | -2/+2 |
| * | Fix typo. | David Xu | 2003-07-02 | 2 | -2/+2 |
| * | When size is 1 should just null terminate the string. The dummy variable | Jordan K. Hubbard | 2003-07-02 | 1 | -3/+5 |
| * | Begin making libthr async signal safe. | Mike Makonnen | 2003-07-02 | 1 | -2/+22 |
| * | libc/${MACHINE_ARCH} include directory is required by Alpha, | Alexander Kabaev | 2003-07-02 | 1 | -1/+1 |
| * | Add a new mount flag MNT_BYFSID that can be used to unmount a file | Ian Dowse | 2003-07-01 | 1 | -1/+17 |
| * | Do not attempt to reque a thread on a mutex queue. It may be that | Mike Makonnen | 2003-07-01 | 1 | -1/+1 |
| * | Unbreak "make checkdpadd". | Ruslan Ermilov | 2003-07-01 | 2 | -2/+2 |
| * | o strmode(3) returns void not 0. | Maxim Konovalov | 2003-07-01 | 1 | -5/+0 |
| * | Axe AINC. | Ruslan Ermilov | 2003-07-01 | 6 | -7/+2 |
| * | Fixed some style bugs. | Bruce Evans | 2003-07-01 | 1 | -6/+7 |
| * | Don't segfault if setproctitle(3) is called with NULL initially. | Alfred Perlstein | 2003-07-01 | 1 | -0/+1 |
| * | Separate the description of the flags for mount(2) and unmount(2) | Ian Dowse | 2003-06-30 | 1 | -14/+16 |
| * | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | Ruslan Ermilov | 2003-06-30 | 1 | -1/+0 |
| * | MFi386: revision 1.19. | Ruslan Ermilov | 2003-06-30 | 1 | -3/+1 |
| * | Catchup with _thread_suspend() changes. | Mike Makonnen | 2003-06-30 | 3 | -3/+9 |
| * | Because there are only _SIG_MAXSIG elements in thread siginfo array, | David Xu | 2003-06-30 | 6 | -32/+32 |
| * | Remove surplus unlocking code I accidentally checked in. This won't be | David Xu | 2003-06-30 | 2 | -8/+0 |
| * | Sweep through pthread locking and use the new locking primitives for | Mike Makonnen | 2003-06-29 | 7 | -20/+21 |