aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add __used to __CTOR_LIST__ and __DTOR_LIST__Ed Maste2018-10-311-2/+2
* Build the csu tests on all architectures.Andrew Turner2018-10-307-4/+100
* Disable the .preinit_array test in DSOs, ld.bfd fails to link objects withAndrew Turner2018-10-301-1/+1
* Fix the location of the static keyword.Andrew Turner2018-10-301-1/+1
* Run the csu tests on a DSO. This builds the tests into a shared library,Andrew Turner2018-10-306-15/+138
* The jcr argument to _Jv_RegisterClasses is used, stop marking it otherwise.Andrew Turner2018-10-301-1/+1
* Connect libc/tests/time to the build, adding test cases for strptime()Yuri Pankov2018-10-301-0/+1
* Convert amd64_get/set_fs/gsbase to ifunc.Konstantin Belousov2018-10-307-143/+104
* Fix get_maxfds() in jeventsAlex Richardson2018-10-291-7/+8
* Make the .ctors, .dtors, and .jcr markers as static. They shouldn't beAndrew Turner2018-10-292-5/+5
* Check __dso_handle is NULL in non-DSO objects. It should only be non-NULLAndrew Turner2018-10-291-0/+11
* Bump .Dd forgotten in last commit.Warner Losh2018-10-281-1/+1
* Note that the kenrel doesn't keep track daylight savings time, norWarner Losh2018-10-281-0/+5
* ftime appeared in 7th Edition Unix to replace gtime.Warner Losh2018-10-281-5/+4
* Ensure that the device path is sane before trying to decode and printWarner Losh2018-10-261-1/+8
* Add __dso_handle to the BSD crtbegin. This is used to identify sharedAndrew Turner2018-10-261-0/+8
* Drop the csu tests WARNS to 5 to fix the powerpc64 build.Andrew Turner2018-10-263-2/+2
* Implement O_BENEATH and AT_BENEATH.Konstantin Belousov2018-10-259-11/+133
* MFV r339640,339641,339644:Martin Matuska2018-10-252-0/+25
* Add a missing include for src.opts.mk. Without it MK_TESTS isn't defined.Andrew Turner2018-10-251-0/+2
* Implement a BSD licensed crtbegin/crtendAndrew Turner2018-10-2516-0/+684
* efivar(3): Fix some typos and improve styleMateusz Piotrowski2018-10-251-18/+40
* Clarify slightly the interaction between wait*() and pdfork().Mark Johnston2018-10-241-5/+5
* Fix comments.Mark Johnston2018-10-241-2/+2
* Follow up on r331936. gets_s(3) will also fail in the same way thatCy Schubert2018-10-231-0/+2
* Fix ncurses fallback.c build with a strict build shellAlex Richardson2018-10-231-1/+2
* Fix regex for extracting SHM_* values for libsysdecodeAlex Richardson2018-10-232-3/+4
* Update to Zstandard 1.3.7Conrad Meyer2018-10-221-1/+4
* Comment -DNDEBUG in head after r339436 when head was switchedGlen Barber2018-10-211-1/+1
* Update example to something people less than 40 years old have heard about.Poul-Henning Kamp2018-10-211-7/+2
* ANSIfy libc/quadEd Maste2018-10-2124-52/+24
* mcount: tidy up ANSIficationEd Maste2018-10-201-2/+1
* Add link to the setproctitle_fast function.Mariusz Zaborski2018-10-201-0/+1
* Embedded chacha: Distinguish via dedicated macroConrad Meyer2018-10-201-0/+1
* getentropy(3): Trap non-API errnos from getrandom(2) and abortConrad Meyer2018-10-201-5/+14
* Add -b/-l options to localedef(1) to specify output endianness and useYuri Pankov2018-10-203-103/+48
* Fix formatting.Mark Johnston2018-10-201-2/+2
* Bump LLD_REVISION_STRING for 13-CURRENTEd Maste2018-10-201-1/+1
* - Update head to 13.0-CURRENT.Glen Barber2018-10-192-3/+3
* strptime: fix parsing of tm_year when both %C and %y appear in theYuri Pankov2018-10-171-9/+17
* Get rid unneccessary useless calls to lseek(2) from getgrent(3).Edward Tomasz Napierala2018-10-161-17/+31
* Avoid OOB reads in memmem(3).Gleb Smirnoff2018-10-151-9/+9
* Prevent flex(1) from generating calls to isatty(3) - and, in turn,Edward Tomasz Napierala2018-10-151-0/+1
* Don't call dlopen(3) for built-in NSS types - "cache", "compat",Edward Tomasz Napierala2018-10-152-7/+14
* Add .Xrs to kqueue(2) from pdfork(2) and procdesc(4), to make EVFILT_PROCDESCEdward Tomasz Napierala2018-10-141-1/+2
* Process irelocs for statically linked binaries from crt1 on x86.Konstantin Belousov2018-10-1314-9/+212
* amd64: convert libc bcopy to a C func to avoid future bloatMateusz Guzik2018-10-133-104/+15
* amd64: import updated kernel memmove to libcMateusz Guzik2018-10-132-6/+271
* strptime: disallow zero hour for %I (defined by POSIX as [01,12]) and %lYuri Pankov2018-10-131-1/+1
* Document that sendfile(2) can return ENOTCAPABLEAllan Jude2018-10-131-1/+7