| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert previous commit. We don't use setjmp()/longjmp() for context | marcel | 2003-07-25 | 1 | -4/+2 |
* | Fix for 64 bit platforms. sysctl's length args are pointers to | peter | 2003-07-25 | 2 | -3/+6 |
* | Add wrapper for kqueue() to keep track of the allocated fd and allow it to | mp | 2003-07-25 | 2 | -0/+54 |
* | An u_int8_t can never be bigger than 255, so remove a useless check. | mux | 2003-07-25 | 1 | -2/+0 |
* | Make library WARNS=6 clean. The problems have been: alignment on sparc64 | harti | 2003-07-25 | 4 | -7/+8 |
* | Print group name in getfacl output when calculating an effective | rwatson | 2003-07-24 | 1 | -2/+3 |
* | Turn on the extended syntax, which TCP_wrappers has by default, as | markm | 2003-07-24 | 1 | -1/+1 |
* | Remove GCC-specific debugging option. | markm | 2003-07-24 | 1 | -1/+1 |
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 1 | -1/+1 |
* | Make sure that a "make release" (more accurately the bit that makes | markm | 2003-07-24 | 1 | -0/+2 |
* | Implement _get_curthread and _set_curthread. We use GCCs builtin | marcel | 2003-07-24 | 1 | -1/+6 |
* | Ensure that for the cryptographic instances of *telnet*, the "crypto" | markm | 2003-07-24 | 1 | -0/+1 |
* | Connect libncp/libsmb to the build. They compile, but have a couple of | peter | 2003-07-24 | 1 | -0/+5 |
* | Document an additional error return value. The connect(2) call can also | dds | 2003-07-23 | 1 | -0/+6 |
* | Fixed some style bugs (misplacement and misformatting of some commented-out | bde | 2003-07-23 | 1 | -4/+2 |
* | Only provide one copy of the math functions. If we provide a MD function, | peter | 2003-07-23 | 26 | -80/+32 |
* | No longer need the internal __get_hw_float() function. | peter | 2003-07-23 | 2 | -51/+0 |
* | Now that we do not need to do runtime detection for the broken default | peter | 2003-07-23 | 3 | -6/+21 |
* | Move idle kse wakeup to outside of regions where locks are held. | deischen | 2003-07-23 | 16 | -146/+260 |
* | Make sure the crypto versions of libfetch and fetch(1) appear in | ru | 2003-07-22 | 1 | -0/+1 |
* | Instantiate explicit callable versions of the machine/ieeefp.h inlines | peter | 2003-07-22 | 9 | -1/+67 |
* | Turn off the libc/quad functions since they are not needed for amd64 | peter | 2003-07-22 | 1 | -0/+9 |
* | Revert previous commit after fixing libpam. | des | 2003-07-21 | 1 | -1/+1 |
* | Test correct macro for "without crypto" option(s). | markm | 2003-07-20 | 1 | -1/+1 |
* | Add missing arguments to _amd64_restore_context() when called from | deischen | 2003-07-20 | 2 | -4/+8 |
* | 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 |