| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Link with libutil | brian | 1999-04-06 | 2 | -4/+6 |
* | Use realhostname() rather than various combinations of | brian | 1999-04-06 | 9 | -170/+51 |
* | After receiving a connection and doing a reverse | brian | 1999-04-06 | 1 | -2/+18 |
* | Resolve undefined weak references to a value of 0. This solves the | jdp | 1999-04-05 | 1 | -1/+13 |
* | If somebody does an execv("foo", NULL) (which theoretically is an error), | peter | 1999-04-04 | 1 | -2/+2 |
* | Add an 'al' (autologin username) capability to getty/gettytab. This is a | peter | 1999-04-04 | 4 | -7/+27 |
* | Ignore empty usernames, and repeat the login: prompt in this case. | joerg | 1999-03-30 | 1 | -6/+10 |
* | - Commit the correct dladdr() implementation. | nate | 1999-03-24 | 1 | -7/+14 |
* | - Added dladdr(3) support. | nate | 1999-03-24 | 1 | -1/+47 |
* | Set the CPU resource limit back to infinity before exec()ing PP. | brian | 1999-03-09 | 1 | -1/+4 |
* | Clean up some .Os macro uses: quotes are not needed, multiple arguments | fenner | 1999-02-15 | 2 | -4/+4 |
* | - Set the system immutable flag when installing ld.so to avoid people | nate | 1999-02-15 | 1 | -2/+3 |
* | Oops, I missed a few more /etc/nologin references yesterday. It appears | asami | 1999-01-12 | 3 | -8/+8 |
* | As previously threatened, clean up the rshd -a option and make it default | peter | 1998-12-16 | 3 | -111/+50 |
* | Old stuff laying around: Don't use a function called getstr(), that has | peter | 1998-12-16 | 1 | -6/+6 |
* | Block for buffer overflow. | eivind | 1998-12-13 | 1 | -1/+3 |
* | PR: bin/9031 | dillon | 1998-12-12 | 1 | -2/+2 |
* | Fixed long line in previous commit. | bde | 1998-12-03 | 1 | -2/+3 |
* | Update to correctly reflect the default values of | billf | 1998-12-02 | 1 | -2/+2 |
* | Added a -D option to turn on TCP_NODELAY. | dg | 1998-12-01 | 2 | -5/+18 |
* | Reviewed by: freebsd-current, freebsd-security | dillon | 1998-12-01 | 1 | -1/+6 |
* | Use the runpath of the main program for locating libraries loaded by | dfr | 1998-11-27 | 1 | -2/+2 |