]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Eliminate FDT_IMMR_VA define.
[FreeBSD/FreeBSD.git] / lib /
2010-07-19 Rui PauloMFV:
2010-07-17 Rui PauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-17 Rui Paulolibdtrace MD dependent files. These interact with the...
2010-07-17 Benedict Reuschlings/an struct/a struct
2010-07-15 Jamie GrittonDon't copy and return a potentially unset buffer when...
2010-07-15 Jamie GrittonDon't import parameter values in jail_getv, except...
2010-07-15 Marcel MoolenaarUnbreak xz (liblzma) on strong-aligned architectures...
2010-07-12 Jung-uk KimUse type-specific inline function imax() instead of...
2010-07-12 Konstantin BelousovUse _SIG_VALID instead of expanded form of the macro.
2010-07-12 Konstantin BelousovFor xsi_sigpause(3), remove the supplied signal from...
2010-07-12 Nathan WhitehornBuild libsmb should be on powerpc64 as well.
2010-07-11 Nathan WhitehornFix SVN mismerge. We somehow ended up with the 32-bit...
2010-07-10 Nathan WhitehornSince powerpc and powerpc64 share an instruction set...
2010-07-10 Nathan WhitehornTeach libstand what to do for powerpc64: the same thing...
2010-07-10 Nathan Whitehorn64-bit PowerPC KVM support.
2010-07-10 Nathan WhitehornPowerpc64 thread libraries support.
2010-07-10 Nathan WhitehornProvide 64-bit PowerPC support in libc.
2010-07-10 Nathan Whitehornpowerpc64 floating-point is identical to powerpc, so...
2010-07-10 Nathan WhitehornThe 64-bit PowerPC ABI implemented in binutils 2.15...
2010-07-10 Konstantin BelousovDocument pl_siginfo and PT_FLAG_SI for PT_LWPINFO.
2010-07-10 Nathan WhitehornC startup support for 64-bit PowerPC.
2010-07-09 Jung-uk KimFix build by defining MAX() macro here.
2010-07-08 Jung-uk KimSync. printf() of libstand(3) with sys/kern/subr_prf.c.
2010-07-07 Randall StewartIf a user calls sctp_sendx() with a NULL
2010-07-06 Jung-uk KimMerge ACPICA 20100702.
2010-07-06 Edward Tomasz Napi... Fix acl_from_text(3) - and, therefore, setfacl(1) ...
2010-07-06 Rui PauloMerge from vendor-sys/opensolaris:
2010-07-05 Edward Tomasz Napi... Remove comment which didn't match reality for a long...
2010-07-05 Rebecca CranIncrement 'sa' at the end of the loop; otherwise, only...
2010-07-04 Konstantin BelousovExtend the td_thrinfo_t to include siginfo for the...
2010-07-04 Rebecca CranUse ISO C99 integer types instead of the BSD-specific...
2010-07-01 Dag-Erling SmørgravIf the A flag is supplied, http_request() will attempt...
2010-07-01 Marcel MoolenaarSimplify the calculation of s_scale by rewriting the...
2010-06-30 Marcel MoolenaarOn powerpc, calculate s_scale using the non-FP version...
2010-06-26 Pawel Jakub DawidekJust like in case of setgroups(2), for getgroups(2...
2010-06-25 Jayachandran C.use PTR_WORD for __curbrk and minbrk instead of .word...
2010-06-21 Ed SchoutenDon't build Clang libs during lib32 build.
2010-06-20 Maxim KonovalovMerge from English r198040: add C message catalogue...
2010-06-18 Konstantin BelousovAdd unwind annotations to the asm part of crt1 on i386...
2010-06-18 Sean BrunoMuch closer approximation of the kernel's calculation...
2010-06-16 Jayachandran C.Merge jmallett@'s n64 work into HEAD - changeset 2
2010-06-16 Jayachandran C.Merge jmallett@'s n64 work into HEAD - changeset 1.
2010-06-15 Jilles Tjoelkerlibedit: Reduce surprising behaviour with filename...
2010-06-15 Jilles Tjoelkerlibedit: Allow simple quoting in filename completion.
2010-06-15 Jilles Tjoelkerlibedit: Fix a bug that could make completion listings...
2010-06-15 Sean BrunoAdd a new column to the output of vmstat -z to indicate...
2010-06-15 Ed SchoutenRemove even two more unneeded files from libllvmsupport.
2010-06-15 Ed SchoutenRemove unneeded files from the build.
2010-06-14 Rui PauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-14 Ed SchoutenUnbreak Clang on PowerPC.
2010-06-14 Tim KientzleSeparate _posix1e_acl_id_to_name() into a separate...
2010-06-13 Jilles Tjoelkerlibedit: Add basic filename completion code from NetBSD.
2010-06-13 Ed SchoutenDisable usage of posix_spawn() inside LLVM.
2010-06-13 Kai Wang* Improve compatibility with existing application code...
2010-06-13 Warner LoshMerge from tbemd:
2010-06-13 Colin PercivalIn threaded processes, destroy the mutex atexit_mutex...
2010-06-12 David SchultzIntroduce __isnanf() as an alias for isnanf(), and...
2010-06-12 Ed SchoutenDo the branding right this time.
2010-06-11 Xin LIDetect bit endianness through machine/endian.h. This...
2010-06-11 Rebecca Cransctp_recvmsg returns the number of bytes received,...
2010-06-11 Ulrich Spörleinmdoc: stop abusing -column lists and use .Bl -tag instead
2010-06-11 Ulrich Spörleinmdoc nitpicking: the title argument shall be uppercase
2010-06-10 Ed SchoutenDisable usage of __DATE__.
2010-06-10 Ed SchoutenBrand our Clang binary.
2010-06-09 Roman DivackyHook clang into the build on i386/amd64/powerpc.
2010-06-09 Roman DivackyImport the build makefiles for clang/LLVM.
2010-06-09 Roman DivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-09 Ulrich Spörleinmdoc: spell out theta, the Unicode glyph is hard to...
2010-06-08 Ulrich Spörleinmdoc: remove literal tabs where they don't belong
2010-06-05 Fabien ThomasFix memory leak on error.
2010-06-05 Edward Tomasz Napi... Don't use pointer to 64 bit value (id_t) to point to...
2010-06-03 Edward Tomasz Napi... Don't forget to free the string in error case.
2010-06-03 Edward Tomasz Napi... _posix1e_acl_sort() never returns anything other than...
2010-06-03 Edward Tomasz Napi... Fix usage of uninitialized variable.
2010-06-03 Edward Tomasz Napi... The 'acl_cnt' field is unsigned; no point in checking...
2010-06-03 Edward Tomasz Napi... The 'acl_cnt' field is unsigned; no point in checking...
2010-06-02 Ulrich Spörleinmdoc: spell macros correctly, there's no need for the...
2010-06-02 Ulrich Spörleinmdoc cleanup
2010-05-27 Roman DivackyUpdate clang to r104832.
2010-05-27 Roman DivackyUpdate LLVM to r104832.
2010-05-27 Ulrich Spörleinmdoc: Use mdoc macro for the (R) symbol
2010-05-27 Ulrich Spörleinmdoc: Garbage collect unused/unneeded macros
2010-05-27 Colin PercivalChange the current working directory to be inside the...
2010-05-24 Konstantin BelousovImprove the documentation for PT_LWPINFO. Note that...
2010-05-24 Daniel EischenCoalesce one more broken line.
2010-05-24 Daniel EischenCoalesce a couple of broken lines since they can fit...
2010-05-24 Ulrich SpörleinThese features will first appear in 8.1, soon to be...
2010-05-23 Edward Tomasz Napi... Make acl_get_perm_np(3) work with NFSv4 ACLs.
2010-05-20 Marius StroblWith r208341 in place WARNS can be increased.
2010-05-20 Marius StroblUpdate to a config.h created by a file 5.03 configure...
2010-05-20 Doug BartonUpgrade to 9.6.2-P2, which addresses the following;
2010-05-20 Doug BartonVendor import of BIND 9.6.2-P2
2010-05-19 Ulrich Spörleinmdoc: consistently spell our email addresses <foo@FreeB...
2010-05-18 Tim KientzleRetry reads that fail with EINTR. This fixes a problem
2010-05-17 Xin LIFix build.
2010-05-16 Tim KientzleReorganize slightly in preparation for making lzma...
2010-05-14 Xin LI - Add versioned symbols to liblzma
2010-05-13 Edward Tomasz Napi... Make branding less intrusive - in acl_set(3), in case...
2010-05-13 Edward Tomasz Napi... Make it possible to actually use NFSv4 permission bits...
2010-05-13 Ulrich Spörleinmdoc: move remaining sections into consistent order
next