summaryrefslogtreecommitdiffstats
path: root/libexec
Commit message (Expand)AuthorAgeFilesLines
* Spell SHUT_RDWR as SHUT_RDWR not 2 as the how argument to shutdown(2).jmallett2005-05-111-1/+1
* Spell SHUT_RDWR as SHUT_RDWR not 1+1 as the how argument to shutdown(2).jmallett2005-05-111-2/+2
* Prevent usage of nested externs.delphij2005-05-061-1/+2
* Fix compilation problem.davidxu2005-04-271-1/+1
* Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernelpeter2005-04-261-9/+2
* s/int/size_t/ as appropriate.das2005-04-171-4/+4
* Attempt to use i386_set_gsbase(), and gracefully fall back to LDT methodspeter2005-04-141-13/+16
* The script mistakenly ignores the entropy_save_sz variable fromdougb2005-04-111-2/+2
* Revert parts of previous commits and use a temporary variable to avoiddes2005-04-081-37/+8
* No need to provide atomic_cmpset_32() anymore.cognet2005-04-071-12/+0
* An array was mistaken for a pointer in the previous commit.nectar2005-04-071-3/+4
* Include gettytab.h before extern.h so that the declarations of structstefanf2005-04-064-5/+3
* Correct type mismatch introduced in last commit.nectar2005-04-051-1/+1
* DES pointed out that the PAM layer may change the target user namenectar2005-04-051-15/+32
* When allocating TLS and DTV, make sure that any unused slots in the DTVdfr2005-03-301-8/+4
* When PAM support was added to rexecd in revision 1.29 (just prior tonectar2005-03-271-2/+17
* If "dangerous" environment variables (LD_PRELOAD, LD_LIBMAP,cperciva2005-03-241-1/+24
* Use sysconf(_SC_ARG_MAX) instead of NCARGS.das2005-03-212-4/+14
* Add locking code for tls routines.davidxu2005-03-201-4/+21
* Install rlogind(8). Pointy hat is available on request.ru2005-03-031-1/+1
* Wrap BSD r* commands in NO_RCMDS.trhodes2005-03-021-3/+9
* correct WARNS=6 fix to use cast to (void *).ume2005-03-011-10/+10
* Attempt to free any static TLS space used by a shared library when itdfr2005-02-273-0/+24
* Only provide the dummy, non-atomic atomic_cmpset_32() ifcognet2005-02-261-0/+2
* If what we have is a struct sockaddr_storage * and what we want is ades2005-02-231-8/+8
* Make WARNS=6-clean.des2005-02-232-12/+13
* Add some consistency checks to the signal-related code.yar2005-02-161-0/+6
* A call to maskurg() makes sense only when a transfer is under way,yar2005-02-161-3/+5
* - Use socklen_t.stefanf2005-02-141-8/+5
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-1412-18/+27
* Expand contractions.ru2005-02-132-2/+2
* Expand *n't contractions.ru2005-02-134-4/+4
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-095-12/+7
* Removed Kerberos remnants.ru2005-02-092-58/+6
* The only user of this utility (share/man/man0) was removed 2+ years ago.ru2005-02-094-410/+0
* Description from Dan:mdodd2005-02-044-13/+93
* style(9)mdodd2005-02-041-4/+3
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-284-4/+0
* Respect the `logging' flag.yar2005-01-191-1/+1
* Improve handling SIGURG and OOB commands on the control channel.yar2005-01-191-134/+269
* Sort sections.ru2005-01-1814-94/+94
* 64-bit clean + WARNS=6:delphij2005-01-142-5/+4
* Restore these files to make ldconfig(8) happy.trhodes2005-01-114-0/+504
* Remove a.out runtime linker. It doesn't build and was removed from thetrhodes2005-01-1113-4456/+0
* Replace err(3) calls when in daemon mode by syslog(3), too.yar2005-01-101-4/+8
* NOPAM -> NO_PAMru2004-12-212-2/+2
* NOINET6 -> NO_INET6ru2004-12-211-1/+1
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-213-3/+3
OpenPOWER on IntegriCloud