summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2019-12-06Note also that the load address (if provided) is also for the module'spgoyette
2019-12-06Fix manpage due to updated aligned_alloc behaviornros
2019-12-04Note that the size returned by modctl(2) and displayed by modstat(8) ispgoyette
2019-12-02Add cfi annotations so that gdb can unwind the stack through signal handlers.christos
2019-11-21Fix PR/54074 and PR/54093 completely.nakayama
2019-11-07Mirror the ld.elf_so logic for handling aligning the TLS size.joerg
2019-11-05Use alignof and not size_t for platforms with non-natural basejoerg
2019-11-04PR 54093: Align static TLS area to max_align_t.joerg
2019-10-29Always include soft-float compare and order logic in libc when usingjoerg
2019-10-27accept() is a function, not an argument!pgoyette
2019-10-24Switch the iconv(3) prototype to the POSIX conformant variationkamil
2019-10-16Provide sysconf(_SC_RTSIG_MAX) = SIGRTMAX - SIGRTMINmaya
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-10-10More cases to disable gcc-8 warnings only when we're using gcc>=8kre
2019-10-09Add -Wno-error for gcc-8 warningschristos
2019-10-09bump sizechristos
2019-10-09Fix xref.wiz
2019-10-09Document PT_STOP, update PT_KILL in the ptrace(2) man-pagekamil
2019-10-05getlogin_r: use strcpy(). We check namelen before copying the result.uwe
2019-10-05__dberr: tweak signature to make gcc8 -Wbad-function-cast happy aboutuwe
2019-10-05__dbpanic: use the official DB typedef name in the casts. They wereuwe
2019-10-04deduplicate the conversion function from statvfs -> statfs12christos
2019-09-27Sort errors. Remove trailing whitespace.wiz
2019-09-26document errors returned by F_GETPATHchristos
2019-09-23lint is not smart enough to figure out that ilog2() is constant.christos
2019-09-22Add a new member to struct vfsstat and grow the unused memberschristos
2019-09-18Sort errors; remove two more duplicates.wiz
2019-09-16merge the two E2BIG entries (wiz)christos
2019-09-16Sort errors.wiz
2019-09-16Add missing word, add comma in enumeration.wiz
2019-09-16Add missing word, fix typo, remove trailing whitespace.wiz
2019-09-16Remove _INCOMPLETE_XOPEN_C063, no longer neededkamil
2019-09-15Document O_EXEC, and add some extra explanation for O_CREAT from FreeBSD.christos
2019-09-15documentation for fexecve(2)christos
2019-09-15Add F_GETPATH, presented to tech-kern.christos
2019-09-15Fix markup, and remove two superfluous Pp.wiz
2019-09-15fix wrong names and add markupchristos
2019-09-09Remove superfluous Pp.wiz
2019-09-08mprotect first appeared in SunOS 4.0sevan
2019-09-08Extend historysevan
2019-09-08Sort flagssevan
2019-09-08Document MAP_ANONYMOUSsevan
2019-09-07Add missing word. More markup.wiz
2019-09-07Punctuation nit.wiz
2019-09-07New sentence, new linesevan
2019-09-07Document the destiny for these functions.sevan
2019-09-07Document sbrk() history and adjust brk()'s.sevan
2019-09-07Document historysevan
2019-09-04Since we advance cp after the bounds check, we need to test for boundschristos
2019-09-02putc & putw were in v1sevan