| Commit message (Expand) | Author | Age | Files | Lines |
* | Reset variable fields in case the transfer is opened again | thompsa | 2010-01-10 | 1 | -1/+12 |
* | Give a less silly response to a silly request. | cperciva | 2010-01-10 | 2 | -3/+40 |
* | Use the correct types to store uids and gids in the credential cache. | brooks | 2010-01-09 | 1 | -4/+4 |
* | Implement the fo_readdir method. This does not support long | marcel | 2010-01-09 | 1 | -1/+68 |
* | Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). | delphij | 2010-01-09 | 2 | -4/+8 |
* | Update manual for sem_init and sem_open, restrictions of shared semaphore | davidxu | 2010-01-09 | 2 | -9/+17 |
* | Merge r195129 from project/mips to head by hand: | imp | 2010-01-09 | 1 | -2/+6 |
* | Merge r195030 from project/mips to head by hand | imp | 2010-01-09 | 2 | -1/+19 |
* | Merge r197800 from projects/mips to head by hand: | imp | 2010-01-08 | 2 | -7/+4 |
* | Merge r195025 from projects/mips to head by hand: | imp | 2010-01-08 | 6 | -0/+0 |
* | Remove unnecessary quoting and markup, add missing punctuation. | brueffer | 2010-01-08 | 1 | -3/+2 |
* | Further fix grammar. | kib | 2010-01-07 | 1 | -1/+1 |
* | Fix a typo and bump date for the previous commit. | brueffer | 2010-01-07 | 1 | -2/+2 |
* | Remove BUGS section that no longer applies after recent changes to semaphore | trasz | 2010-01-07 | 1 | -8/+1 |
* | Give some information on SF_MNOWAIT flag. | kib | 2010-01-07 | 1 | -2/+10 |
* | Don't forget to use fourth argument if O_CREAT is set in argument oflag. | davidxu | 2010-01-07 | 1 | -1/+3 |
* | Use _pthread_once() rather than _once() for localtime() and gmtime(). These | jhb | 2010-01-06 | 1 | -2/+2 |
* | Do not rely on behaviour undefined by ANSI C, use thunks to adapt | kib | 2010-01-05 | 2 | -4/+33 |
* | Fix a double free(). | brueffer | 2010-01-05 | 1 | -1/+1 |
* | remove file thr_sem_new.c. | davidxu | 2010-01-05 | 1 | -1/+0 |
* | More cleanup, remove _libc prefix because libthr no longer has stubs | davidxu | 2010-01-05 | 2 | -39/+21 |
* | Remove extra new semaphore stubs, because libc already has them, and | davidxu | 2010-01-05 | 2 | -110/+0 |
* | forgot to remove SYM_FBP10. ;-) | davidxu | 2010-01-05 | 1 | -1/+0 |
* | Remove unused macros. | davidxu | 2010-01-05 | 1 | -5/+0 |
* | Don't check has_waiters twice, inline some small functions. | davidxu | 2010-01-05 | 1 | -8/+5 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 12 | -311/+854 |
* | Modernize scandir(3) and alphasort(3) interfaces according to the IEEE | kib | 2010-01-04 | 3 | -18/+15 |
* | Don't forget to clean up the file copied from the kernel sources. | ed | 2010-01-02 | 1 | -0/+2 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 65 | -37/+81 |
* | The devices that supported EVFILT_NETDEV kqueue filters were removed in | brooks | 2009-12-31 | 1 | -20/+0 |
* | Remove an unused variable. | ed | 2009-12-31 | 1 | -1/+0 |
* | Add missing `void' keyword. | ed | 2009-12-31 | 1 | -1/+1 |
* | Use _once() to initialize the pthread key for thread-local storage to hold | jhb | 2009-12-30 | 1 | -14/+14 |
* | Remove some test files that are no longer used. | kientzle | 2009-12-30 | 5 | -27092/+0 |
* | Reserve constants for RPM unwrapper and XAR reader. | kientzle | 2009-12-30 | 1 | -0/+2 |
* | Libarchive in FreeBSD is now synced up with 2.7.901a from | kientzle | 2009-12-30 | 1 | -2/+2 |
* | UU decoder. Now that libarchive can recursively taste input streams, | kientzle | 2009-12-30 | 6 | -0/+767 |
* | A raft of test changes and improvements from the Googlecode repository. | kientzle | 2009-12-30 | 73 | -1315/+6267 |
* | Merge Michihiro NAKAJIMA's significant work on the ISO9660 reader | kientzle | 2009-12-30 | 1 | -323/+1659 |
* | Document _FAST and _PRECISE clocks. | kib | 2009-12-29 | 1 | -10/+40 |
* | Document CLOCK_SECOND, add cross-reference from time(3) to clock_gettime(2). | kib | 2009-12-29 | 2 | -3/+7 |
* | Use clock_gettime(CLOCK_SECOND) instead of gettimeofday(2) for | kib | 2009-12-29 | 1 | -4/+3 |
* | Rationalize the support for cryptographic hashes. | kientzle | 2009-12-29 | 2 | -105/+250 |
* | Essentially eliminate problems with false hardlinks in POSIX cpio | kientzle | 2009-12-29 | 1 | -16/+91 |
* | Clear extraneous error messages. | kientzle | 2009-12-29 | 1 | -0/+2 |
* | Zip write support for libarchive. | kientzle | 2009-12-29 | 5 | -0/+671 |
* | If we're linking against liblzma, allow the decompressor to use up to | kientzle | 2009-12-29 | 1 | -23/+87 |
* | Minor style fixes plus a fix for an obscure crash on certain malformed | kientzle | 2009-12-29 | 1 | -11/+5 |
* | Be a little more skeptical of dev/ino matches when reading cpio files. | kientzle | 2009-12-29 | 1 | -35/+35 |
* | Style and portability fixes for pax writer. Mostly very routine, except for: | kientzle | 2009-12-29 | 1 | -32/+26 |