| Commit message (Expand) | Author | Age | Files | Lines |
* | Error handling fixes for inflate. | jedgar | 2002-02-17 | 1 | -4/+7 |
* | Don't rely on <sys/signal.h> to include <sys/ucontext.h> | deischen | 2002-02-17 | 3 | -0/+3 |
* | Fix two file descriptor leaks in the internal function local_rpcb() | iedowse | 2002-02-16 | 1 | -1/+8 |
* | Document that the type of st_flags is now fflags_t. | wollman | 2002-02-15 | 1 | -2/+2 |
* | Don't leave stack garbage in the reserved fields of the header. | bde | 2002-02-15 | 1 | -0/+1 |
* | Fixed style bugs in rev.1.5: | bde | 2002-02-15 | 1 | -4/+5 |
* | Prevent dup2(2) from closing internal libc_r pipe descriptors. | maxim | 2002-02-14 | 1 | -1/+2 |
* | Correct a typo pthread_attr_setscope() function fails unconditionally | maxim | 2002-02-14 | 3 | -3/+3 |
* | Use new-style function declations. | imp | 2002-02-13 | 1 | -6/+2 |
* | I THINK this fixes 'make world' | julian | 2002-02-13 | 1 | -1/+4 |
* | Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED. | dd | 2002-02-10 | 1 | -4/+4 |
* | Part III: Update extended attribute system call interface documentation. | rwatson | 2002-02-10 | 1 | -18/+39 |
* | This has been sitting in my local tree long enough. Remove the use | deischen | 2002-02-09 | 15 | -804/+501 |
* | Silence a warning by initializing the return value. This wasn't | deischen | 2002-02-09 | 1 | -2/+3 |
* | This file needs <syslog.h>. | des | 2002-02-09 | 1 | -0/+1 |
* | Now that cross-tools ld(1) has been fixed to look for dynamic | ru | 2002-02-08 | 1 | -2/+2 |
* | FreeBSD 4.1 bootstrapping aid (__FBSDID is not there). | ru | 2002-02-08 | 2 | -0/+4 |
* | pre-emptively fix a KSE/M3 problem. | julian | 2002-02-07 | 1 | -7/+14 |
* | Move the AF_LOCAL check to the AF_INET check since portmap protocol | alfred | 2002-02-06 | 1 | -5/+1 |
* | Remove NO_WERROR, now that WARNS=n is gone. | markm | 2002-02-06 | 5 | -5/+0 |
* | Comment out the WARNS= so as to not trample all over the GCC3 work. | markm | 2002-02-06 | 1 | -1/+1 |
* | remove -M from RPCCOM, it slipped in with the tirpc upgrade. | alfred | 2002-02-06 | 1 | -1/+1 |
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 4 | -92/+39 |
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 3 | -135/+135 |
* | balance parens. | alfred | 2002-02-05 | 1 | -1/+1 |
* | For RPC v2 we need to fill in ret->xp_raddr too. INET_6 | alfred | 2002-02-05 | 1 | -1/+1 |
* | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | alfred | 2002-02-05 | 19 | -22/+37 |
* | Do not call addrinfo on local transport adresses, if returning a | alfred | 2002-02-05 | 1 | -5/+25 |
* | Switch to a self-starting allocation scheme. | des | 2002-02-05 | 1 | -10/+3 |
* | Reindent, and add parentheses to return statements. Some functions in | des | 2002-02-05 | 8 | -1989/+1997 |
* | Eliminate a redundant loop. | des | 2002-02-05 | 1 | -2/+1 |
* | style: return(x) -> return (x) | alfred | 2002-02-05 | 1 | -2/+2 |
* | Fix the credential handling code. | alfred | 2002-02-05 | 1 | -2/+24 |
* | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | alfred | 2002-02-05 | 1 | -6/+17 |
* | Three times lucky: <stddef.h>, not <sys/param.h> | des | 2002-02-05 | 2 | -2/+2 |
* | Oops, the correct header to include for NULL is <sys/param.h>. | des | 2002-02-05 | 2 | -2/+2 |
* | ANSIfy and constify. | des | 2002-02-05 | 1 | -17/+15 |
* | #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution) | des | 2002-02-05 | 2 | -0/+4 |
* | #include cleanup. | des | 2002-02-05 | 18 | -24/+35 |
* | hex.c is new in libisc with 8.3.1-REL. | nectar | 2002-02-04 | 1 | -1/+1 |
* | Explicitly declare (gcc internal) functions. | markm | 2002-02-04 | 1 | -0/+1 |
* | ssh_get_authentication_connection() gets its parameters from environment | des | 2002-02-04 | 1 | -2/+24 |
* | Protect "make buildworld" against -Werror, as this module does not | markm | 2002-02-04 | 1 | -0/+1 |
* | Allow ldd(1) be used on shared libraries in addition to executables. | sobomax | 2002-02-04 | 1 | -0/+7 |
* | Add the other half of the salt-generating code. No functional | markm | 2002-02-04 | 1 | -8/+7 |
* | Turn on fascist warning mode. | markm | 2002-02-03 | 1 | -0/+2 |
* | WARNS=n fixes (and some stylistic issues). | markm | 2002-02-03 | 6 | -55/+91 |
* | Remove an unnecessary #include that trips up OpenPAM. The header in question | des | 2002-02-02 | 1 | -2/+0 |
* | Fixed world breakage in previous commit. The generated headers are in | bde | 2002-02-02 | 1 | -1/+1 |
* | Fixed tab lossage in vendor id and nearby style bugs in previous commit. | bde | 2002-02-01 | 1 | -1/+4 |