Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add debug support. | 2005-01-23 | 1 | -1/+1 | |
| | | | | ok marc@ | ||||
* | errno changes, lib major version bumps, and general flag day | 2004-07-13 | 1 | -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 millert | 2004-06-24 | 1 | -1/+1 | |
| | |||||
* | major bump to libc and libpthread to break the dependency of a | 2004-06-07 | 1 | -1/+1 | |
| | | | | | | particular implementation of libpthread for libc. libc no longer needs pthread.h to compile. OK millert@, brad@, tedu@ | ||||
* | libc major number crank | 2004-05-03 | 1 | -2/+2 | |
| | |||||
* | bump minor for new functions. Reminder from brad@ | 2004-05-02 | 1 | -1/+1 | |
| | |||||
* | add pthread_attr_[get|set]stack | 2004-02-22 | 1 | -1/+1 | |
| | | | | | | From: FreeBSD's libc_r ok marc@ | ||||
* | new syscall closefrom(2). ok deraadt millert | 2004-01-12 | 1 | -1/+1 | |
| | |||||
* | bump minor | 2003-12-23 | 1 | -1/+1 | |
| | |||||
* | minor number bump due to added functions | 2003-07-21 | 1 | -1/+1 | |
| | |||||
* | crank major number to correspond to libc major change | 2003-05-08 | 1 | -2/+2 | |
| | |||||
* | when libc/shlib_version says you need to crank this one too, DO NOT IGNORE | 2003-04-14 | 1 | -1/+1 | |
| | | | | THAT ADVICE -- IT IS THERE FOR A REASON | ||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -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 and | 2002-11-21 | 1 | -1/+1 | |
| | | | | putchar_unlocked. Crank the minor on related libs. OK fgs@, deraadt@ | ||||
* | don't build with -g/-ggdb by default. | 2002-11-12 | 1 | -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. | 2000-01-04 | 1 | -0/+2 | |