summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* typo.sobrado2015-09-231-3/+3
|
* Prefer Xr over Fn for interpage references and delete reference toguenther2015-09-211-10/+11
| | | | | | setrunelocale() which is not exported from libc ok jmc@ stsp@
* Add STANDARDS section and another EINVAL reasonguenther2015-09-211-2/+12
|
* remove bogus includes of err.heric2015-09-208-17/+9
|
* use _PATH_RESCONF directlyeric2015-09-201-3/+2
|
* remove unused static functioneric2015-09-201-18/+1
|
* Don't wrap initialized variables: binutils appears to be mishandling themguenther2015-09-1916-18/+48
| | | | | | on arm and m88k problems with optind observed by jsg@
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-141-3/+3
| | | | In some cases, do additional cleanup in the immediate vicinity.
* remove null check before free. from Michael McConvilletedu2015-09-1411-143/+77
| | | | ok semarie
* Remove useless quoting from .Fo and .Fn function names, to preventschwarze2015-09-142-12/+12
| | | | | | development of a cargo cult in case people look at existing files for examples. This achieves a consistent .Fo and .Fn quoting style across the whole tree.
* Wrap moncontrol() so that internal calls go direct and it's a weak symbolguenther2015-09-141-1/+3
|
* in the SYNOPSIS, make void function arguments explicitschwarze2015-09-141-3/+3
|
* Only two of the *rand48.c files need <math.h>, so just #include it in themguenther2015-09-143-4/+5
|
* use .Va for global variables, and .Vt where the type is includedschwarze2015-09-143-55/+46
|
* vax deserves gdtoa love too!guenther2015-09-141-1/+3
|
* Wrap the remaining __*dtoa() functions so that internal calls go directguenther2015-09-147-7/+21
|
* Wrap <langinfo.h> and <regexp.h> so internal calls go direct andguenther2015-09-144-2/+57
| | | | the symbols are weak
* Wrap <locale.h> so internal calls go directguenther2015-09-143-2/+30
|
* Wrap _yp_check() and _yp_unbind() so internal calls go direct and they're weakguenther2015-09-143-5/+9
|
* Wrap <sys/sem.h> so internal calls go direct and all the symbols are weakguenther2015-09-141-0/+28
|
* KNFguenther2015-09-141-2/+3
|
* Wrap <asr.h> so internal calls go direct and all the symbols are weakguenther2015-09-149-9/+60
|
* Wrap <ifaddrs.h>, <netinet/in.h>, and <netinet/if_ether.h> so internalguenther2015-09-147-4/+111
| | | | calls go direct and all the symbols are weak
* Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all theguenther2015-09-144-2/+57
| | | | symbols are weak
* Wrap <readpassphrase.h> so internal calls go direct and readpassphrase is weakguenther2015-09-142-1/+27
|
* Wrap <netgroup.h> so internal calls go direct and the symbols are all weakguenther2015-09-142-1/+33
|
* Make isfdtype() and getmntinfo() weak symbolsguenther2015-09-142-2/+4
|
* Remove cast of int* to int*guenther2015-09-141-2/+2
|
* Use PROTO_DEPRECATED() make tcdrain() weak in libc, to guarantee libpthreadguenther2015-09-141-2/+2
| | | | can override it
* Finish wrapping <netdb.h> so that calls go direct and the symbols are all weakguenther2015-09-1414-14/+74
|
* Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and theguenther2015-09-137-5/+73
| | | | symbols without underbar prefix are all weak
* Wrap <fstab.h> so that calls go direct and the symbols are all weakguenther2015-09-132-1/+31
| | | | (Do you sense a theme?)
* Wrap <rpcsvc/ypclnt.h> so that calls go direct and the symbols are all weakguenther2015-09-136-5/+49
|
* Wrap <sys/sysctl.h> so that calls go direct and the symbol is weakguenther2015-09-131-0/+25
|
* For now, permit overriding of the malloc family, to make emacs happyguenther2015-09-132-12/+12
|
* Wrap <login_cap.h> so that calls go direct and the symbols are all weakguenther2015-09-132-1/+46
|
* Detritusguenther2015-09-131-41/+0
|
* Rename __sysctl syscall to just sysctl, as the userland wrapper is no longerguenther2015-09-133-7/+7
| | | | | | necessary ok deraadt@ jsing@
* Need SYS.h for END_STRONG()guenther2015-09-135-6/+6
|
* Major bump for symbol removalsguenther2015-09-131-1/+1
|
* Add hidden _libc_ aliases and symbol sizesguenther2015-09-132-1/+3
|
* Add hidden _libc_ aliases and symbol sizesguenther2015-09-134-0/+4
| | | | prodded by semarie@
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-1337-35/+490
| | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@
* Wrap <pwd.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-0/+43
| | | | Hide bcrypt_autorounds(), prefixing with an underbar for static builds.
* Wrap <pwd.h> so that calls go direct and the symbols are all weak.guenther2015-09-135-10/+16
| | | | Hide bcrypt_autorounds(), prefixing with an underbar for static builds.
* Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internallyguenther2015-09-132-3/+4
|
* Make softfloat's internal float_raise also available under a hidden, internalmiod2015-09-132-1/+13
| | | | | | | name, so that local references to it do not need to go through the plt. (this routine is used by libm and thus can't be made internal to libc) help and ok guenther@
* Uses angle brackets to include softfloat.h, and add the proper directory tomiod2015-09-1326-50/+52
| | | | | CFLAGS. ok guenther@
* The number of rounds is just two digits in the salt. We've alreadymillert2015-09-131-2/+2
| | | | | verified that they are there via isdigit() so we can convert from ASCII to an int without using atoi(). OK guenther@ deraadt@
* Wrap <grp.h> so that calls go direct and the symbols are all weak.guenther2015-09-132-1/+42
|