1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00
freebsd/lib
Alexander Kabaev 0212104ba9 Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS
puts it before library's object files, making the whole constuct useless.
2007-05-19 16:38:39 +00:00
..
bind
csu
libalias
libarchive Don't forget to free a string allocated by strdup where necessary. 2007-05-19 05:09:09 +00:00
libatm First argument of MD5Final is an array of unsigned characters. 2007-04-04 03:24:01 +00:00
libautofs
libbegemot
libbluetooth
libbsm Add au_to_zonename.3 alias for au_token.3. 2007-04-23 14:46:59 +00:00
libbsnmp
libbz2
libc Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS 2007-05-19 16:38:39 +00:00
libc_r Fix a logic bug I re-introduced in my patch I sent to Daniel 2007-05-18 12:25:48 +00:00
libcalendar
libcam
libcom_err
libcompat
libcrypt cipher(3) is gone. 2007-04-04 14:04:55 +00:00
libdevinfo
libdevstat
libdisk
libedit
libelf Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
libexpat Get endianess right. 2007-04-24 06:29:27 +00:00
libfetch Handle temporary redirects (HTTP status code 307) 2007-05-08 19:28:03 +00:00
libftpio
libgeom Remove parameter names from prototypes to avoid namespace issues. 2007-05-06 10:00:27 +00:00
libgpib
libgssapi Add include directives for string.h and stdlib.h to get proper function 2007-04-04 02:40:59 +00:00
libipsec Integrate the Camellia Block Cipher. For more information see RFC 4132 2007-05-09 19:37:02 +00:00
libipx
libkiconv
libkse Fix a logic bug I re-introduced in my patch I sent to Daniel 2007-05-18 12:25:48 +00:00
libkvm Add a level of indirection to the kernel PTE table. The old 2007-05-19 13:11:27 +00:00
libmagic
libmd Use unsigned comparisons. Prior to this commit, SHA1_Update and 2007-05-14 05:00:37 +00:00
libmemstat
libmilter New files in sendmail 8.14.1 2007-04-09 01:45:30 +00:00
libmp
libncp
libnetgraph Replace select() by poll() to avoid problems with big 2007-05-14 14:18:41 +00:00
libngatm
libopie
libpam In account management, verify whether the account has been locked 2007-03-27 09:59:15 +00:00
libpcap
libpmc Fix a bug in the description of the "p6-div" event. [1] 2007-04-12 09:16:54 +00:00
libpthread Fix a logic bug I re-introduced in my patch I sent to Daniel 2007-05-18 12:25:48 +00:00
libradius Use correct u_int and socklen_t types for parameters if function is 2007-04-04 02:59:54 +00:00
librpcsvc
librt Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. 2007-05-13 14:12:40 +00:00
libsbuf
libsdp
libsm New files in sendmail 8.14.1 2007-04-09 01:45:30 +00:00
libsmb
libsmdb
libsmutil
libstand Cast away const qualifier to squash GCC warning. 2007-04-04 03:29:02 +00:00
libtacplus
libtelnet
libthr Fix a logic bug I re-introduced in my patch I sent to Daniel 2007-05-18 12:25:48 +00:00
libthread_db Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. 2007-05-13 14:12:40 +00:00
libufs
libugidfw
libusbhid
libutil strlcpy() may be faster than snprintf(), but it is less portable, and this 2007-05-11 11:10:05 +00:00
libvgl
libwrap
liby
libypclnt Back out my previous commit to this area, there are differences between 2007-03-30 06:12:45 +00:00
libz
msun Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. 2007-05-13 14:12:40 +00:00
ncurses Add a missing backslash and unbreak the build. 2007-04-16 09:54:59 +00:00
Makefile Make sure libc is installed before all other shared libraries. Other 2007-05-19 04:55:14 +00:00
Makefile.inc