]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Simplify the interrupt code a bit:
[FreeBSD/FreeBSD.git] / lib / libc /
2008-03-17 antoineDon't allocate the constant array "props" on the stack...
2008-03-16 dasscandir(3) previously used st_size to obtain an initial...
2008-03-13 ruFix bugs in previous revision (missing comma, misspelle...
2008-03-13 ruRemove trailing whitespace.
2008-03-13 ruAdd missing section number.
2008-03-13 davidxuIn file sem_timewait.3, remove reference to SYSV sempho...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 jeff - Remove kse syscall symbols and man pages.
2008-03-12 davidxuAdd missing comma.
2008-03-12 davidxuAdd manual for function sem_timedwait().
2008-03-10 rwatsonAdd reference to kldunloadf system call, which was...
2008-03-08 antoineIntroduce a new F_DUP2FD command to fcntl(2), for compa...
2008-03-07 jasoneRemove stale #include <machine/atomic.h>, which as...
2008-03-07 rwatsonAdd __FBSDID() tags.
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-02 jeffAdd cpuset, an api for thread to cpu binding and cpu...
2008-02-29 philipUse the easily-greppable copyright notice template...
2008-02-28 scfReplace the use of warnx() with direct output to stderr...
2008-02-27 jhbAdd <limits.h> for SHRT_MAX.
2008-02-27 jhbFile descriptors are an int, but our stdio FILE object...
2008-02-27 wollmanstdio is currently limited to file descriptors not...
2008-02-26 ruAdded the "restrict" type-qualifier to the readlink...
2008-02-25 bruefferAdd missing words.
2008-02-24 rajLet PowerPC world optionally build with -msoft-float...
2008-02-21 philipNote, as required by our agreement with IEEE/The Open...
2008-02-18 kevlogetopt(3) returns -1, not EOF.
2008-02-17 jasoneFix a race condition in arena_ralloc() for shrinking...
2008-02-17 jasoneRemove support for lazy deallocation. Benchmarks acros...
2008-02-16 delphijAllow underscore in domain names while resolving. ...
2008-02-12 ruChange readlink(2)'s return type and type of the last...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-11 remkoAfter issueing a ntpdate [1] I noticed it's already...
2008-02-11 remkoFix typo (s/existance/existence/)
2008-02-08 jasoneFix a bug in lazy deallocation that was introduced...
2008-02-08 jasoneClean up manipulation of chunk page map elements to...
2008-02-06 desAdd pthread_mutex_isowned_np() so there is no need...
2008-02-06 jasoneTrack dirty unused pages so that they can be purged...
2008-02-03 umeRemove incomplete support of AI_ALL and AI_V4MAPPED.
2008-02-03 phkGive sendfile(2) a SF_SYNC flag which makes it wait...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 trhodesUpdate this manual page to describe the extattr_list_fi...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-26 yarOur fts(3) API, as inherited from 4.4BSD, suffers from...
2008-01-23 acheFix longstanding mb/wc functions segfault if error...
2008-01-23 acheBetter fix for longstanding segfault. Don't touch curre...
2008-01-23 ache1) Add (void) cast to _none_init() (while I am here)
2008-01-22 trhodesXref flopen.3 which references this manual page.
2008-01-21 acheIntroduce new encoding: "ASCII"
2008-01-18 dasAdd a new union member to access the exponent and sign...
2008-01-17 bdeAdd an alternative view of the bits in an 80-bit long...
2008-01-16 remkoFix some style nits.
2008-01-15 jhbRemove some now-unused macros.
2008-01-15 jhbPut back the openpty(3) and ptsname(3) fixes but don...
2008-01-15 cpercivaBack out last commit, since it accidentally broke pts.
2008-01-15 dasIn getttyent(3), if /etc/ttys doesn't end in a newline...
2008-01-14 cpercivaFix issues which allow snooping on ptys. [08:01]
2008-01-14 dasChanging 'r' to a size_t in the previous commit turned...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 dasUse size_t to avoid overflow when sorting arrays larger...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-10 jhbAdd a feature_present(3) function which checks to see...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2008-01-08 jhbAdd a new file descriptor type for IPC shared memory...
2008-01-03 jasoneEnable both sbrk(2)- and mmap(2)-based memory acquisiti...
2007-12-31 jasoneFix a major chunk-related memory leak in chunk_dealloc_...
2007-12-31 jasoneFix a bug related to sbrk() calls that could cause...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-28 jasoneBack out premature commit of previous version.
2007-12-28 jasoneMaintain two trees instead of one (old_chunks --> old_c...
2007-12-28 jasoneRelease chunks_mtx for all paths through chunk_dealloc().
2007-12-27 jasoneAdd the 'D' and 'M' run time options, and use them...
2007-12-27 jhbFix a typo in regards to the ENOENT error.
2007-12-21 jhbClean up some of the pts(4) vs pty(4) stuff in grantpt...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-19 impReduce lock contention for simple cases.
2007-12-19 impAdd note about other systems.
2007-12-18 dasMove all the xprintf-related symbols to FBSDprivate_1.0.
2007-12-18 dasSince nan() is supposed to work the same as strtod...
2007-12-18 jasoneUse fixed point integer math instead of floating point...
2007-12-18 dasCatch up with vfprintf.c,v 1.77.
2007-12-17 bushmanMoved logging out of the nss_method_lookup() in order...
2007-12-17 jasoneRefactor features a bit in order to make it possible...
2007-12-16 dasImplement and document nan(), nanf(), and nanl(). This...
2007-12-16 dasExport gdtoa's __ULto{x,Q}_D2A routine in a private...
2007-12-16 dasArrange so that the NaN returned by strtod("nan", NULL...
2007-12-14 deischenIncrement the version namespace for 8.0-current. New...
2007-12-13 jhbUpdate posix_openpt(3) to handle 512 ptys. This was...
2007-12-12 wesRemove license clause 3 to agree with the now-standard...
2007-12-12 bushmanImplementing 'fallback' nsswitch source. 'fallback...
2007-12-12 phantomRemove 3rd clause of license
2007-12-11 acheFix typo in the comment
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-09 dasRemove some test instrumentation. (The Symbol.map chang...
2007-12-09 dasFix handling of subnormals on i386/ia64/amd64.
2007-12-08 remkoMake the warning a bit less 'broad' then it used to...
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-03 umeMerge BIND 9.4.2 into main chunk.
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
next