| Commit message (Expand) | Author | Age | Files | Lines |
* | If the named file has its immutable or append-only flag set, utimes(2) | pjd | 2006-12-09 | 1 | -1/+6 |
* | If the parent directory of the named file has its immutable flag set, | pjd | 2006-12-09 | 1 | -1/+6 |
* | If the parent directory of the destination file has its immutable flag set, | pjd | 2006-12-09 | 1 | -1/+8 |
* | - If the source file has its immutable or append-only flag set, link(2) | pjd | 2006-12-09 | 1 | -4/+13 |
* | If the named file has its immutable or append-only flag set, truncate(2) | pjd | 2006-12-09 | 1 | -1/+6 |
* | If the named file has its immutable flag set, chown(2) returns EPERM. | pjd | 2006-12-09 | 1 | -1/+6 |
* | If the named file has its immutable flag set, chmod(2) returns EPERM. | pjd | 2006-12-09 | 1 | -1/+6 |
* | Add reference to chflags(2). | pjd | 2006-12-09 | 1 | -0/+1 |
* | If the parent directory of the named file has its immutable flag set, | pjd | 2006-12-09 | 1 | -1/+5 |
* | - If the directory to be removed has its immutable, undeletable or append-only | pjd | 2006-12-09 | 1 | -1/+9 |
* | - If the parent directory of the file pointed at by the from argument has its | pjd | 2006-12-09 | 1 | -0/+8 |
* | Correct last commit. The parent directory of the file to be removed can | pjd | 2006-12-09 | 1 | -3/+5 |
* | When immutable, undeletable or append-only flag is set, rename(2) | pjd | 2006-12-09 | 1 | -1/+8 |
* | When undeletable flag is set, unlink(2) return EPERM. | pjd | 2006-12-09 | 1 | -1/+1 |
* | Make the generated message from `elf_errmsg(-1)' a little more readable. | jkoshy | 2006-12-09 | 1 | -1/+1 |
* | Minor refactoring; move the FreeBSD-specific config info into | kientzle | 2006-12-08 | 2 | -78/+106 |
* | remove already commented out code | julian | 2006-12-06 | 1 | -33/+0 |
* | test cancel_pending to save a thr_wake call in some specical cases. | davidxu | 2006-12-06 | 1 | -1/+1 |
* | _thr_ucond_wait drops lock, we should pick it up again. | davidxu | 2006-12-05 | 1 | -0/+1 |
* | the c_has_waiters is lazily updated, temporarily disable the false | davidxu | 2006-12-05 | 1 | -0/+2 |
* | Use ucond to implement barrier. | davidxu | 2006-12-05 | 2 | -8/+10 |
* | Add _thr_ucond_init(). | davidxu | 2006-12-05 | 2 | -3/+10 |
* | Tweak _thr_cancel_leave_defer a bit to fix a possible race. | davidxu | 2006-12-05 | 1 | -3/+7 |
* | Grammar. | ru | 2006-12-04 | 1 | -1/+1 |
* | document recent change to return ECONNRESET for tcp sockets | sam | 2006-12-04 | 1 | -1/+4 |
* | Use _kevent() instead of kevent(). | ume | 2006-12-04 | 1 | -7/+7 |
* | Fix typo, I was using a wrong header file, and the typo is not detected | davidxu | 2006-12-04 | 1 | -1/+1 |
* | Use kernel provided userspace condition variable to implement pthread | davidxu | 2006-12-04 | 6 | -96/+105 |
* | Argh. Restore a stat() call that was erroneously removed. | kientzle | 2006-12-04 | 1 | -0/+6 |
* | Minor clarification. | dds | 2006-12-03 | 1 | -1/+1 |
* | o As POSIX requires confstr(3) returns zero on errors, not -1. | maxim | 2006-12-03 | 1 | -2/+2 |
* | If a thread was detached, return EINVAL instead, the error code | davidxu | 2006-11-28 | 3 | -3/+3 |
* | Improve support for large ISOs: | kientzle | 2006-11-27 | 1 | -4/+25 |
* | Bump the libarchive version number, correct the shell hackery to break | kientzle | 2006-11-26 | 1 | -5/+6 |
* | Write-blocking cleanup, largely thanks to Colin Percival (cperciva@). | kientzle | 2006-11-26 | 10 | -34/+91 |
* | - When building world WITHOUT_LIBPTHREAD, link libthr to libpthread. | ru | 2006-11-26 | 1 | -5/+5 |
* | Unbreak libarchive on arm. Two parts of libarchive relied on a | kientzle | 2006-11-26 | 3 | -197/+284 |
* | Connect four new files to the build. | kientzle | 2006-11-24 | 1 | -1/+9 |
* | Note that, thanks to the work by Alan Cox et al, some arch'es | yar | 2006-11-24 | 1 | -2/+19 |
* | Eliminate atomic operations in thread cancellation functions, it should | davidxu | 2006-11-24 | 12 | -213/+176 |
* | - style: use `=' instead of `+=' for initial assignments. | ru | 2006-11-24 | 1 | -4/+2 |
* | Fill in a couple of missing casts: clarify one narrowing conversion | kientzle | 2006-11-24 | 2 | -4/+4 |
* | A few minor clarifications and corrections. | kientzle | 2006-11-24 | 1 | -4/+20 |
* | A few minor corrections to the libarchive.3 overview page. | kientzle | 2006-11-24 | 1 | -7/+10 |
* | Document the new _open_FILE() and _open_memory() interfaces. | kientzle | 2006-11-24 | 3 | -11/+75 |
* | New hooks for reading/writing archives to/from a FILE * or | kientzle | 2006-11-24 | 5 | -211/+354 |
* | Document that the data field for NOTE_EXIT holds the process exit status. | jhb | 2006-11-20 | 1 | -0/+2 |
* | Officially rename archive_{read,write}_open_file() to | kientzle | 2006-11-20 | 3 | -9/+17 |
* | Add archive_write_open_filename()/archive_read_open_filename() as | kientzle | 2006-11-15 | 5 | -7/+40 |
* | Style: Use the correct type for a sizeof() variable. | kientzle | 2006-11-15 | 1 | -1/+1 |