]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Now that libc has fcloseall(), remove _cleanup() from the list
[FreeBSD/FreeBSD.git] / lib / libc /
2006-04-22 deischenNow that libc has fcloseall(), remove _cleanup() from...
2006-04-22 deischenAdd fcloseall() to libc. This removes the need to...
2006-04-21 trhodesUpdate for rev 1.205 of vm_mmap.c.
2006-04-18 ceriCorrect usage example.
2006-04-16 maximo dbm_close(3) returns void not zero or anything else...
2006-04-16 mariusFor _Qp_{fge,fgt,fle,flt}() the SCD states that "Except...
2006-04-15 ume- make reentrant version of netdb functions glibc style...
2006-04-15 deischenDon't export __gdtoa. The only known ports that rely on
2006-04-15 maximo Document SO_NOSIGPIPE, touch .Dd.
2006-04-14 ruList pwritev in the NAME section.
2006-04-13 schweikhs/soley/solely
2006-04-11 marius- Move _Qp_* and __dtoul from FBSDprivate to the list...
2006-04-09 bruefferDocument that VIS_CSTYLE encodes space (040) as '\s'.
2006-04-08 umeDon't test if RES_INIT is set to see res_state structure is
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-05 jasoneAdd an unreachable return statement, in order to avoid...
2006-04-05 jasoneOnly initialize the first per-chunk page map element...
2006-04-04 jasoneAdd malloc_usable_size() to the RETURN VALUES section.
2006-04-04 jasoneAdd init_lock, and use it to protect against allocator...
2006-04-04 jasoneRefactor per-run bitmap manipulation functions so that...
2006-04-01 phkAdd missing #if's for NO_FLOATING_POINT
2006-04-01 umefix indent.
2006-04-01 deischenAdd __gdtoa to the list of FreeBSD private symbols...
2006-03-30 jasoneOptimize runtime performance, primary using the followi...
2006-03-30 umeExpose res_update and friends again. At least, ports...
2006-03-30 trhodesFix a bug where, for 6-byte sequences, the top 6 bits...
2006-03-30 deischenAdd __collate_load_error and __collate_range_cmp to...
2006-03-28 jasoneAdd malloc_usable_size(3).
2006-03-28 desAdd semaphore functions, and remove some dupes from...
2006-03-28 desAdd a bunch of missing pthread functions, and move...
2006-03-28 umeIf the query choked with EDNS0, retry without EDNS0.
2006-03-28 davidxuAllocate space for thread pointer, this allows thread...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-26 jasoneAllow the 'n' option to decrease the number of arenas...
2006-03-26 jasoneAdd comments and reformat/rearrange code. There are...
2006-03-25 ume- Use ANSI C prototype.
2006-03-24 jasoneConvert TINY_MIN_2POW from a cpp macro to tiny_min_2pow...
2006-03-24 umeWhen res_nquerydomain() returns SERVFAIL, we should...
2006-03-24 umeWhen res_send() fails, we should reserve an error code.
2006-03-24 jasoneAdd USE_BRK-specific code in malloc_init_hard() to...
2006-03-23 peterDocument that the documented 2GB mmap limit is actually a
2006-03-23 desIt's not enough to provide symbol map files; you also...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeWe have gmtime_r(3).
2006-03-21 umeUpdate the resolver in libc to BIND9's one.
2006-03-21 ume- Merge our local changes.
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-21 umeVendor import of BIND 9.3.2
2006-03-21 delphijWhen we are doing initialization against q, use its...
2006-03-20 jasoneSeparate completely full runs from runs that are merely...
2006-03-19 jasoneOptimize realloc() to reallocate in place if the old...
2006-03-18 ruProvide alternate default for SHLIBDIR before bsd.own...
2006-03-17 ruReimplementation of world/kernel build options. For...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-17 jasoneModify allocation policy, in order to avoid excessive...
2006-03-16 deischenAllow bsd.lib.mk to generate the symbol version map.
2006-03-16 ruFix comment.
2006-03-16 ruDesupport the undocumented NO_QUAD option, just don...
2006-03-15 ruAdd a non-optional newline after ".Bx".
2006-03-15 andreRevert previous changes as we do support the .Ox macro...
2006-03-14 achePOSIXed strtoll() (and ours one too) can set errno...
2006-03-14 andreFix HISTORY and point to OpenBSD.
2006-03-14 andreImport of OpenBSD's strtonum(3) which is a nicer versio...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-13 deischenns_name_skip was recently redefined to __ns_name_skip
2006-03-13 deischenMake _spinunlock() point to the spinunlock stub, not the
2006-03-13 deischenAdd each directory's symbol map file to SYM_MAPS.
2006-03-13 deischenAdd hooks to build libc with symbol versioning. This is
2006-03-13 deischenAdd symbol maps and initial symbol version definitions...
2006-03-10 davidxuAdd entries for new pthread stubs.
2006-03-08 davidxuRemove mq.c, the POSIX mqueue is implemented in librt.
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-05 deischenAdd some more pthread stubs so that librt can use them.
2006-03-05 bruefferRemove a useless word.
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 jcamouSync with actual code.
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-02 phkFix the %Q printf extension to behave as expected
2006-03-01 umeHandle the errors returned by res_querydomain() in...
2006-03-01 davidxuDisconnect mqueue from buildworld, as I will implement...
2006-02-28 deischenConst'ify arguments to a couple of functions to fix...
2006-02-28 delphijDon't do a time travel to 12006...
2006-02-27 deischenStaticize a couple of functions.
2006-02-27 deischenCorrect a comment.
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-26 wkoszekFix typo in manual page reference.
2006-02-26 umeSync inet_net_pton() and inet_net_ntop() with latest...
2006-02-24 ume- Just query 'as is', if there is a trailing dot in...
2006-02-22 yarTell the truth about a) how to get the first fileid...
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-16 brd- Massage wording to make it easier to understand and...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
next