]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
- Include <machine/utrap.h> so this header doesn't have an MD
[FreeBSD/FreeBSD.git] / lib / libc /
2008-04-23 jasoneImplement red-black trees without using parent pointers...
2008-04-22 jhbFix a leak in the recent fixes for file descriptors...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-20 antoineDocument that you must include <sys/param.h> before...
2008-04-19 ruDon't forget to free() currency_symbol and asciivalue...
2008-04-19 ruBetter strfmon(3) conversion specifiers sanity checking.
2008-04-17 jhbNext stage of stdio cleanup: Retire __sFILEX and merge...
2008-04-16 delphijImplement fdopendir(3) by splitting __opendir2() into...
2008-04-16 delphijStyle fixes to opendir.c:
2008-04-16 ruSort MAN and MLINKS.
2008-04-16 ruConnect newly added manpages to the build.
2008-04-16 kibMan pages for the openat(2), fexecve(2) and related...
2008-04-16 impDoh! Extra mips in the path. Remove these and wait...
2008-04-16 impTurns out the machine/asm.h isn't needed here, since...
2008-04-16 impFreeBSD/mips libc support. Merged from perforce mips2...
2008-04-15 davidxuImplement POSIX function tcgetsid() which returns sessi...
2008-04-13 delphijUse calloc() instaed of zeroing memory ourselves.
2008-04-12 dasUnbreak the build for arm and powerpc.
2008-04-12 dasUpdates for changes in the way printf() handles hex...
2008-04-12 dasMake several changes to the way printf handles hex...
2008-04-12 dasFix some bugs that caused sparc64's quad precision...
2008-04-12 dasMake the software emulator for long doubles set the...
2008-04-10 delphijAdd memrchr(3).
2008-04-07 deischenMove the cpuset functions from FBSD_1.0 to FBSD_1.1...
2008-04-04 dfrAdd some compatibility code so that software which...
2008-04-03 impMinor style(9) nit: move to using ANSI definition of...
2008-04-03 ruFix descriptions of "struct msqid_ds and "struct ipc_pe...
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...
next