]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
Fix white spaces.
[FreeBSD/FreeBSD.git] / lib /
2015-03-02 Baptiste DaroussinUpdate mandoc to cvs snaphot from 20150302
2015-03-01 Steve KarglGive compilers a stronger hint to inline the functions
2015-03-01 Steve KarglWhen j0() and j1() were converted to j0f() and j1f...
2015-03-01 Ryan StoneFix build of nv_tests.cc
2015-03-01 Ryan StoneMove libnv into the kernel and hook it into the kernel...
2015-03-01 Ryan StoneAdd macros to make code compile in kernel
2015-03-01 Ryan StonePrevent creation of an invalid nvlist
2015-03-01 Ryan StoneDon't allocate memory for operations that do not insert
2015-03-01 Ryan StoneAdd function to force an nvlist into the error state
2015-03-01 Ryan StoneExtend the unit test to fix the bug caught in r277925
2015-03-01 Ryan StoneAdd tests for dnvlist_take_*
2015-03-01 Ryan StoneAdd tests for dnv_get_*
2015-03-01 Ryan StoneAdd tests for nvlist_free* functions
2015-03-01 Ryan StoneAdd tests for nvlist_take_*
2015-03-01 Ryan StoneAdd test cases for nvlist_move_*
2015-03-01 Ryan StoneAdd tests for nvlist_pack/unpack
2015-03-01 Ryan StoneAdd tests for nvlist_clone
2015-03-01 Ryan StoneTests of basic nvlist add functions
2015-03-01 Ryan StoneRevert r279422. My "apply patch and commit" script...
2015-03-01 Ryan StoneTests of basic nvlist add functions
2015-03-01 Ryan StoneMake libnv headers includable from C++
2015-02-28 Alexander KabaevAvoid lookup of CODESET aliases using uninitialized...
2015-02-28 Jilles Tjoelkernice(): Put back old return value, keeping [EPERM]...
2015-02-28 Warner LoshMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 Konstantin BelousovFix typo. Note that this is mostly innocent, since...
2015-02-27 Pedro F. Giffunieui64_line(): plug memory leak.
2015-02-27 Kenneth D. MerryRemove an obsolete comment in devstat(3) about the...
2015-02-27 Pedro F. GiffuniHint out check for unsigned negative values.
2015-02-26 Konstantin BelousovUse pthread_mutex_trylock(3) to implement mtx_trylock(3).
2015-02-26 Konstantin BelousovCheck that the pointer to the thread return value is...
2015-02-25 Konstantin BelousovPropagate errors from _thr_umutex_unlock2 through mutex...
2015-02-25 Colin PercivalAdjust wording slightly to emphasize that random(3...
2015-02-25 Kenneth D. MerryFix several problems found by Coverity.
2015-02-24 Pedro F. Giffunimsun: drop unnecessary checks (part 2).
2015-02-23 Kenneth D. MerrySignificant upgrades to sa(4) and mt(1).
2015-02-22 Pedro F. Giffunisetmode(3): Make sure that setmode sets errno on failure.
2015-02-22 Jilles Tjoelkernice(): Correct return value and [EPERM] error.
2015-02-22 Pedro F. Giffunimsun: drop unnecessary checks.
2015-02-21 Pedro F. GiffuniPrevent NULL pointer de-reference.
2015-02-20 Pedro F. Giffuniregex(3): Fix uninitialized pointer values.
2015-02-20 Pedro F. Giffunitab vs spaces.
2015-02-20 Pedro F. Giffunidbm_delete(3) correct man page to match current behaviour.
2015-02-20 Pedro F. GiffuniFix small memleaks in nis_passwd() and nis_group().
2015-02-19 John-Mark Gurneyfix spelling, add comma and remove BUGS section.. ...
2015-02-18 Jung-uk KimMerge ACPICA 20141107 and 20150204.
2015-02-18 Pedro F. Giffunilibc: clean some set-but-not-used errors.
2015-02-17 Pedro F. Giffuniulimit(3): simplify.
2015-02-17 Ed MasteUpdate elftoolchain to upstream revision 3163
2015-02-17 Jilles Tjoelkercompress,gzip,xz: Preserve timestamps with nanosecond...
2015-02-17 Konstantin BelousovRestore the extern qualifier on __cleanup.
2015-02-16 Marius StroblUnbreak sparc64 after r276630 by calling __sparc_sigtra...
2015-02-16 Pedro F. Giffunirexec(3): prevent uninitialized access to "port" variable.
2015-02-15 Pedro F. GiffuniReplace strcpy() with strlcpy()
2015-02-15 Pedro F. GiffuniReverse one of the initializations from r278804.
2015-02-15 Pedro F. GiffuniMismatch in r278804.
2015-02-15 Pedro F. GiffuniMore tidy-ups on uninitialized scalar variable
2015-02-15 Pedro F. Giffuniulimit(3): Fix broken check.
2015-02-14 Tijl CoosemansThe ld(1) flag is -Bsymbolic not -Wsymbolic.
2015-02-14 Konstantin BelousovProperly interpose libc spinlocks, was missed in r27663...
2015-02-14 Xin LIDisallow pattern spaces which would cause intermediate...
2015-02-13 Bryan DreweryRemove disconnected (and broken) directory libiconv...
2015-02-13 Rui PauloTeach libproc how to find debugging symbols in /usr...
2015-02-13 Pedro F. GiffuniRevert 278634: This broke the build due to the compiler...
2015-02-12 Pedro F. Giffuniulimit(3): Fix broken check.
2015-02-12 Konstantin BelousovUpdate libthr(3) man page to reflect the work done...
2015-02-10 Bryan DreweryWhen catopen(3) returns an error, it caches the result...
2015-02-10 George V. Neville... Initial version of DTrace on ARM32.
2015-02-09 Rui PauloMerge xz 5.2.0.
2015-02-08 Baptiste Daroussinrevert r278414
2015-02-08 Baptiste DaroussinReapply r255891
2015-02-07 Pedro F. GiffuniProtect uninitialized scalar variable from being accessed
2015-02-07 Edward Tomasz Napi... Remove useless comment.
2015-02-07 Steve KarglTruncate the exponent 'n' of type long to a domain...
2015-02-06 John BaldwinAdd a new device control utility for new-bus devices...
2015-02-06 Pedro F. GiffuniUpdate comment and NetBSD ID tag.
2015-02-06 Pedro F. GiffuniDrop cgetclose() from getdiskbyname().
2015-02-06 Konstantin BelousovFully initialize allocated memory for the new barrier...
2015-02-06 Alexander MotinSome NetGraph debug polishing.
2015-02-06 Justin HibbitsAdd a comment explaining why gcc is needed.
2015-02-05 Pedro F. Giffunitdelete(3): don't delete the node we are about to return.
2015-02-05 Pedro F. Giffunigetdiskbyname(): plug resource leak
2015-02-05 John BaldwinExpose the constants for internal new-bus device flags...
2015-02-05 Justin Hibbitspowerpc64 csu needs to be built by gcc, so enforce...
2015-02-04 Dimitry AndricFollowup to r278223, by only using -stdlib=libc++ when...
2015-02-04 Dimitry AndricFor now, add -stdlib=libc++ to the flags for building...
2015-02-04 Enji CooperClean up more usb related files when MK_USB == no when...
2015-02-04 Enji CooperAdd MK_FILE to control whether or not to build file...
2015-02-04 Enji CooperConditionalize building radius support into libpam...
2015-02-03 Pedro F. GiffuniMFV r266995:
2015-02-03 Pedro F. GiffuniMFV r266993:
2015-02-03 Pedro F. Giffuniscanblnl: drop extra braces.
2015-02-03 Pedro F. GiffuniReduce confusion in scalbnl() family of functions.
2015-02-02 Pedro F. Giffunirpc: Uninitialized pointer read
2015-02-01 Pedro F. GiffuniResource leak
2015-02-01 Jilles Tjoelkerttyname_r(): Return actual error, not always [ENOTTY].
2015-01-31 Dimitry AndricImport libcxxrt master 1cb607e89f6135bbc10f3d3b6fba1f98...
2015-01-31 Pedro F. GiffuniMFV r277981:
2015-01-31 Mark JohnstonStop iterating and return if the caller-supplied callba...
2015-01-30 Pedro F. Giffunimsun: use previously ignored value.
2015-01-30 Pawel Jakub DawidekMake gcc happy.
next