aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Fix various -Wpointer-compare warningsBrooks Davis2019-10-084-8/+8
* memfd_create(3): Don't actually force hugetlb size with MFD_HUGETLBKyle Evans2019-09-291-3/+0
* Revert the mode_t -> int changes and add a warning in the BUGS section instead.Warner Losh2019-09-282-4/+16
* Document varadic args as int, since you can't have short varadic args (they areWarner Losh2019-09-272-2/+2
* Further normalize copyright noticesKyle Evans2019-09-261-1/+0
* Correct mistake in MLINKS introduced in r352747David Bright2019-09-261-1/+1
* Add an shm_rename syscallDavid Bright2019-09-263-12/+84
* Add SPDX tags to recently added filesKyle Evans2019-09-251-0/+2
* posix_spawn(3): handle potential signal issues with vforkKyle Evans2019-09-252-28/+103
* rfork(2): add RFSPAWN flagKyle Evans2019-09-251-2/+12
* sysent: regenerate after r352705Kyle Evans2019-09-251-4/+0
* Add linux-compatible memfd_createKyle Evans2019-09-255-5/+211
* Update fcntl(2) after r352695Kyle Evans2019-09-251-1/+62
* remove obsolete i386 MD memchr implementationEd Maste2019-09-252-62/+0
* lib/libc/regex: fix build with REDEBUG definedYuri Pankov2019-09-242-7/+1
* Add two options to allow mount to avoid covering up existing mount points.Sean Eric Fagan2019-09-231-1/+15
* sysctl: use names instead of magic numbers.Konstantin Belousov2019-09-181-2/+2
* Return EISDIR when directory is opened with O_CREAT without O_DIRECTORY.Konstantin Belousov2019-09-171-1/+6
* Increase the size of the send and receive buffers for YP client rpcKonstantin Belousov2019-09-161-1/+1
* Improve the description of big5(5)Li-Wen Hsu2019-09-141-2/+9
* getsockopt.2: clarify that SO_TIMESTAMP is not 100% reliableAlan Somers2019-09-111-2/+3
* In FreeBSD 11 localedef(1) has replaced the mklocale(1) and colldef(1)Baptiste Daroussin2019-09-103-8/+7
* Fix cpuwhich_t column widthMitchell Horne2019-09-081-1/+1
* Bounds check again after advancing cp, otherwise we have a possibleCy Schubert2019-09-051-2/+2
* pkgbase: Tag passwd related file to be in FreeBSD-runtime package.Emmanuel Vadot2019-09-051-0/+1
* Adjust history, info source from v1's manualsSevan Janiyan2019-09-041-2/+2
* Add procctl(PROC_STACKGAP_CTL)Konstantin Belousov2019-09-031-1/+62
* Add sysctlbyname system callMateusz Guzik2019-09-032-13/+45
* libc: Use musl's optimized memchrEd Maste2019-09-021-41/+40
* mips: fix some mcount nitsKyle Evans2019-09-021-0/+1
* libc: remove getsEd Maste2019-09-013-44/+10
* Unskip test cases from netbsd-tests by defining __HAVE_FENVLi-Wen Hsu2019-08-311-0/+3
* lib.libc.gen.getmntinfo_test.getmntinfo_test is unstable since 8/20, skip itLi-Wen Hsu2019-08-231-0/+3
* mips: hide regnum definitions behind _KERNEL/_WANT_MIPS_REGNUMKyle Evans2019-08-224-3/+1
* libc: mips: remove unused longjmp.cKyle Evans2019-08-221-105/+0
* Add @generated tag to libc syscall asm wrappersEd Maste2019-08-161-2/+4
* Revert r351078, r351085: stand/quad.h evictionKyle Evans2019-08-151-21/+0
* libc quad.h: one last _STANDALONE correctionKyle Evans2019-08-151-0/+5
* stand: kick out quad.hKyle Evans2019-08-151-0/+16
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-124-13/+30
* wait(2): clarify reparenting of children of the exiting process.Konstantin Belousov2019-08-111-3/+8
* wait(2): split long line by using .Fo/.Fa instead of .Ft.Konstantin Belousov2019-08-111-1/+7
* Fix a possible segfault in wcsxfrm(3) and wcsxfrm_l(3).Dimitry Andric2019-08-071-1/+1
* Add an MLINK for daemonfd(3).Mark Johnston2019-08-011-0/+1
* Fix formatting.Mark Johnston2019-08-011-1/+1
* Add mkostempsat(3).Mark Johnston2019-07-294-19/+54
* Fix grammar nit in copy_file_range docsBenjamin Kaduk2019-07-251-1/+1
* Add libc support for the copy_file_range(2) syscall added by r350315.Rick Macklem2019-07-253-0/+193
* special-case getvfsbyname(3) for fusefs(5)Alan Somers2019-07-251-1/+18
|\
| * style changes to getvfsbynameAlan Somers2019-07-171-3/+1