| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | FreeBSD 4.1 bootstrapping aid (__FBSDID is not there). | Ruslan Ermilov | 2002-02-08 | 2 | -0/+4 |
| * | Move the AF_LOCAL check to the AF_INET check since portmap protocol | Alfred Perlstein | 2002-02-06 | 1 | -5/+1 |
| * | ANSIfy and remove some dead code. | Dag-Erling Smørgrav | 2002-02-06 | 2 | -81/+35 |
| * | Apply the following mechanical transformations in preparation for | Dag-Erling Smørgrav | 2002-02-06 | 2 | -133/+133 |
| * | 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 |
| * | 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 |
| * | Allow ldd(1) be used on shared libraries in addition to executables. | Maxim Sobolev | 2002-02-04 | 1 | -0/+7 |
| * | 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 |
| * | Return ENONAME if getaddrinfo() is called with AI_NUMERICHOST | Peter Pentchev | 2002-02-01 | 1 | -1/+1 |
| * | Fixed slipage in editor. | David E. O'Brien | 2002-02-01 | 1 | -0/+1 |
| * | Cut-n-paste in `list' mode considered harmful. | David E. O'Brien | 2002-02-01 | 2 | -5/+5 |
| * | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 2 | -19/+17 |
| * | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 16 | -264/+245 |
| * | * Remove 'register'. (some functions had 7+ register functions...) | David E. O'Brien | 2002-02-01 | 16 | -68/+77 |
| * | Fix SCM ID's. | David E. O'Brien | 2002-02-01 | 62 | -207/+166 |
| * | Fix minor style nit. | David E. O'Brien | 2002-01-31 | 1 | -1/+3 |
| * | Revert last commit. stdio.h include is for perror(), not strerror() | Chris D. Faulhaber | 2002-01-31 | 1 | -1/+1 |
| * | strerror(3) is in string.h, not stdio.h | Chris D. Faulhaber | 2002-01-31 | 1 | -1/+1 |
| * | Fixed world breakage due to missing include of <sys/cdefs.h> in previous | Bruce Evans | 2002-01-31 | 4 | -5/+17 |
| * | Fix FreeBSD IDs. | David E. O'Brien | 2002-01-30 | 5 | -15/+12 |
| * | Correct function's description. | Chris D. Faulhaber | 2002-01-29 | 1 | -1/+1 |
| * | Do not try to convert to char already converted C monetary locale members. | Andrey A. Chernov | 2002-01-28 | 2 | -28/+40 |
| * | o return EINVAL if acl_to_text() have been sent a NULL acl. ... | Chris D. Faulhaber | 2002-01-26 | 1 | -1/+6 |
| * | Use ctime_r to build the timestamp for syslog, so that we don't | David Malone | 2002-01-25 | 1 | -2/+2 |
| * | get __time_load_locale() prototype from include file, rather than declare | Alexey Zelkin | 2002-01-24 | 1 | -3/+2 |
| * | * style(9)'fy | Alexey Zelkin | 2002-01-24 | 2 | -33/+34 |
| * | Change brk's prototype from char *brk(const char *) to int brk(const void *) | David Malone | 2002-01-24 | 1 | -15/+7 |
| * | The sixth argument to the NET_RT_IFLIST sysctl is actually 0 for | Ruslan Ermilov | 2002-01-23 | 1 | -1/+1 |
| * | Restore C99 standard conformance information, isblank() _is_ in final | Andrey A. Chernov | 2002-01-22 | 1 | -0/+5 |
| * | Use the proper type (gid_t) for (group)->gr_gid to be orthogonal | Mark Murray | 2002-01-22 | 5 | -15/+16 |
| * | Fix the description of the O_NONBLOCK flag to match reality. | Ruslan Ermilov | 2002-01-22 | 1 | -2/+1 |
| * | Fix a typo I made in revision 1.5. | Ruslan Ermilov | 2002-01-22 | 1 | -1/+1 |
| * | Minor typo fix: uquad_t -> u_quad_t. | Yaroslav Tykhiy | 2002-01-20 | 1 | -1/+1 |
| * | I've been meaning to do this for a while. Add an underscore to the | Matthew Dillon | 2002-01-19 | 1 | -12/+12 |
| * | mdoc(7) police: tidy up OpenBSD fixes. | Ruslan Ermilov | 2002-01-16 | 1 | -7/+5 |
| * | Add a few cleanups from rev 1.1: | Mike Barcroft | 2002-01-15 | 1 | -10/+12 |
| * | o Add prototype for printf(3). | Mike Barcroft | 2002-01-15 | 1 | -9/+12 |
| * | style(9) | Mike Barcroft | 2002-01-15 | 1 | -89/+57 |
| * | yp(4) -> yp(8). | Ruslan Ermilov | 2002-01-14 | 5 | -8/+8 |
| * | Merge some updates and markup fixes from OpenBSD. This is mainly | Crist J. Clark | 2002-01-14 | 1 | -6/+30 |
| * | Add xref for timeradd(3). | Doug White | 2002-01-14 | 1 | -0/+1 |
| * | Include <stddef.h> to fix build problem when namespace pollution | Daniel Eischen | 2002-01-11 | 1 | -7/+8 |