| Commit message (Expand) | Author | Age | Files | Lines |
* | When allocating TLS and DTV, make sure that any unused slots in the DTV | dfr | 2005-03-30 | 1 | -8/+4 |
* | When PAM support was added to rexecd in revision 1.29 (just prior to | nectar | 2005-03-27 | 1 | -2/+17 |
* | If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP, | cperciva | 2005-03-24 | 1 | -1/+24 |
* | Use sysconf(_SC_ARG_MAX) instead of NCARGS. | das | 2005-03-21 | 2 | -4/+14 |
* | Add locking code for tls routines. | davidxu | 2005-03-20 | 1 | -4/+21 |
* | Install rlogind(8). Pointy hat is available on request. | ru | 2005-03-03 | 1 | -1/+1 |
* | Wrap BSD r* commands in NO_RCMDS. | trhodes | 2005-03-02 | 1 | -3/+9 |
* | correct WARNS=6 fix to use cast to (void *). | ume | 2005-03-01 | 1 | -10/+10 |
* | Attempt to free any static TLS space used by a shared library when it | dfr | 2005-02-27 | 3 | -0/+24 |
* | Only provide the dummy, non-atomic atomic_cmpset_32() if | cognet | 2005-02-26 | 1 | -0/+2 |
* | If what we have is a struct sockaddr_storage * and what we want is a | des | 2005-02-23 | 1 | -8/+8 |
* | Make WARNS=6-clean. | des | 2005-02-23 | 2 | -12/+13 |
* | Add some consistency checks to the signal-related code. | yar | 2005-02-16 | 1 | -0/+6 |
* | A call to maskurg() makes sense only when a transfer is under way, | yar | 2005-02-16 | 1 | -3/+5 |
* | - Use socklen_t. | stefanf | 2005-02-14 | 1 | -8/+5 |
* | Fix most cases where the address of an int is passed to a function expecting a | stefanf | 2005-02-14 | 12 | -18/+27 |
* | Expand contractions. | ru | 2005-02-13 | 2 | -2/+2 |
* | Expand *n't contractions. | ru | 2005-02-13 | 4 | -4/+4 |
* | Sync program's usage() with manpage's SYNOPSIS. | ru | 2005-02-09 | 5 | -12/+7 |
* | Removed Kerberos remnants. | ru | 2005-02-09 | 2 | -58/+6 |
* | The only user of this utility (share/man/man0) was removed 2+ years ago. | ru | 2005-02-09 | 4 | -410/+0 |
* | Description from Dan: | mdodd | 2005-02-04 | 4 | -13/+93 |
* | style(9) | mdodd | 2005-02-04 | 1 | -4/+3 |
* | Let bsd.prog.mk set SRCS and MAN to their default values. | ru | 2005-01-28 | 4 | -4/+0 |
* | Respect the `logging' flag. | yar | 2005-01-19 | 1 | -1/+1 |
* | Improve handling SIGURG and OOB commands on the control channel. | yar | 2005-01-19 | 1 | -134/+269 |
* | Sort sections. | ru | 2005-01-18 | 14 | -94/+94 |
* | 64-bit clean + WARNS=6: | delphij | 2005-01-14 | 2 | -5/+4 |
* | Restore these files to make ldconfig(8) happy. | trhodes | 2005-01-11 | 4 | -0/+504 |
* | Remove a.out runtime linker. It doesn't build and was removed from the | trhodes | 2005-01-11 | 13 | -4456/+0 |
* | Replace err(3) calls when in daemon mode by syslog(3), too. | yar | 2005-01-10 | 1 | -4/+8 |
* | NOPAM -> NO_PAM | ru | 2004-12-21 | 2 | -2/+2 |
* | NOINET6 -> NO_INET6 | ru | 2004-12-21 | 1 | -1/+1 |
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -1/+1 |
* | NODOCCOMPRESS -> NO_DOCCOMPRESS | ru | 2004-12-21 | 1 | -1/+1 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 3 | -3/+3 |
* | Do a small style(9) fix before I'm hacking the code itself. | yar | 2004-12-16 | 1 | -1/+0 |
* | free(3) is void already. | yar | 2004-12-16 | 1 | -1/+1 |
* | Never emit a message to stderr: use syslog instead. | yar | 2004-12-12 | 1 | -9/+15 |
* | Implement a dummy atomic_cmpset_32(). It should be safe to use it in rtld as | cognet | 2004-11-23 | 1 | -0/+11 |
* | When looking for a virtual host to handle the connection, | yar | 2004-11-22 | 1 | -2/+3 |
* | Calling pam_chauthtok() isn't really needed since | yar | 2004-11-22 | 1 | -7/+3 |
* | Don't log the chroot dir on every command since it's constant for a session. | yar | 2004-11-22 | 1 | -9/+8 |
* | Always log remote IP. | yar | 2004-11-22 | 1 | -13/+9 |
* | Treat host name buffers consistently. | yar | 2004-11-22 | 1 | -12/+23 |
* | Make chrootdir global and use it in log messages | yar | 2004-11-18 | 1 | -9/+4 |
* | Nitpicking on style(9) and whitespace. | yar | 2004-11-18 | 1 | -13/+13 |
* | Use __FBSDID. | yar | 2004-11-18 | 4 | -8/+12 |
* | Don't say, "file: permission denied," if the operation | yar | 2004-11-18 | 1 | -1/+1 |
* | Use uniform punctuation, capitalization, and language style | yar | 2004-11-18 | 2 | -45/+44 |