Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -7/+7 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | Before terminal characteristics are displayed, stty(1) activates | 2016-07-23 | 1 | -1/+5 | |
| | | | | | | | pledge(2). Then the values cannot be modified anymore. Let stty error out if the display and modify mode are combined on the command line to avoid a pledge violation later on. OK deraadt@ | ||||
* | header cleanup | 2016-03-23 | 1 | -2/+4 | |
| | | | | from Edgar Pettijohn, with a correction from deraadt@ | ||||
* | Cannot pledge bottom half of setting, because of the ioctl backing | 2015-11-20 | 1 | -4/+5 | |
| | | | | "extproc", "ostart" and "ostop" are not allowed (yet?) | ||||
* | pledge "stdio tty" works once the kernel allows TIOCGWINSZ. Do the pledge | 2015-10-11 | 1 | -3/+11 | |
| | | | | | | after TIOCGETD, which the kernel is unlikely to support (does not feel like a good idea for a program to switch line disc, and therefor not worth allowing the program to ask either) | ||||
* | -a is documented | 2015-02-15 | 1 | -2/+2 | |
| | |||||
* | add unsigned char casts for specific calls to ctype.h macros. | 2013-11-21 | 1 | -2/+2 | |
| | | | | ok guenther step | ||||
* | Use strtonum() instead of atoi() so that ridiculous sloppy things like | 2009-10-28 | 1 | -2/+6 | |
| | | | | | | | | | ispeed -38400 baud; ospeed 38400 baud; 24 rows; 80 columns; and % stty rows -45; stty size 65491 80 don't happen. ok millert guenther | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -15/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | documentation tweaks. | 2008-05-17 | 1 | -3/+3 | |
| | | | | ok (some time ago) jmc@ | ||||
* | ansification, art ok | 2003-06-11 | 1 | -6/+4 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | o) __progname aria; | 2001-09-06 | 1 | -3/+2 | |
| | | | | millert@ ok. | ||||
* | exit and use __progname | 2001-05-20 | 1 | -5/+6 | |
| | |||||
* | Sync usage() with man page. | 2000-10-06 | 1 | -3/+3 | |
| | |||||
* | i am bored enough to fix terminal space/tab uglies | 1997-09-01 | 1 | -4/+4 | |
| | |||||
* | bye bye :, mikel | 1997-06-04 | 1 | -3/+3 | |
| | |||||
* | zap getopt() case of -?, come on, it is the default! | 1996-08-02 | 1 | -3/+2 | |
| | |||||
* | not a terminal; from freebsd | 1996-08-02 | 1 | -5/+5 | |
| | |||||
* | update rcsid | 1996-06-23 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+166 | |