]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
o Re-arrange parentheses and fix a conition logic for !do_dns case.
[FreeBSD/FreeBSD.git] / lib /
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.
2006-04-21 peterTeach libkvm how to read minidumps. It turns out that...
2006-04-19 bruefferDocument how the backoff delay is calculated.
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-13 ruApply style.Makefile(5) here.
2006-04-13 ruInstall the shared library under /usr/lib; it's not...
2006-04-13 ruPlace shared libpcap library under /lib, currently...
2006-04-13 delphijUnexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY.
2006-04-12 ruFix a symlink.
2006-04-12 ruInstall shared libpthread library into /lib; needed...
2006-04-11 jmguse pwrite to always write at the begining of the file...
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-08 davidxuDo not check validity of timeout if a mutex can be...
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-04 davidxuRemove declaration of _thr_initial from MD header file...
2006-04-04 davidxuSimplify _get_curthread() and _tcb_ctor because libc...
2006-04-04 davidxuWARNS level 4 cleanup.
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...
next