freebsd-dev/lib/libc
Hajimu UMEMOTO dd521ef192 - kill strcpy
- port range check need to be done before htons.  from deraadt
- %d/%u audit
- correct bad practice in the code - it uses two changing variables
  to manage buffer (buf and buflen).  we eliminate buflen and use
  fixed point (ep) as the ending pointer.
- use snprintf, not sprintf
- pass correct name into q.name.  from lukem@netbsd
- sync comment

Obtained from:	KAME
MFC after:	1 week
2002-10-25 16:24:28 +00:00
..
alpha Revert previous commit to unbreak world until we figure out the 2002-09-20 15:43:26 +00:00
amd64 Revert previous commit to unbreak world until we figure out the 2002-09-20 15:43:26 +00:00
compat-43
db Correct the headers needed to use dbopen(3) and friends. 2002-10-18 16:20:08 +00:00
gen Make the first argument of getbsize a size_t* instead of an int*, as this is what the quantity actually is. Fix an easy const while I'm here. 2002-10-23 14:18:07 +00:00
gmon Initiate deorbit burn for the i386-only a.out related support. Moves are 2002-09-17 01:49:00 +00:00
i386 track gratuitous change to sys/i386/include/reg.h 2002-10-21 03:47:22 +00:00
ia64 Revert previous commit to unbreak world until we figure out the 2002-09-20 15:43:26 +00:00
include
locale Use an internal buffer for the result when the first argument is NULL. 2002-10-25 13:24:45 +00:00
net - kill strcpy 2002-10-25 16:24:28 +00:00
nls
posix1e Place mac_prepare() with the other mac_prepare*() functions. 2002-10-24 01:16:56 +00:00
powerpc
quad
regex Add restrict type-qualifier. 2002-10-02 07:49:35 +00:00
rpc Use kqueue(2) instead of poll(2) to wait for replies and timeouts 2002-10-15 22:28:59 +00:00
sparc64 Rename the libc signal trampoline to __sigtramp to match netbsd. This 2002-10-22 15:15:39 +00:00
stdio The ORIENTLOCK macro is no longer needed since all functions use 2002-10-25 07:01:56 +00:00
stdlib de-__P() 2002-10-16 22:18:42 +00:00
stdtime Add cross-references to the wide character counterparts of these functions. 2002-10-15 10:11:53 +00:00
string Replace wcsstr() with an implementation based on strstr(), which is far 2002-10-24 02:53:45 +00:00
sys Restored sigaction's name in its prototype. 2002-10-24 13:03:46 +00:00
xdr
yp
Makefile Zap the early-adopter transition aid before we get into serious 2002-10-11 22:38:17 +00:00
Makefile.inc