]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
libc/rpc: Make use of some xdr_* macros. (part 2)
[FreeBSD/FreeBSD.git] / lib / libc /
2016-06-09 pfglibc/rpc: Make use of some xdr_* macros. (part 2)
2016-06-09 jillesutimes(2),utime(3): Add deprecation in favour of utimen...
2016-06-09 pfglibc/rpc: Make use of some xdr_* macros.
2016-06-09 kevloFix the rpcb_getaddr() definition to match its declaration.
2016-06-09 markjImplement an NSS backend for netgroups and add getnetgr...
2016-06-09 markjFix an infinite loop in setnetgrent(3) with NIS netgroups.
2016-06-09 markjUse a more common spelling for "(char *)0" in the getne...
2016-06-08 ngieRevert r301707
2016-06-08 ngieUse NULL instead of `0` in _ht_getnetbyname(..)
2016-06-08 ngieTest for strchr(3) returning NULL, not 0
2016-06-08 brooksUpdate to a June 8th snapshot of (un)vis form NetBSD.
2016-06-08 truckmanDon't leak olinep if malloc() fails.
2016-06-08 truckmanDon't leak addrinfo if ai->ai_addrlen <= minsiz test...
2016-06-08 oshogboIntroduce the PD_CLOEXEC for pdfork(2).
2016-06-05 pfglibc/locale: Fix type breakage in __collate_range_cmp().
2016-06-05 acheReflect error indication according to POSIX and what...
2016-06-04 kibFix markup.
2016-06-04 baptImport libucl snapshot 20160604
2016-06-03 vangyzenImprove errno documentation in pthread_create(3) and...
2016-06-03 delphijMFV r301238:
2016-06-02 pfgcitrus: Remove redundant code in _citrus_esdb_get_list().
2016-06-01 lidlImport NetBSD's blacklist source from vendor tree
2016-06-01 jillesthr_*(2): Add xrefs to what libthr implements using...
2016-06-01 oshogboDocument behavior of wait introduced in the r286698.
2016-06-01 acheDon't use fixup for C99 and up, the compiler result...
2016-05-31 acheFor EILSEQ case in mbsnrtowcs() and wcsnrtombs() update...
2016-05-31 edFix prototype of dbm_open().
2016-05-30 edLet dbm's datum::dptr use the right type.
2016-05-30 edFix the signature of the psignal() function.
2016-05-30 jamieMark jail(2), and the sysctls that it (and only it...
2016-05-29 acheMicro optimize: C standard guarantees that right shift...
2016-05-29 jilles_umtx_op(2): Note deprecation of UMTX_OP_MUTEX_WAKE.
2016-05-29 jilles_umtx_op(2),thr_*(2): Various spelling, grammar and...
2016-05-29 ache1) Unifdef USE_WEAK_SEEDING since it is too obsolete...
2016-05-29 ache1) Unifdef USE_WEAK_SEEDING it is too obsolete to suppo...
2016-05-29 allanjudeImport the skein hashing algorithm, based on the threef...
2016-05-26 edLet l64a() properly null terminate its result.
2016-05-26 dimUpdate libc++ to 3.8.0. Excerpted list of fixes (with...
2016-05-25 brDo not generate code for sbrk syscall -- sbrk support...
2016-05-25 pfglibc: regexec(3) adjustment.
2016-05-25 brRemove legacy brk and sbrk from RISC-V.
2016-05-25 truckmanFix Coverity CID 1016714 Resource leak in process_file_...
2016-05-25 truckmanFix 1016718 Resource leak.
2016-05-24 ngieFix up r300385
2016-05-24 ngieRemove redundant NULLing of outbuf_pmap
2016-05-24 ngieUse reallocf instead of malloc to fix leak with outbuf_pmap
2016-05-22 jillesvfork(2): Mention some risks of calling vfork() from...
2016-05-22 ache1) POSIX prohibits printing errors to stderr here and...
2016-05-22 ngienis_rpcent: don't leak resultbuf from yp_first(..)...
2016-05-22 ngieCall endnetconfig on nc_handle sooner to avoid leaking...
2016-05-22 ngiegetnetid(..): consistently fclose fd at the end of...
2016-05-22 ngieDon't leak `handle` if svc_tp_create(..) succeeds and...
2016-05-22 ngieDon't leak `tmp` if `p->nc_lookups` can't be malloced
2016-05-21 pfglibc/regex: fix two buffer underruns.
2016-05-21 bdreweryFTS: Remove stale reference to nfs4 fs which was remove...
2016-05-20 emasteUpdate to ELF Tool Chain r3475
2016-05-20 andrewRemove brk and sbrk from arm64. They were defined in...
2016-05-19 kibDocument _umtx_op(2) interface for the implementation...
2016-05-18 impMake armv6 hard float abi by default. Kill armv6hf.
2016-05-17 kibAdd implementation of robust mutexes, hopefully close...
2016-05-16 truckmanDon't call free_addrselectpolicy(&policyhead) before...
2016-05-16 truckmanSince rdata is only used as an argument to the immediat...
2016-05-16 truckmanLikely a false positive ... but make sure that -1 can...
2016-05-14 kibAdd thr*.2 and _umtx_op.2 manpages to the build.
2016-05-14 kibDocument the non-obsoleted kernel interfaces used by...
2016-05-14 vangyzeniconvctl(3): remove superfluous NULL pointer tests
2016-05-13 ngieRead the contents of the snapshot files properly
2016-05-13 jasoneUpdate jemalloc to 4.2.0.
2016-05-12 cemlibc: Actually export fopencookie(3)
2016-05-12 mmMFV r299425:
2016-05-12 cemprint_positional_test: Fix misuse of wchar APIs
2016-05-12 cemnss/gethostby_test: fix broken vector iteration of...
2016-05-11 cemlibc: Add fopencookie(3) wrapper around funopen(3)
2016-05-10 baptRename dprintf into dbg_printf to avoid collision with...
2016-05-06 pfglibc/xdr: unsign some loop indexes.
2016-05-05 dimSince contrib/libcxxrt's ancestry was never correct...
2016-05-04 ngieMerge ^/user/ngie/release-pkg-fix-tests to unbreak...
2016-05-03 jkimMerge OpenSSL 1.0.2h.
2016-05-03 kibCorrect wording.
2016-05-03 kibAdd EVFILT_VNODE open, read and close notifications.
2016-05-02 kibIssue NOTE_EXTEND when a directory entry is added to...
2016-05-01 kibAs a reader service, explain NOTE_LINK reporting for...
2016-05-01 bcrProvide an example to the kqueue man page, showing
2016-04-30 pfglibc: spelling fixes.
2016-04-27 jkimMerge ACPICA 20160422.
2016-04-27 delphijMFV r298691:
2016-04-26 pfglibc: make more use of the howmany() macro when available.
2016-04-23 pfgregex: prevent two improbable signed integer overflows.
2016-04-21 baptRestore the original ascii.c from prior to r290494
2016-04-20 baptCheck the returned value of memchr(3) before using it
2016-04-20 pfgMinor indentation issue.
2016-04-20 pfglibc: use our roundup2/rounddown2() macros when param...
2016-04-20 ngieFix double fclose of `fp1` when freopen fails
2016-04-19 ngieMake sure fmemopen succeeds in :test_append_binary_pos...
2016-04-19 ngieRemove trailing whitespace and use `nitems(mib)` instea...
2016-04-18 avoslibc: do not include <sys/types.h> where <sys/param...
2016-04-18 pfgRe-use our roundup2() macro instead of reinventing...
2016-04-18 pluknetFixed indentation, minor style.
2016-04-18 delphijMFV r298178:
2016-04-17 baptImport libucl 0.8.0
next