summaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Disable support for compat syscalls on arm64. These symbols were neverAndrew Turner2016-04-061-0/+6
* libc: don't build compat functions if building WITHOUT_SYMVEREd Maste2016-03-151-2/+4
* Remove sys/types.hKevin Lo2016-02-191-2/+1
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolsKonstantin Belousov2016-02-081-2/+9
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-293-0/+164
* Fix bug in the readpassphrase(3) function, which can be exposedMaxim Sobolev2016-01-241-8/+16
* sem: Don't free nameinfo that is still in list when open() fails.Jilles Tjoelker2016-01-221-1/+3
* Bring in initial libc and libstand support for RISC-V.Ruslan Bukin2016-01-171-4/+5
* Add sbin and /usr/local directories to _PATH_DEFPATH.Jilles Tjoelker2016-01-052-4/+4
* Support a.out format in nlist only on i386Ed Maste2015-12-221-2/+2
* libc: Use namespace.h in a few more files.Jilles Tjoelker2015-12-202-3/+7
* Fix lockf(3) cancellation behaviour.Konstantin Belousov2015-12-201-3/+8
* exec(3): Fix COMPATIBILITY section: default path does not contain cwd.Jilles Tjoelker2015-12-121-2/+2
* Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding aEnji Cooper2015-12-081-0/+1
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-2/+2
* popen() requires check for fdopen() failureRavi Pokala2015-11-201-10/+24
* Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ wa...Enji Cooper2015-10-301-2/+1
* Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no andEnji Cooper2015-10-252-13/+9
* Revert lib/libc/gen/dirname.3@r289695Enji Cooper2015-10-211-2/+0
* Revert r289694Enji Cooper2015-10-211-0/+2
* wordexp: Rewrite to make WRDE_NOCMD reliable.Jilles Tjoelker2015-09-302-94/+148
* Use calloc() instead of malloc + memset.Xin LI2015-09-291-2/+1
* fnmatch(): Remove exponential behaviour as in sh r229201.Jilles Tjoelker2015-09-271-28/+49
* Use proper function prototype for readdir().Craig Rodrigues2015-09-221-10/+6
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-221-1/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-2032-142/+56
* Remove names from some prototypesCraig Rodrigues2015-09-2012-14/+14
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-2018-0/+35
* Adding missing include to eliminate -Wmissing-prototypes warningCraig Rodrigues2015-09-201-0/+1
* Use unsigned variables in a few places.Craig Rodrigues2015-09-143-5/+6
* Use ANSI C prototypes.Craig Rodrigues2015-09-145-59/+20
* Remove the v_cache_min and v_cache_max sysctls. They are unused and haveMark Johnston2015-09-111-9/+1
* Include stdlib.h to get devname() prototype.Craig Rodrigues2015-08-311-0/+1
* Fix a mistake in r287292. Despite correctly stating intent in theKonstantin Belousov2015-08-301-2/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichKonstantin Belousov2015-08-297-39/+42
* wordexp(): Improve some error codes.Jilles Tjoelker2015-08-192-18/+32
* wordexp(3): Update man page for no longer using the wordexp builtin.Jilles Tjoelker2015-08-181-4/+3
* Update jemalloc to version 4.0.0.Jason Evans2015-08-181-12/+12
* wordexp(): Stop using the undocumented wordexp builtin.Jilles Tjoelker2015-08-161-3/+4
* Add missing priority argument in example code in BUGS section.Sergey Kandaurov2015-07-211-2/+2
* Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGSBaptiste Daroussin2015-07-111-3/+3
* Fix sysctl(3) so it returns the intended values for all mib names inPatrick Kelsey2015-07-061-2/+14
* fts_children: preserve errno after running close/fchdirJilles Tjoelker2015-06-201-5/+8
* Fix __fpclassifyl when double == long double. As with r283693 this isAndrew Turner2015-05-291-0/+10
* Fix __isinfl on architectures where double == long double. This is theAndrew Turner2015-05-291-3/+5
* Remove clause 3 and 4 from the licenseBaptiste Daroussin2015-05-211-2/+0
* Remove the write-only variable phent. We currently do not check theKonstantin Belousov2015-05-201-5/+0
* Tweak the comment here some more. In particular, the previous openingJohn Baldwin2015-05-061-7/+7
* Remove the note about seekdir() removing telldir() cookies. That wasJohn Baldwin2015-05-061-7/+1
* A few style fixes and expand the comment a bit on what _fixtelldir() isJohn Baldwin2015-05-061-6/+10