From owner-freebsd-commit Sun Jan 28 19:23:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23106 for freebsd-commit-outgoing; Sun, 28 Jan 1996 19:23:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23097 for cvs-all-outgoing; Sun, 28 Jan 1996 19:23:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23087 for cvs-share-outgoing; Sun, 28 Jan 1996 19:23:11 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23080 Sun, 28 Jan 1996 19:23:08 -0800 (PST) Date: Sun, 28 Jan 1996 19:23:08 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601290323.TAA23080@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/man/man3 queue.3 Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/28 19:23:07 Modified: share/man/man3 queue.3 Log: Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE. Change examples to actually free() the nodes removed from lists. Give examples of faster list deletion routines. Revision Changes Path 1.2 +78 -10 src/share/man/man3/queue.3