]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Some fairly major changes to this driver.
[FreeBSD/FreeBSD.git] / lib /
2006-03-25 davidxuDon't cancel thread if it is in critical region.
2006-03-25 davidxuOnly wake up writer if the lock is free.
2006-03-25 davidxuCompile thr_rtld.c
2006-03-25 davidxuAdd locking support for rtld.
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 davidxuset an upper limit for thread structures which can...
2006-03-24 davidxuImplement SIGEV_THREAD notification for aio_fsync.
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 desResolve conflicts.
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-23 desVendor import of ZLib 1.2.3.
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroAdd new libsm file from sendmail 8.13.6
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-22 kientzleEven if a system does not support restoring extended...
2006-03-21 umeWe have gmtime_r(3).
2006-03-21 kientzlePOSIX.1e-style Extended Attribute support
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 wkoszekThere is no need to pass NULL to the pam_error() as...
2006-03-20 jkoshyUpdate the pmc(3) manual page's date string and freshen...
2006-03-20 ruExtend coverage of the MK_IPX build option to the follo...
2006-03-20 jasoneSeparate completely full runs from runs that are merely...
2006-03-20 davidxuSet default contention scope to system.
2006-03-19 jasoneOptimize realloc() to reallocate in place if the old...
2006-03-19 ruFix build until I find a way to handle this case properly.
2006-03-19 ruRevert last delta.
2006-03-19 phkComment out MK_PROFILE until ru@ can fix this properly
2006-03-18 ruConvert NO_PROFILE and NO_LIB32 to new style.
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 ruNO_MAN is not needed here.
2006-03-16 deischenSuuply the name of the version map and let bsd.lib...
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-15 ruNo need to define NO_MAN here.
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 compatibility symbol maps. libpthread (.so.1 and...
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-12 kientzleRemove automake source from FreeBSD tree.
2006-03-11 kientzleThe idea of supporting 'tp' was a fun one, but it is
2006-03-10 davidxuAdd entries for new pthread stubs.
2006-03-10 davidxuBlock all signals in helper threads except those should...
2006-03-09 jkimImplement printf 'X' conversion for both libstand and...
2006-03-09 davidxuConnect librt to buildworld.
2006-03-08 davidxuRemove mqueue and timer, now they are in librt.
2006-03-08 davidxuRemove mq.c, the POSIX mqueue is implemented in librt.
2006-03-08 kientzleRemove configure.ac.in and reorganize a few other thing...
2006-03-08 davidxuSet SNF_SYNC flag for timer, as the timer notification...
2006-03-07 davidxuRemove stale comments.
2006-03-07 davidxu1. Always call user callback function in newly created...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-06 yarAdd appropriate xrefs.
2006-03-06 yarSince the whole login.access feature has moved to PAM,
2006-03-06 yarSync with src/usr.bin/login/login.access.5.
2006-03-06 deischenOnly catch SIGINFO (for dumping thread states) when...
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-04 keramidaUse `intmax_t' instead of plain `int' for pid_t casts.
2006-03-04 davidxuUse a thread pool to process notification if sigev_noti...
2006-03-04 davidxusave sigev_node pointer.
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 davidxu1. Fix a race in aio_return.
2006-03-01 davidxuStyle fix.
2006-03-01 davidxuFix a mutex lock/unlock mismatch.
2006-03-01 umeHandle the errors returned by res_querydomain() in...
2006-03-01 davidxuForgot to revert to use weak symbols when I was debuggi...
2006-03-01 davidxuAdd missing parameter mq_attr * for mq_open.
2006-03-01 davidxuBring in my initial version of POSIX realtime extension...
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-28 davidxuReimplement mutex_init to get rid of compile warning.
2006-02-27 deischenStaticize a couple of functions.
next