summaryrefslogtreecommitdiff
path: root/sys/modules/lua/lua.c
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2017-05-20 08:00:47 +0000
committerwiz <wiz@NetBSD.org>2017-05-20 08:00:47 +0000
commit0d200895dc7fc86bc45f3a80c8301a207a994525 (patch)
tree7ae490e7b3d7ece7aaacd9f6a0b2282098b45b5f /sys/modules/lua/lua.c
parent84c96328e2cb291386b0f2fd3b49cda19198e38d (diff)
New sentence, new line. Bump date for previous.
Diffstat (limited to 'sys/modules/lua/lua.c')
0 files changed, 0 insertions, 0 deletions
sed functionitojun 2003-07-14remove unneeded #ifdefs. improves readability.itojun 2003-07-13use bounded string op (there still are remains)itojun 2002-08-22use strlcpy. minor style fixesitojun 2002-08-20add some more ifdefs, so that we don't define variables we don't use.christos 2002-08-20PR/17999: FUKAUMI Naoki: Support wtmpx entries.christos 2001-09-02Fix #ifdef indentation after recent removal of #ifdef NEWINIT-code.wiz 2001-08-30Remove code #ifdef'd on NEWINIT (never used on NetBSD).wiz 2001-08-29Cray-only patch (sync with cray). Patch by Brian Ginsbach in private mail.wiz 2001-08-24Remove lots of #ifdef's for dead Cray hardware and obsolete UNICOS releases;wiz 2001-08-20Rename variable to avoid shadowing.wiz 2001-08-20Improve whitespace a bit, per bin/13667 by Brian Ginsbach.wiz 2001-08-20Typo fixes and syslog string improvements, from bin/13667 by Brian Ginsbach.wiz 2001-08-20Fix type of last execl argument, inspired by bin/13667.wiz 2001-07-19bound-check all "*nfrontp++" code. from openbsd/heimdal.itojun 2001-02-04fix redundant declarations.christos 2001-01-10use LOG_ERR for fatal errors, LOG_WARNING for other errorslukem 2000-12-09(scrub_env): change to only accept a listed set of variables,assar 2000-11-19Buffer overflow and environment passing fixes [originally inspired fromchristos 1999-12-31Abort if memory for execv(2) argument array cannot be allocated insteadtron 1999-09-17Kerberos5 ticket forwarding works.aidan 1999-08-12Added kerberos5_cleanup() to cleanup if KRB5 defined. This is to destroyaidan 1999-02-12Fix for PR 5821dean 1998-08-29Execute ttyaction on termination of rlogind/telnetd sessions.tsarna 1998-08-05Fix for pr 5904 from Zdenek Salvet; we now use openpty() to get a pty.perry 1998-04-01No need to include <sys/tty.h>.kleink 1997-10-08WARNS?=1. RCS ids.mrg 1997-08-25Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,kleink 1996-03-20apply Thorsten's patch to add gettytab support to telnetd.tls 1996-02-28RCS id cosmetics.thorpej 1996-02-24restore lost local change (be careful with 'long' vs. 'int'jtk 1996-02-24update to telnetd from 95.10.23 version. Includes Borman's scrub_env()jtk 1996-02-08Make sure that the user name cannot ever be interpreted as an option tomycroft 1994-12-23be a bit more careful with types, casts, and and function declarations.cgd