Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Null change to attach the correct log message for the previous commit: | bde | 1998-01-16 | 1 | -1/+1 |
| | | | | | | | Added some forward struct declarations so that this file is less self-insufficent. Fixed an incomplete prototype. Fixed some misformattings. | ||||
* | Added a forward struct declaration so that this file is less | bde | 1998-01-16 | 2 | -4/+10 |
| | | | | self-insufficent. | ||||
* | Commented out `#pragma ident' so that the K&R support isn't gratuitously | bde | 1998-01-16 | 1 | -1/+1 |
| | | | | | broken. This also prevents ANSI compilers from recognizing the pragma as a request to run /usr/games/hack... | ||||
* | Removed ifndef of AUTH_NONE. The conflict with login_cap.h was fixed | bde | 1997-08-21 | 1 | -3/+1 |
| | | | | better by not defining AUTH_NONE in login_cap.h. | ||||
* | Resolve conflicts. | wpaul | 1997-05-28 | 12 | -20/+150 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r26209, | wpaul | 1997-05-28 | 5 | -0/+639 |
| | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | fix missing close comment in login_cap additions | peter | 1997-05-18 | 1 | -2/+2 |
| | |||||
* | Back out all of yesterdays include file changes. | eivind | 1997-05-07 | 10 | -38/+10 |
| | |||||
* | Make a lot of include-files self-contained. I excluded the patches changing | eivind | 1997-05-07 | 10 | -10/+40 |
| | | | | | | | | int's to gid_t and uid_t - should I commit these, too? Closes PR misc/2625. Submitted by: Julian Assange <proff@iq.org> | ||||
* | Fixed missing __P() to complete the K&R support in this header. | bde | 1997-05-07 | 1 | -2/+2 |
| | |||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-23 | 12 | -12/+12 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 12 | -12/+12 |
| | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. | ||||
* | Missed prototype for svc_getreqset2() | peter | 1996-12-31 | 1 | -1/+2 |
| | |||||
* | First commit of a series of cleanups for the libc rpc code which has been | peter | 1996-12-30 | 8 | -84/+137 |
| | | | | | | | | | | | suffering a bad case neglect for the last few years. - Add full prototypes, including to function pointers. - Make the wire protocols 64-bit type safe, eg: 32 bit quantities are int32_t, not long. The orginal rpc code was implemented when an int could be 16 bits. Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. | ||||
* | Remove unnecessary typedef. All inclusions of <rpc/auth.h> in the source | hsu | 1996-01-31 | 1 | -7/+3 |
| | | | | | tree are preceded by an inclusion of <rpc/types.h>, so the 32-bit fixed sized type u_int32_t is already available to us. | ||||
* | Fix a bunch of spelling errors in the comment fields | mpp | 1996-01-30 | 12 | -31/+31 |
| | | | | of a bunch of system include files. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 12 | -88/+88 |
| | |||||
* | Forward-declare `struct rpc_err' so that it isn't declared inside a | bde | 1995-03-12 | 1 | -1/+2 |
| | | | | prototype when <rpc/clnt.h> isn't included. | ||||
* | Remove a couple of nested comments. | phk | 1995-02-24 | 2 | -4/+6 |
| | |||||
* | Use the header files that are compatible with the code just moved over | wollman | 1994-08-07 | 12 | -142/+301 |
| | | | | from 1.1.5. | ||||
* | Install RPC headers from include, like they always should have been. | wollman | 1994-08-04 | 12 | -0/+1703 |