| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some "in in" typos in comments. | Christian Brueffer | 2008-03-26 | 4 | -4/+4 |
| * | Compile libthr with warnings. | Ruslan Ermilov | 2008-03-25 | 1 | -0/+3 |
| * | Compile libthr with warnings. | Ruslan Ermilov | 2008-03-25 | 4 | -6/+12 |
| * | Fixed mis-implementation of pthread_mutex_get{spin,yield}loops_np(). | Ruslan Ermilov | 2008-03-25 | 1 | -4/+7 |
| * | - Restore kse.h in this directory so other tools don't find it by mistake. | Jeff Roberson | 2008-03-23 | 3 | -1/+137 |
| * | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | David Xu | 2008-03-22 | 3 | -0/+50 |
| * | Use linker set to collection all target operations. | David Xu | 2008-03-22 | 4 | -13/+22 |
| * | Add MLINK for archive_write_close. | Kai Wang | 2008-03-21 | 1 | -0/+1 |
| * | Resolve __error()'s PLT early so that it needs not to be resolved again, | David Xu | 2008-03-21 | 1 | -0/+3 |
| * | pthread_mutexattr_destroy() was accidentally broken in last revision, | Ruslan Ermilov | 2008-03-20 | 1 | -0/+1 |
| * | s/wait/delta/ to avoid namespace collision. | Dag-Erling Smørgrav | 2008-03-20 | 1 | -16/+16 |
| * | Preserve application code's errno in rtld locking code, it attemps to keep | David Xu | 2008-03-20 | 1 | -2/+31 |
| * | Make pthread_mutexattr_settype to return error number directly and | David Xu | 2008-03-20 | 1 | -3/+1 |
| * | don't reduce new thread's refcount if current thread can not set cpuset | David Xu | 2008-03-19 | 1 | -1/+1 |
| * | - Trim trailing spaces. | David Xu | 2008-03-19 | 1 | -8/+8 |
| * | if passed thread pointer is equal to current thread, pass -1 to kernel | David Xu | 2008-03-19 | 1 | -11/+19 |
| * | Ensure that the section header table is written out in an order | Joseph Koshy | 2008-03-19 | 1 | -3/+2 |
| * | Clarify that the ELF library only sets the sh_entsize field of a | Joseph Koshy | 2008-03-19 | 1 | -4/+4 |
| * | Add mandatory "security description" SDP parameter to the PANU profile | Maksim Yevmenkin | 2008-03-19 | 1 | -0/+2 |
| * | Add PSM and Load Factor SDP parameters to the BNEP based profiles | Maksim Yevmenkin | 2008-03-18 | 1 | -9/+24 |
| * | - Copy signal mask out before THR_UNLOCK(), because THR_UNLOCK() may call | David Xu | 2008-03-18 | 3 | -4/+17 |
| * | Don't allocate the constant array "props" on the stack in wctype. | Antoine Brodin | 2008-03-17 | 1 | -1/+1 |
| * | scandir(3) previously used st_size to obtain an initial estimate | David Schultz | 2008-03-16 | 1 | -13/+3 |
| * | Actually delete SIGCANCEL mask for suspended thread, so the signal will not | David Xu | 2008-03-16 | 1 | -3/+2 |
| * | Update a comment: the format bid only runs once per archive; it no | Tim Kientzle | 2008-03-15 | 1 | -9/+2 |
| * | Free up the entry objects allocated during this test. | Tim Kientzle | 2008-03-15 | 1 | -0/+3 |
| * | Release the buffers used for exercising the compress code. | Tim Kientzle | 2008-03-15 | 1 | -0/+3 |
| * | Remove the duplicate "archive_format" and "archive_format_name" fields | Tim Kientzle | 2008-03-15 | 7 | -29/+22 |
| * | Correct a sign mismatch that only showed up on 64-bit systems. | Tim Kientzle | 2008-03-15 | 1 | -2/+2 |
| * | Refactor the mtree code a bit to make the layering clearer: Each | Tim Kientzle | 2008-03-15 | 1 | -106/+172 |
| * | FreeBSD does have fstat(). | Tim Kientzle | 2008-03-15 | 2 | -1/+2 |
| * | Testability is more important than standards conformance. | Tim Kientzle | 2008-03-15 | 1 | -3/+8 |
| * | Ignore a few more common files. | Tim Kientzle | 2008-03-15 | 1 | -1/+7 |
| * | Resolve a minor nit in SUS compliance by including the PID in the | Tim Kientzle | 2008-03-15 | 2 | -12/+27 |
| * | GC a reference to the defunct TESTFILES variable. | Tim Kientzle | 2008-03-15 | 1 | -1/+1 |
| * | A subtle point: "pax interchange format" mandates that all strings | Tim Kientzle | 2008-03-15 | 5 | -259/+538 |
| * | Ignore some built files. | Tim Kientzle | 2008-03-15 | 1 | -0/+4 |
| * | Don't lie. If a string can't be converted to a wide (Unicode) string, | Tim Kientzle | 2008-03-14 | 2 | -1/+43 |
| * | Don't advertise the default block size as a constant; don't | Tim Kientzle | 2008-03-14 | 1 | -1/+6 |
| * | New public functions archive_entry_copy_link() and archive_entry_copy_link_w() | Tim Kientzle | 2008-03-14 | 5 | -1/+58 |
| * | Update some comments, comment out argument names to guard against | Tim Kientzle | 2008-03-14 | 1 | -16/+50 |
| * | Since "length" computes the length of a string and is used as an | Tim Kientzle | 2008-03-14 | 1 | -1/+1 |
| * | Let archive_entry_clear() accept a NULL pointer and simply do nothing. | Tim Kientzle | 2008-03-14 | 1 | -0/+2 |
| * | Rework the versioning implementation and test to match the | Tim Kientzle | 2008-03-14 | 2 | -2/+58 |
| * | Rework the versioning information, hopefully for the last time. | Tim Kientzle | 2008-03-14 | 1 | -41/+37 |
| * | Add a useful sprintf()-style wrapper around | Tim Kientzle | 2008-03-14 | 2 | -0/+13 |
| * | Support for writing 'compress' format, thanks to Joerg Sonnenberger. | Tim Kientzle | 2008-03-14 | 5 | -0/+596 |
| * | A block in a tar file is 512 bytes. Period. | Tim Kientzle | 2008-03-14 | 1 | -1/+1 |
| * | - Document Pentium and Pentium MMX events. | Joseph Koshy | 2008-03-14 | 1 | -2/+338 |
| * | Fix bugs in previous revision (missing comma, misspelled syscall name). | Ruslan Ermilov | 2008-03-13 | 1 | -3/+2 |