summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-4/+4
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-2012-51/+28
* Remove names from prototypesCraig Rodrigues2015-09-203-7/+7
* Add declarations to eliminate -Wmissing-prototypes warnings.Craig Rodrigues2015-09-203-0/+15
* Use ANSI C prototypes.Craig Rodrigues2015-09-143-45/+14
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-292-12/+16
* Add missing sdallocx updates and remove *allocm manpage links.Jason Evans2015-08-182-5/+6
* Update jemalloc to version 4.0.0.Jason Evans2015-08-181-1/+2
* Document the fact that system(3) can easily be misused due to shell metaXin LI2015-07-251-2/+14
* Fix major copy/paste and other style errors.Sergey Kandaurov2015-05-051-5/+10
* Apply the copyright the the same owners as the original malloc(3) where most ofBaptiste Daroussin2015-05-011-2/+3
* Import reallocarray(3) from OpenBSDBaptiste Daroussin2015-05-014-2/+182
* qsort(3): small style(9) cleanups.Pedro F. Giffuni2015-03-051-10/+10
* qsort(3): enhance to handle 32-bit aligned data on 64-bit systemsPedro F. Giffuni2015-03-051-12/+21
* Adjust wording slightly to emphasize that random(3) should not be used forColin Percival2015-02-251-3/+2
* Update comment and NetBSD ID tag.Pedro F. Giffuni2015-02-061-3/+3
* tdelete(3): don't delete the node we are about to return.Pedro F. Giffuni2015-02-051-1/+2
* Fix known issues which blow up the process after dlopen("libthr.so")Konstantin Belousov2015-01-033-3/+14
* Various mdoc fixes and a few EOL whitespace removals.Christian Brueffer2014-12-212-3/+3
* Fix quick_exit(3) manual page to match reality - the status was missing.Edward Tomasz Napierala2014-12-131-2/+2
* Use the __DECONST macro rather than hand rolling the same thing.Brooks Davis2014-10-241-5/+1
* Add bsearch_b to the libc map and the stdlib header.Pedro F. Giffuni2014-09-011-0/+1
* Minor style tweaks.Pedro F. Giffuni2014-08-131-7/+7
* Fix hdestroy() compliance issue.Pedro F. Giffuni2014-07-211-1/+0
* Update license.Pedro F. Giffuni2014-07-211-7/+2
* Add re-entrant versions of the hash functions based on the GNU api.Pedro F. Giffuni2014-07-214-41/+153
* libc/stdlib: Minor cleanups to code originating in NetBSDPedro F. Giffuni2014-07-153-22/+14
* strfmon: reduce unnecessary snprintf.Pedro F. Giffuni2014-07-121-5/+3
* [mdoc] Fix previous change.Sergey Kandaurov2014-07-081-1/+1
* getopt(3): clarify GNU instead of NetBSD.Pedro F. Giffuni2014-07-041-1/+1
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-232-3/+3
* Merge intermediate OpenBSD v1.25 changes (almost identical to ours)Andrey A. Chernov2014-06-221-18/+12
* getopt(3): recognize option:: as GNU extension for "optional options".Pedro F. Giffuni2014-06-223-8/+22
* realpath(): Properly fail "." or ".." components after non-directories.Jilles Tjoelker2014-04-131-20/+6
* Silence a warning with GCC that was breaking the build with Juniper's GCC.David Chisnall2014-04-053-4/+7
* Move _b functions into the 11.x symbol version namespace.David Chisnall2014-04-031-4/+7
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-0212-29/+264
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-042-8/+8
* Update jemalloc to version 3.5.0.Jason Evans2014-01-232-1/+19
* ANSI-fy prototype.Xin LI2014-01-141-3/+1
* getopt_long.3: wording quibblesEitan Adler2013-12-131-2/+2
* Do not force to run atexit handlers, which text comes from a dsoKonstantin Belousov2013-12-061-5/+10
* system(): Restore behaviour for SIGINT and SIGQUIT.Jilles Tjoelker2013-09-011-0/+2
* Make example more correct (errstr is a pointer, not boolean).Pawel Jakub Dawidek2013-08-181-1/+1
* vfork(2) was listed as deprecated in 1994 (r1573) and was the falsePeter Wemm2013-08-131-19/+19
* [fix to r253380] __setenv: be explicit about placing '=' after nameAndriy Gapon2013-07-171-2/+1
* libc: name passed into __setenv is not necessarily NUL-terminatedAndriy Gapon2013-07-161-1/+1
* Style fix noted by bde@Andrey A. Chernov2013-07-041-4/+8
* After fixing ranges restore POSIX requirement: rand() call withoutAndrey A. Chernov2013-07-041-1/+6
* In addition to prev. commit, for repeated rand_r(3) calls don't forgetAndrey A. Chernov2013-07-031-1/+5