aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* revert r340640 "libc: forcibly disable BIND_NOW"Ed Maste2018-11-261-2/+0
* libedit: improve multibyte supportBaptiste Daroussin2018-11-265-24/+12
* Re-enable the dynamiclib tests. These should be fixed by r340910.Andrew Turner2018-11-241-1/+1
* Add the missing 0 at the end of the .jcr section.Andrew Turner2018-11-241-0/+3
* Disable the dynamiclib test until a failure can be debuggedAndrew Turner2018-11-241-1/+1
* Mark the function called by the MIPS .init/.fini sequence with .local.Andrew Turner2018-11-231-0/+2
* regexec: fix processing multibyte strings.Yuri Pankov2018-11-233-2/+82
* Cross-reference libbe(3) and bectl(8).Mateusz Piotrowski2018-11-211-1/+1
* libbe(3): Put each error value in separate line.Mateusz Piotrowski2018-11-211-24/+43
* csu: use BSD-1-clause license on csu filesEd Maste2018-11-205-17/+2
* Add NT_FREEBSD_FEATURE_CTL ELF note to csuEd Maste2018-11-201-0/+15
* Make libthr(3) use sysconf(_SC_NPROCESSORS_CONF); this shaves offEdward Tomasz Napierala2018-11-191-2/+3
* Make sysconf(_SC_PAGESIZE) return the value from getpagesize(3).Edward Tomasz Napierala2018-11-191-4/+1
* libc: forcibly disable BIND_NOWEd Maste2018-11-191-0/+2
* libcasper: provide compatibility with the old version of serviceMariusz Zaborski2018-11-191-5/+11
* libbe(3): Handle non-ZFS rootfs betterKyle Evans2018-11-191-2/+19
* libbe(3): Properly account for altroot when creating new BEsKyle Evans2018-11-192-1/+15
* bectl(3)/libbe(3): Allow BE root to be specifiedKyle Evans2018-11-194-16/+34
* Update the names in the LIMITS and EXAMPLES sections after r340363.Mariusz Zaborski2018-11-181-4/+4
* libbe(3): Rewrite be_unmount to stop mucking with getmntinfo(2)Kyle Evans2018-11-171-26/+8
* libbe(3): rewrite init to support chroot usageKyle Evans2018-11-172-99/+19
* amd64: handle small memset buffers with overlapping storesMateusz Guzik2018-11-161-29/+36
* amd64: sync up libc memset with the kernel versionMateusz Guzik2018-11-151-19/+39
* amd64: convert libc bzero to a C func to avoid future bloatMateusz Guzik2018-11-154-26/+17
* fcntl.2: document an additional error conditionAlan Somers2018-11-151-1/+5
* Add d_off support for multiple filesystems.Konstantin Belousov2018-11-141-2/+16
* Fix WITHOUT_ICONV build after r340276.Yuri Pankov2018-11-144-8/+8
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-134-22/+153
* Ensure that libnv can be used when kern.trap_enotcap=1.Mark Johnston2018-11-133-12/+42
* Run __cxa_finalize in shared objects in the destructor path.Andrew Turner2018-11-131-3/+24
* retire LINKER_FEATURES filter flagEd Maste2018-11-121-5/+1
* Create namespace for the symbols added during 13-CURRENT cycle.Konstantin Belousov2018-11-121-1/+4
* Fix typo in the comparison.Mariusz Zaborski2018-11-121-2/+2
* libcasper: introduce cap_fileargs serviceMariusz Zaborski2018-11-125-0/+890
* libcasper: ange the name of limits in cap_dns so the intentions are obvious.Mariusz Zaborski2018-11-124-52/+52
* First draft of documentation for AT/O_BENEATH handling of the absoluteKonstantin Belousov2018-11-119-66/+252
* Don't call stat(2) on nsswitch.conf(5) every time nsdispatch(3)Edward Tomasz Napierala2018-11-101-0/+11
* libbe(3): Set canmount properly when activating a new BEKyle Evans2018-11-101-0/+18
* libjail: fix handling of allow.mount.fusefs in jailparam_initAlan Somers2018-11-101-3/+11
* libllvm: Move SampleProfWriter to SRCS_MINEd Maste2018-11-091-1/+1
* Reset persistent mbstates when rune locale encoding changes.Yuri Pankov2018-11-0915-45/+63
* 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