freebsd-nq/lib/libc
Chris D. Faulhaber e76872c11e o style and consistency fixes:
- if (!var) -> if (var == NULL)
  - return val; -> return (val);
o update copyright
2002-02-17 20:05:20 +00:00
..
alpha Add getcontext, setcontext, makecontext, and swapcontext. These 2002-01-10 02:40:59 +00:00
amd64 Fixed unsorting and splitting of SRCS in previous commit. 2002-01-11 17:10:35 +00:00
compat-43
db
gen Use new-style function declations. 2002-02-13 09:30:47 +00:00
gmon Don't leave stack garbage in the reserved fields of the header. 2002-02-15 02:37:08 +00:00
i386 Fixed unsorting and splitting of SRCS in previous commit. 2002-01-11 17:10:35 +00:00
ia64
include Fixed namespace pollution related to `err' in libc in the same way as for 2001-11-11 02:48:09 +00:00
locale Do not try to convert to char already converted C monetary locale members. 2002-01-28 08:26:38 +00:00
mips
mipseb
mipsel
net balance parens. 2002-02-05 23:56:29 +00:00
nls
posix1e o style and consistency fixes: 2002-02-17 20:05:20 +00:00
quad
regex Fix a typo I made in revision 1.5. 2002-01-22 12:38:43 +00:00
rpc Fix two file descriptor leaks in the internal function local_rpcb() 2002-02-16 17:05:49 +00:00
sparc64 Connect user trap code to the build. 2002-01-01 21:59:53 +00:00
stdio mdoc(7) police: 2002-01-09 14:01:22 +00:00
stdlib Minor typo fix: uquad_t -> u_quad_t. 2002-01-20 16:50:29 +00:00
stdtime * style(9)'fy 2002-01-24 15:07:44 +00:00
string Revert last commit. stdio.h include is for perror(), not strerror() 2002-01-31 13:32:14 +00:00
sys Document that the type of st_flags is now fflags_t. 2002-02-15 22:37:15 +00:00
xdr
yp ANSIfy and remove some dead code. 2002-02-06 15:26:07 +00:00
Makefile
Makefile.inc