|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
260bab9f |
| 25-Sep-2023 |
John Baldwin <[email protected]> |
Purge more stray embedded $FreeBSD$ strings
These do not use __FBSDID but instead use bare char arrays.
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957
(cherry p
Purge more stray embedded $FreeBSD$ strings
These do not use __FBSDID but instead use bare char arrays.
Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41957
(cherry picked from commit eba230afba4932f02a1ca44efc797cf7499a5cb0)
show more ...
|
|
Revision tags: release/13.2.0, release/12.4.0 |
|
| #
f285f414 |
| 04-Nov-2022 |
Dag-Erling Smørgrav <[email protected]> |
getty: code cleanup, part 2
* Clean up whitespace * Reindent
Sponsored by: Klara, Inc.
|
| #
8ad7a14a |
| 04-Nov-2022 |
Dag-Erling Smørgrav <[email protected]> |
getty: code cleanup, part 1
* Avoid unnecessary use of `unsigned char *` * Use explicit casts when assigning `unsigned char *` to `char *` or vice versa * Drop unused global variables (and fix memor
getty: code cleanup, part 1
* Avoid unnecessary use of `unsigned char *` * Use explicit casts when assigning `unsigned char *` to `char *` or vice versa * Drop unused global variables (and fix memory leak in `gettable()`) * Use `snprintf()` instead of `strcpy()` + `strcat()` * Drop spurious braces in switch
Sponsored by: Klara, Inc. Obtained from: Apple OSS Distributions (in part) Differential Revision: https://reviews.freebsd.org/D37263
show more ...
|
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
2ba80650 |
| 04-Feb-2018 |
Edward Tomasz Napierala <[email protected]> |
Initialize all the fields. This is one of the steps required to bump WARNS.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
|
| #
04688610 |
| 04-Feb-2018 |
Edward Tomasz Napierala <[email protected]> |
Reduce code duplication; no functional changes.
Obtained from: NetBSD MFC after: 2 weeks Sponsored by: The FreeBSD Foundation
|
| #
8a16b7a1 |
| 20-Nov-2017 |
Pedro F. Giffuni <[email protected]> |
General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 3-Clause license.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier f
General further adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 3-Clause license.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point.
show more ...
|
|
Revision tags: release/10.4.0 |
|
| #
ff48be37 |
| 07-Sep-2017 |
David Bright <[email protected]> |
Add a new getty/gettytab capability to generate an initial message dynamically.
This modification adds a new gettytab(5) option (iM) to specify a program to run that will generate the initial (banne
Add a new getty/gettytab capability to generate an initial message dynamically.
This modification adds a new gettytab(5) option (iM) to specify a program to run that will generate the initial (banner) message that is displayed before the login prompt. Such a capability is useful when dynamic information is needed in the banner message that cannot be supplied by the set of % substitution sequences available in the "im" option.
Reviewed by: vangyzen, wblock, manpages Approved by: vangyzen (mentor) MFC after: 1 week Relnotes: yes Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D12108
show more ...
|
|
Revision tags: release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0 |
|
| #
5efaea4c |
| 17-Feb-2014 |
Christian Brueffer <[email protected]> |
Remove the 3rd clause ("advertising clause") of the BSD license as permitted by the University of Berkeley on July 22, 1999.
Reviewed by: imp MFC after: 1 week
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0 |
|
| #
1acf0dba |
| 07-Jan-2012 |
Ulrich Spörlein <[email protected]> |
Spelling fixes for libexec/
|
|
Revision tags: release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
| #
410f13a5 |
| 06-Apr-2005 |
Stefan Farfeleder <[email protected]> |
Include gettytab.h before extern.h so that the declarations of struct gettyflags, gettynums and gettystrs are available.
|
|
Revision tags: release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0 |
|
| #
b19ab1ce |
| 18-Jun-2003 |
Yaroslav Tykhiy <[email protected]> |
- Use the initial terminal mode instead of the current mode as the source of defaults for terminal device parameters.
- Do duplucate code reduction and simplification enabled by the above.
Revi
- Use the initial terminal mode instead of the current mode as the source of defaults for terminal device parameters.
- Do duplucate code reduction and simplification enabled by the above.
Reviewed by: green MFC after: 1 month
show more ...
|
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0 |
|
| #
9b766048 |
| 19-Jan-2003 |
Maxim Sobolev <[email protected]> |
Add a new gettytab(5) option - `pl', which if set tells getty that the line in question is PPP-only line, i.e. no PPP-sequence detection is necessary and PPP login program referenced by `pp' should b
Add a new gettytab(5) option - `pl', which if set tells getty that the line in question is PPP-only line, i.e. no PPP-sequence detection is necessary and PPP login program referenced by `pp' should be started automatically instead of login(1)
Feature suggested and sponsored by: United Networks of Ukraine No reply from: re MFC after: 2 weeks
show more ...
|
|
Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
db563f31 |
| 07-Jun-2001 |
Yaroslav Tykhiy <[email protected]> |
Add 'df' string to gettytab - the strftime(3) format for %d in the banner messages (of course, defaults to "%+").
Submitted by: Gleb Smirnoff <[email protected]>
|
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs |
|
| #
3d4a189e |
| 31-Jul-2000 |
Nick Sayer <[email protected]> |
Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open and setting of CLOCAL. Necessary for 3 wire RS-232 setups with dumb terminals.
PR: 5959
|
|
Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs |
|
| #
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <[email protected]> |
$Id$ -> $FreeBSD$
|
|
Revision tags: release/3.2.0 |
|
| #
610b0299 |
| 04-Apr-1999 |
Peter Wemm <[email protected]> |
Add an 'al' (autologin username) capability to getty/gettytab. This is a damn useful thing for using with serial consoles in clusters etc or secure console locations. Using a custom gettytab entry
Add an 'al' (autologin username) capability to getty/gettytab. This is a damn useful thing for using with serial consoles in clusters etc or secure console locations. Using a custom gettytab entry for console with an entry like 'al=root' means that there is *always* a root login ready on the console. This should replace hacks like those which go with conserver etc. (This is a loaded gun, watch out for those feet!)
Submitted by: "Andrew J. Korty" <[email protected]>
show more ...
|
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6 |
|
| #
d748864d |
| 21-Nov-1997 |
Philippe Charnier <[email protected]> |
Correct incompletes .Xrs. Remove duplicate #includes and unused variables.
|
|
Revision tags: release/2.2.5_cvs |
|
| #
33a0249f |
| 02-Aug-1997 |
Bruce Evans <[email protected]> |
Import Lite2's src/libexec, except for makekey (which was spammed by a repository copy from 1.1.5 and patched back to Lite1) and rbootd/bootdir/SYSHPBSD (which is binary). All changed files have alr
Import Lite2's src/libexec, except for makekey (which was spammed by a repository copy from 1.1.5 and patched back to Lite1) and rbootd/bootdir/SYSHPBSD (which is binary). All changed files have already left the vendor branch.
show more ...
|
|
Revision tags: release/2.2.2_cvs, release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs |
|
| #
9e522f7a |
| 22-Feb-1997 |
Peter Wemm <[email protected]> |
Revert $FreeBSD$ to $Id$
|
|
Revision tags: release/2.1.6_cvs, release/2.1.6.1 |
|
| #
fe552114 |
| 02-Feb-1997 |
David Nugent <[email protected]> |
Added: ic=expect/send script modem init script ac=expect/send script modem answer script ct#val chat script timeout (seconds) rt#val recycle timeout (seconds) if 'ac
Added: ic=expect/send script modem init script ac=expect/send script modem answer script ct#val chat script timeout (seconds) rt#val recycle timeout (seconds) if 'ac' set dc#val debug bitmask for debugging chat scripts hw (boolean) enable crtscts handshaking if=path 'issue' file sent prior login prompt
chat.c is a simplistic expect/send chat module.
show more ...
|
| #
1130b656 |
| 14-Jan-1997 |
Jordan K. Hubbard <[email protected]> |
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so
Make the long-awaited change from $Id$ to $FreeBSD$
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
show more ...
|
| #
b2a1dd44 |
| 31-Dec-1996 |
Mike Smith <[email protected]> |
Add a new 'de' capability, specifying a number of seconds to sleep before emitting the initial prompt.
This is useful in a number of circumstances : - you have (a) stupid modem(s) that assert(s) DC
Add a new 'de' capability, specifying a number of seconds to sleep before emitting the initial prompt.
This is useful in a number of circumstances : - you have (a) stupid modem(s) that assert(s) DCD too soon. - you have dialin users with stupid diallers and poorly written chatscripts. (esp. some Winsock diallers)
BSD/OS also has this capability.
Submitted by: [email protected] (Damian Hamill)
show more ...
|
| #
ee936a69 |
| 13-Nov-1996 |
Paul Traina <[email protected]> |
Add the >optional< ability to sense PPP link bringups and call an authentication program
|
|
Revision tags: release/2.1.5_cvs |
|
| #
cae66988 |
| 05-May-1996 |
Joerg Wunsch <[email protected]> |
Finally commit the changes that make getty(8) no longer depend on the COMPAT_43 cruft. This is supposedly the last core utility that has been using it! (So now, one should be able to remove this op
Finally commit the changes that make getty(8) no longer depend on the COMPAT_43 cruft. This is supposedly the last core utility that has been using it! (So now, one should be able to remove this option from the config files. Be aware that the last officially released xterm however still requires it.)
The getty has been running now for several weeks on my modem line, so i feel safe about it.
Obtained from: mostly from the NetBSD vendor-branch
show more ...
|
| #
712c581c |
| 13-Apr-1996 |
Joerg Wunsch <[email protected]> |
Import NetBSD's termios'ed getty into a vendor branch.
Obtained from: NetBSD 1.1R
|