freebsd-src/lib
Brian Feldman 429d49129b Fix a tailq conversion bug that resulted in, e.g., nvi crashing upon
quitting every time.  The way to free a CIRCLEQ was to loop until
the current == current->head, but the way to free a TAILQ is to loop
until current->head == NULL.

In any case, the CORRECT way to do it is a loop of TAILQ_EMPTY() checks
and TAILQ_REMOVE()al of TAILQ_FIRST().  This bug wouldn't have happened
if the loop wasn't hard-coded...

There may be more bugs of this type from the conversion.
2000-12-30 16:10:32 +00:00
..
compat
csu
libalias
libatm
libbind
libc Fix a tailq conversion bug that resulted in, e.g., nvi crashing upon 2000-12-30 16:10:32 +00:00
libc_r Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libcalendar
libcam mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
libcom_err
libcompat Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libcrypt Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libdevstat Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libdisk Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libedit
libfetch Document FTP_LOGIN. 2000-12-22 18:03:21 +00:00
libform
libftpio Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libgnumalloc
libio Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +00:00
libipsec
libipx
libisc
libkse When retrieving the time of day in nanosleep(), store it in the 2000-12-20 17:04:12 +00:00
libkvm Change the proc information returned from the kernel so that it 2000-12-12 07:25:57 +00:00
libm Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libmd mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
libmenu
libncp
libncurses
libnetgraph mdoc(7) police: removed history info from the .Os FreeBSD call. 2000-12-14 11:52:05 +00:00
libopie
libpam Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libpanel
libpcap
libposix1e Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libpthread Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libradius Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libresolv
librpcsvc
libskey
libsmdb
libsmutil
libss Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +00:00
libstand Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libtacplus
libtelnet
libusb
libusbhid
libutil Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libvgl Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
libwrap
libxpg4
liby
libz
msun Prepare for mdoc(7)NG. 2000-12-29 14:08:20 +00:00
ncurses
Makefile Merge into a single US-exportable libcrypt, which only provides 2000-12-28 10:32:02 +00:00
Makefile.inc