]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Improve comment to TCP_MINMSS by taking the wording from lstewart (with
[FreeBSD/FreeBSD.git] / lib /
2010-09-15 davidxuadd code to support stack unwinding when thread exits...
2010-09-15 davidxuMove back IN_GCLIST flag into field tlflags, since...
2010-09-13 davidxuDon't compare thread pointers again.
2010-09-13 davidxuFix copy&paste problem.
2010-09-13 davidxuUpdate symbol.
2010-09-13 davidxuPS_DEAD state needs not be checked because _thr_find_th...
2010-09-13 davidxuConvert thread list lock from mutex to rwlock.
2010-09-13 impThis is exactly the same as the .else, so remove it.
2010-09-13 impMFtbemd: Move to using MACHINE_CPUARCH, now that it...
2010-09-13 impInclude FreeBSD svn tag
2010-09-13 impMerge from tbemd, with a small amount of rework:
2010-09-12 gjbBump dates in dbopen(3) and cpuset_getaffinity(2) from...
2010-09-11 brucecRevert changes of 'assure' to 'ensure' made in r211936.
2010-09-10 gjbNote O_SYNC and O_NOFOLLOW flags in dbopen(3) since...
2010-09-10 gjbAdd EINVAL to list of possible return values for cpuset...
2010-09-10 davidxuBecause POSIX does not allow EINTR to be returned from...
2010-09-09 traszArrgh, tested wrong source tree _again_. Fix previous...
2010-09-09 traszAdd minor optimization. It's less strict than its...
2010-09-09 kaiwlibelf is overly strict about the type and alignment...
2010-09-08 davidxuTo avoid possible race condition, SIGCANCEL is always...
2010-09-06 gjbAdd ECONNRESET to list of possible errors in connect(2).
2010-09-06 davidxuFix off-by-one error in function _thr_sigact_unload...
2010-09-05 jilleslibedit: Try to map <Delete> to ed-delete-next-char.
2010-09-05 fabientFix invalid class removal when IAF is not the last...
2010-09-03 jilleslibedit: Do not move the cursor for ed-delete-next...
2010-09-02 rmacklemModify lib/libstand/nfs.c to use NFSv3 instead of NFSv2.
2010-09-01 davidxuRemove incorrect comments, also make sure signal is
2010-09-01 davidxuIn function __pthread_cxa_finalize(), also make code...
2010-09-01 davidxupthread_atfork should acquire writer lock and protect...
2010-09-01 davidxuChange atfork lock from mutex to rwlock, also make...
2010-09-01 davidxuAdd signal handler wrapper, the reason to add it becaus...
2010-08-31 jamieWhitespace and comment fixes.
2010-08-31 jamieDon't over-allocate array values in jailparam_export.
2010-08-31 jamieMake it clear in the example that jailparam_export...
2010-08-29 kibUse NULL instead of 0 for pointer in example.
2010-08-28 alcAdd the MAP_PREFAULT_READ option to mmap(2).
2010-08-28 brucecFix incorrect usage of 'assure' and 'insure'.
2010-08-28 nwhitehornRepair some build breakage introduced in r211725 and...
2010-08-27 kibDo not call __pthread_cxa_finalize with invalid struct...
2010-08-27 davidxuUnregister thread specific data destructor when a corre...
2010-08-27 davidxuclear lock to zero state if it is destroyed.
2010-08-26 davidxueliminate unused code.
2010-08-26 davidxuDecrease rdlock count only when thread unlocked a reade...
2010-08-25 nwhitehornAllow ABIs to provide their own LIBC_ARCH in a more...
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-24 impFix an accidental sed...
2010-08-24 impPowerpc is special here. powerpc and powerpc64 use...
2010-08-24 nwhitehornUnify 32-bit and 64-bit PowerPC libthr support. This...
2010-08-24 impChange the logic here to match Makefile.inc1. Having...
2010-08-24 kibRemove extra FreeBSD tag.
2010-08-24 kibMove the __stack_chk_fail_local@FBSD_1.0 compat symbol...
2010-08-24 kibRemove unused source.
2010-08-24 kibThe __hidden definition is provided by sys/cdefs.h.
2010-08-24 davidxuAdd wrapper for setcontext() and swapcontext(), the...
2010-08-23 impMFtbemd:
2010-08-23 kibOn shared object unload, in __cxa_finalize, call and...
2010-08-23 kibIntroduce implementation-private rtld interface _rtld_a...
2010-08-23 kibStyle.
2010-08-22 desUTFize my name.
2010-08-21 rpauloDon't link drti.o with libelf_pic.a. This means that...
2010-08-21 rpauloModify clang so that when TOOLS_PREFIX is defined we...
2010-08-21 rpauloInstall a PIC libelf. This will be needed by the DTrace...
2010-08-20 davidxuReduce redundant code.
2010-08-20 davidxu In current implementation, thread cancellation is...
2010-08-20 davidxuAccording to specification, function fcntl() is a cance...
2010-08-17 kibUse aux vector to get values for SSP canary, pagesize...
2010-08-17 davidxuTweak code a bit to be POSIX compatible, when a cancell...
2010-08-16 joelFix typos, spelling, formatting and mdoc mistakes found...
2010-08-16 desIn setusercontext(), do not apply user settings unless...
2010-08-16 desOld patch I had lying around: clean up and use stpcpy...
2010-08-15 desFurther simplify the code, and update the manpage.
2010-08-15 umeCorrect the return code from _dns_gethostby*() to corre...
2010-08-15 desno-op commit to note that the example given in the...
2010-08-15 desFix the overflow test. It is possible for the result...
2010-08-14 desSimplify expand_number() by combining the (unrolled...
2010-08-13 ume- When there is no room for returning the result, nss...
2010-08-12 willFix buildworld -DNO_CLEAN when using with Perforce...
2010-08-11 kaiwAdd translation support for section type SHT_SUNW_dof.
2010-08-11 rpauloSeveral fixes for libproc:
2010-08-08 edSmall style(9) fix: use tabs instead of spaces.
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 edRemove unneeded functions from libcompat.
2010-08-06 joelFix typos and spelling mistakes.
2010-08-05 acheComment out IEEE Std 1003.1-2001 conformance proclaimed...
2010-08-03 joelFix typo.
2010-08-03 joelSpelling fixes.
2010-08-02 joelSpelling fixes.
2010-08-02 uqsmdoc policing: use consistent section ordering, fix...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-08-02 uqsmdoc: remove unbalanced quotes
2010-08-02 uqsmdoc: make sure to pass at least one argument to quotat...
2010-08-02 rpauloUpdate DTrace userland code to the latest available.
2010-08-01 rpauloDisable all warnings when building gdtoa. This allows...
2010-08-01 rpauloUse CFLAGS and LDFLAGS when compiling mkmagic. This...
2010-07-31 rpauloRevert SHLIB_MAJOR to 2.
2010-07-31 rpauloBuild librtld_db.
2010-07-31 rpauloBump the shared library major version due to ABI conflicts.
2010-07-31 rpauloNew version of libproc. Changes are:
2010-07-31 rpauloSimplify the Makefile. The i386 and amd64 sections...
2010-07-31 rpaulolibproc is going to be i386/amd64 only with the next...
next