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 Use __dead 2011-08-29 20:41:06 +00:00
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 Remove physical markup. 2009-04-09 04:02:32 +00:00
rlogind if you are going to use utmpx.h, include it. 2012-11-04 21:35:45 +00:00
rpc.rquotad Delay daemonization until RPC services have been registered. 2014-03-18 11:00:20 +00:00
rpc.rstatd Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00
rpc.rusersd Apply casts to cases where xdrproc_t is expected but is not 2011-08-30 17:06:20 +00:00
rpc.rwalld NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
rpc.sprayd NULL does not need a cast, here 2011-09-16 16:13:16 +00:00
rshd bin/46703: BSD r-commands use wrong source address for stderr 2012-07-14 15:06:26 +00:00
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 Import the new apropos/whatis. 2012-02-07 19:13:24 +00:00
Makefile.inc Make WARNS=5 the default here. 2012-06-19 06:10:09 +00:00