]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Make the variadic macro debug() comply to C99.
[FreeBSD/FreeBSD.git] / lib / libc /
2006-07-17 stefanfUse a prototype for res_init().
2006-07-14 maximo compat_group() and files_group() are more complicated...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-07 rwatsonFollowing repo-copy of mac_is_present_np.3 to mac_is_pr...
2006-07-01 jasoneUse some math tricks in arena_run_reg_dalloc() to avoid...
2006-06-30 jasoneMake the behavior of malloc(0) standards-compliant...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-23 keramidatwalk() expects an `action' function not a comparison...
2006-06-21 kibMake the mincore(2) return ENOMEM when requested range...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 jasoneAdd a missing case for the switch statement in arena_ru...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-15 maximo Make grep ^strlcpy work: put a return value type...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-13 maximo Sort .Xrs.
2006-06-13 phkAdd xref to statfs(2)
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 delphij - ANSIfy.
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 kibReplace absolute addressing in the call instructions...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-01 maximo Record a file offset for a last successfully parsed...
2006-06-01 maximo Document the fact truncate(2) has no effect for ...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-27 ruFix the output.
2006-05-23 impGC old a.out and K&R support.
2006-05-22 acheReflect int -> size_t changes in glob.h
2006-05-22 acheReflect size_t changes in glob.h
2006-05-22 acheRemove pending actions asked in comments for SHLIB_MAJO...
2006-05-22 acheRemove the kludge, as asked in the Makefile:
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeBump library majro version for gethostbyaddr(3).
2006-05-21 umeNuke some compatibility crufts of resolver for 6.X...
2006-05-21 umeFix gethostbyaddr() prototype to conform to IEEE Std...
2006-05-21 umeReturn EAI_OVERFLOW instead of EAI_MEMORY when the...
2006-05-21 umeUpgrade res_update(3) and the friends to BIND9's one...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-21 umeVendor import of BIND 9.3.2
2006-05-20 rodrigcRemove reference to "System call restart" in intro...
2006-05-20 maximo .Xr strtonum(3).
2006-05-19 jkimCorrect decoding a string containing '/'.
2006-05-16 keramida* Document the fact that non-superusers cannot change...
2006-05-12 umeFix gethostbyaddr() prototype to conform to IEEE Std...
2006-05-11 davidxuSave errno before calling pthread_mutex_lock because...
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-10 jasoneIncrease the minimum chunk size by a power of two ...
2006-05-03 bsdA few minor wording changes and a clarification about...
2006-05-02 umeFix alignment problem on AMD64.
2006-04-30 ume`cache' couldn't co-exist with `compat'.
2006-04-28 ume- Extend the nsswitch to support Services, Protocols...
2006-04-27 jasoneChange the semantics of brk_max to dynamically deal...
2006-04-22 deischenOops, correct the weak reference (s/fclose/fcloseall).
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...
next