Go to file
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
bin Fix a comment: POSIX doesn't specify -h. 2002-05-31 18:54:01 +00:00
crypto check sshd uid/chroot dir on UsePrivilegeSeparation mode, and die if they 2002-05-29 23:54:29 +00:00
dist avoid overrun in NFS decoding. 2002-06-01 14:38:59 +00:00
distrib SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
etc Dig man page directories for pmppc. 2002-05-31 12:20:04 +00:00
games __STDC__ is always defined on NetBSD. 2002-05-26 00:12:11 +00:00
gnu Provide a switch to turn off envelope recipient canonicalization. 2002-06-01 22:55:04 +00:00
include do not define types like int32_t or u_int32_t locally. 2002-05-30 14:13:01 +00:00
lib use int32_t, instead of int, for on-disk data. 2002-05-30 14:55:47 +00:00
libexec SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
regress Correct the types of float_rounding_mode and float_exception_flags. 2002-05-22 00:01:35 +00:00
sbin avoid fd_set overrun. 2002-05-31 22:10:18 +00:00
share SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
sys SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
tools Make Solaris 8 happy: use ln -f -s instead of ln -fs 2002-05-31 05:50:03 +00:00
usr.bin When asked for the string representation of a device that isn't 2002-05-31 16:45:16 +00:00
usr.sbin SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
BUILDING add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
BUILDING.mdoc add "-M makeobjdirprefix" to build.sh 2002-05-13 01:44:34 +00:00
Makefile Change -s srcdir and -d destdir so that they don't contain the "/etc" portion. 2002-05-07 02:11:07 +00:00
Makefile.inc
UPDATING Sync the sshd entry with etc/master.passwd. 2002-05-19 00:54:35 +00:00
build.sh add armeb as valid MACHINE_ARCH 2002-05-24 14:43:31 +00:00