]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Do not unwind past a zero PC frame.
[FreeBSD/FreeBSD.git] / lib /
2012-11-11 dimAdd an explanatory comment to lib/libc/gen/isnan.c...
2012-11-10 dimOnly define isnan, isnanf, __isnan and __isnanf in...
2012-11-08 grogClarify that the ' flag is an apostrophe.
2012-11-07 jhibbitsImplement DTrace for PowerPC. This includes both 32...
2012-11-07 sjgSimple unit-tests for libcrypt, to show how easy it is.
2012-11-07 kevloFix typo; s/ouput/output
2012-11-07 marcelRemove -L<path> from LDADD, it doesn't belong there.
2012-11-05 dimFix a few warnings from newer clang 3.2 in libpmc,...
2012-11-03 tuexenFix errno in a couple of error cases.
2012-11-03 baptFix typo
2012-11-02 dimFix broken macro checking in the libc++ Makefile, intro...
2012-11-01 jillesfopen(3): Mention that the "x" mode option is from...
2012-11-01 jillesfcntl(2): Fix typos in name of constant "F_DUP2FD_CLOEXEC".
2012-10-31 desCorrect attribution.
2012-10-30 joelMinor mdoc and language fixes.
2012-10-30 baptRemoved unnecessary bits in the header that shows where...
2012-10-30 baptDocument the pw_util(3) functions
2012-10-29 baptbackout r242319, racy and not done in the right place
2012-10-29 baptmake pw_init and gr_init fail if the specified master...
2012-10-26 mdfConst-ify the zone name argument to uma_zcreate(9).
2012-10-26 jhImprove libgeom XML parsing error handling.
2012-10-24 sbrunoCleanup and rename some variables in libpmc and hwpmc.
2012-10-22 dimAllow building libc++ with any custom -std=xxx flag...
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-22 impRevert r241756
2012-10-22 impRevert r241755
2012-10-22 eadlerUpdate the kill(2) and killpg(2) man pages to the moder...
2012-10-22 eadlerremove duplicate semicolons where possible.
2012-10-22 eadlerImplement HTTP 305 redirect handling.
2012-10-22 eadlerDon't deny non-temporary redirects if the -A option...
2012-10-22 eadlerBe a bit more lenient in the maximum number of redirect...
2012-10-22 marcelAdd ATF to the build. This is may be a bit rought aroun...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-20 andreGrammar fixes to r241781.
2012-10-20 andreHide the unfortunate named sysctl kern.ipc.somaxconn...
2012-10-20 uqsApply local patches to mandoc and connect it to the...
2012-10-19 impDocument the method used to compute expf. Taken from...
2012-10-19 impDocument the methods used to compute logf. Taken and...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 joelRemove trailing whitespace.
2012-10-19 sbrunoUpdate man page crossreferences to sandybridge xeon...
2012-10-19 sbrunoUpdate hwpmc to support the Xeon class of Sandybridge...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-19 edFix warnings found by -Wmising-variable-declarations.
2012-10-18 edRemove WARNS=6 lines.
2012-10-18 attilioDisconnect non-MPSAFE SMBFS from the build in preparati...
2012-10-17 attilioDisconnect non-MPSAFE NTFS from the build in preparatio...
2012-10-17 attilioDisconnect non-MPSAFE NWFS from the build in preparatio...
2012-10-14 joelmdoc: avoid nested displays.
2012-10-13 kargl* Update the comment that explains the choice of values...
2012-10-11 stefanfFix my last commit. Only call strunvis after properly...
2012-10-11 stefanfDecode the first two fstab fields with strunvis(3)...
2012-10-11 stefanfApply some style. Checked with md5.
2012-10-09 eadlerRemove undefined behavior from sranddev() and
2012-10-06 avgprocstat_getprocs: honor kvm_getprocs interface - cnt...
2012-10-06 avgkvm_getprocs: gracefully handle errors from kvm_deadprocs
2012-10-06 avgkvm_proclist: ignore processes in larvae state
2012-10-06 marcelAdd support for bmake. This includes:
2012-10-06 kientzleFix "make install"
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-05 jkimDo not install incomplete unwind.h from clang. This...
2012-10-04 jamieFix some memory allocation errors:
2012-10-04 pfgrpc: convert all uid and gid variables to u_int.
2012-10-03 pfgrpc: convert all uid and gid variables of the type...
2012-10-03 gberCorrect detection of a superblock.
2012-10-03 acheOptimize prev. commit for speed.
2012-10-03 pfgrpc: convert all uid and gid variables of the type...
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-10-02 pfglibtirpc: be sure to free cl_netid and cl_tp
2012-10-02 pfgFix __rpc_getconfip
2012-10-02 pfgRPC: Convert all uid and gid variables of the type...
2012-10-02 acheUsing putenv() and later direct pointer contents modifi...
2012-09-30 eadlerclarify the wording for 'first' and 'last'
2012-09-29 kargl* src/math_private.h:
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
next