| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Find "klogin.c" in "src/lib/libpam/modules/pam_kerberosIV" instead | jdp | 1998-11-21 | 1 | -2/+2 |
* | Enable named-xfer and rbootd for alpha. | dima | 1998-11-10 | 1 | -14/+5 |
* | Fix a bug in the handling of minor version numbers. Formerly, the | jdp | 1998-11-07 | 1 | -13/+34 |
* | Rename a function name so that it doesn't conflict with a future system call. | dg | 1998-10-30 | 1 | -5/+5 |
* | Set the user context correctly so that cd ~ does the right thing. | des | 1998-10-13 | 1 | -9/+4 |
* | Fix a bug in dlclose that broke the apache13 port. The list of | jdp | 1998-10-13 | 1 | -1/+2 |
* | This thing has its own puts function, so use it. | jkh | 1998-10-08 | 1 | -1/+3 |
* | Fix a memory leak in rpc.rstatd that shows up when it's run in standalone | ken | 1998-10-08 | 1 | -1/+7 |
* | Added double quotes around CHMOD description to prevent garbled output. | alex | 1998-09-29 | 1 | -2/+2 |
* | Make LD_PRELOAD work for ELF. | jdp | 1998-09-22 | 1 | -1/+38 |
* | Remove useless `BINOWN=root' now that it is the default. | obrien | 1998-09-19 | 1 | -2/+1 |