]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Fix typo ${attimer.4} -> ${_attimer.4}.
[FreeBSD/FreeBSD.git] / lib /
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.
2010-08-24 Warner LoshFix an accidental sed...
2010-08-24 Warner LoshPowerpc is special here. powerpc and powerpc64 use...
2010-08-24 Nathan WhitehornUnify 32-bit and 64-bit PowerPC libthr support. This...
2010-08-24 Warner LoshChange the logic here to match Makefile.inc1. Having...
2010-08-24 Konstantin BelousovRemove extra FreeBSD tag.
2010-08-24 Konstantin BelousovMove the __stack_chk_fail_local@FBSD_1.0 compat symbol...
2010-08-24 Konstantin BelousovRemove unused source.
2010-08-24 Konstantin BelousovThe __hidden definition is provided by sys/cdefs.h.
2010-08-24 David XuAdd wrapper for setcontext() and swapcontext(), the...
2010-08-23 Warner LoshMFtbemd:
2010-08-23 Konstantin BelousovOn shared object unload, in __cxa_finalize, call and...
2010-08-23 Konstantin BelousovIntroduce implementation-private rtld interface _rtld_a...
2010-08-23 Konstantin BelousovStyle.
2010-08-22 Dag-Erling SmørgravUTFize my name.
2010-08-21 Rui PauloDon't link drti.o with libelf_pic.a. This means that...
2010-08-21 Rui PauloModify clang so that when TOOLS_PREFIX is defined we...
2010-08-21 Rui PauloInstall a PIC libelf. This will be needed by the DTrace...
2010-08-20 David XuReduce redundant code.
2010-08-20 David Xu In current implementation, thread cancellation is...
2010-08-20 David XuAccording to specification, function fcntl() is a cance...
2010-08-17 Edwin GroothuisMFV of r211420, tzdata2010l
2010-08-17 Konstantin BelousovUse aux vector to get values for SSP canary, pagesize...
2010-08-17 David XuTweak code a bit to be POSIX compatible, when a cancell...
2010-08-16 Joel DahlFix typos, spelling, formatting and mdoc mistakes found...
2010-08-16 Dag-Erling SmørgravIn setusercontext(), do not apply user settings unless...
2010-08-16 Dag-Erling SmørgravOld patch I had lying around: clean up and use stpcpy...
2010-08-15 Dag-Erling SmørgravFurther simplify the code, and update the manpage.
2010-08-15 Hajimu UMEMOTOCorrect the return code from _dns_gethostby*() to corre...
2010-08-15 Dag-Erling Smørgravno-op commit to note that the example given in the...
2010-08-15 Dag-Erling SmørgravFix the overflow test. It is possible for the result...
2010-08-14 Dag-Erling SmørgravSimplify expand_number() by combining the (unrolled...
2010-08-13 Hajimu UMEMOTO- When there is no room for returning the result, nss...
2010-08-12 Will AndrewsFix buildworld -DNO_CLEAN when using with Perforce...
2010-08-11 Kai WangAdd translation support for section type SHT_SUNW_dof.
2010-08-11 Rui PauloSeveral fixes for libproc:
2010-08-08 Ed SchoutenSmall style(9) fix: use tabs instead of spaces.
2010-08-06 Jung-uk KimMerge ACPICA 20100806.
2010-08-06 Ed SchoutenRemove unneeded functions from libcompat.
2010-08-06 Joel DahlFix typos and spelling mistakes.
2010-08-05 Andrey A. ChernovComment out IEEE Std 1003.1-2001 conformance proclaimed...
2010-08-03 Joel DahlFix typo.
2010-08-03 Joel DahlSpelling fixes.
2010-08-02 Joel DahlSpelling fixes.
2010-08-02 Ulrich Spörleinmdoc policing: use consistent section ordering, fix...
2010-08-02 Rui PauloMFV OpenSolaris DTrace userland bits.
2010-08-02 Ulrich Spörleinmdoc: remove unbalanced quotes
2010-08-02 Ulrich Spörleinmdoc: make sure to pass at least one argument to quotat...
2010-08-02 Rui PauloUpdate DTrace userland code to the latest available.
2010-08-01 Rui PauloDisable all warnings when building gdtoa. This allows...
2010-08-01 Rui PauloUse CFLAGS and LDFLAGS when compiling mkmagic. This...
2010-08-01 Edwin GroothuisMFV of r210716, tzdata2010k
2010-07-31 Rui PauloRevert SHLIB_MAJOR to 2.
2010-07-31 Rui PauloBuild librtld_db.
2010-07-31 Rui PauloBump the shared library major version due to ABI conflicts.
next