NetBSD/sys/netsmb
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
..
Makefile comment out includes for now 2002-01-09 21:10:04 +00:00
iconv.c add public domain license for stubs 2002-01-05 20:29:38 +00:00
iconv.h add public domain license for stubs 2002-01-05 20:29:38 +00:00
mchain.h big-endian macros 2002-05-16 20:37:12 +00:00
netbios.h resolve conflicts 2002-01-04 02:39:37 +00:00
smb.h resolve conflicts 2002-01-04 02:39:37 +00:00
smb_conn.c resolve conflicts 2002-01-04 02:39:37 +00:00
smb_conn.h resolve conflicts 2002-01-04 02:39:37 +00:00
smb_crypt.c resolve conflicts 2002-01-04 02:39:37 +00:00
smb_dev.c use SMBDATA for devtbl 2002-01-08 19:52:16 +00:00
smb_dev.h resolve conflicts 2002-01-04 02:39:37 +00:00
smb_iod.c SIMPLEQ rototill: 2002-06-01 23:50:52 +00:00
smb_rq.c resolve conflicts 2002-01-04 02:39:37 +00:00
smb_rq.h resolve conflicts 2002-01-04 02:39:37 +00:00
smb_smb.c resolve conflicts 2002-01-04 02:39:37 +00:00
smb_subr.c resolve conflicts 2002-01-04 02:39:37 +00:00
smb_subr.h resolve conflicts 2002-01-04 02:39:37 +00:00
smb_tran.h resolve conflicts 2002-01-04 02:39:37 +00:00
smb_trantcp.c resolve conflicts 2002-01-04 02:39:37 +00:00
smb_trantcp.h resolve conflicts 2002-01-04 02:39:37 +00:00
smb_usr.c resolve conflicts 2002-01-04 02:39:37 +00:00
subr_mchain.c resolve conflicts 2002-01-04 02:39:37 +00:00