]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
style(9) cleanup
[FreeBSD/FreeBSD.git] / lib / libc /
2008-04-03 kevlostyle(9) cleanup
2008-04-02 davidxuAdd pthread_setaffinity_np and pthread_getaffinity_np...
2008-04-01 davidxuNormally, we are often reading local time rather than...
2008-03-31 kibAdd the libc glue and headers definitions for the ...
2008-03-30 dfrDon't call xdrrec_skiprecord in the non-blocking case. If
2008-03-30 dfrDon't assume that there is readable data on the stream...
2008-03-29 dasDocument modff() and modfl(). Technically, modff()...
2008-03-29 jeff - Add a man page for cpuset_getaffinity() and cpuset_s...
2008-03-29 jeff - Add a man page for cpuset(), cpuset_setid(), and...
2008-03-28 psAdd support to mincore for detecting whether a page...
2008-03-26 ruRemoved no longer existing CTL_MACHDEP defines.
2008-03-26 dfrAdd the new kernel-mode NFS Lock Manager. To use it...
2008-03-26 bruefferFix some "in in" typos in comments.
2008-03-25 ruCompile libthr with warnings.
2008-03-25 ruCompile libthr with warnings.
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
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.
next