]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Dynamically resize the Disk column. It was too narrow for modern
[FreeBSD/FreeBSD.git] / lib /
2006-12-23 jasoneImplement chunk allocation/deallocation hysteresis...
2006-12-20 davidxuget LIBPTHREAD_ADAPTIVE_SPIN early, so it can be used...
2006-12-20 davidxuCheck environment variable PTHREAD_ADAPTIVE_SPIN, if...
2006-12-19 jmgadd a missing the...
2006-12-18 peadarClean bound and non-bound pthread structures consistent...
2006-12-18 jkoshyUse <osreldate.h> rather than the OS version reported...
2006-12-18 jkoshyUse the correct value of __FreeBSD_version.
2006-12-16 jkoshyFix a typo.
2006-12-16 rodrigcConsistently use a socklen_t type where required, and...
2006-12-15 umeMerge BIND9 9.3.3 into main chunk.
2006-12-15 umeThis commit was generated by cvs2svn to compensate...
2006-12-15 umeVendor import of BIND 9.3.3
2006-12-15 pjdchflags(2) returns EPERM when user tries to set or...
2006-12-15 rrsThis adds the "system calls"
2006-12-15 davidxu- Remove variable _thr_scope_system, all threads are...
2006-12-14 impband-aide until _SC_PHYS_PAGES actually is defined
2006-12-14 pjdAdd support for _SC_PHYS_PAGES, which is not standard...
2006-12-14 pjdDocument _SC_PAGESIZE. There are still 85 undocumented...
2006-12-14 davidxuCreate inline function _thr_umutex_trylock2 to only...
2006-12-13 pjd- truncate(2) returns EFBIG if the length argument...
2006-12-13 pjdAppend-only flag also denies chown(2).
2006-12-13 samThis commit was generated by cvs2svn to compensate...
2006-12-13 jkoshyName the functions documented by this manual page corre...
2006-12-13 pjdMuch more correct EFTYPE description.
2006-12-13 pjdBetter wording.
2006-12-13 pjdAppend-only flag also denies chmod(2). Is this correct...
2006-12-13 pjdBe more precise with EPERM description. When chown...
2006-12-13 pjdWrite permission if of course only needed for the paren...
2006-12-13 pjdmkfifo(2) returns EACCES when write permission is denie...
2006-12-12 pjdBe more specific when ELOOP can be returned.
2006-12-12 pjdsymlink(2) return EACCES if a component of the name2...
2006-12-12 pjdCorrect ENOENT description.
2006-12-12 pjdThe 'name1' argument to symlink(2) is only limited...
2006-12-12 pjdmkdir(2) creates directory, not file.
2006-12-12 julianRemove reference to confusing behaviour just removed...
2006-12-12 davidxuCorrectly check failed syscall.
2006-12-12 davidxuMove checking for c_has_waiters into low level _thr_uco...
2006-12-11 jkoshyDocument the ELF types supported by libelf.
2006-12-10 pjdWhen directory is given as an argument for unlink(2...
2006-12-10 dougbChanges to generated files related to the 9.3.3 import.
2006-12-10 dougbThis commit was generated by cvs2svn to compensate...
2006-12-09 pjdIf the named file has its immutable or append-only...
2006-12-09 pjdIf the parent directory of the named file has its immut...
2006-12-09 pjdIf the parent directory of the destination file has...
2006-12-09 pjd- If the source file has its immutable or append-only...
2006-12-09 pjdIf the named file has its immutable or append-only...
2006-12-09 pjdIf the named file has its immutable flag set, chown...
2006-12-09 pjdIf the named file has its immutable flag set, chmod...
2006-12-09 pjdAdd reference to chflags(2).
2006-12-09 pjdIf the parent directory of the named file has its immut...
2006-12-09 pjd- If the directory to be removed has its immutable...
2006-12-09 pjd- If the parent directory of the file pointed at by...
2006-12-09 pjdCorrect last commit. The parent directory of the file...
2006-12-09 pjdWhen immutable, undeletable or append-only flag is...
2006-12-09 pjdWhen undeletable flag is set, unlink(2) return EPERM.
2006-12-09 jkoshyMake the generated message from `elf_errmsg(-1)' a...
2006-12-08 hartiThis commit was generated by cvs2svn to compensate...
2006-12-08 kientzleMinor refactoring; move the FreeBSD-specific config...
2006-12-06 julianremove already commented out code
2006-12-06 davidxutest cancel_pending to save a thr_wake call in some...
2006-12-05 davidxu_thr_ucond_wait drops lock, we should pick it up again.
2006-12-05 davidxuthe c_has_waiters is lazily updated, temporarily disabl...
2006-12-05 davidxuUse ucond to implement barrier.
2006-12-05 davidxuAdd _thr_ucond_init().
2006-12-05 davidxuTweak _thr_cancel_leave_defer a bit to fix a possible...
2006-12-04 ruGrammar.
2006-12-04 samdocument recent change to return ECONNRESET for tcp...
2006-12-04 umeUse _kevent() instead of kevent().
2006-12-04 davidxuFix typo, I was using a wrong header file, and the...
2006-12-04 davidxuUse kernel provided userspace condition variable to...
2006-12-04 kientzleArgh. Restore a stat() call that was erroneously removed.
2006-12-03 ddsMinor clarification.
2006-12-03 maximo As POSIX requires confstr(3) returns zero on errors...
2006-11-28 davidxuIf a thread was detached, return EINVAL instead, the...
2006-11-27 kientzleImprove support for large ISOs:
2006-11-26 kientzleBump the libarchive version number, correct the shell...
2006-11-26 kientzleWrite-blocking cleanup, largely thanks to Colin Perciva...
2006-11-26 ru- When building world WITHOUT_LIBPTHREAD, link libthr...
2006-11-26 kientzleUnbreak libarchive on arm. Two parts of libarchive...
2006-11-24 kientzleConnect four new files to the build.
2006-11-24 yarNote that, thanks to the work by Alan Cox et al, some...
2006-11-24 davidxuEliminate atomic operations in thread cancellation...
2006-11-24 ru- style: use `=' instead of `+=' for initial assignments.
2006-11-24 kientzleFill in a couple of missing casts: clarify one narrowin...
2006-11-24 kientzleA few minor clarifications and corrections.
2006-11-24 kientzleA few minor corrections to the libarchive.3 overview...
2006-11-24 kientzleDocument the new _open_FILE() and _open_memory() interf...
2006-11-24 kientzleNew hooks for reading/writing archives to/from a FILE...
2006-11-20 jhbDocument that the data field for NOTE_EXIT holds the...
2006-11-20 kientzleOfficially rename archive_{read,write}_open_file() to
2006-11-15 kientzleAdd archive_write_open_filename()/archive_read_open_fil...
2006-11-15 kientzleStyle: Use the correct type for a sizeof() variable.
2006-11-15 kientzleChange the internal API for writing data to an entry...
2006-11-13 kientzleNo change in functionality, but fill in a missing error
2006-11-13 ruFix minor formatting issues:
2006-11-13 kientzleThese files no longer use internal APIs, so no longer...
2006-11-13 kientzleMinor cleanup of the standard read/write I/O modules:
2006-11-12 kientzleCorrectly handle writing very large blocks (>1M) throug...
2006-11-12 jkoshy- Replace the use of DPSRCS with something more appropr...
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
next