]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Mark functions as __dead2 in order to help the LLVM static checker
[FreeBSD/FreeBSD.git] / lib / libc /
2008-08-03 Sean FarleyRestructure and use different variables in the tests...
2008-08-03 Tom RhodesAdd EAGAIN to the ERRORS list, as found in kern_jail.c.
2008-08-03 Andrey A. ChernovRestored from previous backing out (because that is...
2008-08-02 Remko Lodderremove whitespace bug (8 spaces into one tab)
2008-08-02 David SchultzTeach fmtcheck() about wint_t, intmax_t, char *, intmax...
2008-08-02 Sean FarleyDetect if the application has cleared the environ varia...
2008-08-01 Dag-Erling SmørgravUpgrade to OpenSSH 5.1p1.
2008-07-29 Ed SchoutenConvert popen()'s `pidlist' to a SLIST, for consistency.
2008-07-28 John BaldwinFix a few bugs with the _gettemp() routine which implem...
2008-07-28 Ed SchoutenFix the email address formats in some posix_spawn(3...
2008-07-28 David XuAdd manual pages for posix_spawn() functions.
2008-07-25 Andrey A. ChernovPer rwatson's request:
2008-07-25 Julian ElischerFix cut-n-paste-o
2008-07-22 Andrey A. ChernovFixes based on bde's feedback.
2008-07-22 Andrey A. ChernovChange /dev/urandom to /dev/random since urandom marked as
2008-07-22 Andrey A. ChernovUse arc4random_uniform(3) since modulo size is not...
2008-07-22 Andrey A. ChernovIn arc4random_uniform() detect simple "power of two...
2008-07-22 Andrey A. ChernovAdd arc4random_uniform() function (to avoid "modulo...
2008-07-22 Andrey A. ChernovIncrease initially dropped bytes from 512 to 768 (768...
2008-07-21 John BaldwinAdd feature_present(3) to the FBSD 1.1 symbol map.
2008-07-21 Andrey A. Chernov1) Use __packed attr on rdat structure to make it exact...
2008-07-21 Andrey A. Chernov1) Update copyright notice.
2008-07-21 Andrey A. ChernovAdd arc4random_buf to FBSD_1.1 space
2008-07-21 Andrey A. ChernovAdd arc4random_buf.3 to MLINKS
2008-07-21 Andrey A. ChernovImplement arc4random_buf() function
2008-07-21 Andrey A. ChernovDecrease arc4_count only when needed and with proper...
2008-07-21 Andrey A. Chernov1) Set stired flag after forced initialization.
2008-07-18 Jason EvansEnhance arena_chunk_map_t to directly support run coale...
2008-07-17 Simon L. B. NielsenMake it more clear what it means that SA_RESTART is...
2008-07-15 Daniel GerzoUpdate the definition of modspecific structure
2008-07-13 Robert WatsonThe libc acl_valid(3) function validates the contents...
2008-07-13 Remko LodderUpdate the ktr_header structure, which changed over...
2008-07-12 Doug BartonMerge from vendor/bind9/dist as of the 9.4.2-P1 import...
2008-07-11 Brooks DavisPut the _cpuset* symbols in FBSDprivate_1.0 instead...
2008-07-10 Peter WemmMerge gnu cpio 2.6 -> 2.8 changes. Unfortunately,...
2008-07-06 Daniel Gerzo- This code was intially obtained from NetBSD, but...
2008-07-06 Daniel Gerzo- Add description about a missing return value
2008-07-06 Daniel Gerzo- remove superfluous word
2008-07-01 Daniel Gerzo- AI_ALL and AI_V4MAPPED flags are currently not supported
2008-06-30 Daniel Gerzo- Forgot to bump a date after last change
2008-06-29 David SchultzFix a bogon in the previous commit and add some missing...
2008-06-29 David SchultzCorrectly handle malloc() failure. While here, reduce...
2008-06-29 David SchultzFactor out the code that builds the argument table...
2008-06-29 David SchultzReduce the level of duplication between vfprintf()...
2008-06-29 David SchultzBegin de-spaghettifying the code that handles positiona...
2008-06-29 David SchultzMake it clearer that it is possible to disable the...
2008-06-28 David SchultzWe should also save and restore the MXCSR as on amd64...
2008-06-28 David SchultzTwo FP-related setjmp/longjmp changes:
2008-06-26 Daniel Gerzo- add description of the MLINK error
2008-06-26 Daniel GerzoMark the section describing return values with an appro...
2008-06-26 Mike MakonnenGcc barfs in glob.c when run with -O3. To fix this...
2008-06-25 Ruslan ErmilovEnable GCC stack protection (aka Propolice) for userland:
2008-06-23 Ed SchoutenTurn execvpe() into an internal libc routine.
2008-06-20 Poul-Henning KampAdd Xr to getsockname(2)
2008-06-19 David XuProcess spawn attributes in POSIX document order.
2008-06-17 Ed SchoutenDon't export the unused __use_pts() routine.
2008-06-17 David XuStyle fix.
2008-06-17 Ed SchoutenChange my email address to the one from the FreeBSD...
2008-06-17 David XuAdd POSIX routines called posix_spawn() and posix_spawn...
2008-06-16 Tony FinchMake it clearer that privilege is needed to reduce...
2008-06-12 Wojciech A. KoszekBring missing getsockopt(2) options: SO_LABEL SO_PEERLA...
2008-06-10 Jason EvansIn the error path through base_alloc(), release base_mt...
2008-06-09 David XuMake pthread_cleanup_push() and pthread_cleanup_pop...
2008-05-30 Doug RabsonCall the fcntl compatiblity wrapper from the thread...
2008-05-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-05-27 Doug RabsonMake fcntl() a weak symbol so that it can be overridden...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-22 John BirrellThis commit was generated by cvs2svn to compensate...
2008-05-16 Greg LeheyClarify that "ante meridiem" and "post meridiem" mean...
2008-05-14 Jason EvansClean up cpp logic and comments.
2008-05-10 Antoine BrodinRemove useless call to getdtablesize(2) in fdopen(3...
2008-05-10 Christian BruefferMisc mdoc improvements and a typo fix.
2008-05-09 Julian ElischerAdd setfib.2 to the list of man pages to add
2008-05-09 Julian Elischersetfib.2 got left out of the last commit
2008-05-09 Julian ElischerAdd code to allow the system to handle multiple routing...
2008-05-09 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-05-08 Coleman KaneThis commit was generated by cvs2svn to compensate...
2008-05-08 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 Alexander KabaevKeep versions on a dependency chain to exclude even...
2008-05-07 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-06 Daniel EischenAdd a comment stating not to bump the FBSDprivate version.
2008-05-05 John BaldwinRetire the __fgetcookie(), __fgetpendout(), and __fsetf...
2008-05-05 John BaldwinExpose FILE's internals to the world again in all their...
2008-05-05 Konstantin BelousovDo not read away the target directory entry when encoun...
2008-05-04 Marcel MoolenaarAdd __fgetcookie(), __fgetpendout() and __fsetfileno...
2008-05-03 Marcel MoolenaarUnbreak build: gnu sort has been configured to grope...
2008-05-03 Marcel MoolenaarUnbreak build: libftpio gropes inside struct __sFILE...
2008-05-03 Jason EvansFix a comment.
2008-05-02 John BaldwinNext round of stdio changes: Remove all inlining of...
2008-05-02 John BaldwinInclude libc_private.h for the declaration of __isthrea...
2008-05-01 Jason EvansAdd a separate tree to track arena chunks that contain...
2008-05-01 Jason EvansAdd rb_wrap(), which creates C function wrappers for...
2008-04-29 Oleksandr Tymoshenko o Add MIPS to the list of architectures with defined...
2008-04-29 Oleksandr Tymoshenko Set QUANTUM_2POW_MIN and SIZEOF_PTR_2POW parameters...
2008-04-29 Jason EvansCheck for integer overflow before calling sbrk(2),...
2008-04-28 Robert WatsonCorrect minor typos in SCTP man pages.
2008-04-27 Marcel MoolenaarAdd support files for compiling with soft-float. This...
2008-04-26 Warner LoshAdd mips support libc from the mips2-jnpr branch of...
2008-04-26 Sean FarleyHave the man page catch up with the namespace pollution...
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
next