summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Remove PS_STRINGS fallback from setproctitleemaste2016-04-121-1/+1
* libc: replace 0 with NULL for pointers.pfg2016-04-104-8/+8
* Disable support for compat syscalls on arm64. These symbols were neverandrew2016-04-061-0/+6
* libc: don't build compat functions if building WITHOUT_SYMVERemaste2016-03-151-2/+4
* Remove sys/types.hkevlo2016-02-191-2/+1
* If libthr.so is dlopened without RTLD_GLOBAL flag, the libthr symbolskib2016-02-081-2/+9
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichkib2016-01-293-0/+164
* Fix bug in the readpassphrase(3) function, which can be exposedsobomax2016-01-241-8/+16
* sem: Don't free nameinfo that is still in list when open() fails.jilles2016-01-221-1/+3
* Bring in initial libc and libstand support for RISC-V.br2016-01-171-4/+5
* Add sbin and /usr/local directories to _PATH_DEFPATH.jilles2016-01-052-4/+4
* Support a.out format in nlist only on i386emaste2015-12-221-2/+2
* libc: Use namespace.h in a few more files.jilles2015-12-202-3/+7
* Fix lockf(3) cancellation behaviour.kib2015-12-201-3/+8
* exec(3): Fix COMPATIBILITY section: default path does not contain cwd.jilles2015-12-121-2/+2
* Unbreak compiling getnetgrent.c with -DDEBUG after r236402 by adding angie2015-12-081-0/+1
* META MODE: Don't create .meta files when symlinking sources into the obj dire...bdrewery2015-11-251-2/+2
* popen() requires check for fdopen() failurerpokala2015-11-201-10/+24
* Remove a set but unused variable in __getgroupmembership to fix a gcc 4.9+ wa...ngie2015-10-301-2/+1
* Fix compiling with gcc [4.2.1] after r287797 when MK_HESOID == no andngie2015-10-252-13/+9
* Revert lib/libc/gen/dirname.3@r289695ngie2015-10-211-2/+0
* Revert r289694ngie2015-10-211-0/+2
* wordexp: Rewrite to make WRDE_NOCMD reliable.jilles2015-09-302-94/+148
* Use calloc() instead of malloc + memset.delphij2015-09-291-2/+1
* fnmatch(): Remove exponential behaviour as in sh r229201.jilles2015-09-271-28/+49
* Use proper function prototype for readdir().rodrigc2015-09-221-10/+6
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-221-1/+1
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-2032-142/+56
* Remove names from some prototypesrodrigc2015-09-2012-14/+14
* Add declarations to eliminate -Wmissing-prototypes warningsrodrigc2015-09-2018-0/+35
* Adding missing include to eliminate -Wmissing-prototypes warningrodrigc2015-09-201-0/+1
* Use unsigned variables in a few places.rodrigc2015-09-143-5/+6
* Use ANSI C prototypes.rodrigc2015-09-145-59/+20
* Remove the v_cache_min and v_cache_max sysctls. They are unused and havemarkj2015-09-111-9/+1
* Include stdlib.h to get devname() prototype.rodrigc2015-08-311-0/+1
* Fix a mistake in r287292. Despite correctly stating intent in thekib2015-08-301-2/+2
* Switch libc from using _sig{procmask,action,suspend} symbols, whichkib2015-08-297-39/+42
* wordexp(): Improve some error codes.jilles2015-08-192-18/+32
* wordexp(3): Update man page for no longer using the wordexp builtin.jilles2015-08-181-4/+3
* Update jemalloc to version 4.0.0.jasone2015-08-181-12/+12
* wordexp(): Stop using the undocumented wordexp builtin.jilles2015-08-161-3/+4
* Add missing priority argument in example code in BUGS section.pluknet2015-07-211-2/+2
* Since sh(1) now supports mulitbyte (only UTF-8) clarify the related BUGSbapt2015-07-111-3/+3
* Fix sysctl(3) so it returns the intended values for all mib names inpkelsey2015-07-061-2/+14
* fts_children: preserve errno after running close/fchdirjilles2015-06-201-5/+8
* Fix __fpclassifyl when double == long double. As with r283693 this isandrew2015-05-291-0/+10
* Fix __isinfl on architectures where double == long double. This is theandrew2015-05-291-3/+5
* Remove clause 3 and 4 from the licensebapt2015-05-211-2/+0
* Remove the write-only variable phent. We currently do not check thekib2015-05-201-5/+0
* Tweak the comment here some more. In particular, the previous openingjhb2015-05-061-7/+7
OpenPOWER on IntegriCloud