summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the note about seekdir() removing telldir() cookies. That wasjhb2015-05-061-7/+1
* A few style fixes and expand the comment a bit on what _fixtelldir() isjhb2015-05-061-6/+10
* Tweak seekdir, telldir and readdir so that when htere are deletes going on,julian2015-05-055-1/+65
* mdoc: remove end of line whitespacebapt2015-04-261-1/+1
* Escape "Ed"bapt2015-04-2610-10/+10
* Escape "Ed"bapt2015-04-261-1/+1
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Remove code to support the top of the stack layout for FreeBSD 1.x/2.xkib2015-04-201-37/+36
* Make wait6(2), waitid(3) and ppoll(2) cancellation points. Thekib2015-04-181-1/+4
* Add the start of libc and libstand for arm64. Not all of the machineandrew2015-04-071-2/+3
* fts: Don't return FTS_SLNONE if it's not a symlink (if race).jilles2015-04-041-5/+6
* wordexp: Explicitly pass along IFS.jilles2015-03-311-1/+4
* setmode(): Use sysctl kern.proc.umask instead of umask() if possible.jilles2015-03-261-9/+33
* We won't support a.out on arm64/aarch64. As such there will be no need toandrew2015-03-181-0/+3
* compat_passwd(): yet another uninitialized access to stayopen.pfg2015-03-061-1/+1
* nice(): Put back old return value, keeping [EPERM] error.jilles2015-02-282-12/+19
* Fix typo. Note that this is mostly innocent, since libthr no longerkib2015-02-271-1/+1
* setmode(3): Make sure that setmode sets errno on failure.pfg2015-02-222-20/+47
OpenPOWER on IntegriCloud