index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
getty
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prototype defttymode() instead of just declaring it.
yar
2003-07-18
1
-1
/
+1
*
- Use the initial terminal mode instead of the current mode
yar
2003-06-18
1
-59
/
+50
*
In the last clean-up of this code, the fact that the default tty mode
green
2003-06-14
1
-6
/
+20
*
Read gettytab(5) soon enough to fill in all necessary values.
yar
2003-06-10
1
-16
/
+39
*
Spot one more place where boolean variables were incremented
yar
2003-06-10
1
-1
/
+1
*
Coding style fix: Use "foo = 1" instead of "foo++" to assign
yar
2003-06-10
1
-2
/
+2
*
Fix some minor bugs, namely:
yar
2003-06-06
1
-3
/
+14
*
Fix a typo (missed &&).
sobomax
2003-01-20
1
-1
/
+1
*
Add a new gettytab(5) option - `pl', which if set tells getty that the line
sobomax
2003-01-19
1
-3
/
+3
*
#include <sys/time.h> instead of depending on namespace pollution in
bde
2002-02-25
1
-3
/
+3
*
Remove some unused variables, mark unused parameters as unused and change
imp
2002-02-06
1
-13
/
+12
*
o __P removal
imp
2002-02-06
1
-47
/
+32
*
Add 'df' string to gettytab - the strftime(3) format for %d
yar
2001-06-07
1
-1
/
+1
*
Check return code from login_tty. Allow getty to try and become
jwd
2000-11-19
1
-1
/
+12
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
1
-0
/
+1
*
Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open and
nsayer
2000-07-31
1
-2
/
+3
*
Changed setflags() to set_flags(). This fixes world breakage due to
bde
2000-01-28
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Ensure that things returned by gethostname() and
brian
1999-04-07
1
-2
/
+3
*
Add an 'al' (autologin username) capability to getty/gettytab. This is a
peter
1999-04-04
1
-4
/
+21
*
Set the CPU resource limit back to infinity before exec()ing PP.
brian
1999-03-09
1
-1
/
+4
*
This thing has its own puts function, so use it.
jkh
1998-10-08
1
-1
/
+3
*
Correct incompletes .Xrs. Remove duplicate #includes and unused variables.
charnier
1997-11-21
1
-9
/
+10
*
Removed unused variables.
alex
1997-06-27
1
-4
/
+1
*
Reset alarm before invoking ppplogin.
davidn
1997-06-03
1
-1
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Tidy-up modem-chat handling: ensure tty modes are restored to
davidn
1997-02-09
1
-10
/
+17
*
Increased username size to allow passing username:auth_method to
davidn
1997-02-07
1
-1
/
+1
*
Make username size dependant on MAXLOGNAME in sys/param.h. Was
davidn
1997-02-02
1
-2
/
+2
*
Added:
davidn
1997-02-02
1
-50
/
+183
*
Fix bug in %s, %m, %r and %v macros not displaying data.
davidn
1997-02-02
1
-1
/
+5
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Add a new 'de' capability, specifying a number of seconds to sleep before
msmith
1996-12-31
1
-1
/
+7
*
Add the >optional< ability to sense PPP link bringups and call an authentica...
pst
1996-11-13
1
-4
/
+49
*
Replace non-POSIX speed setting by POSIX one
ache
1996-05-07
1
-2
/
+3
*
Finally commit the changes that make getty(8) no longer depend on the
joerg
1996-05-05
1
-117
/
+183
*
Back this change out. It's just not worth arguing over and any further emails
jkh
1995-08-03
1
-27
/
+1
*
A useful aid.. Add support for:
jkh
1995-08-01
1
-1
/
+27
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-1
/
+1
*
Fix from John Kohl:
dg
1994-09-18
1
-1
/
+1
*
Ignore SIGQUITs, cause getty dumps core on garbadge from modem line
ache
1994-08-29
1
-1
/
+1
*
Replace this with the 1.1.5.1 getty. David says that the 4.4 version is too
jkh
1994-08-26
1
-113
/
+63
*
Implement fbtab ala SunSO.
guido
1994-08-22
1
-1
/
+4
*
BSD 4.4 Lite Libexec Sources
rgrimes
1994-05-27
1
-0
/
+549