aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Correct logic braino when attempting to exclude loopback addresses onPeter Wemm1997-01-091-2/+2
* Two minor changes to try and make it more robust in the face of manyPeter Wemm1997-01-091-2/+4
* The error returned when F_SETLK collides with an existing lock isJohn Polstra1997-01-081-3/+3
* Fix fake failures on the short names which looks like hexadecimal numbersAndrey A. Chernov1997-01-081-8/+4
* Document the various reasons for EINVAL.Joerg Wunsch1997-01-081-11/+21
* Disable isxdigit block until proper solution will be foundAndrey A. Chernov1997-01-051-2/+7
* Added group= facility to /etc/ttys for tty grouping for moreDavid Nugent1997-01-022-1/+9
* Remove bogus weak reference.Jordan K. Hubbard1997-01-011-3/+1
* Eliminate unnecessary warning introduced by a missing forward declaration.Jordan K. Hubbard1997-01-011-1/+3
* prototype of shared function now in include filePeter Wemm1996-12-311-3/+1
* use svc_maxfd + 1 in the select() call.Peter Wemm1996-12-311-3/+3
* Spelling/mdoc police.Mike Pritchard1996-12-301-6/+6
* Oops! Bad Idea! (TM)Peter Wemm1996-12-301-3/+13
* - make wire protocol 64 bit type safePeter Wemm1996-12-301-11/+9
* - prototypes now in include filePeter Wemm1996-12-301-26/+48
* - canonical function declarationPeter Wemm1996-12-301-7/+6
* - overhaul for unlimited file descriptorsPeter Wemm1996-12-301-15/+24
* - make wire protocol 64 bit type safePeter Wemm1996-12-301-4/+4
* - major overhaul to make this deal with unlimited fd's.Peter Wemm1996-12-301-56/+68
* - make wire protocol 64 bit type safePeter Wemm1996-12-301-10/+10
* Remove our code that clamped the max select() fd number to FD_SETSIZE (256)Peter Wemm1996-12-301-16/+3
* - kill non-FD_SETSIZE codePeter Wemm1996-12-301-5/+2
* - 64 bit type safe on-the-wire protocolPeter Wemm1996-12-301-17/+15
* - prototype now in include file, plus no longer needed anywayPeter Wemm1996-12-301-37/+44
* - dont close an unopen socketPeter Wemm1996-12-301-2/+3
* - Don't close an unopened socketPeter Wemm1996-12-301-2/+3
* - don't close unopen socketPeter Wemm1996-12-301-7/+12
* - missing prototype from include filePeter Wemm1996-12-301-5/+5
* - OpenBSD's strncpy fixes to ensure NULL terminationPeter Wemm1996-12-301-8/+11
* - prototypes now in include filePeter Wemm1996-12-301-49/+64
* - prototypes now in standard include filePeter Wemm1996-12-301-23/+43
* - update return type of an "internal but documented" functionPeter Wemm1996-12-301-2/+10
* - tags in correct orderPeter Wemm1996-12-301-4/+6
* - canonical function declarationPeter Wemm1996-12-301-9/+21
* - don't close an unopen socketPeter Wemm1996-12-301-5/+8
* - prototype moved to include filePeter Wemm1996-12-301-3/+1
* - buffer overflow fix, from OpenBSDPeter Wemm1996-12-301-110/+58
* - use standard functionPeter Wemm1996-12-301-3/+7
* - prototype now in common include filePeter Wemm1996-12-301-4/+2
* - prototype now in include file, not herePeter Wemm1996-12-301-3/+1
* - Man page fix, updates.Peter Wemm1996-12-302-8/+11
* Add manpage links for rpc functionsPeter Wemm1996-12-301-0/+68
* - Missing prototypes, including pointers to functionsPeter Wemm1996-12-307-150/+375
* xdr manpage linksPeter Wemm1996-12-301-0/+33
* Tempt fate! 'cvs add' a file remotely which also exists in the Attic onPeter Wemm1996-12-301-0/+64
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thePeter Wemm1996-12-3019-216/+1268
* _thread_kern_sig_unblock takes an integer, not a reference.Alexander Langer1996-12-291-2/+2
* Add comment that range checking is already done at upper levelAndrey A. Chernov1996-12-283-4/+9
* Small yet significant tweaks/cleanups:Bill Paul1996-12-273-10/+14
* Small yet significant tweaks/cleanups:Bill Paul1996-12-275-15/+17