| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't leave stack garbage in the reserved fields of the header. | Bruce Evans | 2002-02-15 | 1 | -0/+1 |
| * | Fixed style bugs in rev.1.5: | Bruce Evans | 2002-02-15 | 1 | -4/+5 |
| * | Prevent dup2(2) from closing internal libc_r pipe descriptors. | Maxim Konovalov | 2002-02-14 | 1 | -1/+2 |
| * | Correct a typo pthread_attr_setscope() function fails unconditionally | Maxim Konovalov | 2002-02-14 | 3 | -3/+3 |
| * | Use new-style function declations. | Warner Losh | 2002-02-13 | 1 | -6/+2 |
| * | I THINK this fixes 'make world' | Julian Elischer | 2002-02-13 | 1 | -1/+4 |
| * | Don't make it seem like vm.max_proc_mmap only affects MAP_FIXED. | Dima Dorfman | 2002-02-10 | 1 | -4/+4 |
| * | Part III: Update extended attribute system call interface documentation. | Robert Watson | 2002-02-10 | 1 | -18/+39 |
| * | This has been sitting in my local tree long enough. Remove the use | Daniel Eischen | 2002-02-09 | 15 | -801/+498 |
| * | Silence a warning by initializing the return value. This wasn't | Daniel Eischen | 2002-02-09 | 1 | -2/+3 |
| * | This file needs <syslog.h>. | Dag-Erling Smørgrav | 2002-02-09 | 1 | -0/+1 |
| * | Now that cross-tools ld(1) has been fixed to look for dynamic | Ruslan Ermilov | 2002-02-08 | 1 | -2/+2 |
| * | FreeBSD 4.1 bootstrapping aid (__FBSDID is not there). | Ruslan Ermilov | 2002-02-08 | 2 | -0/+4 |
| * | pre-emptively fix a KSE/M3 problem. | Julian Elischer | 2002-02-07 | 1 | -7/+14 |
| * | Move the AF_LOCAL check to the AF_INET check since portmap protocol | Alfred Perlstein | 2002-02-06 | 1 | -5/+1 |
| * | Remove NO_WERROR, now that WARNS=n is gone. | Mark Murray | 2002-02-06 | 5 | -5/+0 |
| * | Comment out the WARNS= so as to not trample all over the GCC3 work. | Mark Murray | 2002-02-06 | 1 | -1/+1 |
| * | remove -M from RPCCOM, it slipped in with the tirpc upgrade. | Alfred Perlstein | 2002-02-06 | 1 | -1/+1 |
| * | ANSIfy and remove some dead code. | Dag-Erling Smørgrav | 2002-02-06 | 4 | -92/+39 |
| * | Apply the following mechanical transformations in preparation for | Dag-Erling Smørgrav | 2002-02-06 | 3 | -135/+135 |
| * | balance parens. | Alfred Perlstein | 2002-02-05 | 1 | -1/+1 |
| * | For RPC v2 we need to fill in ret->xp_raddr too. INET_6 | Alfred Perlstein | 2002-02-05 | 1 | -1/+1 |
| * | Fix cc -Wall, fix rcsid warnings, add missing prototypes, | Alfred Perlstein | 2002-02-05 | 19 | -22/+37 |
| * | Do not call addrinfo on local transport adresses, if returning a | Alfred Perlstein | 2002-02-05 | 1 | -5/+25 |
| * | Switch to a self-starting allocation scheme. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -10/+3 |
| * | Reindent, and add parentheses to return statements. Some functions in | Dag-Erling Smørgrav | 2002-02-05 | 8 | -1918/+1926 |
| * | Eliminate a redundant loop. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -2/+1 |
| * | style: return(x) -> return (x) | Alfred Perlstein | 2002-02-05 | 1 | -2/+2 |
| * | Fix the credential handling code. | Alfred Perlstein | 2002-02-05 | 1 | -2/+24 |
| * | The clnt_create(KEYSERVSOCK, CRYPT_PROG, CRYPT_VERS, "unix") hacks | Alfred Perlstein | 2002-02-05 | 1 | -6/+17 |
| * | Three times lucky: <stddef.h>, not <sys/param.h> | Dag-Erling Smørgrav | 2002-02-05 | 2 | -2/+2 |
| * | Oops, the correct header to include for NULL is <sys/param.h>. | Dag-Erling Smørgrav | 2002-02-05 | 2 | -2/+2 |
| * | ANSIfy and constify. | Dag-Erling Smørgrav | 2002-02-05 | 1 | -17/+15 |
| * | #include <sys/types.h> for NULL (hidden by Linux-PAM header pollution) | Dag-Erling Smørgrav | 2002-02-05 | 2 | -0/+4 |
| * | #include cleanup. | Dag-Erling Smørgrav | 2002-02-05 | 18 | -24/+35 |
| * | hex.c is new in libisc with 8.3.1-REL. | Jacques Vidrine | 2002-02-04 | 1 | -1/+1 |
| * | Explicitly declare (gcc internal) functions. | Mark Murray | 2002-02-04 | 1 | -0/+1 |
| * | ssh_get_authentication_connection() gets its parameters from environment | Dag-Erling Smørgrav | 2002-02-04 | 1 | -2/+24 |
| * | Protect "make buildworld" against -Werror, as this module does not | Mark Murray | 2002-02-04 | 1 | -0/+1 |
| * | Allow ldd(1) be used on shared libraries in addition to executables. | Maxim Sobolev | 2002-02-04 | 1 | -0/+7 |
| * | Add the other half of the salt-generating code. No functional | Mark Murray | 2002-02-04 | 1 | -8/+7 |
| * | Turn on fascist warning mode. | Mark Murray | 2002-02-03 | 1 | -0/+2 |
| * | WARNS=n fixes (and some stylistic issues). | Mark Murray | 2002-02-03 | 6 | -55/+91 |
| * | Remove an unnecessary #include that trips up OpenPAM. The header in question | Dag-Erling Smørgrav | 2002-02-02 | 1 | -2/+0 |
| * | Fixed world breakage in previous commit. The generated headers are in | Bruce Evans | 2002-02-02 | 1 | -1/+1 |
| * | Fixed tab lossage in vendor id and nearby style bugs in previous commit. | Bruce Evans | 2002-02-01 | 1 | -1/+4 |
| * | Fixed syntax error in previous commit. It was non-fatal because it was | Bruce Evans | 2002-02-01 | 1 | -3/+5 |
| * | Post-repocopy cleanup. | Dag-Erling Smørgrav | 2002-02-01 | 2 | -7/+1 |
| * | Complete bzip2-1.0.2 import. | Maxim Sobolev | 2002-02-01 | 5 | -15/+58 |
| * | Connect the pam_lastlog(8) and pam_login_access(8) modules to the build. | Dag-Erling Smørgrav | 2002-02-01 | 2 | -0/+4 |