| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace fix. | marcel | 2006-09-02 | 1 | -1/+1 |
* | Stylize: | marcel | 2006-09-01 | 4 | -70/+102 |
* | Stylize: avoid using a global register variable. | marcel | 2006-09-01 | 2 | -6/+8 |
* | Enable TLS on PowerPC. | marcel | 2006-09-01 | 1 | -1/+0 |
* | The ucontext is 16-byte aligned, which means that struct tcb is | marcel | 2006-09-01 | 2 | -0/+2 |
* | Stylize. Introduce ppc_{get|set}_tp() and ppc_{get|set}_tcb() to | marcel | 2006-09-01 | 4 | -58/+118 |
* | Fix style(9) in code copied from rtld. | marcel | 2006-09-01 | 1 | -3/+3 |
* | Rename TLS_TP_OFFSET back to TP_OFFSET. The former clashes with rtld. | marcel | 2006-09-01 | 1 | -3/+3 |
* | Enable TLS on ia64. | marcel | 2006-09-01 | 1 | -1/+0 |
* | Implement TLS. | marcel | 2006-09-01 | 8 | -100/+122 |
* | Stylize. | marcel | 2006-09-01 | 2 | -17/+11 |
* | Fix the variant I allocation for KSE: Allow a larger TCB and assume | marcel | 2006-09-01 | 1 | -46/+37 |
* | Remove curdir reference in libbsm build; this is not required as the | rwatson | 2006-09-01 | 1 | -1/+1 |
* | Stylize. | marcel | 2006-08-31 | 1 | -6/+2 |
* | TLS fixes: | marcel | 2006-08-31 | 2 | -4/+8 |
* | Fix harmless bug: sizeof(tcb) equals sizeof(void*) not sizeof(struct tcb). | marcel | 2006-08-31 | 1 | -1/+1 |
* | o Set TP using inline assembly to avoid dead code elimination. | marcel | 2006-08-30 | 1 | -5/+3 |
* | Avoid dead code elimination of the assignment to TP by using inline | marcel | 2006-08-30 | 1 | -2/+2 |
* | Prevent dead code elimination for the TP assignmient by using inline | marcel | 2006-08-30 | 1 | -2/+1 |
* | Remove unused file. | davidxu | 2006-08-29 | 1 | -59/+0 |
* | When skipping data, track the position in the bytestream correctly. | kientzle | 2006-08-29 | 1 | -1/+2 |
* | pthread_sigmask is in thr_sig.c, remove this file. | davidxu | 2006-08-28 | 1 | -52/+0 |
* | Kill unused files. | davidxu | 2006-08-28 | 2 | -187/+0 |
* | Use umutex APIs to implement pthread_mutex, member pp_mutexq is added | davidxu | 2006-08-28 | 4 | -73/+116 |
* | Add umutex APIs. | davidxu | 2006-08-28 | 2 | -0/+92 |
* | - Add new service class definitions and a new attribute identifier definition | markus | 2006-08-26 | 2 | -3/+19 |
* | Note that the system only allows a maximum of kern.kq_calloutmax timers. | ceri | 2006-08-25 | 1 | -1/+10 |
* | Remove alpha-specific stuff. | ru | 2006-08-23 | 4 | -436/+0 |
* | Recognize the existence of `auth' and `auth-type' | yar | 2006-08-23 | 1 | -1/+6 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 84 | -5557/+8 |
* | Build libsmb and smbutil on ia64. | marcel | 2006-08-22 | 1 | -0/+4 |
* | If __ARMEB__ is defined, we're already using the network byte order, so | cognet | 2006-08-21 | 4 | -0/+8 |
* | Document EAGAIN failure per PR. (Finally!) | wes | 2006-08-16 | 1 | -1/+12 |
* | We operate on 'statfs' structures, not on 'fsstat' structures. | pjd | 2006-08-15 | 1 | -2/+2 |
* | Improve the wording. Remove the appositive about strcmp, putting the | dd | 2006-08-14 | 1 | -2/+5 |
* | Correctly handle the case in calloc(num, size) where | cperciva | 2006-08-13 | 1 | -1/+1 |
* | Additional debugging stuff I had in my tree. | des | 2006-08-11 | 1 | -3/+10 |
* | Fix a bug in the size of the PMBR partition. Since the partition starts | marcel | 2006-08-09 | 1 | -0/+2 |
* | Define NO_TLS on PowerPC. | marcel | 2006-08-09 | 1 | -0/+1 |
* | o It speaks about struct msqid_ds not struct shmid_ds. | maxim | 2006-08-09 | 1 | -1/+1 |
* | Axe unused member field. | davidxu | 2006-08-08 | 2 | -12/+2 |
* | Get number of CPUs and ignore spin count on single processor machine. | davidxu | 2006-08-08 | 3 | -6/+15 |
* | Return length from fwopen() file callback instead of zero. | phk | 2006-08-07 | 1 | -1/+1 |
* | Build libthread_db on PowerPC. | marcel | 2006-08-04 | 1 | -1/+1 |
* | Add stub functions. This allows libthread_db to be built and installed, | marcel | 2006-08-04 | 2 | -0/+106 |
* | Check if the filedes of kevent is expected one. Though our | ume | 2006-08-04 | 1 | -0/+4 |
* | _close() should be called instead of close() here. | ume | 2006-08-04 | 1 | -2/+6 |
* | Commit the results of the typo hunt by Darren Pilgrim. | yar | 2006-08-04 | 1 | -1/+1 |
* | In DCE 1.1, the time_low value is defined as an unsigned 32-bit | delphij | 2006-08-03 | 1 | -5/+15 |
* | If skip_file_dev and skip_file_ino haven't been set (are still == 0), | kientzle | 2006-08-01 | 1 | -1/+3 |