aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-303-3/+3
* english(4) police.Jens Schweikhardt2002-12-273-3/+3
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-242-2/+2
* Fixed the abuses of .Ql visible on stderr in troff mode.Ruslan Ermilov2002-12-232-2/+2
* Change the way ELF coredumps are handled. Instead of unconditionallyMatthew Dillon2002-12-161-6/+23
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-124-6/+6
* Fix rtld to handle SPARC_R_UA{16,64} relocations correctly.Alexander Kabaev2002-12-051-2/+2
* rtld support for PowerPC. Mostly obtained from NetBSD, with modsPeter Grehan2002-12-045-0/+926
* Put back a test for binaries with no PT_LOAD entries I over-jealoslyAlexander Kabaev2002-11-291-0/+4
* mdoc(7) police:Ruslan Ermilov2002-11-251-37/+35
* Fix the handling of high PLT entries (> 32764) on sparc64. This requiresThomas Moestl2002-11-1812-213/+242
* Oops. Some ut_time stuff slipped through the cracks. These turned outPeter Wemm2002-11-171-1/+2
* [DAIVD O'BRIEN's OPINION]David E. O'Brien2002-11-121-1/+4
* o Fix usage().Maxim Konovalov2002-11-121-5/+20
* We don't use libpam, libopie, or libmd.David E. O'Brien2002-11-121-12/+2
* We have fparseln(3). Also libskey on RELENG_4.David E. O'Brien2002-11-121-2/+8
* Update for version 1.2 Beta 2.David E. O'Brien2002-11-121-5/+5
* Don't free the current addrinfo list, or else a pointer to a freedYaroslav Tykhiy2002-11-111-1/+1
* Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so thatRobert Watson2002-10-241-2/+3
* Unbreak by merging the change in r1.51 of src/libexec/ftpd/Makefile.Jun Kuriyama2002-10-241-1/+1
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherRobert Watson2002-10-241-1/+1
* Add support for binaries with arbitrary number of PT_LOAD sections.Alexander Kabaev2002-10-232-45/+55
* Change the symbol lookup order to search RTLD_GLOBAL objectsAlexander Kabaev2002-10-191-12/+12
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnMaxim Sobolev2002-10-191-6/+8
* Don't call report() without a format string.Kris Kennaway2002-10-131-1/+1
* Mark the logerr() function __printflike().Kris Kennaway2002-10-131-1/+1
* Use strlcpy instead of incorrectly using strncpy.Kris Kennaway2002-10-131-1/+1
* Use the new freebsd output format from Binutils 2.13.1.David E. O'Brien2002-10-121-2/+2
* de-__P()Alfred Perlstein2002-10-092-2/+2
* <machine/atomic.h> requires <sys/types.h>.Ruslan Ermilov2002-10-092-2/+1
* Hook rpc.rstatd back up to the build now that it compiles.Mike Barcroft2002-10-021-1/+2
* Rename local function havedisk() to haveadisk() to avoid conflict aMike Barcroft2002-10-021-3/+3
* Unhook rpc.rstatd from the build until it actually compiles.John Baldwin2002-10-021-2/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-252-10/+10
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-8/+2
* Return an error if a symbol is not found in reloc_jmpslots() instead ofThomas Moestl2002-09-141-0/+2
* Was mising ftpchroot.5David E. O'Brien2002-08-301-0/+1
* The mode can be "r+" as well on PUT, but only "a" on APPE.Yaroslav Tykhiy2002-08-291-1/+1
* Fix lexer jam on unimplemented commands.Yaroslav Tykhiy2002-08-291-12/+13
* Remove variables no longer used.Yaroslav Tykhiy2002-08-271-2/+1
* More inithosts() fixes:Yaroslav Tykhiy2002-08-271-8/+15
* Fix an inconsistency between a printf-like format and its argument list.Yaroslav Tykhiy2002-08-271-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-5/+6
* Add option '-W': don't log FTP sessions to wtmp.Yaroslav Tykhiy2002-08-232-5/+15
* Fix a nasty memory corruption bug caused by having a bogus pointerMarcel Moolenaar2002-08-221-0/+8
* Include stddef.h for NULL definition, rather than rolling our own here.Warner Losh2002-08-211-2/+1
* Clean up hostname and hostinfo handling in inithosts():Yaroslav Tykhiy2002-08-201-5/+13
* Add support for the R_IA64_IPLTLSB relocation in non-PLT context.Marcel Moolenaar2002-08-201-0/+30
* Include <nlist.h> for nlist interfaces instead of depending on namespaceBruce Evans2002-08-181-0/+1