summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* nice(): Correct return value and [EPERM] error.jilles2015-02-222-5/+32
* tab vs spaces.pfg2015-02-201-2/+2
* Fix small memleaks in nis_passwd() and nis_group().pfg2015-02-202-2/+6
* ulimit(3): simplify.pfg2015-02-171-10/+8
* Replace strcpy() with strlcpy()pfg2015-02-151-1/+1
* Reverse one of the initializations from r278804.pfg2015-02-151-1/+1
* Mismatch in r278804.pfg2015-02-151-1/+1
* More tidy-ups on uninitialized scalar variablepfg2015-02-152-3/+3
* ulimit(3): Fix broken check.pfg2015-02-151-5/+9
* The ld(1) flag is -Bsymbolic not -Wsymbolic.tijl2015-02-141-2/+2
* Properly interpose libc spinlocks, was missed in r276630. Inkib2015-02-141-22/+19
* Revert 278634: This broke the build due to the compiler being too clever.pfg2015-02-131-2/+2
* ulimit(3): Fix broken check.pfg2015-02-121-2/+2
* Protect uninitialized scalar variable from being accessedpfg2015-02-072-2/+2
* Drop cgetclose() from getdiskbyname().pfg2015-02-061-1/+0
* getdiskbyname(): plug resource leakpfg2015-02-051-8/+16
* ttyname_r(): Return actual error, not always [ENOTTY].jilles2015-02-011-2/+2
* sem_post(): Fix and document semaphore value overflow error.jilles2015-01-282-3/+8
* Remove duplicate copies of trivial getcontextx.cemaste2015-01-121-0/+76
* Reduce the size of the interposing table and amount ofkib2015-01-118-102/+39
* Clarify text to be consistent with nanosleep(2),rodrigc2015-01-081-4/+4
* Fix known issues which blow up the process after dlopen("libthr.so")kib2015-01-0312-85/+178
* Add rtld private interface for dso to detect dynamic loadingkib2015-01-032-0/+8
* Various mdoc fixes and a few EOL whitespace removals.brueffer2014-12-216-17/+20
* Reinstitate send() after syslogd restarts.delphij2014-11-251-9/+28
* Revert r274772: it is not valid on MIPSemaste2014-11-253-7/+7
OpenPOWER on IntegriCloud