summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* o style and consistency fixes:jedgar2002-02-176-40/+40
* Error handling fixes for inflate.jedgar2002-02-171-4/+7
* Don't rely on <sys/signal.h> to include <sys/ucontext.h>deischen2002-02-173-0/+3
* Fix two file descriptor leaks in the internal function local_rpcb()iedowse2002-02-161-1/+8
* Document that the type of st_flags is now fflags_t.wollman2002-02-151-2/+2
* Don't leave stack garbage in the reserved fields of the header.bde2002-02-151-0/+1
* Fixed style bugs in rev.1.5:bde2002-02-151-4/+5
* Prevent dup2(2) from closing internal libc_r pipe descriptors.maxim2002-02-141-1/+2
* Correct a typo pthread_attr_setscope() function fails unconditionallymaxim2002-02-143-3/+3
* Use new-style function declations.imp2002-02-131-6/+2
* I THINK this fixes 'make world'julian2002-02-131-1/+4
* Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED.dd2002-02-101-4/+4
* Part III: Update extended attribute system call interface documentation.rwatson2002-02-101-18/+39
* This has been sitting in my local tree long enough. Remove the usedeischen2002-02-0915-804/+501
* Silence a warning by initializing the return value. This wasn'tdeischen2002-02-091-2/+3
* This file needs <syslog.h>.des2002-02-091-0/+1
* Now that cross-tools ld(1) has been fixed to look for dynamicru2002-02-081-2/+2
* FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).ru2002-02-082-0/+4
* pre-emptively fix a KSE/M3 problem.julian2002-02-071-7/+14
* Move the AF_LOCAL check to the AF_INET check since portmap protocolalfred2002-02-061-5/+1
* Remove NO_WERROR, now that WARNS=n is gone.markm2002-02-065-5/+0
* Comment out the WARNS= so as to not trample all over the GCC3 work.markm2002-02-061-1/+1
* remove -M from RPCCOM, it slipped in with the tirpc upgrade.alfred2002-02-061-1/+1
* ANSIfy and remove some dead code.des2002-02-064-92/+39
* Apply the following mechanical transformations in preparation fordes2002-02-063-135/+135
* balance parens.alfred2002-02-051-1/+1
* For RPC v2 we need to fill in ret->xp_raddr too. INET_6alfred2002-02-051-1/+1
* Fix cc -Wall, fix rcsid warnings, add missing prototypes,alfred2002-02-0519-22/+37
* Do not call addrinfo on local transport adresses, if returning aalfred2002-02-051-5/+25
* Switch to a self-starting allocation scheme.des2002-02-051-10/+3
* Reindent, and add parentheses to return statements. Some functions indes2002-02-058-1989/+1997
* Eliminate a redundant loop.des2002-02-051-2/+1
* style: return(x) -> return (x)alfred2002-02-051-2/+2
* Fix the credential handling code.alfred2002-02-051-2/+24
* The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacksalfred2002-02-051-6/+17
* Three times lucky: <stddef.h>, not <sys/param.h>des2002-02-052-2/+2
* Oops, the correct header to include for NULL is <sys/param.h>.des2002-02-052-2/+2
* ANSIfy and constify.des2002-02-051-17/+15
* #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution)des2002-02-052-0/+4
* #include cleanup.des2002-02-0518-24/+35
* hex.c is new in libisc with 8.3.1-REL.nectar2002-02-041-1/+1
* Explicitly declare (gcc internal) functions.markm2002-02-041-0/+1
* ssh_get_authentication_connection() gets its parameters from environmentdes2002-02-041-2/+24
* Protect "make buildworld" against -Werror, as this module does notmarkm2002-02-041-0/+1
* Allow ldd(1) be used on shared libraries in addition to executables.sobomax2002-02-041-0/+7
* Add the other half of the salt-generating code. No functionalmarkm2002-02-041-8/+7
* Turn on fascist warning mode.markm2002-02-031-0/+2
* WARNS=n fixes (and some stylistic issues).markm2002-02-036-55/+91
* Remove an unnecessary #include that trips up OpenPAM. The header in questiondes2002-02-021-2/+0
* Fixed world breakage in previous commit. The generated headers are inbde2002-02-021-1/+1
OpenPOWER on IntegriCloud