aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. Note that this is mostly innocent, since libthr no longerKonstantin Belousov2015-02-271-1/+1
* eui64_line(): plug memory leak.Pedro F. Giffuni2015-02-271-0/+1
* Remove an obsolete comment in devstat(3) about the accuracy of theKenneth D. Merry2015-02-271-21/+3
* Hint out check for unsigned negative values.Pedro F. Giffuni2015-02-271-1/+1
* Use pthread_mutex_trylock(3) to implement mtx_trylock(3).Konstantin Belousov2015-02-261-1/+1
* Check that the pointer to the thread return value is not NULL beforeKonstantin Belousov2015-02-261-1/+2
* Propagate errors from _thr_umutex_unlock2 through mutex_unlock_common.Konstantin Belousov2015-02-251-3/+4
* Adjust wording slightly to emphasize that random(3) should not be used forColin Percival2015-02-251-3/+2
* Fix several problems found by Coverity.Kenneth D. Merry2015-02-251-1/+1
* msun: drop unnecessary checks (part 2).Pedro F. Giffuni2015-02-244-4/+4
* Significant upgrades to sa(4) and mt(1).Kenneth D. Merry2015-02-235-0/+1347
* setmode(3): Make sure that setmode sets errno on failure.Pedro F. Giffuni2015-02-222-20/+47
* nice(): Correct return value and [EPERM] error.Jilles Tjoelker2015-02-222-5/+32
* msun: drop unnecessary checks.Pedro F. Giffuni2015-02-224-4/+4
* Prevent NULL pointer de-reference.Pedro F. Giffuni2015-02-211-1/+1
* regex(3): Fix uninitialized pointer values.Pedro F. Giffuni2015-02-202-3/+3
* tab vs spaces.Pedro F. Giffuni2015-02-201-2/+2
* dbm_delete(3) correct man page to match current behaviour.Pedro F. Giffuni2015-02-201-4/+2
* Fix small memleaks in nis_passwd() and nis_group().Pedro F. Giffuni2015-02-202-2/+6
* fix spelling, add comma and remove BUGS section.. it provided no usefulJohn-Mark Gurney2015-02-191-17/+3
* libc: clean some set-but-not-used errors.Pedro F. Giffuni2015-02-183-7/+1
* ulimit(3): simplify.Pedro F. Giffuni2015-02-171-10/+8
* Update elftoolchain to upstream revision 3163Ed Maste2015-02-171-1/+1
* compress,gzip,xz: Preserve timestamps with nanosecond precision.Jilles Tjoelker2015-02-171-0/+1
* Restore the extern qualifier on __cleanup.Konstantin Belousov2015-02-171-1/+1
* Unbreak sparc64 after r276630 by calling __sparc_sigtramp_setup signalMarius Strobl2015-02-163-4/+11
* rexec(3): prevent uninitialized access to "port" variable.Pedro F. Giffuni2015-02-161-4/+4
* Replace strcpy() with strlcpy()Pedro F. Giffuni2015-02-151-1/+1
* Reverse one of the initializations from r278804.Pedro F. Giffuni2015-02-151-1/+1
* Mismatch in r278804.Pedro F. Giffuni2015-02-151-1/+1
* More tidy-ups on uninitialized scalar variablePedro F. Giffuni2015-02-152-3/+3
* ulimit(3): Fix broken check.Pedro F. Giffuni2015-02-151-5/+9
* The ld(1) flag is -Bsymbolic not -Wsymbolic.Tijl Coosemans2015-02-141-2/+2
* Properly interpose libc spinlocks, was missed in r276630. InKonstantin Belousov2015-02-146-30/+34
* Disallow pattern spaces which would cause intermediate calculations toXin LI2015-02-141-0/+17
* Remove disconnected (and broken) directory libiconv. It was added in theBryan Drewery2015-02-131-25/+0
* Teach libproc how to find debugging symbols in /usr/lib/debug.Rui Paulo2015-02-131-3/+18
* Revert 278634: This broke the build due to the compiler being too clever.Pedro F. Giffuni2015-02-131-2/+2
* ulimit(3): Fix broken check.Pedro F. Giffuni2015-02-121-2/+2
* Update libthr(3) man page to reflect the work done to support dlopen.Konstantin Belousov2015-02-121-31/+11
* When catopen(3) returns an error, it caches the result of that errorBryan Drewery2015-02-101-0/+1
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-103-0/+17
* Merge xz 5.2.0.Rui Paulo2015-02-095-21/+36
* revert r278414Baptiste Daroussin2015-02-081-3/+0
* Reapply r255891Baptiste Daroussin2015-02-081-0/+3
* Protect uninitialized scalar variable from being accessedPedro F. Giffuni2015-02-072-2/+2
* Remove useless comment.Edward Tomasz Napierala2015-02-071-6/+1
* Truncate the exponent 'n' of type long to a domain containedSteve Kargl2015-02-071-19/+9
* Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin2015-02-065-0/+470
* Update comment and NetBSD ID tag.Pedro F. Giffuni2015-02-061-3/+3