summaryrefslogtreecommitdiff
path: root/usr.sbin/screenblank
ModeNameSize
-rw-r--r--Makefile356logplain
-rw-r--r--pathnames.h1798logplain
-rw-r--r--screenblank.14065logplain
-rw-r--r--screenblank.c10106logplain
g'> it is user-requested and not an error. 2010-01-10Plug a memory leak. From Igor Zinovik.joerg 2008-09-19Update patch to the version used by DragonFly and derived from OpenBSD.joerg Major changes are: - better detection of double applied patches - rejects remain unified diffs for unified patches - far less limitations, e.g. patch lines may be arbitrary long This addresses PR standards/11220 by changing patch -b behavior to be POSIX compliant. Old behavior can be obtained using --suffix, which works since NetBSD 1.4. pkgsrc has been adjusted accordingly. 2007-10-14Convert to using raise_default_signal(3).lukem 2006-04-09Coverity CID 1253, 1254: Don't assign the return of read or write to size_t.christos It will never be negative. 2005-03-25add --dry-run like gnu patch.skd 2004-10-30Add (unsigned char) cast to ctype functionsdsl Stop infinite loop if get lower case char with no upper case equiv. 2003-07-30remove unused macrositojun 2003-07-30use bounded string opitojun 2003-07-12pedantic check around unsafe strncpy.itojun XXX this code needs a serious rewrite 2003-07-12copyright missing in files, copy them from READMEitojun 2003-05-30Simplify handling of memory allocation, and make sure all return valueskristerw from malloc etc. are handled. This removes the old behavior to retry the operation with a less memory- consuming method in case malloc failed (this mechanism has never really worked, and is hard to test. Besides, it is less useful now than it was 20 years ago when the code was written...) 2003-05-29Be consistent with use of types (e.g. do not use LINENUM for quantitieskristerw that are not line numbers). 2003-01-06writable, not writeable.wiz 2002-03-16Check result of malloc and strdupkristerw Made some functions static Removed unneccessary buffer Increased size of some buffers that could overflow 2002-03-11KNFkristerw 2002-03-11Ansifykristerw Remove unused defines Remove #ifndef lint Remove redundant and incorrect casts. 2002-03-08Ansifykristerw Remove 'register' Make local functions static. Remove most '#ifndef lint'