summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/shlib_version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add debug support.kettenis2005-01-231-1/+1
| | | | ok marc@
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
| | | | | | | To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build
* hsearch API/ABI u_int -> size_t -> crank majors; ok millertderaadt2004-06-241-1/+1
|
* major bump to libc and libpthread to break the dependency of amarc2004-06-071-1/+1
| | | | | | particular implementation of libpthread for libc. libc no longer needs pthread.h to compile. OK millert@, brad@, tedu@
* libc major number crankmillert2004-05-031-2/+2
|
* bump minor for new functions. Reminder from brad@marc2004-05-021-1/+1
|
* add pthread_attr_[get|set]stackbrad2004-02-221-1/+1
| | | | | | From: FreeBSD's libc_r ok marc@
* new syscall closefrom(2). ok deraadt millerttedu2004-01-121-1/+1
|
* bump minorbrad2003-12-231-1/+1
|
* minor number bump due to added functionsmillert2003-07-211-1/+1
|
* crank major number to correspond to libc major changemillert2003-05-081-2/+2
|
* when libc/shlib_version says you need to crank this one too, DO NOT IGNOREderaadt2003-04-141-1/+1
| | | | THAT ADVICE -- IT IS THERE FOR A REASON
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-2/+2
| | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@
* Add strerror_r and functions versions of getchar_unlocked andmarc2002-11-211-1/+1
| | | | putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@
* don't build with -g/-ggdb by default.marc2002-11-121-1/+1
| | | | | always build with -Wall bump version to 0.7 (matches libc_r x.7)
* a version separate from libc's to make things simpler.d2000-01-041-0/+2