]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Clarify that the ELF library only sets the sh_entsize field of a
[FreeBSD/FreeBSD.git] / lib / libc /
2008-03-17 Antoine BrodinDon't allocate the constant array "props" on the stack...
2008-03-16 David Schultzscandir(3) previously used st_size to obtain an initial...
2008-03-13 Ruslan ErmilovFix bugs in previous revision (missing comma, misspelle...
2008-03-13 Ruslan ErmilovRemove trailing whitespace.
2008-03-13 Ruslan ErmilovAdd missing section number.
2008-03-13 David XuIn file sem_timewait.3, remove reference to SYSV sempho...
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-12 Jeff Roberson - Remove kse syscall symbols and man pages.
2008-03-12 David XuAdd missing comma.
2008-03-12 David XuAdd manual for function sem_timedwait().
2008-03-10 Robert WatsonAdd reference to kldunloadf system call, which was...
2008-03-08 Antoine BrodinIntroduce a new F_DUP2FD command to fcntl(2), for compa...
2008-03-07 Jason EvansRemove stale #include <machine/atomic.h>, which as...
2008-03-07 Robert WatsonAdd __FBSDID() tags.
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-02 Jeff RobersonAdd cpuset, an api for thread to cpu binding and cpu...
2008-02-29 Philip PaepsUse the easily-greppable copyright notice template...
2008-02-28 Sean FarleyReplace the use of warnx() with direct output to stderr...
2008-02-27 John BaldwinAdd <limits.h> for SHRT_MAX.
2008-02-27 John BaldwinFile descriptors are an int, but our stdio FILE object...
2008-02-27 Garrett Wollmanstdio is currently limited to file descriptors not...
2008-02-26 Ruslan ErmilovAdded the "restrict" type-qualifier to the readlink...
2008-02-25 Christian BruefferAdd missing words.
2008-02-24 Rafal JaworowskiLet PowerPC world optionally build with -msoft-float...
2008-02-21 Philip PaepsNote, as required by our agreement with IEEE/The Open...
2008-02-18 Kevin Logetopt(3) returns -1, not EOF.
2008-02-17 Jason EvansFix a race condition in arena_ralloc() for shrinking...
2008-02-17 Jason EvansRemove support for lazy deallocation. Benchmarks acros...
2008-02-16 Xin LIAllow underscore in domain names while resolving. ...
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-11 Remko LodderAfter issueing a ntpdate [1] I noticed it's already...
2008-02-11 Remko LodderFix typo (s/existance/existence/)
2008-02-08 Jason EvansFix a bug in lazy deallocation that was introduced...
2008-02-08 Jason EvansClean up manipulation of chunk page map elements to...
2008-02-06 Dag-Erling SmørgravAdd pthread_mutex_isowned_np() so there is no need...
2008-02-06 Jason EvansTrack dirty unused pages so that they can be purged...
2008-02-03 Hajimu UMEMOTORemove incomplete support of AI_ALL and AI_V4MAPPED.
2008-02-03 Poul-Henning KampGive sendfile(2) a SF_SYNC flag which makes it wait...
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 Tom RhodesUpdate this manual page to describe the extattr_list_fi...
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-23 Andrey A. ChernovFix longstanding mb/wc functions segfault if error...
2008-01-23 Andrey A. ChernovBetter fix for longstanding segfault. Don't touch curre...
2008-01-23 Andrey A. Chernov1) Add (void) cast to _none_init() (while I am here)
2008-01-22 Tom RhodesXref flopen.3 which references this manual page.
2008-01-21 Andrey A. ChernovIntroduce new encoding: "ASCII"
2008-01-18 David SchultzAdd a new union member to access the exponent and sign...
2008-01-17 Bruce EvansAdd an alternative view of the bits in an 80-bit long...
2008-01-16 Remko LodderFix some style nits.
2008-01-15 John BaldwinRemove some now-unused macros.
2008-01-15 John BaldwinPut back the openpty(3) and ptsname(3) fixes but don...
2008-01-15 Colin PercivalBack out last commit, since it accidentally broke pts.
2008-01-15 David SchultzIn getttyent(3), if /etc/ttys doesn't end in a newline...
2008-01-14 Colin PercivalFix issues which allow snooping on ptys. [08:01]
2008-01-14 David SchultzChanging 'r' to a size_t in the previous commit turned...
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-13 David SchultzUse size_t to avoid overflow when sorting arrays larger...
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...
2008-01-08 John BaldwinAdd a new file descriptor type for IPC shared memory...
2008-01-03 Jason EvansEnable both sbrk(2)- and mmap(2)-based memory acquisiti...
2007-12-31 Jason EvansFix a major chunk-related memory leak in chunk_dealloc_...
2007-12-31 Jason EvansFix a bug related to sbrk() calls that could cause...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-28 Jason EvansBack out premature commit of previous version.
2007-12-28 Jason EvansMaintain two trees instead of one (old_chunks --> old_c...
2007-12-28 Jason EvansRelease chunks_mtx for all paths through chunk_dealloc().
2007-12-27 Jason EvansAdd the 'D' and 'M' run time options, and use them...
2007-12-27 John BaldwinFix a typo in regards to the ENOENT error.
2007-12-21 John BaldwinClean up some of the pts(4) vs pty(4) stuff in grantpt...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-19 Warner LoshReduce lock contention for simple cases.
2007-12-19 Warner LoshAdd note about other systems.
2007-12-18 David SchultzMove all the xprintf-related symbols to FBSDprivate_1.0.
2007-12-18 David SchultzSince nan() is supposed to work the same as strtod...
2007-12-18 Jason EvansUse fixed point integer math instead of floating point...
2007-12-18 David SchultzCatch up with vfprintf.c,v 1.77.
2007-12-17 Michael BushkovMoved logging out of the nss_method_lookup() in order...
2007-12-17 Jason EvansRefactor features a bit in order to make it possible...
2007-12-16 David SchultzImplement and document nan(), nanf(), and nanl(). This...
2007-12-16 David SchultzExport gdtoa's __ULto{x,Q}_D2A routine in a private...
2007-12-16 David SchultzArrange so that the NaN returned by strtod("nan", NULL...
2007-12-14 Daniel EischenIncrement the version namespace for 8.0-current. New...
2007-12-13 John BaldwinUpdate posix_openpt(3) to handle 512 ptys. This was...
2007-12-12 Wes PetersRemove license clause 3 to agree with the now-standard...
2007-12-12 Michael BushkovImplementing 'fallback' nsswitch source. 'fallback...
2007-12-12 Alexey ZelkinRemove 3rd clause of license
2007-12-11 Andrey A. ChernovFix typo in the comment
2007-12-11 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-09 David SchultzRemove some test instrumentation. (The Symbol.map chang...
2007-12-09 David SchultzFix handling of subnormals on i386/ia64/amd64.
2007-12-08 Remko LodderMake the warning a bit less 'broad' then it used to...
2007-12-05 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-12-03 Hajimu UMEMOTOMerge BIND 9.4.2 into main chunk.
2007-12-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-12-03 Hajimu UMEMOTOVendor import of BIND 9.4.2
next