aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
...
* procctl(2): correct a minor cut-n-pastoKyle Evans2020-05-161-2/+2
* Implement RTLD_DEEPBIND.Konstantin Belousov2020-05-151-1/+4
* Add memalign(3), mostly for glibc compatibility.Konstantin Belousov2020-05-143-0/+42
* Add HISTORY sections to document when thisBenedict Reuschling2020-05-057-7/+44
* strdup.3: Slightly canonicalize OOM return/error statusConrad Meyer2020-05-051-9/+14
* Remove the SYMVER build option.John Baldwin2020-04-305-27/+16
* Document handling of connection-mode sockets by sendto(2).Mark Johnston2020-04-271-4/+24
* Fix handling of EV_EOF for named pipes.Mark Johnston2020-04-271-6/+6
* libc: partially revert r326576Conrad Meyer2020-04-253-0/+3
* Fix a typoMateusz Piotrowski2020-04-241-2/+2
* Update jemalloc to version 5.2.1Eric van Gyzen2020-04-231-2/+3
* libc: Shortcut if_indextoname() if index == 0Kristof Provost2020-04-231-0/+5
* kqueue(2): de-vandalize the random sentence in the middleKyle Evans2020-04-221-1/+2
* kqueue(2): add a note about EV_RECEIPTKyle Evans2020-04-221-3/+7
* Check the magic value in longjmp() before calling sigprocmask().John Baldwin2020-04-211-5/+5
* Attempt to use AT_PS_STRINGS to get the ps_strings pointer.Brooks Davis2020-04-151-0/+8
* Support AT_PS_STRINGS in _elf_aux_info().Brooks Davis2020-04-151-1/+15
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-157-41/+41
* closefrom: clamp lowfd to >= 0; close_range's parameters are unsigned.Kyle Evans2020-04-141-1/+2
* Mark closefrom(2) COMPAT12, reimplement in libc to wrap close_rangeKyle Evans2020-04-144-2/+49
* Make sonewconn() overflow messages have per-socket rate-limits and values.Jonathan T. Looney2020-04-141-1/+8
* libc: remove shm_open(2)'s compat fallbackKyle Evans2020-04-131-15/+1
* Sync with OpenBSD:Xin LI2020-04-133-7/+9
* Implement a close_range(2) syscallKyle Evans2020-04-123-2/+41
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-0/+4
* Add HISTORY section to getc(3)Sergio Carlavilla Delgado2020-04-101-1/+17
* exit(3): Add HISTORY sectionSergio Carlavilla Delgado2020-04-101-1/+6
* arc4random(3): Expand the SEE ALSO sectionSergio Carlavilla Delgado2020-04-101-1/+8
* libc: Fix possible overflow in binuptime().Konstantin Belousov2020-04-091-2/+16
* Normalize deployment tools usage and definitions by putting into one placeMaxim Sobolev2020-04-071-1/+3
* Note some functions that appeared in First Edition UnixWarner Losh2020-04-013-2/+19
* Use proper mdoc(7) macros for literal text and do not use TnMateusz Piotrowski2020-04-011-5/+8
* Trim some duplicate EIO descriptions.John Baldwin2020-03-302-7/+1
* Document EINTEGRITY errors for many system calls.John Baldwin2020-03-3042-42/+151
* libc: unconditionalize _NLIST_DO_ELFEd Maste2020-03-301-8/+0
* nlist: retire long-obsolete aout supportEd Maste2020-03-303-104/+0
* exec{l,v}{e,p} arrived in 7th Edition research Unix to support the Bourne ShellWarner Losh2020-03-242-1/+9
* Add STANDARDS and HISTORY to getcontext(3), makecontext(3), and ucontext(3).Edward Tomasz Napierala2020-03-233-3/+85
* Document when execl and execp entered unix.Warner Losh2020-03-231-0/+6
* fix typo in exec man pageSergio Carlavilla Delgado2020-03-221-1/+1
* exec man page: Add HISTORY sectionSergio Carlavilla Delgado2020-03-221-1/+6
* nlist(3): add elf(5) xrefEd Maste2020-03-211-1/+2
* Fix uselocale(3) to not leak a reference to the old locale.Mark Johnston2020-03-201-1/+1
* Fix race condition in catopen(3).Xin LI2020-03-191-20/+37
* sendfile() does currently not support SCTP sockets.Michael Tuexen2020-03-131-0/+9
* ftw.3: Follow style(9) in the exampleMateusz Piotrowski2020-03-121-1/+2
* Fix r358688 -- Remember to actually save r3 before processing.Brandon Bergren2020-03-111-1/+1
* When mounting a UFS filesystem, return EINTEGRITY rather than EIOKirk McKusick2020-03-111-0/+4
* powerpc/memcpy: Don't predict the src and dst will be misalignedJustin Hibbits2020-03-061-1/+1
* Finish revert of r358672, missed in r358688.Justin Hibbits2020-03-061-1/+1