aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rlogin
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-042-51/+49
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | rlogin(1): initialize term variable.Pedro F. Giffuni2015-03-051-1/+1
* | | r* commands are not precious anymoreBaptiste Daroussin2015-03-041-1/+0
| |/ |/|
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-49/+49
* | None of these programs actually use auth.conf.Dag-Erling Smørgrav2012-06-111-2/+0
|/
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Raise rlogin back to a WARNS level of 6.John Baldwin2011-04-271-2/+0
* Revert r221053 by replacing WARNS?= 3 since it's breaking the build onDoug Barton2011-04-261-0/+2
* Generate the network byte order version of the window size structure in aJohn Baldwin2011-04-261-6/+6
* This builds OK using the parent dir's WARNS=6.David E. O'Brien2011-04-261-2/+0
* Catch up with r57841 which removed the possible linking against libutilDavid E. O'Brien2011-04-261-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* len and len2 work better as size_tDavid Malone2005-11-131-1/+2
* Use socklen_t where appropriate.Stefan Farfeleder2005-08-051-1/+2
* Remove unnecessary SRCS= where could be guessed directly by ourXin LI2005-01-271-1/+0
* Removed Kerberos remnants.Ruslan Ermilov2005-01-212-39/+2
* Sort sections.Ruslan Ermilov2005-01-181-8/+8
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-1/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Use the POSIX tty interface instead of the old interface. This makesTim J. Robbins2003-09-282-104/+58
* Remove remnants of Kerberos -Kkx options.Tim J. Robbins2003-09-282-25/+4
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-162-175/+24
* Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',Philippe Charnier2002-10-162-44/+34
* Use POSIX macros for wait(2)-style status information instead of theMike Barcroft2002-06-031-4/+4
* Really include <paths.h> (it seems it was brought in indirectly)Dag-Erling Smørgrav2002-05-081-0/+1
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-082-3/+8
* Easy warns fixes; use const, mark unused function parameters. RemoveMark Murray2002-04-281-14/+13
* Remove GCC-specific flags.Mark Murray2002-04-281-1/+0
* Use `The .Nm utility'Philippe Charnier2002-04-201-5/+9
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-181-1/+1
* o unifdef -D__STDC__Warner Losh2002-03-231-77/+19
* remove __PWarner Losh2002-03-221-19/+19
* Fix typo: supporting -> support.Giorgos Keramidas2002-03-171-1/+1
* Use SIGUSR1 to propogate SIGURG to the child; security measures preventBill Fenner2002-02-271-2/+3
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+2