NetBSD/libexec
alnsn 9a921db489 Cosmetic changes to Lua binding in bozohttpd.
- Don't use negative indicies to read arguments of Lua functions.
- On error, return nil, "error string".
- Use ssize_t for return values from bozo_read() and bozo_write().
- Prefer lstring especially when if saves you from appending NUL and
  doing len + 1 which can potentially wraparound.
- Don't mix C allocations with Lua functions marked with "m" in the Lua
  manual. Those functions may throw (longjump) and leak data allocated
  by C function. In one case, I use luaL_Buffer, in the other case,
  I rearranged calls a bit.
2017-05-28 22:37:36 +00:00
..
atrun missing <sys/stat.h> include. 2017-01-10 20:29:48 +00:00
comsat s/users/user's 2016-12-20 09:22:18 +00:00
fingerd Fix a sentence. 2016-12-24 05:40:49 +00:00
ftpd CID 603440: ensure that closing socket exists 2016-07-19 21:25:38 +00:00
getNAME
getty need <sys/stat.h> for chmod 2017-01-10 21:08:15 +00:00
httpd Cosmetic changes to Lua binding in bozohttpd. 2017-05-28 22:37:36 +00:00
identd Whitespace. 2016-12-12 10:07:48 +00:00
ld.aout_so Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
ld.elf_so PR port-macppc/47464 - Old binutils generated bogus zero-sized COPY 2017-04-27 08:37:15 +00:00
lfs_cleanerd move the compiler hack closer to the source of the fail 2016-03-18 10:10:21 +00:00
mail.local Fix error checks in open(2) calls. 2016-07-21 12:29:37 +00:00
makekey
makewhatis Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
rexecd
rlogind
rpc.rquotad
rpc.rstatd Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
rpc.rusersd
rpc.rwalld
rpc.sprayd
rshd
talkd Remove dead assignment; from Henning Petersen in PR 50196. 2015-09-03 08:16:36 +00:00
telnetd Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
tftpd CID 976523: add FALLTHROUGH 2016-07-20 20:18:21 +00:00
utmp_update Use verrx with a va_list. 2015-04-26 08:56:19 +00:00
Makefile
Makefile.inc