]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Use a safer mechanism for determining if a task is currently running,
[FreeBSD/FreeBSD.git] / lib /
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...
2010-09-06 Glen BarberAdd ECONNRESET to list of possible errors in connect(2).
2010-09-06 David XuFix off-by-one error in function _thr_sigact_unload...
2010-09-05 Jilles Tjoelkerlibedit: Try to map <Delete> to ed-delete-next-char.
2010-09-05 Fabien ThomasFix invalid class removal when IAF is not the last...
2010-09-03 Jilles Tjoelkerlibedit: Do not move the cursor for ed-delete-next...
2010-09-02 Rick MacklemModify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.
2010-09-01 David XuRemove incorrect comments, also make sure signal is
2010-09-01 David XuIn function __pthread_cxa_finalize(), also make code...
2010-09-01 David Xupthread_atfork should acquire writer lock and protect...
2010-09-01 David XuChange atfork lock from mutex to rwlock, also make...
2010-09-01 David XuAdd signal handler wrapper, the reason to add it becaus...
2010-08-31 Jamie GrittonWhitespace and comment fixes.
2010-08-31 Jamie GrittonDon't over-allocate array values in jailparam_export.
2010-08-31 Jamie GrittonMake it clear in the example that jailparam_export...
2010-08-29 Konstantin BelousovUse NULL instead of 0 for pointer in example.
2010-08-28 Alan CoxAdd the MAP_PREFAULT_READ option to mmap(2).
2010-08-28 Rebecca CranFix incorrect usage of 'assure' and 'insure'.
2010-08-28 Nathan WhitehornRepair some build breakage introduced in r211725 and...
2010-08-27 Konstantin BelousovDo not call __pthread_cxa_finalize with invalid struct...
2010-08-27 David XuUnregister thread specific data destructor when a corre...
2010-08-27 David Xuclear lock to zero state if it is destroyed.
2010-08-26 David Xueliminate unused code.
2010-08-26 David XuDecrease rdlock count only when thread unlocked a reade...
2010-08-25 Nathan WhitehornAllow ABIs to provide their own LIBC_ARCH in a more...
2010-08-24 Rui PauloMerge dtracetoolkit/dtruss from the vendor.
next