]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Merge dtracetoolkit/dtruss from the vendor.
[FreeBSD/FreeBSD.git] / lib / libc /
2010-04-15 kibStill reference struct __sigaction with clarification...
2010-04-14 impsvn merge svn+ssh://svn.freebsd.org/base/head@206627
2010-04-14 impsvn merge svn+ssh://svn.freebsd.org/base/head/@206624
2010-04-14 uqsmdoc: order prologue macros consistently by Dd/Dt/Os
2010-04-14 uqsmdoc: don't abuse Bo/Pc to get what looks like an interval
2010-04-14 uqsmdoc: remove .Pp where not needed
2010-04-14 impmerge svn+ssh://svn.freebsd.org/base/head@206610
2010-04-13 kibAlign the declaration for sa_sigaction with POSIX.
2010-04-12 impmerge from head, part 13 of many
2010-04-12 impmerge from head, part 12 of many
2010-04-12 impmerge from head, part 11 of many
2010-04-12 impmerge from head, part 9 of many
2010-04-12 impmerge from head, part 8 of many
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-04-11 mariusAdd #endif missed in r206490.
2010-04-11 mariusWhile SPARC V9 allows tininess to be detected either...
2010-04-06 umeUse the stored length value instead of calculating...
2010-04-05 obrienI feel this wording of the history is more clear.
2010-04-05 avglibc/db/hash: cap auto-tuned block size with a value...
2010-04-05 avghash.3: fix a factual mistake in the man page
2010-04-04 umeAdd capability to use a db version of services. It...
2010-04-04 umeReduce duplicate code.
2010-04-04 umeTreat '+' as special only when in compat mode, and...
2010-04-04 umeStop adding trailing '\n'. The servent_unpack() doesn...
2010-03-31 delphijAdd prototype for libc internal interfaces.
2010-03-31 delphijAdd prototypes for libc private interfaces.
2010-03-28 traszMake acl_to_text_np(3) not crash on long group or user...
2010-03-28 edDon't forget to bump the date in the man page.
2010-03-28 edRename st_*timespec fields to st_*tim for POSIX 2008...
2010-03-24 gahr- Remove const'ness from dlerror(3) prototype, for...
2010-03-23 jhbReject attempts to create a MAP_ANON mapping with a...
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-21 edLet opendir() use O_DIRECTORY.
2010-03-21 edActually make O_DIRECTORY work.
2010-03-21 mariusAvoid aliasing which leads to incorrect results when...
2010-03-20 marius- While SPARC V9 allows tininess to be detected either...
2010-03-20 mariusDivision should take both arguments' signs into account...
2010-03-20 mariusFPU_DEBUG requires <stdio.h>.
2010-03-20 mariusEnsure that __fpu_ftox() both returns the high bits...
2010-03-20 marius- Remove a bogus forward declaration.
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-16 mckusickDebugging nits found while testing the new 64-bit quota...
2010-03-15 phkComment a fine point, so it does not get lost when...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-13 delphijCorrect bugs fixed but not merged from my own tree.
2010-03-12 delphijFollow up commit to reindent the code.
2010-03-12 delphijTwo optimizations to MI strlen(3) inspired by David...
2010-03-12 uqsFix several typos in macros or macro misusage.
2010-03-11 jhb- Use an initializer macro to initialize fields in...
2010-03-11 jhbFix a bug in the previous change: remove function-local...
2010-03-11 mariusFix a typo in r204974 so that FTYPE_LNG matches the...
2010-03-10 marius- The OPSZ macro actually only does the right thing...
2010-03-10 jhbUse thr_once() with once_t controls to initialize vario...
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-07 joelSwitch to our preferred license text.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-04 joelUse our standard license text. No more voices in the...
2010-03-04 desIFH@204581
2010-03-04 impMerge from head
2010-03-03 joelThe NetBSD Foundation has granted permission to remove...
2010-03-03 jhIn reallocf(3), free the memory only when size != 0...
2010-03-02 joelThe NetBSD Foundation has granted permission to remove...
2010-03-02 joelThe NetBSD Foundation has granted permission to remove...
2010-03-02 impMerge with latest head.
2010-03-02 joelThe NetBSD Foundation has granted permission to remove...
2010-02-28 jasoneRewrite red-black trees to do lazy balance fixup. ...
2010-02-28 rajMerge DTC-d75b33af.
2010-02-28 jhIn _gettemp(), check that the length of the path doesn...
2010-02-26 edwinSplit the contributed code from libc/stdtime from lib...
2010-02-25 kibMake pause(3) implementation not depended on the legacy...
2010-02-21 edWhile there, trim some trailing whitespace.
2010-02-21 edAdd proper const keywords to sysctl(3) parameters.
2010-02-20 gabor- More style(9) fixups
2010-02-18 impMerge to head 204047
2010-02-18 impMerge from head.
2010-02-17 impMerge through r204011 from head.
2010-02-17 phkMention EISDIR as a possible errno.
2010-02-16 impMerge from current.
2010-02-16 marcelDefine TLS_MODEL for PowerPC as well. Since PowerPC...
2010-02-16 ru%U was macroized in mdoc(7), escape.
2010-02-16 marcelUnbreak ia64: tls_model("initial-exec") is invalid...
2010-02-16 marcelThe static TLS size as given by tls_static_space includ...
2010-02-15 impSync to head at about 203911.
2010-02-14 impmerge from head.
2010-02-13 impmerge from head.
2010-02-11 trhodess/APIS/APIs - not part of the original submission.
2010-02-11 marcelo Add support for COMPAT_IA32.
2010-02-11 trhodesCorrect two typoes.
2010-02-10 cracauerFix PR
2010-02-09 gabor- Deal with some special cases [1]
2010-02-09 marcelAdd PT_VM_TIMESTAMP and PT_VM_ENTRY so that the tracing...
2010-02-07 impmerge from base/head
2010-02-04 ruMark up "unsigned char".
2010-02-04 neelReinstate the ptrace patch to restore the 'gp' register...
next