aboutsummaryrefslogtreecommitdiff
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* When a STAT command is sent to ftpd as an out-of-band transmission duringMichael Haro1999-09-121-0/+1
* Fix more Common Error brokenness.Mark Murray1999-09-062-4/+4
* Add common error lib for the Kerberos case.Mark Murray1999-09-061-2/+2
* Make jdk-1.1.8 work again. It turns out that some code insideJohn Polstra1999-09-051-5/+9
* Enable -Wformat checking for debug_printf().John Polstra1999-09-041-1/+3
* Change the warning about unrecognized entries in the dynamic tableJohn Polstra1999-09-041-2/+2
* When looking up symbols, search the objects loaded at program startJohn Polstra1999-09-041-8/+8
* Get the actual pathname of the dynamic linker from the executable'sJohn Polstra1999-08-303-12/+31
* When checking to see if a shared object is already loaded, look forJohn Polstra1999-08-303-7/+38
* Revamp the symbol lookup algorithm to cope better with objectsJohn Polstra1999-08-304-82/+245
* When honoring -Bsymbolic, still keep searching if only a weakJohn Polstra1999-08-301-4/+8
* Simplify the logic in find_symdef().John Polstra1999-08-301-45/+41
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-285-0/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28191-191/+191
* unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyonePeter Wemm1999-08-265-32/+7
* Ufff. cflags -> chflags. I could have sworn this change has been inWarner Losh1999-08-211-3/+3
* Remove all flags from devices before we try to assert ownership andWarner Losh1999-08-211-1/+3
* Add a NULL pointer check whose absence could cause segmentationJohn Polstra1999-08-201-6/+6
* Back out previous commit - it's not necessary now that tty.h properly includesJordan K. Hubbard1999-08-091-2/+1
* Add a missing include (sys/queue.h for sys/tty.h SLIST usage.)Brian Feldman1999-08-091-1/+2
* Correction to previous commit.Gene Stark1999-08-081-9/+5
* Corrected mistake that was causing daemon to loop without servingGene Stark1999-08-081-2/+2
* Change many asserts into normal errors. They were all for conditionsJohn Polstra1999-07-183-39/+65
* Change the symbol used to find the end of an object's address spaceJohn Polstra1999-07-141-2/+2
* Fix a couple of typos.Mike Pritchard1999-07-121-3/+3
* Add code to 'handle' R_ALPHA_NONE relocations by ignoring them.Doug Rabson1999-07-121-1/+4
* Add a MAINTAINER line naming myself. We control the vertical. WeJohn Polstra1999-07-091-1/+2
* Fix bug: if a dlopen() failed (e.g., because of undefined symbols),John Polstra1999-07-091-38/+44
* Shake hands with GDB a little bit earlier so that it is possible toJohn Polstra1999-07-031-3/+3
* Update the SYNOPSIS to reflect that the -l option can be specifiedMike Pritchard1999-06-281-2/+3
* Fix a reference counting problem when using dlopen(NULL, ...).John Polstra1999-06-251-3/+4
* Fix a serious performance bug for large programs on the Alpha,John Polstra1999-06-257-103/+231
* Identify illegal switches, don't print them as '?' in the error..Peter Wemm1999-05-181-2/+2
* Fix ypxfr so that it can be run from cron.Bill Paul1999-05-101-4/+4
* Add missing -A option to SYNOPSIS.Guy Helmer1999-05-041-1/+2
* More egcs warning fixes:Warner Losh1999-04-257-14/+19
* Back out my change from 6 April PDT that added a new dlversion()John Polstra1999-04-221-16/+1
* After relocating the main program, but before calling any of theJohn Polstra1999-04-211-7/+33
* The ELF specification says that the RPATH in the executable orJohn Polstra1999-04-091-4/+4
* Eliminate all machine-dependent code from the main source body andJohn Polstra1999-04-0914-88/+488
* Determine the host name using an array size ofBrian Somers1999-04-081-2/+3
* Really fix -u....Brian Somers1999-04-071-2/+6
* Ensure that things returned by gethostname() andBrian Somers1999-04-0713-43/+52
* Fix the size of rhost, don't forget to NUL terminateBrian Somers1999-04-071-2/+3
* Fix a couple of typos in comments.John Polstra1999-04-071-3/+3
* Add a new function dlversion() which returns the version number ofJohn Polstra1999-04-071-1/+16
* Link with libutilBrian Somers1999-04-062-4/+6
* Use realhostname() rather than various combinations ofBrian Somers1999-04-069-170/+51
* After receiving a connection and doing a reverseBrian Somers1999-04-061-2/+18
* Resolve undefined weak references to a value of 0. This solves theJohn Polstra1999-04-051-1/+13