summaryrefslogtreecommitdiff
path: root/sys/dev/ic/i82586.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2004-01-12 21:17:30 +0000
committerwiz <wiz@NetBSD.org>2004-01-12 21:17:30 +0000
commite72df29d6dcf8174772da170deea6ff15aa3d915 (patch)
tree9c45e8d7b445b519a4aec6ec396ef42c52083352 /sys/dev/ic/i82586.c
parent73abe3ee522453c23adb5ddf0d81303ce9084016 (diff)
Bump date for previous. Punctuation nits. Sort SEE ALSO.
Diffstat (limited to 'sys/dev/ic/i82586.c')
0 files changed, 0 insertions, 0 deletions
000'>2020-08-08PR/55551 Soumendra Ganguly: Simplify tcgetattr error handling.christos 2020-08-07PR/55548: Soumendra Ganguly: Since isatty(3) is implemented usingchristos tcgetattr(3), call it directly to avoid calling it twice. This makes error handling more precise. Also don't call err(3) when tcsetattr(3) fails. 2020-08-03remove trailing whitespacechristos 2020-08-02PR/55531: Soumendra Ganguly:christos - add more error handling - handle -p when not a terminal - call termreset() before printing script done, so that it is printed correctly Also: - use ssize_t/size_t instead of int - use EXIT_SUCCESS/EXIT_FAILURE - check result of fork() against -1 2020-08-01PR/55529: Soumendra Ganguly: configure the terminal in raw mode duringchristos playback so that output postprocessing is not done and playback of programs using curses does not appear corrupted. 2011-09-06static + __deadjoerg 2011-06-08mention combinations of flagsyamt 2011-06-08err -> errx where appropriateyamt 2009-10-17use system to parse argschristos 2009-10-17New sentence, new line. Remove trailing whitespace.wiz 2009-10-17add more features found in other uniceschristos 2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wshadow)lukem 2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem Tweak to use a consistent format. 2007-09-09PR/36955: Ighighi: Use fseeko instead of fseek.christos 2007-08-20Apparently seeking forward on a FIFO does not work (why?). Read instead.christos Patch from Jukka Salmi. 2007-08-19deal with non-regular files.christos 2006-06-14Fix PR: 26363: script core dumps on incorrect input files.liamjfoy This patch virtually re-writes the playback code and contains improvements (mainly the dependency upon BUFSIZ being the same size as it was wrote at). OK: christos, joerg 2006-03-29ANSIfy. de-P.rpaulo 2004-07-13Add -d to usage; use getprogname(3). From Kouichirou Hiratsuka in PR 26227.wiz 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc Patches provided by Joel Baker in PR 22365, verified by myself. 2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz for correct formatting of the SYNOPSIS any longer. 2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry difficult to read and understand. Most manuals of English style therefore say that you should use "use". 2002-06-21Add an alternate "typescript mode" that contains timestamps and otheratatat data interleaved between chunks of actual output (and input), and teach script how to read the new format so that sessions can be played back at "proper" time. 2001-12-01Whitespace cleanup.wiz