]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Add information about the values and default setting of the
[FreeBSD/FreeBSD.git] / lib /
2010-10-25 David XuFix typo.
2010-10-25 David XuGet cpuset in pthread_attr_get_np() and free it in...
2010-10-24 Jayachandran C.Fix PIC_RETURN when abicalls are not defined.
2010-10-24 Ed MasteMove variable declarations into the conditional block...
2010-10-22 Benedict ReuschlingRevert to r214147, errno is not clobbered as originally
2010-10-21 Benedict ReuschlingDocument strtonum()s behavior of setting errno to 0...
2010-10-21 Benedict ReuschlingSync with OpenBSD rev. 1.13:
2010-10-21 Ed SchoutenFix error handling logic of pututxline(3).
2010-10-21 Ulrich Spörleinmdoc: make pages render with mandoc
2010-10-21 Pawel Jakub DawidekRemove code duplication by introducing static gctl_para...
2010-10-21 Pawel Jakub Dawidek- Simplify gctl_get_handle() a bit.
2010-10-20 David XuRevert revision 214007, I realized that MySQL wants...
2010-10-19 Xin LIMFV: nc(1) from OpenBSD 4.8.
2010-10-18 David XuSet default type to PTHREAD_RWLOCK_PREFER_WRITER_NONREC...
2010-10-18 Pawel Jakub DawidekAdd links for libradius(3) functions.
2010-10-18 David XuUnbreak buildworld by including pthread_rwlockattr_setk...
2010-10-18 David Xusort function name.
2010-10-18 David Xus/||/&&
2010-10-18 David XuAdd pthread_rwlockattr_setkind_np and pthread_rwlockatt...
2010-10-16 Hans Petter Selasky- Add support for libusbhid in 32-bit compatibility...
2010-10-15 Dimitry AndricRemove two .endp's without matching .proc in lib/csu...
2010-10-14 Hans Petter Selasky- Add missing LibUSB API functions:
2010-10-14 Hans Petter Selasky- Add support for LibUSB in 32-bit compatibility mode.
2010-10-14 Hans Petter Selasky- Fix some compile warnings regarding comparing signed...
2010-10-14 Hans Petter SelaskyLibUSB (new API):
2010-10-13 Jung-uk KimMerge ACPICA 20101013.
2010-10-13 Rui PauloClang related fixes:
2010-10-13 Warner LoshRevert 212517 to restore pristine state of this file
2010-10-11 Andriy Gaponcamlib.c: update one overlooked comment
2010-10-11 Martin MatuskaUpgrade xz to git snapshot as of 20101010
2010-10-11 Ed SchoutenFix reference to nonexistent manpage getuid(3).
2010-10-11 Andriy Gaponcam_get_device, cam_open_device: make behavior simpler...
2010-10-08 Ulrich Spörleinmdoc: drop redundant .Pp and .LP calls
2010-10-08 Ulrich Spörleinmdoc: fix manlint warnings by unbreaking mdoc syntax
2010-10-08 Ed SchoutenImport ee 1.5.2 into HEAD.
2010-10-08 David XuOops, don't remove -fexceptions flag.
2010-10-08 David Xuunwind.h was imported, gcc directory is no longer needed.
2010-10-07 Dimitry AndricUpgrade Clang and LLVM to the 2.8 release. See here...
2010-10-07 Dimitry AndricVendor import of clang 2.8 release:
2010-10-07 Dimitry AndricVendor import of llvm 2.8 release:
2010-10-06 Konstantin BelousovMissed space.
2010-10-06 Konstantin BelousovAdd cross-references to lrand48(3) and arc4random(3...
2010-10-05 Hajimu UMEMOTOWhen no protocol entry is found, getproto*_r(3) should
2010-10-05 Ed MasteHandle null return from XML_ParserCreate and fix a...
2010-10-04 Dimitry AndricChange libvgl's set4pixels() and set2lines() functions...
2010-10-04 Hajimu UMEMOTOClear errno for each method dispatch.
2010-10-04 George V. Neville... Fix punctuation and grammar, mostly by ending sentences...
2010-10-01 Dimitry AndricUse __FBSDID() instead of RCSID() in most .S files...
2010-10-01 Jilles Tjoelkerlibc: Remove the i386 assembler version of strlen(3).
2010-09-30 Edwin GroothuisMFV of 213310, tzdata2010m
2010-09-30 Dimitry AndricRetire the amd64 and i386 specific inline assembly...
2010-09-30 David Xuchange code to use unwind.h.
2010-09-29 Dimitry AndricApply the same workaround for clang to amd64's version...
2010-09-29 David XuCheck invalid mutex in _mutex_cv_unlock.
2010-09-28 David XuIn current code, statically initialized and destroyed...
2010-09-28 Ed MasteIncrease maximum network timeout from 20s to 120s....
2010-09-26 David XuReport death event to debugger before moving to gc...
2010-09-25 David XuOnly access unwind_disabled when _PTHREAD_FORCED_UNWIND...
2010-09-25 David XuAdd missing field.
2010-09-25 David XuBecause old _pthread_cleanup_push/pop do not have frame...
2010-09-25 David XuSimplify code, and in while loop, fix operator to match...
2010-09-25 David XuTo support stack unwinding for cancellation points...
2010-09-24 David Xuinline testcancel() into thr_cancel_leave(), because...
2010-09-24 David XuIn most cases, cancel_point and cancel_async needn...
2010-09-22 Maksim YevmenkinAdd the following Linux BlueZ compatibility macros...
2010-09-21 Rui PauloWorkaround LLVM bug #4434:
2010-09-21 Alan CoxFix exec_imgact_shell()'s handling of two error cases...
2010-09-21 David XuIf we are at cancellation point, always work as deferre...
2010-09-20 Edward Tomasz Napi... First step at adopting FreeBSD to support PSARC/2010...
2010-09-20 Dimitry AndricUpgrade our Clang in base to r114020, from upstream...
2010-09-19 Dimitry AndricIn all Makefiles under lib/clang, consistently use...
2010-09-19 David XuBecause atfork lock is held while forking, a thread...
2010-09-19 David XuFix typo.
2010-09-19 David Xu- _Unwind_Resume function is not used, remove it.
2010-09-19 David XuFix a race condition when finding stack unwinding funct...
2010-09-18 Rui PauloIgnore EINTR when calling waitpid.
2010-09-17 Dimitry AndricVendor import of clang r114020 (from the release_28...
2010-09-17 Dimitry AndricVendor import of llvm r114020 (from the release_28...
2010-09-16 Dimitry AndricMake vendor/clang/dist exactly the same as upstream...
2010-09-16 Jung-uk KimMerge ACPICA 20100915.
2010-09-15 David Xuadd code to support stack unwinding when thread exits...
2010-09-15 David XuMove back IN_GCLIST flag into field tlflags, since...
2010-09-13 David XuDon't compare thread pointers again.
2010-09-13 David XuFix copy&paste problem.
2010-09-13 David XuUpdate symbol.
2010-09-13 David XuPS_DEAD state needs not be checked because _thr_find_th...
2010-09-13 David XuConvert thread list lock from mutex to rwlock.
2010-09-13 Warner LoshThis is exactly the same as the .else, so remove it.
2010-09-13 Warner LoshMFtbemd: Move to using MACHINE_CPUARCH, now that it...
2010-09-13 Warner LoshInclude FreeBSD svn tag
2010-09-13 Warner LoshMerge from tbemd, with a small amount of rework:
2010-09-12 Glen BarberBump dates in dbopen(3) and cpuset_getaffinity(2) from...
2010-09-11 Rebecca CranRevert changes of 'assure' to 'ensure' made in r211936.
2010-09-10 Glen BarberNote O_SYNC and O_NOFOLLOW flags in dbopen(3) since...
2010-09-10 Glen BarberAdd EINVAL to list of possible return values for cpuset...
2010-09-10 David XuBecause POSIX does not allow EINTR to be returned from...
2010-09-09 Edward Tomasz Napi... Arrgh, tested wrong source tree _again_. Fix previous...
2010-09-09 Edward Tomasz Napi... Add minor optimization. It's less strict than its...
2010-09-09 Kai Wanglibelf is overly strict about the type and alignment...
2010-09-08 David XuTo avoid possible race condition, SIGCANCEL is always...
next