]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
in6_pcblookup_local() still can return a pcb with NULL
[FreeBSD/FreeBSD.git] / lib /
2012-03-21 David XuRevert previous change. It is an incomplete change...
2012-03-21 David XuUse version 2 of semaphore provided by kernel umtx...
2012-03-20 Jung-uk KimMerge ACPICA 20120320.
2012-03-20 David ChisnallImport new version of libcxxrt. Now works correctly...
2012-03-19 David ChisnallAdd symbol versioning to libcxxrt.
2012-03-19 David ChisnallMake __get_locale() static inline, not just inline...
2012-03-19 Benjamin KadukRemove trailing whitespace.
2012-03-19 Benjamin KadukExpound a bit more about the system maximum number...
2012-03-19 Eitan Adlerdraft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007
2012-03-19 David XuUse clockid parameter instead of hard-coded CLOCK_REALTIME.
2012-03-18 Jilles Tjoelkerfts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX...
2012-03-18 Jilles Tjoelkerfts(3): Document cases where FTS_NOCHDIR is set implicitly.
2012-03-18 Oleksandr TymoshenkoUnbreak trhe build by including proper header
2012-03-18 Oleksandr TymoshenkoFix TLS for statically linked binaries
2012-03-18 David XuSome software think a mutex can be destroyed after...
2012-03-17 Konstantin BelousovDo not claim that msync(2) is obsoleted [1].
2012-03-17 Peter WemmMake sure libgcc_s is finished building in _startup_lib...
2012-03-16 David XuWhen destroying a barrier, waiting all threads exit...
2012-03-15 Ed SchoutenRemove non-existing error condition.
2012-03-15 Ed SchoutenExtend the description for ESRCH a bit.
2012-03-15 Ed SchoutenRemove impossible error condition from the man page.
2012-03-14 Konstantin BelousovFix indentation.
2012-03-14 David ChisnallImport a slightly newer libc++, with some bugs fixed...
2012-03-14 David ChisnallImport new versions of libcxxrt and libc++.
2012-03-13 David ChisnallFirst set of xlocale man pages. More to follow...
2012-03-13 Nathan WhitehornWork around a binutils bug on powerpc64 where the TOC...
2012-03-13 David ChisnallMore xlocale cleanups.
2012-03-11 Konstantin BelousovStop calling _init/_fini methods from crt1 for dynamic...
2012-03-11 Konstantin BelousovAdd a header with definitions useful for constructing...
2012-03-11 Juli MallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-10 Edward Tomasz Napi... Cross-reference sigqueue(2) and kill(2).
2012-03-06 Dimitry AndricFix build of libc.so after r232620. This caused a...
2012-03-06 Oleksandr Tymoshenko- Remove one more no-op #ifndef
2012-03-06 David ChisnallRemove some duplicated copyright notices.
2012-03-06 Oleksandr Tymoshenko- Switch ARM and MIPS to TLS Variant I
2012-03-06 Oleksandr TymoshenkoImplement _set_tp
2012-03-06 Oleksandr Tymoshenko- Remove NOSHARED parts since it seems to be no-op
2012-03-06 Oleksandr Tymoshenko- Switch to saving non-offseted pointer to TLS block...
2012-03-05 Pawel Jakub DawidekLink EV_SET(3) to kqueue(2).
2012-03-04 Eitan AdlerRemove outdated comment of seven years
2012-03-04 Eitan AdlerRemove reference to gcc's non-standard -fwritable-strin...
2012-03-04 Eitan AdlerPOSIX mandates that swab do nothing when len < 0
2012-03-04 David ChisnallReapply 227753 (xlocale cleanup), plus some fixes so...
2012-03-04 Olivier HouchardAdd __aeabi_read_tp to the symbol list.
2012-03-03 Jaakko HeinonenUse snprintf(3) constantly when generating CAM error...
2012-03-02 Ruslan ErmilovRemoved excessive _seekdir() call in closedir(). This...
2012-03-02 Konstantin BelousovBelatedly add dl_iterate_phdr(3) to the list of install...
2012-03-02 Ruslan ErmilovFinally removed the stat() and fstat() calls from the...
2012-03-02 Sergey KandaurovKill EoL whitespaces, and minor lint.
2012-03-01 Davide Italiano- Add support for the Intel Sandy Bridge microarchitect...
2012-03-01 Jamie GrittonHandle the case where a boolean parameter is also a...
2012-03-01 Andrey V. ElsukovNote that memory should be freed after uuid_to_string...
2012-02-28 Dimitry AndricDefine several extra macros in bsd.sys.mk and sys/conf...
2012-02-27 David XuFollow changes made in revision 232144, pass absolute...
2012-02-26 Konstantin BelousovDocument SO_PROTOCOL socket option.
2012-02-25 Glen BarberWhitespace cleanup:
2012-02-25 Glen BarberWhitespace cleanup:
2012-02-25 Glen BarberFix various typos in manual pages.
2012-02-25 Martin MatuskaUpdate libarchive to 3.0.3
2012-02-25 David XuIn revision 231989, we pass a 16-bit clock ID into...
2012-02-22 Jilles Tjoelkerlibc: Eliminate some relative relocations in fmtmsg().
2012-02-22 Mark PeekUpdate to tcsh 6.18.01.
2012-02-22 David XuUse unused fourth argument of umtx_op to pass flags...
2012-02-20 Pawel Jakub DawidekDocument the fact that getgrouplist(3) returns 0 on...
2012-02-20 Guy HelmerSet the O_CLOEXEC flag when opening the pidfile to...
2012-02-19 David XuCheck both seconds and nanoseconds are zero, only check...
2012-02-18 Konstantin BelousovDocument PL_FLAG_CHILD.
2012-02-18 Xin LIUse ANSI prototypes.
2012-02-17 Konstantin BelousovFix cross-references.
2012-02-17 Christian BruefferSwitch the license boilerplates to our standard one.
2012-02-17 Konstantin BelousovDocument dl_iterate_phdr(3).
2012-02-17 Konstantin BelousovFetch the aux vector for the static libc, and use the...
2012-02-17 Bjoern A. ZeebIFC @231845
2012-02-16 Jung-uk KimMerge ACPICA 20120215.
2012-02-16 Eitan AdlerAdd err(3) to strerror(3) SEE ALSO section
2012-02-15 Xin LIBump .Dd date for previous revision.
2012-02-15 David XuAdd notes about sigev_notify_kevent_flags introduced...
2012-02-14 Dimitry AndricRevert r231673 and r231682 for now, until we can run...
2012-02-14 David ChisnallFix a misplaced __NO_TLS locations, and change a GNUism...
2012-02-14 David ChisnallCleanup of xlocale:
2012-02-14 Xin LIwctob() returns EOF and not WEOF.
2012-02-14 Oleksandr TymoshenkoAdd thread-local storage support for arm:
2012-02-14 Oleksandr TymoshenkoAdd __aeabi_read_tp function required for thread-local...
2012-02-12 Ed SchoutenGlobally replace u_int*_t from (non-contributed) man...
2012-02-11 Bjoern A. ZeebMFp4 204292:
2012-02-11 Ed SchoutenReplace utxrm(8) by utx(8).
2012-02-11 Bjoern A. ZeebUse the correct constant (with same value) for comparyi...
2012-02-11 Ed SchoutenSet read buffer size to multiple of sizeof(struct futx).
2012-02-11 Bjoern A. ZeebSwitch getifaddrs(3) to the new API introduced in r2315...
2012-02-11 Bjoern A. ZeebIntroduce a new NET_RT_IFLISTL API to query the address...
2012-02-11 Bjoern A. ZeebBackout changes from r228571. Remove if_data from...
2012-02-11 David XuMake code more stable by checking NULL pointers.
2012-02-10 Ed SchoutenUnbreak build.
2012-02-10 Ed SchoutenDetect file modification properly by using tv_nsec.
2012-02-10 Oleksandr TymoshenkoSwitch MIPS TLS implementation to Variant I:
2012-02-09 Eitan AdlerFix NULL ptr dereference in setusercontext if pwd is...
2012-02-09 Eitan AdlerMore accurately document what happens on error.
2012-02-08 Jamie GrittonAcknowledge that jail_attach and jail_remove can return...
2012-02-08 Brooks Daviseui64_aton and eui64_ntoa are actually the equivalent...
2012-02-08 Pawel Jakub DawidekAdd a comment to the example that pidfile_* functions...
next