]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Centralize initialization of pcpu, and set curthread early...
[FreeBSD/FreeBSD.git] / lib /
2010-01-06 impRevert r200892, 200893 and 200894. There's companion...
2010-01-06 impMerge from head at r201628.
2010-01-05 kibDo not rely on behaviour undefined by ANSI C, use thunk...
2010-01-05 bruefferFix a double free().
2010-01-05 davidxuremove file thr_sem_new.c.
2010-01-05 davidxuMore cleanup, remove _libc prefix because libthr no...
2010-01-05 davidxuRemove extra new semaphore stubs, because libc already...
2010-01-05 davidxuforgot to remove SYM_FBP10. ;-)
2010-01-05 davidxuRemove unused macros.
2010-01-05 davidxuDon't check has_waiters twice, inline some small functions.
2010-01-05 davidxuUse umtx to implement process sharable semaphore, to...
2010-01-04 kibModernize scandir(3) and alphasort(3) interfaces accord...
2010-01-02 edDon't forget to clean up the file copied from the kerne...
2010-01-02 edBuild lib/ with WARNS=6 by default.
2009-12-31 brooksThe devices that supported EVFILT_NETDEV kqueue filters...
2009-12-31 edRemove an unused variable.
2009-12-31 edAdd missing `void' keyword.
2009-12-30 jhbUse _once() to initialize the pthread key for thread...
2009-12-30 kientzleRemove some test files that are no longer used.
2009-12-30 kientzleReserve constants for RPM unwrapper and XAR reader.
2009-12-30 kientzleLibarchive in FreeBSD is now synced up with 2.7.901a...
2009-12-30 kientzleUU decoder. Now that libarchive can recursively taste...
2009-12-30 kientzleA raft of test changes and improvements from the Google...
2009-12-30 kientzleMerge Michihiro NAKAJIMA's significant work on the...
2009-12-29 kibDocument _FAST and _PRECISE clocks.
2009-12-29 kibDocument CLOCK_SECOND, add cross-reference from time...
2009-12-29 kibUse clock_gettime(CLOCK_SECOND) instead of gettimeofday...
2009-12-29 kientzleRationalize the support for cryptographic hashes.
2009-12-29 kientzleEssentially eliminate problems with false hardlinks...
2009-12-29 kientzleClear extraneous error messages.
2009-12-29 kientzleZip write support for libarchive.
2009-12-29 kientzleIf we're linking against liblzma, allow the decompresso...
2009-12-29 kientzleMinor style fixes plus a fix for an obscure crash on...
2009-12-29 kientzleBe a little more skeptical of dev/ino matches when...
2009-12-29 kientzleStyle and portability fixes for pax writer. Mostly...
2009-12-29 kientzleStyle fixes to tar reader:
2009-12-29 kientzleVarious style fixes to the 'newc' cpio writer:
2009-12-29 kientzleVarious fixes when creating objects on disk:
2009-12-29 kientzleCatch decompression failures earlier. In particular...
2009-12-29 kientzleVarious style and portability fixes, including:
2009-12-29 kientzle64-bit ino support and discourage bad use of this header.
2009-12-28 antoine(S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an...
2009-12-28 delphijGrammar fix.
2009-12-28 luigibring the NGM_IPFW_COOKIE back into ng_ipfw.h, libnetgr...
2009-12-28 luigithis file is also affected by the ipfw changes
2009-12-28 kientzlePortability.
2009-12-28 kientzleRemove some dead assignments, fix some declarations.
2009-12-28 kientzleClarify an example so Linux folks won't keep getting...
2009-12-28 kientzleCompatibility with old systems with non-POSIX getpwuid_...
2009-12-28 kientzleFix some unused variables and dead assignments.
2009-12-28 kientzleRemove an unused variable and an unreachable statement.
2009-12-28 kientzleFix line endings.
2009-12-28 kientzleDiscourage external use of this header.
2009-12-28 kientzleRemove unused variable.
2009-12-28 kientzleO_BINARY for Windows.
2009-12-28 kientzleHandle Zip CRC validation for uncompressed Zip archives...
2009-12-28 kientzleInclude limits.h; remove unused variable.
2009-12-28 kientzleUse ino64 interface.
2009-12-28 kientzleUse new ino64 interface.
2009-12-28 kientzleNew archive_file_count() utility.
2009-12-28 kientzlePortability fixes.
2009-12-28 kientzleVarious portability fixes, plus:
2009-12-28 kientzleRemove an unused variable and an unnecessary increment.
2009-12-28 kientzleEliminate an unused assignment.
2009-12-28 kientzlePortability: Set the file descriptor to binary mode...
2009-12-28 kientzleDiscourage outside use of this internal header.
2009-12-28 kientzleRemove dead assignment.
2009-12-28 kientzlePortability:
2009-12-28 kientzlePortability: terminate abnormally via abort() instead...
2009-12-28 kientzleAllow more formats to be active at a time; discourage...
2009-12-28 kientzleEnforce this as an internal-only header.
2009-12-28 kientzleDiscourage people from using this header outside of...
2009-12-28 kientzleCompatibility: I found some more compilers that don...
2009-12-28 kientzleSync with googlecode some changes that have no impact...
2009-12-28 kientzleCompatibility fix for some older systems with non-POSIX...
2009-12-28 kientzleCatch certain gzip failures at close time.
2009-12-28 kientzleRemove a dead assignment.
2009-12-28 kientzleRemove some unused variables and dead assignments.
2009-12-28 kientzleUpdate the hard-coded configuration for libarchive.
2009-12-28 kientzleUpdate format manpages for libarchive.
2009-12-27 edParse DEAD_PROCESS entries properly.
2009-12-26 edSeveral refinements to libulog's API.
2009-12-25 edDon't corrupt logout entries in utmp files.
2009-12-25 markusUse a local copy of entry_d for finding matches. Otherw...
2009-12-23 rpauloIntel XScale hwpmc(4) support.
2009-12-23 jhbFix a bug in gzipfs that prevented lseek() from working...
2009-12-23 impBring in support for n64 and n32 ABIs, at least at...
2009-12-23 impStart to add support for N32 and N64 ABIs.
2009-12-23 impLoad gp for N32 and N64 operations.
2009-12-22 edwinMFV of tzdata2009t, r200831
2009-12-21 delphijUse vsprintf instead of rolling our own.
2009-12-21 delphijUse vsscanf instead of rolling our own.
2009-12-21 delphijK&R -> ANSI prototype.
2009-12-21 jhbUse _once() to initialize the pthread key for thread...
2009-12-17 jamieAdd a null pointer check so "name" can be used as a...
2009-12-16 matteo(no commit message)
2009-12-15 jillescpuset(2): fix a typo and a markup error in the man...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-14 marcelWork-around a race condition on ia64 while unlocking...
2009-12-13 delphijExplicitly say that this is an internal library which...
next