| Commit message (Expand) | Author | Age | Files | Lines |
| * | Document an additional error return value. The connect(2) call can also | Diomidis Spinellis | 2003-07-23 | 1 | -0/+6 |
| * | Fixed some style bugs (misplacement and misformatting of some commented-out | Bruce Evans | 2003-07-23 | 1 | -4/+2 |
| * | Only provide one copy of the math functions. If we provide a MD function, | Peter Wemm | 2003-07-23 | 26 | -80/+32 |
| * | No longer need the internal __get_hw_float() function. | Peter Wemm | 2003-07-23 | 2 | -51/+0 |
| * | Now that we do not need to do runtime detection for the broken default | Peter Wemm | 2003-07-23 | 3 | -6/+21 |
| * | Move idle kse wakeup to outside of regions where locks are held. | Daniel Eischen | 2003-07-23 | 16 | -146/+260 |
| * | Make sure the crypto versions of libfetch and fetch(1) appear in | Ruslan Ermilov | 2003-07-22 | 1 | -0/+1 |
| * | Instantiate explicit callable versions of the machine/ieeefp.h inlines | Peter Wemm | 2003-07-22 | 9 | -1/+67 |
| * | Turn off the libc/quad functions since they are not needed for amd64 | Peter Wemm | 2003-07-22 | 1 | -0/+9 |
| * | Revert previous commit after fixing libpam. | Dag-Erling Smørgrav | 2003-07-21 | 1 | -1/+1 |
| * | Test correct macro for "without crypto" option(s). | Mark Murray | 2003-07-20 | 1 | -1/+1 |
| * | Add missing arguments to _amd64_restore_context() when called from | Daniel Eischen | 2003-07-20 | 2 | -4/+8 |
| * | Now that we have the stubs for alpha and we can build it | Mike Makonnen | 2003-07-20 | 1 | -6/+6 |
| * | The MD framework for libthr on alpha | Mike Makonnen | 2003-07-19 | 2 | -0/+55 |
| * | Override libc function raise(), in threading mode, raise() will | David Xu | 2003-07-19 | 5 | -0/+110 |
| * | Make raise and _raise as weak symbols, so they can be overriden by | David Xu | 2003-07-19 | 1 | -1/+4 |
| * | Add some very beta amd64 bits. These will also need some tweaking. | Daniel Eischen | 2003-07-19 | 11 | -0/+921 |
| * | Add amd64 versions of makecontext() and signalcontext() needed | Daniel Eischen | 2003-07-19 | 3 | -1/+208 |
| * | Rewrite to reflect slight change in semantics for C99, and note a bug | Garrett Wollman | 2003-07-19 | 1 | -22/+39 |
| * | C99 compliance: time() always sets its return value in both places | Garrett Wollman | 2003-07-19 | 1 | -4/+7 |
| * | Revert to using yp_order() to probe for master.paswd.by* maps and | Bill Paul | 2003-07-18 | 1 | -7/+14 |
| * | Whitespace after keywords per style(9). | Garrett Wollman | 2003-07-18 | 1 | -2/+2 |
| * | Cleanup thread accounting. Don't reset a threads timeslice | Daniel Eischen | 2003-07-18 | 6 | -76/+54 |
| * | Add a preemption point when a mutex or condition variable is | Daniel Eischen | 2003-07-18 | 4 | -12/+36 |
| * | Clean up KSE specific data (KSD) macros a bit. | Daniel Eischen | 2003-07-18 | 1 | -29/+8 |
| * | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | David Xu | 2003-07-17 | 32 | -790/+1204 |
| * | Very big makeover in the way telnet, telnetd and libtelnet are built. | Mark Murray | 2003-07-16 | 7 | -412/+19 |
| * | Add a __DECONST() to unbreak the build. | Dag-Erling Smørgrav | 2003-07-15 | 1 | -1/+1 |
| * | Back out revision 1.22. | Ceri Davies | 2003-07-15 | 1 | -1/+1 |
| * | Fix typo: Passing the first argument to exit() in out2 does not work. | Marcel Moolenaar | 2003-07-15 | 1 | -1/+1 |
| * | _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 |