| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we have the stubs for alpha and we can build it | mtm | 2003-07-20 | 1 | -6/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r117783, | mtm | 2003-07-19 | 2 | -0/+55 |
|\ |
|
| * | The MD framework for libthr on alpha | mtm | 2003-07-19 | 2 | -0/+55 |
* | Override libc function raise(), in threading mode, raise() will | davidxu | 2003-07-19 | 5 | -0/+110 |
* | Make raise and _raise as weak symbols, so they can be overriden by | davidxu | 2003-07-19 | 1 | -1/+4 |
* | Add some very beta amd64 bits. These will also need some tweaking. | deischen | 2003-07-19 | 11 | -0/+921 |
* | Add amd64 versions of makecontext() and signalcontext() needed | deischen | 2003-07-19 | 3 | -1/+208 |
* | Rewrite to reflect slight change in semantics for C99, and note a bug | wollman | 2003-07-19 | 1 | -22/+39 |
* | C99 compliance: time() always sets its return value in both places | wollman | 2003-07-19 | 1 | -4/+7 |
* | Revert to using yp_order() to probe for master.paswd.by* maps and | wpaul | 2003-07-18 | 1 | -7/+14 |
* | Whitespace after keywords per style(9). | wollman | 2003-07-18 | 1 | -2/+2 |
* | Cleanup thread accounting. Don't reset a threads timeslice | deischen | 2003-07-18 | 6 | -76/+54 |
* | Add a preemption point when a mutex or condition variable is | deischen | 2003-07-18 | 4 | -12/+36 |
* | Clean up KSE specific data (KSD) macros a bit. | deischen | 2003-07-18 | 1 | -29/+8 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 32 | -790/+1204 |
* | Very big makeover in the way telnet, telnetd and libtelnet are built. | markm | 2003-07-16 | 7 | -412/+19 |
* | Add a __DECONST() to unbreak the build. | des | 2003-07-15 | 1 | -1/+1 |
* | Back out revision 1.22. | ceri | 2003-07-15 | 1 | -1/+1 |
* | Fix typo: Passing the first argument to exit() in out2 does not work. | marcel | 2003-07-15 | 1 | -1/+1 |
* | _start() needed to be written in assembly. See crt1.S. | marcel | 2003-07-14 | 1 | -124/+0 |
* | Rewite _start(). We cannot use a C function due to the fact that we | marcel | 2003-07-13 | 2 | -2/+193 |
* | ioctl macros and defines are now present in ioccom.h, not ioctl.h. | ceri | 2003-07-13 | 1 | -1/+1 |
* | Remove -D_THREAD_SAFE. | deischen | 2003-07-13 | 1 | -1/+1 |
* | Don't resume sigwait thread If signal is masked. | davidxu | 2003-07-09 | 2 | -16/+24 |
* | POSIX says if a thread is in sigwait state, although a signal may not in | davidxu | 2003-07-09 | 4 | -22/+58 |
* | Restore signal mask correctly after fork(). | davidxu | 2003-07-09 | 4 | -8/+12 |
* | Save and restore thread's error code around signal handling. | davidxu | 2003-07-09 | 2 | -2/+4 |
* | When _PTHREADSINVARIANTS is defined SIGABRT is not included | mtm | 2003-07-08 | 3 | -2/+19 |
* | 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 |