| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly print signal mask, the bug was introduced by cut and paste | davidxu | 2003-07-07 | 2 | -22/+40 |
* | Add a newline to debug message. | davidxu | 2003-07-07 | 2 | -2/+2 |
* | Avoid accessing user provided parameters in critical region. | davidxu | 2003-07-07 | 18 | -92/+130 |
* | Remove MAINTAINER= lines from individual Makefiles in favor of the | gshapiro | 2003-07-07 | 4 | -8/+0 |
* | Print thread's scope, also print signal mask for every thread and print | davidxu | 2003-07-07 | 2 | -34/+26 |
* | Change all instances of THR_LOCK/UNLOCK, etc to UMTX_*. | mtm | 2003-07-06 | 8 | -23/+23 |
* | There's no need for _umtxtrylock to be a separate function. | mtm | 2003-07-06 | 3 | -13/+8 |
* | Add const to __setrunelocale prototype | ache | 2003-07-06 | 1 | -4/+4 |
* | Reorganize wrapper around setrunelocale() to mark it as deprecated | ache | 2003-07-06 | 3 | -25/+41 |
* | Add more useful cross-references to the SEE ALSO section. | tjr | 2003-07-05 | 1 | -2/+7 |
* | Catch up with recent FP-related changes to scanf.3 and vfwscanf.c. | tjr | 2003-07-05 | 1 | -31/+16 |
* | Fix two incorrect uses of sizeof: we need to divide the size of the buffer | tjr | 2003-07-05 | 1 | -11/+6 |
* | Merge recent floating point conversion changes from vfscanf.c. | tjr | 2003-07-05 | 1 | -93/+175 |
* | Correctly lock/unlock signal lock. I must be in bad state, need to sleep. | davidxu | 2003-07-04 | 2 | -2/+4 |
* | Always check and restore sigaction previously set, also access user parameter | davidxu | 2003-07-04 | 2 | -8/+14 |
* | With the latest mdoc(7), we can now fix the synopsis like this. | ru | 2003-07-03 | 1 | -3/+9 |
* | If select() is only used for sleep, convert it to nanosleep, | davidxu | 2003-07-03 | 2 | -8/+18 |
* | _pthread_mutex_trylock() is another internal libc function that must block | mtm | 2003-07-03 | 1 | -0/+8 |
* | Check if thread is in critical region, only testing check_pending | davidxu | 2003-07-03 | 2 | -2/+4 |
* | Style. | ru | 2003-07-02 | 2 | -4/+4 |
* | Take thr_support.c out of SRCS so that it does not end up in libraries. | ru | 2003-07-02 | 4 | -6/+16 |
* | Set unlock_mutex to 1 after locked mutex. | davidxu | 2003-07-02 | 2 | -4/+8 |
* | Make libc/${MACHINE_ARCH} include directory not required by Alpha. | ru | 2003-07-02 | 2 | -2/+2 |
* | Fix typo. | davidxu | 2003-07-02 | 2 | -2/+2 |
* | When size is 1 should just null terminate the string. The dummy variable | jkh | 2003-07-02 | 1 | -3/+5 |
* | Begin making libthr async signal safe. | mtm | 2003-07-02 | 1 | -2/+22 |
* | libc/${MACHINE_ARCH} include directory is required by Alpha, | kan | 2003-07-02 | 1 | -1/+1 |
* | Add a new mount flag MNT_BYFSID that can be used to unmount a file | iedowse | 2003-07-01 | 1 | -1/+17 |
* | Do not attempt to reque a thread on a mutex queue. It may be that | mtm | 2003-07-01 | 1 | -1/+1 |
* | Unbreak "make checkdpadd". | ru | 2003-07-01 | 2 | -2/+2 |
* | o strmode(3) returns void not 0. | maxim | 2003-07-01 | 1 | -5/+0 |
* | Axe AINC. | ru | 2003-07-01 | 6 | -7/+2 |
* | Fixed some style bugs. | bde | 2003-07-01 | 1 | -6/+7 |
* | Don't segfault if setproctitle(3) is called with NULL initially. | alfred | 2003-07-01 | 1 | -0/+1 |
* | Separate the description of the flags for mount(2) and unmount(2) | iedowse | 2003-06-30 | 1 | -14/+16 |
* | bsd.lib.mk,v 1.143 no longer uses ld(1) directly to strip | ru | 2003-06-30 | 1 | -1/+0 |
* | MFi386: revision 1.19. | ru | 2003-06-30 | 1 | -3/+1 |
* | Catchup with _thread_suspend() changes. | mtm | 2003-06-30 | 3 | -3/+9 |
* | Because there are only _SIG_MAXSIG elements in thread siginfo array, | davidxu | 2003-06-30 | 6 | -32/+32 |
* | Remove surplus unlocking code I accidentally checked in. This won't be | davidxu | 2003-06-30 | 2 | -8/+0 |
* | Sweep through pthread locking and use the new locking primitives for | mtm | 2003-06-29 | 7 | -20/+21 |
* | Locking primitives and operations in libthr should use struct umtx, | mtm | 2003-06-29 | 2 | -4/+22 |
* | In a critical section, separate the aquisition of the thread lock | mtm | 2003-06-29 | 2 | -17/+27 |
* | Add a libc function execvP that takes the search path as an arguement. | gordon | 2003-06-29 | 2 | -15/+40 |
* | Make _thread_suspend work with both the old broken sigtimedwait | jdp | 2003-06-29 | 3 | -11/+31 |
* | Teach fmtcheck(3) about the flags a, A, F, G, t, and z. | das | 2003-06-29 | 1 | -8/+28 |
* | The move to _retire() a thread in the GC instead of in the thread's | mtm | 2003-06-29 | 3 | -21/+5 |
* | mdoc(7) fix: Use the normal AT&T macro (.At) rather than its | ru | 2003-06-28 | 1 | -1/+1 |
* | o Use a daemon thread to monitor signal events in kernel, if pending | davidxu | 2003-06-28 | 27 | -1172/+1622 |
* | Use mmap retuned value. | davidxu | 2003-06-28 | 2 | -4/+6 |