NetBSD/libexec
lukem 06de426449 SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
..
atrun
comsat strncpy() -> strlcpy() 2002-03-18 23:34:21 +00:00
cron
fingerd __STDC__ is always defined on NetBSD. 2002-05-26 00:02:06 +00:00
ftpd Grammar fixes in last. 2002-05-31 09:56:12 +00:00
getNAME improve description of options - particularily, avoid repeating the option 2002-03-08 20:59:08 +00:00
getty
hpropd
identd __STDC__ is always defined on NetBSD. 2002-05-26 00:02:06 +00:00
kadmind
kfd
kpasswdd
ld.aout_so __STDC__ is always defined on NetBSD. 2002-05-26 00:02:06 +00:00
ld.elf_so SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
lfs_cleanerd fix a reversed condition. 2002-05-03 04:43:57 +00:00
mail.local __STDC__ is always defined on NetBSD. 2002-05-26 00:02:06 +00:00
makekey
makewhatis remove - the C version diverged enough for this to not be 2002-03-10 20:46:42 +00:00
rexecd __STDC__ is always defined on NetBSD. 2002-05-26 00:02:06 +00:00
rlogind Sort sections. 2002-01-15 02:24:28 +00:00
rmail Punctuation nit. 2002-01-15 02:25:08 +00:00
rpc.rquotad Whitespace nits, sort sections. 2002-01-15 02:25:49 +00:00
rpc.rstatd Make it compile again (vmstat change fallout). 2002-01-28 13:10:01 +00:00
rpc.rusersd Whitespace nits, sort SEE ALSO. 2002-01-15 02:27:03 +00:00
rpc.rwalld Whitespace nits. 2002-01-15 02:27:15 +00:00
rpc.sprayd Whitespace nits. 2002-01-15 02:27:15 +00:00
rshd ANSIfy. 2002-03-18 23:59:57 +00:00
talkd Lineup comment and remove unnecessary whitespaces. 2002-03-04 01:40:56 +00:00
telnetd __STDC__ is always defined on NetBSD. 2002-05-26 00:02:06 +00:00
tftpd Drop an unnecessary .Pp. 2002-01-15 02:28:41 +00:00
uucpd Sort sections, drop effectively empty section. 2002-01-15 02:29:01 +00:00
Makefile Split the notion of building Hesiod, Kerberos, S/key, and YP 2002-03-22 18:10:19 +00:00
Makefile.inc