summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed tab lossage in vendor id and nearby style bugs in previous commit.bde2002-02-011-1/+4
* Fixed syntax error in previous commit. It was non-fatal because it wasbde2002-02-011-3/+5
* Post-repocopy cleanup.des2002-02-012-7/+1
* Complete bzip2-1.0.2 import.sobomax2002-02-015-15/+58
* Connect the pam_lastlog(8) and pam_login_access(8) modules to the build.des2002-02-012-0/+4
* Return ENONAME if getaddrinfo() is called with AI_NUMERICHOSTroam2002-02-011-1/+1
* Fixed slipage in editor.obrien2002-02-011-0/+1
* Cut-n-paste in `list' mode considered harmful.obrien2002-02-012-5/+5
* * Remove __P and convert to ANSI prototypes.obrien2002-02-012-19/+17
OpenPOWER on IntegriCloud