aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add the (untested) mips and sparc64 .init call sequences.Andrew Turner2018-11-072-0/+22
* Document the fact that cap_limit_set() always frees the input nvlist.Mark Johnston2018-11-051-2/+4
* Move pmc* bits behind MK_PMC to fix WITHOUT_PMC buildKyle Evans2018-11-051-2/+1
* Add hybrid C.UTF-8 locale being identical to default C locale exceptYuri Pankov2018-11-042-3/+6
* libcasper: using explicit_bzero in cap_grp serviceMariusz Zaborski2018-11-041-1/+1
* libcasper: fix limitations in dns serviceMariusz Zaborski2018-11-043-21/+23
* libcasper: Update example in man page to use cap_getnameinfo function.Mariusz Zaborski2018-11-041-16/+25
* libcasper: Document the cap_getaddrinfo and cap_getnameinfo functionsMariusz Zaborski2018-11-042-4/+21
* Fix a recusive call introduce in the r340130.Mariusz Zaborski2018-11-041-1/+1
* libcapsicum: Introduce caph_{rights,ioctls,fcntls}_limitMariusz Zaborski2018-11-043-6/+54
* Update expat to 2.2.6Eric van Gyzen2018-11-042-10/+33
|\
| * Vendor import of expat 2.2.6vendor/expat/2.2.6Eric van Gyzen2018-11-0221-1599/+4208
| * Vendor import of expat 2.2.0 (trimmed).vendor/expat/2.2.0Xin LI2016-06-298-332/+534
* | csqrt(3): Fix some typos in the manual pageMateusz Piotrowski2018-11-041-2/+2
* | Add aditional counter descriptions to AMD 0x17Matt Macy2018-11-044-16/+8120
* | strptime: make %k and %l specifiers match their description inYuri Pankov2018-11-031-5/+12
* | kern_poll: Restore explanatory comment removed in r177374Conrad Meyer2018-11-011-2/+10
* | libbe(3): Don't promote non-cloned BEsKyle Evans2018-11-011-2/+14
* | 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