| Commit message (Expand) | Author | Age | Files | Lines |
* | Back out previous commit - it's not necessary now that tty.h properly includes | Jordan K. Hubbard | 1999-08-09 | 1 | -2/+1 |
* | Add a missing include (sys/queue.h for sys/tty.h SLIST usage.) | Brian Feldman | 1999-08-09 | 1 | -1/+2 |
* | Correction to previous commit. | Gene Stark | 1999-08-08 | 1 | -9/+5 |
* | Corrected mistake that was causing daemon to loop without serving | Gene Stark | 1999-08-08 | 1 | -2/+2 |
* | Change many asserts into normal errors. They were all for conditions | John Polstra | 1999-07-18 | 3 | -39/+65 |
* | Change the symbol used to find the end of an object's address space | John Polstra | 1999-07-14 | 1 | -2/+2 |
* | Fix a couple of typos. | Mike Pritchard | 1999-07-12 | 1 | -3/+3 |
* | Add code to 'handle' R_ALPHA_NONE relocations by ignoring them. | Doug Rabson | 1999-07-12 | 1 | -1/+4 |
* | Add a MAINTAINER line naming myself. We control the vertical. We | John Polstra | 1999-07-09 | 1 | -1/+2 |
* | Fix bug: if a dlopen() failed (e.g., because of undefined symbols), | John Polstra | 1999-07-09 | 1 | -38/+44 |
* | Shake hands with GDB a little bit earlier so that it is possible to | John Polstra | 1999-07-03 | 1 | -3/+3 |
* | Update the SYNOPSIS to reflect that the -l option can be specified | Mike Pritchard | 1999-06-28 | 1 | -2/+3 |
* | Fix a reference counting problem when using dlopen(NULL, ...). | John Polstra | 1999-06-25 | 1 | -3/+4 |
* | Fix a serious performance bug for large programs on the Alpha, | John Polstra | 1999-06-25 | 7 | -103/+231 |
* | Identify illegal switches, don't print them as '?' in the error.. | Peter Wemm | 1999-05-18 | 1 | -2/+2 |
* | Fix ypxfr so that it can be run from cron. | Bill Paul | 1999-05-10 | 1 | -4/+4 |
* | Add missing -A option to SYNOPSIS. | Guy Helmer | 1999-05-04 | 1 | -1/+2 |
* | More egcs warning fixes: | Warner Losh | 1999-04-25 | 7 | -14/+19 |
* | Back out my change from 6 April PDT that added a new dlversion() | John Polstra | 1999-04-22 | 1 | -16/+1 |
* | After relocating the main program, but before calling any of the | John Polstra | 1999-04-21 | 1 | -7/+33 |
* | The ELF specification says that the RPATH in the executable or | John Polstra | 1999-04-09 | 1 | -4/+4 |
* | Eliminate all machine-dependent code from the main source body and | John Polstra | 1999-04-09 | 14 | -88/+488 |
* | Determine the host name using an array size of | Brian Somers | 1999-04-08 | 1 | -2/+3 |
* | Really fix -u.... | Brian Somers | 1999-04-07 | 1 | -2/+6 |
* | Ensure that things returned by gethostname() and | Brian Somers | 1999-04-07 | 13 | -43/+52 |
* | Fix the size of rhost, don't forget to NUL terminate | Brian Somers | 1999-04-07 | 1 | -2/+3 |
* | Fix a couple of typos in comments. | John Polstra | 1999-04-07 | 1 | -3/+3 |
* | Add a new function dlversion() which returns the version number of | John Polstra | 1999-04-07 | 1 | -1/+16 |
* | Link with libutil | Brian Somers | 1999-04-06 | 2 | -4/+6 |
* | Use realhostname() rather than various combinations of | Brian Somers | 1999-04-06 | 9 | -170/+51 |
* | After receiving a connection and doing a reverse | Brian Somers | 1999-04-06 | 1 | -2/+18 |
* | Resolve undefined weak references to a value of 0. This solves the | John Polstra | 1999-04-05 | 1 | -1/+13 |
* | If somebody does an execv("foo", NULL) (which theoretically is an error), | Peter Wemm | 1999-04-04 | 1 | -2/+2 |
* | Add an 'al' (autologin username) capability to getty/gettytab. This is a | Peter Wemm | 1999-04-04 | 4 | -7/+27 |
* | Ignore empty usernames, and repeat the login: prompt in this case. | Joerg Wunsch | 1999-03-30 | 1 | -6/+10 |
* | - Commit the correct dladdr() implementation. | Nate Williams | 1999-03-24 | 1 | -7/+14 |
* | - Added dladdr(3) support. | Nate Williams | 1999-03-24 | 1 | -1/+47 |
* | Set the CPU resource limit back to infinity before exec()ing PP. | Brian Somers | 1999-03-09 | 1 | -1/+4 |
* | Clean up some .Os macro uses: quotes are not needed, multiple arguments | Bill Fenner | 1999-02-15 | 2 | -4/+4 |
* | - Set the system immutable flag when installing ld.so to avoid people | Nate Williams | 1999-02-15 | 1 | -2/+3 |
* | Oops, I missed a few more /etc/nologin references yesterday. It appears | Satoshi Asami | 1999-01-12 | 3 | -8/+8 |
* | As previously threatened, clean up the rshd -a option and make it default | Peter Wemm | 1998-12-16 | 3 | -111/+50 |
* | Old stuff laying around: Don't use a function called getstr(), that has | Peter Wemm | 1998-12-16 | 1 | -6/+6 |
* | Block for buffer overflow. | Eivind Eklund | 1998-12-13 | 1 | -1/+3 |
* | PR: bin/9031 | Matthew Dillon | 1998-12-12 | 1 | -2/+2 |
* | Fixed long line in previous commit. | Bruce Evans | 1998-12-03 | 1 | -2/+3 |
* | Update to correctly reflect the default values of | Bill Fumerola | 1998-12-02 | 1 | -2/+2 |
* | Added a -D option to turn on TCP_NODELAY. | David Greenman | 1998-12-01 | 2 | -5/+18 |
* | Reviewed by: freebsd-current, freebsd-security | Matthew Dillon | 1998-12-01 | 1 | -1/+6 |
* | Use the runpath of the main program for locating libraries loaded by | Doug Rabson | 1998-11-27 | 1 | -2/+2 |