freebsd-dev/lib/libc
David Schultz f4d140366a Simplify mpool_get() and mpool_write() by using pread() and pwrite()
instead of lseek()/_read() and lseek()/_write().

PR:		bin/54276
Submitted by:	<dnelson@allantgroup.com>
2004-01-20 00:40:35 +00:00
..
alpha Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the 2004-01-18 07:57:02 +00:00
amd64 Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the 2004-01-18 07:57:02 +00:00
compat-43
db Simplify mpool_get() and mpool_write() by using pread() and pwrite() 2004-01-20 00:40:35 +00:00
gdtoa Implement __hdtoa() and __hldtoa() and enable printf() support for %a 2004-01-18 10:32:49 +00:00
gen add missing endusershell() call. Original version was incorrect. 2004-01-18 21:33:25 +00:00
gmon Use ANSI C function definition for _mcount' and remove static' 2004-01-06 18:49:54 +00:00
i386 Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the 2004-01-18 07:57:02 +00:00
ia64 Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the 2004-01-18 07:57:02 +00:00
include Add a delta accidentally omitted from the previous commit: 2004-01-18 08:05:21 +00:00
locale Remove unused variables and function declarations. Add missing headers. 2004-01-06 18:26:15 +00:00
net It was reported that when using nss_ldap, getgrent(3) would behave 2004-01-09 13:43:49 +00:00
nls
posix1e Adjust for brain outage that affected the previous commit. 2004-01-06 20:29:40 +00:00
powerpc Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of the 2004-01-18 07:57:02 +00:00
quad
regex
rpc XDR sources are handled by ../xdr/Makefile.inc. 2004-01-11 17:14:54 +00:00
sparc64 Add prototypes for the three syscall stubs that are invoked here, 2004-01-19 16:14:58 +00:00
stdio Bring the *printf(3) documentation up to date with the code: 2004-01-19 08:28:30 +00:00
stdlib Implement __cxa_atexit/__cxa_finalize as specified by the cross-vendor 2003-12-19 17:11:21 +00:00
stdtime Detect range errors when using the %s specifier. Previously, LONG_MAX 2003-11-17 04:19:15 +00:00
string Translate from GNU C to ISO C. 2004-01-14 07:47:10 +00:00
sys add cross-reference to clock_gettime(2) 2004-01-19 12:41:39 +00:00
uuid
xdr
yp
Makefile libc is now WARNS=2 clean with the exception of the gdtoa bits (which 2004-01-19 16:16:53 +00:00