]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - include
MfP4: Minor portability fix.
[FreeBSD/FreeBSD.git] / include /
2008-06-14 Ed SchoutenTurn sgtty into a binary-only compatibility interface.
2008-06-09 David XuMake pthread_cleanup_push() and pthread_cleanup_pop...
2008-05-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-05-26 Bjoern A. ZeebRemove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
2008-05-25 Robert WatsonRemove netatm from HEAD as it is not MPSAFE and relies...
2008-05-24 Kirk McKusickExpand dump to allow MAX_INT dump levels.
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 Doug RabsonMake this c++ compatible.
2008-05-15 Doug RabsonAdd definition for OM_uint64.
2008-05-09 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-05-08 Sean FarleyDefine the size_t type since readpassphrase(3) requires...
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 John BaldwinTag FILE's _bf as being part of the public ABI as well...
2008-05-07 Doug RabsonFix conflicts after heimdal-1.1 import and add build...
2008-05-07 Doug RabsonThis commit was generated by cvs2svn to compensate...
2008-05-07 John BaldwinInstall the mpilib headers from mpt(4) into /usr/includ...
2008-05-05 John BaldwinRetire the __fgetcookie(), __fgetpendout(), and __fsetf...
2008-05-05 John BaldwinNote that FILE's __cookie is also part of the public...
2008-05-05 John BaldwinExpose FILE's internals to the world again in all their...
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-02 John BaldwinAxe now-empty __BSD_VISIBLE block that held renameat().
2008-05-02 John Baldwin- Move declaration of renameat() to the existing sectio...
2008-05-02 John BaldwinNext round of stdio changes: Remove all inlining of...
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-17 John BaldwinNext stage of stdio cleanup: Retire __sFILEX and merge...
2008-04-17 John BaldwinSpecifically mark the members of 'FILE' that are access...
2008-04-16 Xin LIImplement fdopendir(3) by splitting __opendir2() into...
2008-04-10 Konstantin BelousovAdd the restrict qualifiers to the pointer arguments...
2008-04-10 Xin LIAdd memrchr(3).
2008-04-01 Konstantin BelousovCorrect the prototype for the faccessat().
2008-03-31 Konstantin BelousovAdd the libc glue and headers definitions for the ...
2008-03-30 David SchultzImplement csqrtl().
2008-03-30 David SchultzHook hypotl() and cabsl() up to the build.
2008-03-26 John BirrellAllow an application to define FOPEN_MAX (like we allow...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-22 David XuAdd POSIX pthread API pthread_getcpuclockid() to get...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-03 David XuAdd cpu affinity APIs to get and set thread's cpu affin...
2008-02-26 Ruslan ErmilovAdded the "restrict" type-qualifier to the readlink...
2008-02-12 Ruslan ErmilovChange readlink(2)'s return type and type of the last...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-06 Dag-Erling SmørgravPer discussion on -threads, rename _islocked_np() to...
2008-02-03 Dag-Erling SmørgravAdd pthread_mutex_islocked_np(), a cheap way to verify...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-26 Yaroslav TykhiyOur fts(3) API, as inherited from 4.4BSD, suffers from...
2008-01-18 David Xu_POSIX_THREAD_CPUTIME is now supported.
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-10 John BaldwinAdd a feature_present(3) function which checks to see...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-15 David SchultzImplement and document csqrt(3) and csqrtf(3).
2007-12-14 David Xu1. Add function pthread_mutex_setspinloops_np to turn...
2007-12-12 David SchultzImplement carg(3) and cargf(3).
2007-12-12 Michael BushkovImplementing 'fallback' nsswitch source. 'fallback...
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-12-01 Poul-Henning KampOnly protect the prototypes with #ifndef _ASSERT_H_...
2007-12-01 Poul-Henning KampAdd missing #ifndef _ASSERT_H_ protection against multi...
2007-11-28 John BirrellRemove some OpenSolaris compatibility stuff now that...
2007-11-26 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-20 John BirrellUse a forward definition of an opaque structure rather...
2007-11-16 Xin LIThis commit was generated by cvs2svn to compensate...
2007-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-11-07 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2007-11-05 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-11-01 Andrey A. ChernovBack out not human readable optimization in prev. commi...
2007-10-29 Kris KennawayAdd a new "non-portable" mutex type, PTHREAD_MUTEX_ADAP...
2007-10-29 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-10-29 Warner LoshRemove 3rd clause and renumber after getting permission...
2007-10-27 Andrey A. ChernovMicro-optimization of prev. commit, change
2007-10-27 Andrey A. ChernovSmall improvement for __isctype(): don't use __mb_sb_li...
2007-10-25 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-10-18 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-10-18 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-16 Max LaierThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-10-15 Mark PeekThis commit was generated by cvs2svn to compensate...
next