summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Rework check for libclang_rt to see if the needed library exists.Bryan Drewery2018-06-271-18/+9
* Add some words clarifying that rename(2) does nothing when the 'from' andIan Lepore2018-06-211-1/+10
* Get rid of references to /usr/share/doc/ from ports(7) and getosreldate(3).Edward Tomasz Napierala2018-06-131-5/+4
* atoi.3: bump .DdEitan Adler2018-06-131-1/+1
* libc: remove explicit cast NULL in atoiEitan Adler2018-06-132-3/+3
* libc qsort(3): stop aliasing.Konstantin Belousov2018-06-101-44/+17
* strdup.3: Document standardization in POSIXConrad Meyer2018-06-061-1/+10
* strcpy.3: Improve legibility and clarityConrad Meyer2018-06-061-22/+30
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-061-0/+10
* Don't build brk_test on platforms that don't support brk().Mark Johnston2018-06-051-0/+2
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-0434-1111/+277
* Added ptrace support for reading/writing powerpc VSX registersJustin Hibbits2018-06-021-1/+19
* Don't export _end on arm64 and riscv.Mark Johnston2018-06-012-2/+0
* Remove an inaccuracy from mincore.2.Mark Johnston2018-06-011-2/+4
* Remove support for SYS_sys_exit in favor of SYS_exit.Brooks Davis2018-06-012-8/+0
* Bump the date on man pages in r334306Eric van Gyzen2018-05-292-2/+2
* Cross-reference abort2(2) from a few man pagesEric van Gyzen2018-05-292-0/+2
* strsep.3: don't silently ignore errorsEd Maste2018-05-281-3/+4
* Remove unnecessary free(string) from EXAMPLES.Marcelo Araujo2018-05-281-1/+0
* Update strsep(3) EXAMPLE section regards the usage of assert(3).Marcelo Araujo2018-05-281-5/+5
* fts_stat: fix buffer overrun on error pathEric van Gyzen2018-05-281-1/+1
* Make vadvise compat freebsd11.Brooks Davis2018-05-253-2/+47
* Indicate the brk/sbrk are deprecated and not portable.Brooks Davis2018-05-241-1/+16
* Note that PT_SETSTEP is auto-cleared.Konstantin Belousov2018-05-231-1/+2
* Implement printf(3) family %m format string extension.Konstantin Belousov2018-05-222-1/+28
* Conform to Berne Convention.Cy Schubert2018-05-221-1/+1
* Use St macro for specifying C standards.Sevan Janiyan2018-05-201-1/+5
* Fix a typo and remove an unneeded Tn macro as highlighted by mandoc -Tlint.Sevan Janiyan2018-05-201-5/+3
* Conform to Berne Convention.Cy Schubert2018-05-191-1/+1
* Plug a memory leak and potential NULL-pointer dereference introduced in r331214.Lawrence Stewart2018-05-171-1/+3
* Add implementations for clog(3), clogf(3), and clog(3).Konstantin Belousov2018-05-131-1/+1
* PROC_PDEATHSIG_CTL will appear first in 11.2.Konstantin Belousov2018-05-121-2/+2
* Update jemalloc to version 5.1.0.Jason Evans2018-05-111-4/+4
* Remove "All rights reserved" from my files.Xin LI2018-05-104-5/+1
* Remove 'All rights reserved' from my filesEric van Gyzen2018-05-092-2/+0
* Remove "all rights reserved" on files where I have copyright.Niclas Zeising2018-05-091-1/+0
* Now that a special no-SSP libc is used for rtld, allowKonstantin Belousov2018-05-091-4/+0
* Created static libc PIC/no-SSP library to be used by rtld.Konstantin Belousov2018-05-091-0/+1
* fcntl(2): Vaguely document that ENOTTY is possible, with light examplesKyle Evans2018-05-031-1/+9
* Clarify bindat/connectat use with AT_FDCWDEd Maste2018-04-302-22/+20
* Carefully update stack guard bytes inside __guard_setup().Konstantin Belousov2018-04-241-4/+16
* Rename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_GETKonstantin Belousov2018-04-201-6/+6
* Replace SOFTFLOAT with __riscv_float_abi_*.Brooks Davis2018-04-195-11/+7
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-181-1/+46
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-177-8/+31
* Remove support for the Arcnet protocol.Brooks Davis2018-04-131-1/+0
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-1220-316/+53
* Bump .Dd value (forgot to do this in r332439)Oleksandr Tymoshenko2018-04-121-1/+1
* Fix quotes in the example code in syslog(3) BUGS sectionOleksandr Tymoshenko2018-04-121-1/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-0611-296/+17