| Commit message (Expand) | Author | Age | Files | Lines |
* | sync with netbsd PR 8534, fix undefined C code. | alfred | 1999-10-07 | 1 | -1/+1 |
* | .Nm += "rtld" | phantom | 1999-09-28 | 3 | -3/+6 |
* | Correct spelling : ascii -> ASCII | phantom | 1999-09-20 | 1 | -1/+1 |
* | Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here. | markm | 1999-09-19 | 8 | -326/+388 |
* | When a STAT command is sent to ftpd as an out-of-band transmission during | mharo | 1999-09-12 | 1 | -0/+1 |
* | Fix more Common Error brokenness. | markm | 1999-09-06 | 2 | -4/+4 |
* | Add common error lib for the Kerberos case. | markm | 1999-09-06 | 1 | -2/+2 |
* | Make jdk-1.1.8 work again. It turns out that some code inside | jdp | 1999-09-05 | 1 | -5/+9 |
* | Enable -Wformat checking for debug_printf(). | jdp | 1999-09-04 | 1 | -1/+3 |
* | Change the warning about unrecognized entries in the dynamic table | jdp | 1999-09-04 | 1 | -2/+2 |
* | When looking up symbols, search the objects loaded at program start | jdp | 1999-09-04 | 1 | -8/+8 |
* | Get the actual pathname of the dynamic linker from the executable's | jdp | 1999-08-30 | 3 | -12/+31 |
* | When checking to see if a shared object is already loaded, look for | jdp | 1999-08-30 | 3 | -7/+38 |
* | Revamp the symbol lookup algorithm to cope better with objects | jdp | 1999-08-30 | 4 | -82/+245 |
* | When honoring -Bsymbolic, still keep searching if only a weak | jdp | 1999-08-30 | 1 | -4/+8 |
* | Simplify the logic in find_symdef(). | jdp | 1999-08-30 | 1 | -45/+41 |
* | Add $FreeBSD$ lines to man pages that are missing them to make it | mpp | 1999-08-28 | 5 | -0/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 191 | -191/+191 |
* | unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyone | peter | 1999-08-26 | 5 | -32/+7 |
* | Ufff. cflags -> chflags. I could have sworn this change has been in | imp | 1999-08-21 | 1 | -3/+3 |
* | Remove all flags from devices before we try to assert ownership and | imp | 1999-08-21 | 1 | -1/+3 |
* | Add a NULL pointer check whose absence could cause segmentation | jdp | 1999-08-20 | 1 | -6/+6 |
* | Back out previous commit - it's not necessary now that tty.h properly includes | jkh | 1999-08-09 | 1 | -2/+1 |
* | Add a missing include (sys/queue.h for sys/tty.h SLIST usage.) | green | 1999-08-09 | 1 | -1/+2 |
* | Correction to previous commit. | stark | 1999-08-08 | 1 | -9/+5 |
* | Corrected mistake that was causing daemon to loop without serving | stark | 1999-08-08 | 1 | -2/+2 |
* | Change many asserts into normal errors. They were all for conditions | jdp | 1999-07-18 | 3 | -39/+65 |
* | Change the symbol used to find the end of an object's address space | jdp | 1999-07-14 | 1 | -2/+2 |
* | Fix a couple of typos. | mpp | 1999-07-12 | 1 | -3/+3 |
* | Add code to 'handle' R_ALPHA_NONE relocations by ignoring them. | dfr | 1999-07-12 | 1 | -1/+4 |
* | Add a MAINTAINER line naming myself. We control the vertical. We | jdp | 1999-07-09 | 1 | -1/+2 |
* | Fix bug: if a dlopen() failed (e.g., because of undefined symbols), | jdp | 1999-07-09 | 1 | -38/+44 |
* | Shake hands with GDB a little bit earlier so that it is possible to | jdp | 1999-07-03 | 1 | -3/+3 |
* | Update the SYNOPSIS to reflect that the -l option can be specified | mpp | 1999-06-28 | 1 | -2/+3 |
* | Fix a reference counting problem when using dlopen(NULL, ...). | jdp | 1999-06-25 | 1 | -3/+4 |
* | Fix a serious performance bug for large programs on the Alpha, | jdp | 1999-06-25 | 7 | -103/+231 |
* | Identify illegal switches, don't print them as '?' in the error.. | peter | 1999-05-18 | 1 | -2/+2 |
* | Fix ypxfr so that it can be run from cron. | wpaul | 1999-05-10 | 1 | -4/+4 |
* | Add missing -A option to SYNOPSIS. | ghelmer | 1999-05-04 | 1 | -1/+2 |
* | More egcs warning fixes: | imp | 1999-04-25 | 7 | -14/+19 |
* | Back out my change from 6 April PDT that added a new dlversion() | jdp | 1999-04-22 | 1 | -16/+1 |
* | After relocating the main program, but before calling any of the | jdp | 1999-04-21 | 1 | -7/+33 |
* | The ELF specification says that the RPATH in the executable or | jdp | 1999-04-09 | 1 | -4/+4 |
* | Eliminate all machine-dependent code from the main source body and | jdp | 1999-04-09 | 14 | -88/+488 |
* | Determine the host name using an array size of | brian | 1999-04-08 | 1 | -2/+3 |
* | Really fix -u.... | brian | 1999-04-07 | 1 | -2/+6 |
* | Ensure that things returned by gethostname() and | brian | 1999-04-07 | 13 | -43/+52 |
* | Fix the size of rhost, don't forget to NUL terminate | brian | 1999-04-07 | 1 | -2/+3 |
* | Fix a couple of typos in comments. | jdp | 1999-04-07 | 1 | -3/+3 |
* | Add a new function dlversion() which returns the version number of | jdp | 1999-04-07 | 1 | -1/+16 |