]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Grab all the information we need about a character with one call to
[FreeBSD/FreeBSD.git] / lib /
2004-05-23 Tim J. RobbinsGrab all the information we need about a character...
2004-05-22 Tim J. RobbinsPerform conversions straight from the stream buffer...
2004-05-22 Tim J. RobbinsAssociate a multibyte conversion state object with...
2004-05-21 Tim KientzleCorrect parsing of Solaris default ACLs.
2004-05-20 Alan CoxUpdate the document date.
2004-05-20 Mike MakonnenMake libthr async-signal-safe without costly signal...
2004-05-20 Mike Makonnen\16
2004-05-20 Tim KientzleNits fixed.
2004-05-20 Tim KientzleMore research, more shuffling and clarification.
2004-05-19 Peter WemmImplement crashdump decoding for AMD64 as well, now...
2004-05-19 Tim KientzleWhen combining ustar prefix and name fields, check...
2004-05-19 Tim KientzleI've recently been looking at the Seventh Edition source
2004-05-19 Tim KientzleRefine the heuristic used to determine whether or not...
2004-05-19 Alan CoxRemove a long obsolete paragraph from the BUGS section.
2004-05-18 Peter WemmFor amd64, explicitly compile mcount.po, rather than...
2004-05-18 Tim KientzleBe smarter about hardlink sizes: some tar programs...
2004-05-18 Stefan FarfelederDon't depend on NULL's expansion being a pointer, cast...
2004-05-18 Tim KientzleClarify an error message.
2004-05-17 Yaroslav TykhiyClarify and extend paragraphs on interoperation
2004-05-17 Tim Kientzlegetgrent() and friends should set errno if there is...
2004-05-17 Tim KientzlePOSIX prohibits any library function from setting errno...
2004-05-17 Tim J. RobbinsUse conversion state objects to store the accumulated...
2004-05-17 Tim J. RobbinsUse a simpler and faster buffering scheme for partial...
2004-05-17 Tim KientzleIf getpwent/getpwuid/getpwnam return NULL, they must...
2004-05-17 David SchultzRemove some kludges designed to ensure that the compile...
2004-05-16 Stefan FarfelederRemove spurious semicolons. Outside of functions they...
2004-05-14 Bruce EvansStyle fixes:
2004-05-14 Bruce EvansFixed some insertion sort errors (external ones only).
2004-05-14 Tim J. RobbinsUse a simpler, faster buffering scheme for partial...
2004-05-14 Olivier HouchardDo not attempt to build libdisk, libthr and libc_r...
2004-05-14 Olivier HouchardDefine iaddr_t and saddr_t for arm.
2004-05-14 Olivier HouchardUse WARNS?=3 for these in the arm case for now, due...
2004-05-14 Olivier HouchardImport _setjmp.S for arm in libstand.
2004-05-14 Olivier HouchardImport libkvm MD file for arm.
2004-05-14 Olivier HouchardArm bits for libpthread. It has no chances to work...
2004-05-14 Olivier HouchardC runtime support for FreeBSD/arm.
2004-05-14 Olivier HouchardImport the softfloat emulation library, needed for...
2004-05-14 Olivier HouchardImport the FreeBSD/arm libc bits.
2004-05-14 Olivier HouchardWe use __arm__, not __arm32__.
2004-05-14 Olivier HouchardDefine malloc_pageshift and malloc_minsize for arm.
2004-05-13 Bruce EvansFixed some minor style bugs.
2004-05-13 Tim J. RobbinsAllow encoding modules to override the default implemen...
2004-05-13 Tim KientzleUpdate raw byte count statistic correctly.
2004-05-13 Tim KientzleAdd MLINK for newly-added archive_read_extract_set_prog...
2004-05-13 Tim KientzleAdd hook for a client-provided progress callback to...
2004-05-13 Tim J. RobbinsFix braino in previous: check that the second byte...
2004-05-12 Peter EdwardsFix some^Wseveral style bugs from last commit.
2004-05-12 Josef El-RayesFix typo.
2004-05-12 Josef El-RayesFix typo.
2004-05-12 Tim J. RobbinsReduce overhead by calling internal versions of the...
2004-05-12 Tim J. RobbinsMove prototypes of various encoding-related functions...
2004-05-12 Ruslan ErmilovLink radixsort(3) to sradixsort(3), make the latter...
2004-05-12 Ruslan ErmilovPut crypto-aware version of the library into the right...
2004-05-11 Christian S.J. PeronDocument the fact that in a jailed environment, sendto...
2004-05-11 Tim J. RobbinsIn the absence of proper validation, at least check...
2004-05-11 Diomidis SpinellisFix and clarify unparsable sentence.
2004-05-11 Diomidis SpinellisBring the description for login_getclassbyname in sync...
2004-05-10 Diomidis SpinellisRemove a trailing newline, to behave as documented...
2004-05-10 Bruce EvansFixed style bugs in previous commit (bogus forward...
2004-05-09 Tim J. RobbinsUse a binary search to find the range containing a...
2004-05-09 Christian Brueffero fix a sentence to match with the synopsis [1]
2004-05-09 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2004-05-08 Peter EdwardsThe FTS_NOSTAT option is an optimisation that reduces...
2004-05-07 Stefan FarfelederAdd an implementation of copysignl(), a long double...
2004-05-07 Stefan FarfelederAdd an MLINK for fabsl().
2004-05-06 Stefan FarfelederThe prototypes for cabs() and cabsf() are in <complex...
2004-05-05 Tim KientzleA minor refactoring to simplify portability: assign...
2004-05-03 Tim KientzleConsistify: #define gets 1 tab character afterwards
2004-05-02 David E. O'BrienRemove bogus FBSDID.
2004-05-02 David E. O'BrienFix damaged FBSDID.
2004-05-02 David SchultzMerge vfscanf.c, v1.37:
2004-05-02 David SchultzMerge vfprintf.c, v1.65:
2004-05-02 David SchultzAdd option NO_FP_LIBC, which disables floating-point...
2004-05-02 David Schultz- To make it easier to compile *printf() and *scanf...
2004-05-02 David SchultzWhen *printf() and *scanf() are compiled without floati...
2004-05-02 Tim KientzleInclude appropriate flag header on Linux.
2004-04-30 Tim KientzleCreate missing directories when extracting hardlinks...
2004-04-29 Tim KientzleImplement ARCHIVE_EXTRACT_UNLINK for regular files...
2004-04-28 Tim KientzleAdd statistics: track offset in compressed and uncompr...
2004-04-28 Tim KientzleCorrect spelling of "shell archive" to match /usr/share...
2004-04-28 Tim KientzleAdd the libarchive-formats.5 manpage. This summarizes...
2004-04-28 Tim KientzleAdd read support for four more common cpio variants:
2004-04-27 Ruslan Ermilov- Added rad_demangle() for demangling user-passwords...
2004-04-27 Ruslan ErmilovMarkup nit.
2004-04-27 Mike HeffnerThis commit was generated by cvs2svn to compensate...
2004-04-26 Tim KientzleUpdate file flag handling.
2004-04-25 Andrey A. ChernovRewrite split_lines() to operate safely
2004-04-25 David SchultzMake sure that symbols are declared in math.h iff the...
2004-04-25 David SchultzRemove a stale comment referring to values.h, which...
2004-04-24 Mike MakonnenUnconditionaly initialize any spin lock passed to pthre...
2004-04-23 Tim KientzleMake clone more aggressive about copying strings to...
2004-04-23 Tim KientzleSet the 'dump' flag for shardump format.
2004-04-23 Tim KientzleCorrect spelling of == so that file flags are correctly...
2004-04-22 Tim J. RobbinsUse the correct size to allocate, copy and clear argume...
2004-04-21 Peter GrehanEnable libdisk for powerpc build.
2004-04-21 Peter GrehanPowerPC support.
2004-04-21 Jonathan ChenFix a bug that could result in getpw*() incorrectly...
2004-04-21 Ruslan ErmilovUnbreak world.
2004-04-21 Tim KientzleMore portability improvements, thanks to Juergen Lock.
2004-04-21 Nate LawsonMFdragonfly: resolver fix for timeouts on unqualified...
next