]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Fix my error in rev. 1.152
[FreeBSD/FreeBSD.git] / lib /
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...
2006-11-11 jkoshyMFP4: Add an implementation of the ELF(3) and GELF...
2006-11-11 davidxuMove code calculating new inherited priority into singl...
2006-11-10 deschilderr needs to be volatile so gcc won't optimize...
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-10 kientzlePortability and style fixes:
2006-11-09 trhodesAdd an entry for PT_GETLWPLIST.
2006-11-09 cognetCleanup: we always have to use __error() now, and we...
2006-11-08 ruRemove a forgotten file.
2006-11-08 simonFix infinite loop in corrupt archives handling in libar...
2006-11-06 cognetInstead of re-implementing hton[ls] and friends for...
2006-11-06 cognetProvide definitions suitable for arm big-endian.
2006-11-06 rwatsonRemove sys/uio.h include -- this is no longer required...
2006-11-06 kientzleEliminate documentation references to a non-existent...
2006-11-06 kientzleComputing SHLIB_MAJOR is not a good idea. It's really...
2006-11-06 kientzleRemove an unused declaration.
2006-11-05 trhodesFix a typo: "the give login class" to "the given login...
2006-11-04 lawranceDocument return values for res_query and res_search.
2006-11-04 danger- clock_gettime is in time.h instead of sys/time.h
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-03 kmacy- change ABI for user trap handler for sun4v (eventuall...
2006-11-02 ruReplace the SEE ALSO xrefs with a more reasonable set...
2006-11-02 mjacob2nd and final commit that moves us to CAM_NEW_TRAN_CODE
2006-11-01 pjdDocument MNT_GJOURNAL option.
2006-10-31 pjdImplement cgwrite1(3) function which stored a given...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-28 bdeBacked out rev.1.10 (a special case for amd64). The...
2006-10-28 ruAdd missing markup bits.
2006-10-28 maximo Fix function name.
2006-10-26 jbMake KSE a kernel option, turned on by default in all...
2006-10-24 umeMerge res_send.c of BIND9 9.3.3rc2 into main chunk...
2006-10-23 kibRevert the rev. 1.4, it causes breakage on most arches...
2006-10-21 simonMinor markup fix: A comma should be seperated by space...
2006-10-21 ruAvoid a potential hard sentence break.
2006-10-21 maximo Fix typo.
2006-10-21 kibWorkaround for (what seems to be) compiler error for...
2006-10-20 davidxuremove libc_r remanent.
2006-10-17 glebiusInclude sys/socket.h to know about sa_family_t.
2006-10-16 achefile == NULL:
2006-10-16 acheHonor errno obtained from __sflags
2006-10-16 acheBack out ftruncate error handling. There can some file...
2006-10-15 acheDo real seek
2006-10-14 bdeMoved __BEGIN_DECLS up a little so that it covers __tes...
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-14 davidxuDon't inherit THR_FLAGS_NEED_SUSPEND for child process...
2006-10-14 teggeBackout unblocking of signal if no threads can currentl...
2006-10-13 davidxuo Make _thr_umutex_init a function.
2006-10-13 ruForgot to bump the document date.
2006-10-13 ruSome word smithing adopted from the PR.
2006-10-13 teggeDelay unblocking signal and restoring process signal...
2006-10-13 teggeDelay setting wakeup time until after poll array has...
2006-10-13 teggeSync thread jump table with libc and other thread libra...
2006-10-13 ruAdd missing comma.
2006-10-13 davidxuUse type pthread_state for thread state.
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-12 ruUse normal parentheses.
2006-10-12 ruDon't say "rightmost" when referring to the least signi...
2006-10-12 ruThe pam_unix module also provides password management.
2006-10-12 ruMore accurately document the implementation details...
2006-10-12 ruLink select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3...
2006-10-12 ruDocument S_IRWXU and permission bits for group/other.
2006-10-12 ruDocument what "msgsz" argument really denotes. [1]
2006-10-12 trhodesNote that the value from getenv() should not be modifie...
2006-10-12 kmacyfix bus error in newsyslog by making sure that fields...
2006-10-11 maximo Follow the trend and try to explain what the slow...
2006-10-10 maximo From kern_prot.c::p_cansignal():
2006-10-10 ruFix markup in previous revision.
2006-10-09 trhodesAdd information on how to escape a literal colon in...
next