]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Make the variadic macro debug() comply to C99.
[FreeBSD/FreeBSD.git] / lib /
2006-07-17 stefanfMake the variadic macro debug() comply to C99.
2006-07-17 stefanfUse a prototype for res_init().
2006-07-17 delphijUnexpand two TAILQ_FOREACH_SAFE cases.
2006-07-15 impNote the convention that humanize_number follows.
2006-07-14 maximo compat_group() and files_group() are more complicated...
2006-07-13 davidxuCaching scheduling policy and priority in userland...
2006-07-13 davidxuUse thr_setscheduler, thr_getscheduler and thr_setsched...
2006-07-12 maximo Add missed comma, xref kld(4).
2006-07-12 davidxuUse kernel facilities to support real-time scheduling.
2006-07-12 davidxu__error could be called too early before libthr is...
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-07 bdeFixed the threshold for using the simple Taylor approxi...
2006-07-05 bdeFixed tanh(-0.0) on ia64 and optimizeed tanh(x) for...
2006-07-05 bdeRemoved the optimized asm versions of scalb() and scalb...
2006-07-05 bdeBacked out rev.1.10. It tried to implement ldexpf...
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-23 brianRemove some unused variables
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 obrienUpdate for the 'file' 4.17 import.
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-17 maximo Typo: ownship -> ownership.
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-13 desRespect FETCH_BIND_ADDRESS when opening the data connec...
2006-06-13 desFix a bug introduced in rev 1.92, where, when changing...
2006-06-11 akiyamaSpecify default path for SHLIBDIR before bsd.own.mk...
2006-06-09 delphijDon't build IPv6 support if we have choosen not to...
2006-06-09 maximo Remove a cruft prevented libpthread sigaction(2)...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-06 emaxFix an unwanted gcc4 warning.
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 rwatsonAdd audit_submit.3 to the set of man pages built and...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-05 delphijInclude strings.h for bzero()
2006-06-03 davidxuRemove unused member.
2006-06-02 davidxuRemove unused member field m_queue.
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-31 delphijExplicitly request pre-zeroed memory instead of memset...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-27 ruFix the output.
2006-05-25 delphij - Add include for libutil.h and string.h for prototype.
2006-05-23 impGC old a.out and K&R support.
2006-05-22 mariusGC these crt{begin,end}.c, which are unused since the...
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-17 davidxuFix return value.
2006-05-17 davidxuget thread signal info.
2006-05-17 davidxuExport offsets of thread signal pending set and signal...
2006-05-16 keramida* Document the fact that non-superusers cannot change...
2006-05-13 desAdd a manual dependency on ssh_namespace.h.
2006-05-13 desIntroduce a namespace munging hack inspired by NetBSD...
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 davidxuAdd symbol versions: FBSD_1.0 and FBSDprivate.
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-07 davidxuIn order to let new binutils can compile it, replace...
2006-05-03 bsdA few minor wording changes and a clarification about...
2006-05-02 umeFix alignment problem on AMD64.
2006-05-01 kientzleSimplify some of the wide-character handling, inspired
2006-05-01 kientzleWhitespace cleanup.
2006-04-30 ume`cache' couldn't co-exist with `compat'.
2006-04-30 marcusGo with a different version of the previous patch so...
2006-04-30 marcusFix a file descriptor leak in cam_lookup_pass() when...
2006-04-28 ume- Extend the nsswitch to support Services, Protocols...
2006-04-27 davidxus/long/int.
2006-04-27 davidxu- Use same priority range returned by kernel's sched_ge...
2006-04-27 jasoneChange the semantics of brk_max to dynamically deal...
2006-04-25 maximo Add IDs for Plan9, QNX4.X, Mac OS-X, Linux exteneded...
2006-04-23 dwmaloneAdd some new options to mac_bsdestended. We can now...
2006-04-23 davidxuRemove multiple _get_curthread() calls.
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.
next