aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Don't assume objects in program sections have a size of a pointer.John Baldwin2020-09-021-1/+1
* Fix the build of scandir_b with GCC.John Baldwin2020-08-311-4/+7
* Add missing FreeBSD functions to -legacy when building on macOS/LinuxAlex Richardson2020-08-251-1/+3
* libc: hide alphasort_thunk behind I_AM_SCANDIR_BMateusz Guzik2020-08-231-0/+2
* dl_iterate_phdr(3): provide exclusive locking for callback when statically li...Konstantin Belousov2020-08-201-2/+8
* scandir-compat11.c: Remove unused declaration for qsort_b().Konstantin Belousov2020-08-171-2/+0
* syslog(3): Send proper NILVALUE if gethostname(3) fails.Bryan Drewery2020-08-141-7/+16
* Export scandir_b from libc.Konstantin Belousov2020-08-104-25/+14
* directory(3): Add an ERRORS sectionGordon Bergling2020-08-041-2/+72
* Add SOL_LOCAL symbolic constant for unix socket option level.Konstantin Belousov2020-08-031-1/+1
* Allow building setmode.c on Linux/macOSAlex Richardson2020-08-031-4/+5
* Don't imply that all action values can be OR'd.Brooks Davis2020-07-151-10/+11
* gethostname(3): Correct the reference of the undefined value HOST_NAME_MAXGordon Bergling2020-07-131-4/+4
* Fix pointer name to match the name used in the function prototypeMarc Fonvieille2020-06-161-7/+7
* libcasper(3): Document HISTORY within the manpagesGordon Bergling2020-06-162-2/+11
* posix_spawn: fix for some custom allocator setupsKyle Evans2020-06-121-1/+11
* execvPe: obviate the need for potentially large stack allocationsKyle Evans2020-06-102-20/+59
* execvp: fix up the ENOEXEC fallbackKyle Evans2020-06-101-4/+18
* Implement Solaris-like link_map l_refname member.Konstantin Belousov2020-05-221-1/+7
* Restore the binary compatibility for link_map l_addr.Konstantin Belousov2020-05-211-5/+8
* Change the samantic of struct link_map l_addr member.Konstantin Belousov2020-05-201-3/+5
* Implement RTLD_DEEPBIND.Konstantin Belousov2020-05-151-1/+4
* Add memalign(3), mostly for glibc compatibility.Konstantin Belousov2020-05-143-0/+42
* Remove the SYMVER build option.John Baldwin2020-04-301-12/+10
* 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-152-16/+16
* Sync with OpenBSD:Xin LI2020-04-133-7/+9
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-0/+4
* arc4random(3): Expand the SEE ALSO sectionSergio Carlavilla Delgado2020-04-101-1/+8
* Normalize deployment tools usage and definitions by putting into one placeMaxim Sobolev2020-04-071-1/+3
* 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-241-0/+8
* 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
* ftw.3: Follow style(9) in the exampleMateusz Piotrowski2020-03-121-1/+2
* ftw.3: Add examplesMateusz Piotrowski2020-03-051-1/+60
* Remove sparc64 specific parts of libc.Warner Losh2020-02-261-3/+2
* Add AT_BSDFLAGS support to _elf_aux_info(3).Konstantin Belousov2020-02-091-1/+12
* libc: remove forward compat added in r356830 for F_ISUNIONSTACKMateusz Guzik2020-01-291-8/+3
* [PowerPC] libc backwards compatibility shim for auxv changeBrandon Bergren2020-01-221-0/+102
* posix_spawn: mark error as volatileKyle Evans2020-01-211-1/+1
* Correct a misleading indent.Brooks Davis2020-01-211-2/+1
* libc: fix build after r356830Mateusz Guzik2020-01-171-1/+1
* vfs: provide F_ISUNIONSTACK as a kludge for libcMateusz Guzik2020-01-171-6/+19
* libc: assume no union stack if fstatfs fails in readdirMateusz Guzik2020-01-171-7/+6