]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
merge pipe and fifo implementations
[FreeBSD/FreeBSD.git] / lib /
2012-02-22 jilleslibc: Eliminate some relative relocations in fmtmsg().
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-22 davidxuUse unused fourth argument of umtx_op to pass flags...
2012-02-20 pjdDocument the fact that getgrouplist(3) returns 0 on...
2012-02-20 ghelmerSet the O_CLOEXEC flag when opening the pidfile to...
2012-02-19 davidxuCheck both seconds and nanoseconds are zero, only check...
2012-02-18 kibDocument PL_FLAG_CHILD.
2012-02-18 delphijUse ANSI prototypes.
2012-02-17 kibFix cross-references.
2012-02-17 bruefferSwitch the license boilerplates to our standard one.
2012-02-17 kibDocument dl_iterate_phdr(3).
2012-02-17 kibFetch the aux vector for the static libc, and use the...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-16 eadlerAdd err(3) to strerror(3) SEE ALSO section
2012-02-15 delphijBump .Dd date for previous revision.
2012-02-15 davidxuAdd notes about sigev_notify_kevent_flags introduced...
2012-02-14 dimRevert r231673 and r231682 for now, until we can run...
2012-02-14 theravenFix a misplaced __NO_TLS locations, and change a GNUism...
2012-02-14 theravenCleanup of xlocale:
2012-02-14 delphijwctob() returns EOF and not WEOF.
2012-02-14 gonzoAdd thread-local storage support for arm:
2012-02-14 gonzoAdd __aeabi_read_tp function required for thread-local...
2012-02-12 edGlobally replace u_int*_t from (non-contributed) man...
2012-02-11 bzMFp4 204292:
2012-02-11 edReplace utxrm(8) by utx(8).
2012-02-11 bzUse the correct constant (with same value) for comparyi...
2012-02-11 edSet read buffer size to multiple of sizeof(struct futx).
2012-02-11 bzSwitch getifaddrs(3) to the new API introduced in r2315...
2012-02-11 bzIntroduce a new NET_RT_IFLISTL API to query the address...
2012-02-11 bzBackout changes from r228571. Remove if_data from...
2012-02-11 davidxuMake code more stable by checking NULL pointers.
2012-02-10 edUnbreak build.
2012-02-10 edDetect file modification properly by using tv_nsec.
2012-02-10 gonzoSwitch MIPS TLS implementation to Variant I:
2012-02-09 eadlerFix NULL ptr dereference in setusercontext if pwd is...
2012-02-09 eadlerMore accurately document what happens on error.
2012-02-08 jamieAcknowledge that jail_attach and jail_remove can return...
2012-02-08 brookseui64_aton and eui64_ntoa are actually the equivalent...
2012-02-08 pjdAdd a comment to the example that pidfile_* functions...
2012-02-08 pjdNote that calling pidfile_write(3) multiple times is...
2012-02-07 dimConsistently set RPCGEN_CPP when running rpcgen, so...
2012-02-07 davidxuPlug a memory leak. When a cached thread is reused...
2012-02-06 ghelmerUsing the O_CLOEXEC flag on open(2) caused the pidfile...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-05 andreastReplace the assembler macro WEAK_ALIAS with a new macro...
2012-02-01 trocinyTry to avoid ambiguity when sysctl returns ENOMEM addit...
2012-02-01 kibMake the sys/ucontext.h self-contained by changing...
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-28 tijlMove descriptions of file caching commands out of the...
2012-01-27 pluknetRemove a left-over reference to make.conf(5) which...
2012-01-26 ghelmerConsensus between bde and pjd seemed to be that if...
2012-01-26 ghelmerMake the comments consistent (capitalization, punctuati...
2012-01-26 ghelmerRestore the parenthesis that are necessary around the...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-23 desFix two nits in previous commit pointed out by pjd@.
2012-01-22 kibClarify the implementation-defined behaviour in case...
2012-01-22 pjdThe sys/uio.h header is needed only for readv(2), pread...
2012-01-21 kibUse getcontextx(3) internal API instead of getcontext...
2012-01-21 kibAdd API for obtaining extended machine context states...
2012-01-20 andreastThis commit adds profiling support for powerpc64. Now...
2012-01-20 dasConditionalize the __floatunsisf and __floatunsidf...
2012-01-20 dasFix a small nit noted by bde: exp_x should be of type...
2012-01-20 dasAdd a change I missed in r230367 (don't inline arm...
2012-01-20 dasRemove an errant `#define dprintf printf'. It seems...
2012-01-20 dasDon't inline fenv.h functions on arm for now. Inlining...
2012-01-20 dasMerge in the latest SoftFloat changes from NetBSD....
2012-01-18 peterRev 228065 (change bsd.own.mk -> bsd.init.mk) broke...
2012-01-18 desFix two issues related to the use of SIGINFO in fetch...
2012-01-16 ghelmerRemove unnecessary includes from these libutil man...
2012-01-16 ghelmerFix more disorder in prototypes and constants.
2012-01-16 davidxuInsert read memory barriers.
2012-01-16 dasComputations on NaNs are supposed to return one of...
2012-01-16 dasAdd an implementation of fenv.h intended for platforms...
2012-01-16 dasImplement FLT_ROUNDS for arm. Some (all?) arm FPUs...
2012-01-16 dasRemove functions from softfloat's Symbol.map that don...
2012-01-16 dasConvert softfloat to use the standard exception flag...
2012-01-16 dasCorrect some bugs that resulted from arm/_fpmath.h...
2012-01-15 eadlerMake man page wording more clear:
2012-01-15 trocinyIn kvm_argv(), the case when the supplied buffer was...
2012-01-13 edRemove wtmpcvt(1).
2012-01-12 ghelmerMove struct pidfh definition into pidfile.c, and leave...
2012-01-12 ghelmerFix disorder in MAN and MLINKS lists.
2012-01-12 ghelmerMore prototype formatting fixes, struct member formatti...
2012-01-12 ghelmerpidfile_open() no longer uses fcntl() to set the close...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 ghelmerFix prototype formatting (indentation, long lines,...
2012-01-11 ghelmerFix namespace issues with prototype parameter names.
2012-01-11 ghelmerFix forward structure declaration and prototype disorder.
2012-01-11 ghelmerjilles pointed out that O_CLOEXEC could be used in...
2012-01-11 pjdConstify arguments.
2012-01-10 ghelmerAdd link for pidfile_fileno.3 to pidfile.3 - thanks...
2012-01-10 ghelmerStyle fixes courtesy of pjd.
2012-01-10 ghelmerDocument that pidfile_open() now sets the FD_CLOEXEC...
2012-01-10 ghelmerRevert unintentional commit of changes to getnetgrent.c.
2012-01-10 ghelmerAdd pidfile_fileno() to obtain the file descriptor...
2012-01-10 ghelmerSet the FD_CLOEXEC flag on the open pidfile file descri...
2012-01-09 edAdd aligned_alloc(3).
2012-01-09 eadlerX11BASE has been deprecated for a long time and will...
2012-01-08 edProperly sort functions by name.
2012-01-08 andreastTwo other places where we can use WEAK_ALIAS.
next