| Commit message (Expand) | Author | Age | Files | Lines |
| * | Nates password scrambler, from FreebSD 1.1.5, but with everything except | Geoff Rehmet | 1994-08-09 | 2 | -0/+193 |
| * | Use a consistent name for librpcsvc. | Garrett Wollman | 1994-08-09 | 1 | -0/+31 |
| * | Add back librpcsvc. It builds fine on both my machine and thud, I don't | Garrett Wollman | 1994-08-09 | 1 | -1/+1 |
| * | Comment out librpcv. Not there. | Jordan K. Hubbard | 1994-08-09 | 1 | -1/+1 |
| * | Correct the man page extent. | Jordan K. Hubbard | 1994-08-08 | 2 | -2/+2 |
| * | Boy, was *this* ever bollixed! | Jordan K. Hubbard | 1994-08-08 | 1 | -17/+17 |
| * | Make this work even if make depend is not run. | Jordan K. Hubbard | 1994-08-08 | 1 | -1/+1 |
| * | Add a missing backslash to get this to work again. | Jordan K. Hubbard | 1994-08-08 | 1 | -1/+1 |
| * | Added YP domain name getting/setting support, for SunOS/old program | Garrett Wollman | 1994-08-08 | 3 | -7/+128 |
| * | Make librpcsvc. | Garrett Wollman | 1994-08-07 | 1 | -1/+1 |
| * | Makefile to build librpcsvc. (All sources automatically generated.) | Garrett Wollman | 1994-08-07 | 1 | -0/+31 |
| * | Add back in the YP code from 1.1.5. (This attribution brought to you | Garrett Wollman | 1994-08-07 | 4 | -0/+1202 |
| * | More directory cleanup after YP merge. | Garrett Wollman | 1994-08-07 | 4 | -27/+8 |
| * | Don't try to build librpc in a separate directory. | Garrett Wollman | 1994-08-07 | 1 | -1/+1 |
| * | Add Sun RPC documentation, which should eventually go into our PSD. | Garrett Wollman | 1994-08-07 | 6 | -0/+9681 |
| * | Moving RPC stuff into libc, part 2. | Garrett Wollman | 1994-08-07 | 9 | -0/+2947 |
| * | Moving Sun RPC code into libc, part 1. Based on work done by a number of | Garrett Wollman | 1994-08-07 | 41 | -0/+8555 |
| * | Make it work with new mmap syscall. | Garrett Wollman | 1994-08-05 | 1 | -9/+9 |
| * | Converted 'vmunix' to 'kernel'. | David Greenman | 1994-08-05 | 4 | -6/+6 |
| * | Allow libtelnet to compile, by removing references to Kerberos and DES in | Garrett Wollman | 1994-08-05 | 1 | -3/+3 |
| * | Make up for the fact that rpc headers are now installed from include. | Garrett Wollman | 1994-08-05 | 1 | -11/+0 |
| * | Temporarily force creation of librpc.so.2.0 (by including lib-directory | Garrett Wollman | 1994-08-05 | 1 | -0/+4 |
| * | Make it work with our make macros. | Garrett Wollman | 1994-08-05 | 1 | -5/+11 |
| * | Make it work with our make macros. | Garrett Wollman | 1994-08-05 | 3 | -7/+8 |
| * | First crack at making libc work with the new make macros. It compiles on | Garrett Wollman | 1994-08-05 | 89 | -106/+4729 |
| * | From 1.1.5: define default shared library versions. For 2.0, use version | Garrett Wollman | 1994-08-04 | 1 | -0/+3 |
| * | Make obj directory work right. md?hl.c should probably be | Garrett Wollman | 1994-08-04 | 1 | -0/+3 |
| * | histedit.h is now installed from include. | Garrett Wollman | 1994-08-04 | 1 | -6/+0 |
| * | Reviewed by: phk | Poul-Henning Kamp | 1994-07-24 | 1 | -1/+1 |
| * | Reviewed by: phk | Poul-Henning Kamp | 1994-07-24 | 13 | -0/+1294 |
| * | Rewrite nlist to mmap the whole a.out file (at Davidg's suggestion). | Geoff Rehmet | 1994-07-22 | 1 | -35/+46 |
| * | Move skey.h to /usr/include so other packages will be able to use | Guido van Rooij | 1994-06-02 | 7 | -20/+16 |
| * | MAP_FILE is the default on mmap now, and is no longer defined just | Rodney W. Grimes | 1994-05-28 | 1 | -1/+8 |
| * | Enable csu/${MACHINE} now that I have copied in our crt* files. | Rodney W. Grimes | 1994-05-28 | 1 | -3/+2 |
| * | Fix kvm_i386.c just enough to make it compile and return lots of errors | Rodney W. Grimes | 1994-05-28 | 3 | -346/+74 |
| * | This is a COPY of kvm_hp300.c, soon to be patched to sorta work with | Rodney W. Grimes | 1994-05-28 | 2 | -0/+572 |
| * | Make the comments about what is missing and not done consistent with | Rodney W. Grimes | 1994-05-28 | 1 | -2/+2 |
| * | Initial revision | Rodney W. Grimes | 1994-05-27 | 1 | -0/+190 |
| * | Do not create link for *lib_p.a if you are not installing profiled libraries. | Rodney W. Grimes | 1994-05-27 | 2 | -4/+8 |
| * | Comment out missing sources. | Rodney W. Grimes | 1994-05-27 | 1 | -5/+8 |
| * | Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with | Rodney W. Grimes | 1994-05-27 | 2 | -0/+20 |
| * | Comment out missing libmp and libplot, disable csu until it is ported. | Rodney W. Grimes | 1994-05-27 | 1 | -4/+6 |
| * | This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and | Rodney W. Grimes | 1994-05-27 | 3 | -0/+151 |
| * | This is James da Silva at the University of Maryland at College Park's | Rodney W. Grimes | 1994-05-27 | 1 | -0/+92 |
| * | Clean up S/key library (libskey.a) so that filename access is via the | Paul Traina | 1994-05-27 | 2 | -3/+15 |
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1169 | -0/+217878 |
| * | BSD 4.4 Lite bin Sources | Rodney W. Grimes | 1994-05-26 | 4 | -0/+592 |
| * | BSD 4.4 Lite usr.sbin Sources | Rodney W. Grimes | 1994-05-26 | 3 | -0/+362 |
| * | BSD 4.4 Lite Include Sources | Rodney W. Grimes | 1994-05-24 | 2 | -0/+194 |
| * | Put md5.c copyright on md4.c. I contacted RSA inc. for that some time ago | Guido van Rooij | 1994-05-20 | 1 | -1/+21 |