aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* This exposes ZFS user and group quotas via the normalSean Eric Fagan2018-07-051-50/+145
* Make rtld use libc_nossp_pic.a. Remove SSP shims.Konstantin Belousov2018-05-092-43/+2
* tftpd: misc Coverity cleanup in the testsAlan Somers2018-03-221-7/+12
* tftpd: fix the build of tests on i386 after 330696Alan Somers2018-03-101-2/+2
* tftpd: reject unknown opcodesAlan Somers2018-03-102-4/+3
* tftpd: Abort on an WRQ access violationAlan Somers2018-03-102-6/+4
* tftpd: Verify world-writability for WRQ when using relative pathsAlan Somers2018-03-102-6/+17
* tftpd: Flush files as soon as they are fully receivedAlan Somers2018-03-093-9/+3
* Add some functional tests for tftpd(8)Alan Somers2018-03-093-0/+1023
* rpc.sprayd: raise WARNS to 6Alan Somers2018-03-052-5/+3
* .Xr pstat(8), so that people have a chance to learn how to get a listEdward Tomasz Napierala2018-03-022-4/+6
* Make rtld_bind_start() debugger friendly.Michal Meloun2018-02-271-5/+15
* Fix gettytab(5) to document f0, f1, and f2 as unsupported; they've been goneEdward Tomasz Napierala2018-02-261-15/+4
* Prevent getty(8) from looping indefinitely if the device node doesn'tEdward Tomasz Napierala2018-02-251-2/+4
* Build getty(8) with WARNS=6.Edward Tomasz Napierala2018-02-214-26/+24
* Sprinkle static; avoid nested externs.Edward Tomasz Napierala2018-02-043-16/+16
* Add missing initializer.Edward Tomasz Napierala2018-02-041-1/+1
* Rename getty's getline() to get_line(), to avoid clash with getline(3).Edward Tomasz Napierala2018-02-041-3/+3
* Don't cast away the const, it's not been needed since r92925.Edward Tomasz Napierala2018-02-041-4/+4
* Initialize all the fields. This is one of the steps required to bump WARNS.Edward Tomasz Napierala2018-02-041-90/+91
* Reduce code duplication; no functional changes.Edward Tomasz Napierala2018-02-041-14/+16
* Remove unused variable.Edward Tomasz Napierala2018-02-041-1/+0
* o Let rtld(1) set up psABI user trap handlers prior to executing theMarius Strobl2018-02-0311-4/+75
* rpc.sprayd: Remove 3rd and 4th clauses in christos' license.Pedro F. Giffuni2017-12-282-13/+3
* rpc.sprayd: Bring some changes from NetBSD.Pedro F. Giffuni2017-12-282-13/+17
* Replace send-mail with the more standarized sendmail, we do not createXin LI2017-12-271-1/+0
* Use strlcpy().Xin LI2017-12-051-1/+1
* libexec: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2747-21/+116
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2040-31/+111
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-1812-12/+36
* Increase rtld initial memory pool size from 32kB to 128kB.Edward Tomasz Napierala2017-11-181-1/+1
* Appease old GCC by disabling .cfi_sections for GCC 4.x.John Baldwin2017-11-141-0/+2
* Some fixups to the CFI directives for PLT stub entry points.John Baldwin2017-11-101-2/+6
* Use NESTED() instead of LEAF() for rtld_start.John Baldwin2017-11-101-2/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-3134-34/+0
* These values already set by src.libnames.mk.Bryan Drewery2017-10-311-2/+0
* Use MAP_PRIVATE instead of obsolete MAP_COPY. No functional changes.Edward Tomasz Napierala2017-10-301-1/+1
* Plug memory leak on error case.Edward Tomasz Napierala2017-10-291-0/+1
* Remove unneeded calls to access(2) from rtld(1); just call open(2) instead.Edward Tomasz Napierala2017-10-241-13/+23
* Replace lseek(2)/read(2) pair with pread(2), removing yet another syscallEdward Tomasz Napierala2017-10-241-4/+3
* Make find_library() conform to style(9). No functional changes.Edward Tomasz Napierala2017-10-241-78/+79
* Reword the conditional; it was ugly, and adding another parameter,Edward Tomasz Napierala2017-10-241-17/+44
* Use xmalloc and read(2) instead of mmap(2) to read in libmap.conf(5).Edward Tomasz Napierala2017-10-241-4/+6
* Don't call realpath(3) from libmap rtld code. This gets rid of a few callsEdward Tomasz Napierala2017-10-221-28/+23
* ftpd(8): fix user context handling.Eugene Grosbein2017-10-061-4/+17
* Remove rcmds.Jeremie Le Hen2017-10-069-1776/+0
* Deorbit catman. The tradeoff of disk for performance has long since tippedGordon Tetlow2017-09-133-21/+3
* Handle relocations for newer non-PIC MIPS ABI.John Baldwin2017-09-124-39/+240
* End softfp->hardfp transition period for armWarner Losh2017-09-122-12/+14
* Add CFI directives for _rtld_bind_start.John Baldwin2017-09-111-0/+24