Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | 2012-08-02 | 1 | -2/+1 | |
| | | | | ok guenther@ | ||||
* | Oracle has re-licensed sunrpc under a three-clause BSD license. | 2010-09-01 | 12 | -291/+312 | |
| | | | | Update our sources appropriately. OK deraadt@ jsg@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 14 | -83/+14 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | add a procedure NLM_SM_NOTIFY (in version 0), used by statd to send | 2008-06-15 | 2 | -2/+12 | |
| | | | | | | | notifications to lockd. from NetBSD bump minor "just get it in" deraadt | ||||
* | accidentally deleted a little bit too much, oops | 2008-06-14 | 1 | -1/+6 | |
| | |||||
* | Remove all comments so that this code is 100% 'portable interface', and | 2008-06-13 | 1 | -56/+20 | |
| | | | | thus attackable because Sun used a poor copyright notice | ||||
* | Add definitions for nlm version 4 (for use with NFSv3). | 2008-06-13 | 2 | -3/+125 | |
| | | | | | | from NetBSD minor bump, discussed w/ deraadt | ||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 1 | -3/+3 | |
| | | | | OK deraadt@ | ||||
* | use WANTLINT= (on all architectures) | 2005-11-24 | 1 | -1/+2 | |
| | |||||
* | three new .so libraries to help the ports people who need (or might need) | 2005-10-12 | 2 | -2/+3 | |
| | | | | them for perl modules; discussion with pvalchev | ||||
* | pretty | 2004-01-17 | 14 | -137/+139 | |
| | |||||
* | bootparams is right name | 2003-12-25 | 1 | -3/+3 | |
| | |||||
* | put a xdr_ypresp_all_seq proto here | 2003-07-10 | 1 | -31/+33 | |
| | |||||
* | 5 missing protos | 2003-07-10 | 1 | -3/+9 | |
| | |||||
* | simple protos | 2003-06-26 | 1 | -4/+4 | |
| | |||||
* | make sure .x and .h do not get installed on the split of the seconds and make will not freak out; found by espie@ and deraadt@ ok | 2003-06-23 | 1 | -8/+8 | |
| | |||||
* | generate ANSI code | 2003-06-19 | 1 | -3/+3 | |
| | |||||
* | knf | 2003-06-19 | 1 | -5/+5 | |
| | |||||
* | ansi and knf inside | 2003-06-19 | 1 | -42/+20 | |
| | |||||
* | This fixes the problem with ypxfr switching key and value on map transfer. | 2003-02-13 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | This will make librpcsvc follow the real protocol and not the incorrect specification in yp.x. The changes in yp.x is from FreeBSD. A make build is the simplest way to get things working but the following five step is an alternative 1) make depend && make && make install in lib/librpcsvc 2) make includes in lib/librpcsvc 3) make depend && make && make install in lib/libc 4) make depend && make && make install in usr.sbin/ypserv/ypserv 5) make depend && make && make install in usr.sbin/ypserv/ypxfr -moj ok niklas@ ho@ | ||||
* | s/deamon/daemon/ | 2002-01-21 | 1 | -3/+3 | |
| | |||||
* | revert. Changes completely break on the alpha | 1998-02-11 | 1 | -52/+43 | |
| | |||||
* | Based on a combination of work from FreeBSD and NetBSD with some tweaks from | 1998-02-11 | 1 | -43/+52 | |
| | | | | | | | me: this fixes lots of casting issues and does a good cleanup. It kills the bugs found in our 'rusers' binary which didn't grok some servers correctly due to problems in our xdr. Thanks to an extensive debug session with A. Emory Lundberg (emory@hellyeah.com) | ||||
* | $OpenBSD$ | 1997-08-19 | 15 | -15/+45 | |
| | |||||
* | ut_time is an int | 1997-08-01 | 1 | -3/+3 | |
| | |||||
* | state should be an int | 1997-08-01 | 1 | -2/+2 | |
| | |||||
* | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | 1997-04-27 | 1 | -3/+3 | |
| | | | | | | | This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | ||||
* | install -> ${INSTALL}, -c -> ${COPY} | 1996-12-08 | 1 | -4/+4 | |
| | |||||
* | a few things go away... | 1996-12-08 | 1 | -4/+1 | |
| | |||||
* | Always use private utmp structure definition; don't depend on host system | 1996-09-22 | 1 | -4/+4 | |
| | | | | not to change | ||||
* | Avoid name clashes with rusers.x | 1996-09-22 | 1 | -10/+10 | |
| | |||||
* | Make this work properly; we have to let the XDR routines allocate and free | 1996-09-22 | 1 | -14/+15 | |
| | | | | memory for us. | ||||
* | hard-code the include installation path (mostly for speed) | 1996-05-06 | 1 | -11/+12 | |
| | |||||
* | beforeinstall -> includes | 1996-05-04 | 1 | -2/+2 | |
| | |||||
* | kerberos nfs requires an additional include | 1996-04-17 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 16 | -0/+2360 | |