| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Style fixes to tar reader: | kientzle | 2009-12-29 | 1 | -16/+16 |
* | Various style fixes to the 'newc' cpio writer: | kientzle | 2009-12-29 | 1 | -17/+26 |
* | Various fixes when creating objects on disk: | kientzle | 2009-12-29 | 1 | -23/+74 |
* | Catch decompression failures earlier. In particular, this gives | kientzle | 2009-12-29 | 1 | -0/+8 |
* | Various style and portability fixes, including: | kientzle | 2009-12-29 | 1 | -12/+35 |
* | 64-bit ino support and discourage bad use of this header. | kientzle | 2009-12-29 | 1 | -1/+5 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | antoine | 2009-12-28 | 4 | -6/+6 |
* | Grammar fix. | delphij | 2009-12-28 | 1 | -1/+1 |
* | bring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgraph expects | luigi | 2009-12-28 | 1 | -2/+0 |
* | this file is also affected by the ipfw changes | luigi | 2009-12-28 | 1 | -0/+2 |
* | Portability. | kientzle | 2009-12-28 | 1 | -1/+3 |
* | Remove some dead assignments, fix some declarations. | kientzle | 2009-12-28 | 1 | -3/+1 |
* | Clarify an example so Linux folks won't keep getting confused by this point. | kientzle | 2009-12-28 | 1 | -0/+3 |