]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Remove unused variables.
[FreeBSD/FreeBSD.git] / lib /
2012-09-29 jilleslibc: Use O_CLOEXEC for various internal file descriptors.
2012-09-28 desSlight stylification.
2012-09-28 desRemove unnecessary #include.
2012-09-27 jilleslibc/fts: Use O_CLOEXEC for internal file descriptors.
2012-09-27 pfgComplete revert of r239963:
2012-09-27 jillessigaction(2),sigwait(2),sigwaitinfo(2): Remove [EFAULT...
2012-09-27 kevloInitialize the num variable to avoid uninitialized...
2012-09-24 kevloRevert r240850 and remove redundant NULL check before...
2012-09-24 pfgPartial revert of r239963:
2012-09-23 kargl* ld80/s_expl.c:
2012-09-23 karglFix whitespace issue.
2012-09-23 kargl* ld80/s_expl.c:
2012-09-23 kargl* Update the lookup table to use 53-bit high and low...
2012-09-23 kevloAvoid NULL dereference
2012-09-22 kargl* Use ENTERI() and RETURNI() to toggle the rounding...
2012-09-22 kargl* Make STRICT_ALIGN() work for doubles as well as for...
2012-09-21 mavMake nfs_readdir() more careful about using response...
2012-09-21 mavDon't use global nfs_root_node variable as per-file...
2012-09-20 mavRestore handling of the third argument (id) of hid_star...
2012-09-20 kevloRemove the restrict qualifier to match function prototype.
2012-09-19 jillesstrsignal(): Reindent.
2012-09-19 jillesstrsignal(): Do not append signal numbers to messages...
2012-09-16 tijlOptimise i387 trigonometric functions. Replace "andw...
2012-09-14 eadlerCorrect double "the the"
2012-09-14 eadlerBump date missed in r202756
2012-09-14 desUse libmd if and only if OpenSSL is not available.
2012-09-14 eadlerAdding missing return statements during error conditions.
2012-09-12 emasteAccording to a clarification at http://austingroupbugs...
2012-09-12 emasteAvoid mapping ENOENT to ENOTDIR for non-existent path...
2012-09-12 baptFix IEC / SI binary prefixes (Ki, Mi, Gi, etc) producti...
2012-09-12 glebiusDescribe in detail required conditions for receiving...
2012-09-11 obrienr235638 is not the clean way to add support for buildin...
2012-09-11 joelMinor mdoc fix.
2012-09-11 desAdd the same warning to rand48(3) as to rand(3) and...
2012-09-10 kevloIf the IdlePDPT is not present, PAE is not active
2012-09-07 rpauloWhen calling the C++ demangler, make sure to free the...
2012-09-06 jilleslibc/amd64: Do not export .cerror.
2012-09-06 trhodesAvoid segfault if name is invalid. Basically, only
2012-09-06 joelRemove trailing whitespace.
2012-09-06 joelMinor mdoc fix.
2012-09-06 fabientAdd Intel Ivy Bridge support to hwpmc(9).
2012-09-06 rpauloAdd support for demangling C++ symbols. This requires...
2012-09-06 rpauloFix test cases to work with the latest version of the...
2012-09-05 jilleslibc/i386: Do not export .cerror.
2012-09-05 jhbWhen WIFCONTINUED was added, the number of "first"...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-09-04 desBump dates.
2012-09-04 desAdd a prominent warning about these functions' unsuitab...
2012-09-04 trocinyAdd __BEGIN_DECLS and __END_DECLS to make libprocstat...
2012-09-02 rpauloMake sure we visit both symbol sections even if one...
2012-09-01 edRework all non-contributed files that use `struct timez...
2012-09-01 pfgBring some changes from Bull's NFSv4 libtirpc implement...
2012-08-29 dimTeach libdwarf about the DW_FORM_flag_present dwarf...
2012-08-27 davidxuIn suspend_common(), don't wait for a thread which...
2012-08-25 dimAdd libcxxrt's objects (prefixing them with cxxrt_...
2012-08-23 dimSprinkle a bit of style.Makefile(5) across various...
2012-08-23 davidxuEliminate redundant code, _thr_spinlock_init() has...
2012-08-21 zeisingAdd missing .Pp macro.
2012-08-21 joelRemove trailing whitespace.
2012-08-21 davidxuAdd manual pages for clock_getcpuclockid and pthread_ge...
2012-08-21 davidxuFix prototype. Also the function should return error...
2012-08-20 dimAdd three additional clang intrinsics headers, which...
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-19 dimVendor import of llvm trunk r162107:
2012-08-17 mckayCorrect a regression introduced during the import of...
2012-08-17 davidxuImplement syscall clock_getcpuclockid2, so we can get...
2012-08-17 kevloMake 'junk' volatile so that compilers won't be tempted...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-15 dimVendor import of clang trunk r161861:
2012-08-15 dimVendor import of llvm trunk r161861:
2012-08-15 gonzoMerging of projects/armv6, part 2
2012-08-15 gonzoMerging of projects/armv6, part 2
2012-08-13 hselaskyAdd support for streams to LibUSB v2.0.
2012-08-12 davidxuDo defered mutex wakeup once.
2012-08-11 davidxuMFp4:
2012-08-11 dimAdd __always_inline to __ieee754_rem_pio2() and __ieee7...
2012-08-11 edRename aux.c to auxv.c.
2012-08-11 dimChange a few extern inline functions in libm to static...
2012-08-09 jillesnftw(): POSIX says directories causing loops should...
2012-08-09 delphijRefresh with OpenBSD RCS ID changes to reflect that...
2012-08-09 jillesftw(): Do not check the maxfds argument against OPEN_MAX.
2012-08-09 jillesnftw(): Do not check the maxfds argument against OPEN_MAX.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-06 dimFix an instance in pam_krb5(8), where the variable...
2012-08-06 dimFix two instances in pam_krb5(8), where the variable...
2012-08-05 dfrAdd an option for pam_krb5 to allow it to authenticate...
2012-08-01 delphijUse calloc().
2012-07-30 karglieeefp.h is only needed on i386 class hardware.
2012-07-30 karglWhitespace.
2012-07-30 joelRemove trailing whitespace.
2012-07-30 issyl0Add more locale-specific functions to the relevant...
2012-07-30 mmBackport NFSv4 ACL fix from libarchive master branch.
2012-07-30 andrewImport compiler-rt r160957.
2012-07-29 mmCatch up config_freebsd.h with libarchive 3.0.4
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-27 emasteCorrect BUGS description of static buffer use
2012-07-27 kibDocument F_DUP2FD_CLOEXEC.
2012-07-26 pfgDrop non-portable libedit's el_data_set() and el_data_g...
2012-07-26 joelStart manpage with Dd macro and also remove a trailing...
2012-07-26 pluknetUpdate the 'C1x draft' reference to '.St -isoC-2011...
next