| Commit message (Expand) | Author | Age | Files | Lines |
* | correct spelling of 'X Window System' (tm) | wosch | 1996-10-06 | 1 | -2/+2 |
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 1 | -2/+2 |
* | There's no need to 'unsetenv()' unsafe environment variables explicitly | nate | 1996-10-01 | 1 | -6/+1 |
* | Sigh, oh well, here's my obligigatory "oops" commit. I don't quite know | peter | 1996-10-01 | 1 | -1/+13 |
* | Update to handle new version ld.so.hints and info in executable for | peter | 1996-10-01 | 5 | -64/+381 |
* | Update the backends to go with the top-level ld changes. The non-i386 | peter | 1996-10-01 | 3 | -11/+34 |
* | Support for .weak (in addition to the N_INDR stab) for gcc/g++. Also deal | peter | 1996-10-01 | 5 | -19/+562 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 4 | -11/+11 |
* | add forgotten $Id$ | wosch | 1996-09-22 | 90 | -3/+157 |
* | Reviewed by: Bill Fenner <fennder@parc.xerox.com> | imp | 1996-09-22 | 2 | -1/+47 |
* | Fix some compilation warnings. | pst | 1996-09-21 | 3 | -3/+3 |
* | This should have gone away with the COMPAT_43 cruft. cgetent() is now | bde | 1996-09-20 | 1 | -339/+0 |
* | Make the inetd suggestion slightly less confusing. | phk | 1996-09-19 | 1 | -2/+2 |
* | Don't use __dead or __pure in user code. They were obfuscations | bde | 1996-09-14 | 1 | -1/+1 |
* | Use `install -C' instead of lots of shell commands to install ld.so | bde | 1996-09-12 | 1 | -13/+2 |
* | bootpd.dump is in /tmp | pst | 1996-09-11 | 1 | -3/+3 |
* | wrong C bracketing, *blush*... | peter | 1996-09-07 | 1 | -1/+1 |
* | zap #include <sgtty.h>, it's not used. | peter | 1996-09-07 | 1 | -1/+0 |
* | Another sgtty use bites the dust.. | peter | 1996-09-07 | 1 | -5/+4 |
* | Fixed DPADD. | bde | 1996-09-05 | 3 | -6/+8 |
* | Removed unused `-I.'s from CFLAGS. | bde | 1996-09-04 | 1 | -2/+2 |
* | Unlocalize date | ache | 1996-09-01 | 1 | -2/+2 |
* | Add named-xfer | peter | 1996-08-29 | 1 | -1/+2 |
* | build bind-4.9.4-P1 named-xfer in it's own directory | peter | 1996-08-29 | 1 | -0/+20 |
* | sync copyright with /usr/share/examples/etc/bsd-style-copyright | wosch | 1996-08-27 | 1 | -9/+5 |
* | Use the .Bx macro where appropriate. | mpp | 1996-08-23 | 3 | -5/+8 |
* | Use the .At macro where appropriate. | mpp | 1996-08-23 | 1 | -1/+2 |
* | Use the .Fx macro where appropriate. | mpp | 1996-08-23 | 1 | -2/+3 |
* | Add a ``-P altlogin'' option which allows the sysadmin to specify an | peter | 1996-08-13 | 3 | -4/+21 |
* | Reviewed by: various | julian | 1996-08-09 | 2 | -3/+49 |
* | Tidy up the Kerberised bits. While I'm here, fix some -Wall complaints. | markm | 1996-08-09 | 3 | -6/+19 |
* | Fix another bogon. | phk | 1996-08-06 | 1 | -2/+2 |
* | Make password checking in ftpd work again. | phk | 1996-08-06 | 1 | -3/+3 |
* | Convert STATS and PARANOID to run-time options. | pst | 1996-08-05 | 5 | -78/+143 |
* | If PARANOID is set, do not allow PORT commands to remote ports less than 1024 | pst | 1996-08-04 | 4 | -51/+75 |
* | Use err() instead of perror()/exit() and remember to #include <errno.h> | wpaul | 1996-08-04 | 1 | -4/+5 |
* | consistent presentation of emphasis | adam | 1996-07-23 | 1 | -1/+1 |
* | Include <sys/types.h> before including <grp.h> so that this doesn't | bde | 1996-07-12 | 1 | -9/+13 |
* | add manpage getNAME(1) | wosch | 1996-07-08 | 3 | -3/+73 |
* | Fill in new arguments in the ypxfr_getmap structure (byte order, | wpaul | 1996-07-04 | 1 | -2/+16 |
* | Improve performance with very large user databases by increasing | wpaul | 1996-06-27 | 2 | -9/+9 |
* | Turn on mknetid. | wpaul | 1996-06-25 | 1 | -3/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r16728, | wpaul | 1996-06-25 | 6 | -0/+838 |
* | If hostname > UT_HOSTSIZE, use its numerical address instead to keep | ache | 1996-06-17 | 1 | -1/+16 |
* | Take ypxfrd_xdr.c out of SRCS line. It should be included in librpcsvc, | wpaul | 1996-06-06 | 1 | -2/+2 |
* | Add support for rpc.ypxfrd and document it in the man page. | wpaul | 1996-06-05 | 8 | -40/+230 |
* | Pass in both username and file to jkfprintf | pst | 1996-06-04 | 1 | -6/+7 |
* | backout yacc changes | phk | 1996-06-02 | 1 | -2/+2 |
* | Use the sysctl settable data port ranges rather than the statically | peter | 1996-05-31 | 2 | -30/+17 |
* | Fix yacc rule usage. | phk | 1996-05-30 | 1 | -2/+2 |