index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
yp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate more dead stores.
wollman
2009-11-25
1
-1
/
+1
*
Fix some "in in" typos in comments.
brueffer
2008-03-26
1
-1
/
+1
*
Set timeout for all NIS RPC requests to 1 second and not just for
simon
2007-07-24
1
-8
/
+8
*
Use C comments since we now preprocess these files with CPP.
deischen
2007-04-29
1
-1
/
+3
*
- Bump _yplib_timeout limit from 10 to 20 seconds to better handle
simon
2007-03-04
1
-1
/
+9
*
Add each directory's symbol map file to SYM_MAPS.
deischen
2006-03-13
1
-0
/
+2
*
Add symbol maps and initial symbol version definitions to libc.
deischen
2006-03-13
1
-0
/
+23
*
do mutex lock for each yp calls. with this,
ume
2005-05-03
1
-13
/
+65
*
MUTEX_INITIALIZER should be used instead of
ume
2005-04-06
1
-1
/
+1
*
protect _yp_domain with mutex lock.
ume
2005-04-05
1
-3
/
+24
*
Use socklen_t where appropriate.
stefanf
2005-03-11
1
-2
/
+2
*
Back out the `hiding' of strlcpy and strlcat. Several people
nectar
2003-05-01
1
-1
/
+1
*
`Hide' strlcpy and strlcat (using the namespace.h / __weak_reference
nectar
2003-04-29
1
-1
/
+1
*
libc_r wasn't so tied to libc for 22 months.
ru
2002-11-18
1
-1
/
+1
*
Spell void * as void * rather than caddr_t. This is complicated by the
des
2002-04-28
2
-23
/
+30
*
Fix the style of the SCM ID's.
obrien
2002-03-22
2
-6
/
+4
*
o Move NTOHL() and associated macros into <sys/param.h>. These are
mike
2002-02-18
1
-0
/
+1
*
ANSIfy and remove some dead code.
des
2002-02-06
2
-81
/
+35
*
Apply the following mechanical transformations in preparation for
des
2002-02-06
2
-133
/
+133
*
Fix cc -Wall, fix rcsid warnings, add missing prototypes,
alfred
2002-02-05
2
-2
/
+2
*
Fix some 32/64-bit bugs. IPv4 addresses are 32-bits, not longs. On the
jhb
2002-01-08
1
-8
/
+12
*
Changed the clnt_perror string in yp_all because it was saying the
pirzyk
2001-05-23
1
-1
/
+1
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-10
/
+13
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-9
/
+15
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-9
/
+9
*
Fix buffer overflows.
kris
1999-12-05
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Fixed the usual missing dependencies on headers generated by rpcgen.
bde
1998-05-09
1
-6
/
+6
*
Fix resource allocation problems:
wpaul
1998-03-07
1
-94
/
+176
*
Use ${DESTDIR} correctly in front of absolute paths.
asami
1997-05-23
1
-2
/
+2
*
Changed all paths to be relative to src/lib instead of src/lib/libc
jb
1997-05-03
1
-2
/
+2
*
Don't even think about processing bogus domain names here.
wpaul
1997-04-10
1
-1
/
+5
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
3
-3
/
+3
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
Fix for bug noticed by Christoph Kukulies.
wpaul
1996-12-20
1
-2
/
+3
*
- Avoid possible SEGVs: never call clnt_destroy() without checking
wpaul
1996-11-08
1
-8
/
+36
*
In _yp_dobind(), if we find ourselves required to contact the local ypbind
wpaul
1996-07-13
1
-0
/
+18
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-2
/
+2
*
Code clean up:
jraynard
1996-06-04
1
-2
/
+3
*
Code clean up:
jraynard
1996-06-03
1
-2
/
+2
*
Code clean up:
jraynard
1996-06-03
1
-1
/
+3
*
Make _yp_dobind() a litle smarter:
wpaul
1996-06-01
1
-2
/
+43
*
- Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind()
wpaul
1996-05-16
1
-29
/
+36
*
NIS client-side performance tweak:
wpaul
1996-05-02
1
-79
/
+108
*
Don't bother trying to flock() /var/run/ypbind.lock; this breaks when
wpaul
1996-03-23
1
-21
/
+14
*
Fix yp_all() so that it doesn't bogusly return YP_NOMORE at the end
wpaul
1996-03-19
1
-4
/
+5
*
Make sure xdr_ypresp_all_seq() always returns a sane 'status' value.
wpaul
1996-02-04
1
-1
/
+3
*
Clean up a few things left dangling after the last commit. The new
wpaul
1995-12-15
1
-22
/
+10
*
Now that rpcgen is squared away, arrange to have all the NIS XDR routines
wpaul
1995-12-14
3
-448
/
+93
*
- Make _do_ypbind() check for /var/run/ypbind.lock and attempt to flock()
wpaul
1995-11-05
1
-3
/
+24
[next]