summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Use a consistent name for librpcsvc.wollman1994-08-091-0/+31
| | | | | Reviewed by: Submitted by: Found by Bruce Evans.
* Add back librpcsvc. It builds fine on both my machine and thud, I don'twollman1994-08-091-1/+1
| | | | know what Jordan's problem was.
* Comment out librpcv. Not there.jkh1994-08-091-1/+1
| | | | Submitted by: jkh
* Correct the man page extent.jkh1994-08-082-2/+2
| | | | Submitted by: jkh
* Boy, was *this* ever bollixed!jkh1994-08-081-17/+17
| | | | | | | | | | | | | | 1. Copyright files looked for in the wrong place 2. cmp was looking in wrong place for test data. 3. Driver for test not linked static, thus dynamic resolution of library not working. 4. Man page installation not consistent with source. Reviewed by: Submitted by: jkh
* Make this work even if make depend is not run.jkh1994-08-081-1/+1
| | | | | Reviewed by: Submitted by: jkh
* Add a missing backslash to get this to work again.jkh1994-08-081-1/+1
| | | | | Reviewed by: Submitted by: jkh
* Added YP domain name getting/setting support, for SunOS/old programwollman1994-08-083-7/+128
| | | | compatibility.
* Make librpcsvc.wollman1994-08-071-1/+1
|
* Makefile to build librpcsvc. (All sources automatically generated.)wollman1994-08-071-0/+31
| | | | Taken from 1.1.5; not sure who originally wrote it.
* Add back in the YP code from 1.1.5. (This attribution brought to youwollman1994-08-074-0/+1202
| | | | | by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which disables YP entirely. User-land programs to come later.
* More directory cleanup after YP merge.wollman1994-08-074-27/+8
|
* Don't try to build librpc in a separate directory.wollman1994-08-071-1/+1
|
* Add Sun RPC documentation, which should eventually go into our PSD.wollman1994-08-076-0/+9681
| | | | (I think I'm up to part 6.)
* Moving RPC stuff into libc, part 2.wollman1994-08-079-0/+2947
|
* Moving Sun RPC code into libc, part 1. Based on work done by a number ofwollman1994-08-0741-0/+8555
| | | | | people, including J.T. Conklin, Theo de Raadt, Paul Richards, and probably someone else who's going to flame me as soon as they see this message.
* Make it work with new mmap syscall.wollman1994-08-051-9/+9
|
* Converted 'vmunix' to 'kernel'.dg1994-08-054-6/+6
|
* Allow libtelnet to compile, by removing references to Kerberos and DES inwollman1994-08-051-3/+3
| | | | | the Makefile. We still need to determine the appropriate source organization for this.
* Make up for the fact that rpc headers are now installed from include.wollman1994-08-051-11/+0
|
* Temporarily force creation of librpc.so.2.0 (by including lib-directorywollman1994-08-051-0/+4
| | | | Makefile.inc). Eventually this will be moved back into libc as in 1.1.5.
* Make it work with our make macros.wollman1994-08-051-5/+11
|
* Make it work with our make macros.wollman1994-08-053-7/+8
|
* First crack at making libc work with the new make macros. It compiles onwollman1994-08-0589-106/+4729
| | | | | my machine, and a simple static (genassym) and shared (sysctl) executable both work. Still to be done: RPCand YP merge.
* From 1.1.5: define default shared library versions. For 2.0, use versionwollman1994-08-041-0/+3
| | | | 2.0.
* Make obj directory work right. md?hl.c should probably bewollman1994-08-041-0/+3
| | | | deleted, but I'll leave that up to PHK.
* histedit.h is now installed from include.wollman1994-08-041-6/+0
|
* Reviewed by: phkphk1994-07-241-1/+1
| | | | Added libmd.
* This commit was generated by cvs2svn to compensate for changes in r1802,phk1994-07-2413-0/+1294
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Reviewed by: phkphk1994-07-2413-0/+1294
| | | | | | | Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static.
* Rewrite nlist to mmap the whole a.out file (at Davidg's suggestion).csgr1994-07-221-36/+47
| | | | | | This means that we don't have to do rounding calculations for page boundaries. (We do all our accesses via the mmapped area now.) Reviewed by:
* Move skey.h to /usr/include so other packages will be able to useguido1994-06-027-20/+16
| | | | | libskey. (such as wu-ftp and xdm). Editted skey so it matches the standard /usr/include way.
* MAP_FILE is the default on mmap now, and is no longer defined justrgrimes1994-05-281-1/+8
| | | | like on a sun, so #define it to be 0 if we are running BSD >=199306.
* Enable csu/${MACHINE} now that I have copied in our crt* files.rgrimes1994-05-281-3/+2
|
* Fix kvm_i386.c just enough to make it compile and return lots of errorsrgrimes1994-05-283-346/+74
| | | | | when called. Noop out swapread in kvm_proc.c as our vm system is different.
* This is a COPY of kvm_hp300.c, soon to be patched to sorta work withrgrimes1994-05-282-0/+572
| | | | the i386 port.
* Make the comments about what is missing and not done consistent withrgrimes1994-05-281-2/+2
| | | | my other Makefile comments so they can easily be found with grep.
* Initial revisionrgrimes1994-05-271-0/+190
|
* Do not create link for *lib_p.a if you are not installing profiled libraries.rgrimes1994-05-272-4/+8
|
* Comment out missing sources.rgrimes1994-05-271-5/+8
|
* Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile withrgrimes1994-05-272-0/+20
| | | | gcc2.x
* Comment out missing libmp and libplot, disable csu until it is ported.rgrimes1994-05-271-4/+6
|
* This commit was generated by cvs2svn to compensate for changes in r1581,rgrimes1994-05-273-0/+151
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, andrgrimes1994-05-273-0/+151
| | | | stty.c.
* This commit was generated by cvs2svn to compensate for changes in r1578,rgrimes1994-05-271-0/+92
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * This is James da Silva at the University of Maryland at College Park'srgrimes1994-05-271-0/+92
| | | | regex.c code as picked up from the net.
* Clean up S/key library (libskey.a) so that filename access is via thepst1994-05-272-3/+15
| | | | | | standard 4.4bsd pathnames mechanism. Also document a potential security hole vs backwards compatibility tradeoff.
*-----. This commit was generated by cvs2svn to compensate for changes in r1573,rgrimes1994-05-271153-0/+214871
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| | | | * BSD 4.4 Lite Lib Sourcesrgrimes1994-05-272-0/+184
| | | |
| | | * BSD 4.4 Lite Lib Sourcesrgrimes1994-05-276-0/+2318
| | |
OpenPOWER on IntegriCloud