summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getbsize.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-4/+4
| | | | | | | | | | | | wrapper .h files and asm labels to let internal calls resolve directly and not be overridable or use the PLT. Then, apply that framework to most of the functions in stdio.h, string.h, err.h, and wchar.h. Delete the should-have-been-hidden-all-along _v?(err|warn)[cx]? symbols while here. tests clean on i386, amd64, sparc64, powerpc, and mips64 naming feedback from kettenis@ and millert@ ok kettenis@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansification; checked by pvalderaadt2003-06-111-4/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* deal with -1 from snprintf, if it ever happensderaadt2001-08-181-2/+4
|
* Fix snprintf return value usage.millert1998-06-231-1/+3
|
* Fix compiler warnings.millert1997-08-241-4/+4
|
* Clean up some -Wall complaints.millert1997-07-091-2/+3
|
* Fix RCS idstholo1996-08-191-7/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* from netbsd; warnx called incorrectlyderaadt1996-01-291-3/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+111