wollman
c52c9612a7
Add back librpcsvc. It builds fine on both my machine and thud, I don't
...
know what Jordan's problem was.
1994-08-09 16:29:20 +00:00
jkh
7970b61147
Comment out librpcv. Not there.
...
Submitted by: jkh
1994-08-09 00:37:16 +00:00
jkh
f8f2c5800b
Correct the man page extent.
...
Submitted by: jkh
1994-08-08 19:26:23 +00:00
jkh
66286e3fa9
Boy, was *this* ever bollixed!
...
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
1994-08-08 19:22:14 +00:00
jkh
15db5005ed
Make this work even if make depend is not run.
...
Reviewed by:
Submitted by: jkh
1994-08-08 18:54:08 +00:00
jkh
274dc9f50a
Add a missing backslash to get this to work again.
...
Reviewed by:
Submitted by: jkh
1994-08-08 15:17:41 +00:00
wollman
356a80adea
Added YP domain name getting/setting support, for SunOS/old program
...
compatibility.
1994-08-08 00:40:24 +00:00
wollman
5759bb76af
Make librpcsvc.
1994-08-07 23:27:27 +00:00
wollman
70046b9a22
Makefile to build librpcsvc. (All sources automatically generated.)
...
Taken from 1.1.5; not sure who originally wrote it.
1994-08-07 23:21:08 +00:00
wollman
905766ce24
Add back in the YP code from 1.1.5. (This attribution brought to you
...
by Theo de Raadt.) Added a new make flag variable, NO_YP_LIBC, which
disables YP entirely. User-land programs to come later.
1994-08-07 23:04:55 +00:00
wollman
5840c2bc03
More directory cleanup after YP merge.
1994-08-07 22:21:14 +00:00
wollman
07f54dbbf0
Don't try to build librpc in a separate directory.
1994-08-07 18:52:47 +00:00
wollman
7e6f5f8c5d
Add Sun RPC documentation, which should eventually go into our PSD.
...
(I think I'm up to part 6.)
1994-08-07 18:46:28 +00:00
wollman
39d367d32e
Moving RPC stuff into libc, part 2.
1994-08-07 18:39:35 +00:00
wollman
ad3e7cd01d
Moving Sun RPC code into libc, part 1. Based on work done by a number of
...
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.
1994-08-07 18:36:12 +00:00
wollman
2751343523
Make it work with new mmap syscall.
1994-08-05 17:53:07 +00:00
dg
6b466831f4
Converted 'vmunix' to 'kernel'.
1994-08-05 09:14:37 +00:00
wollman
195961bd8d
Allow libtelnet to compile, by removing references to Kerberos and DES in
...
the Makefile. We still need to determine the appropriate source organization
for this.
1994-08-05 02:02:36 +00:00
wollman
d61cc614b7
Make up for the fact that rpc headers are now installed from include.
1994-08-05 01:59:40 +00:00
wollman
0946373659
Temporarily force creation of librpc.so.2.0 (by including lib-directory
...
Makefile.inc). Eventually this will be moved back into libc as in 1.1.5.
1994-08-05 01:58:43 +00:00
wollman
66d9a507a2
Make it work with our make macros.
1994-08-05 01:52:05 +00:00
wollman
ac2dffffaf
Make it work with our make macros.
1994-08-05 01:42:04 +00:00
wollman
e017c781ca
First crack at making libc work with the new make macros. It compiles on
...
my machine, and a simple static (genassym) and shared (sysctl) executable
both work. Still to be done: RPCand YP merge.
1994-08-05 01:19:12 +00:00
wollman
962b8cc8e0
From 1.1.5: define default shared library versions. For 2.0, use version
...
2.0.
1994-08-04 22:44:00 +00:00
wollman
39c6e29318
Make obj directory work right. md?hl.c should probably be
...
deleted, but I'll leave that up to PHK.
1994-08-04 21:20:03 +00:00
wollman
5e44d04dde
histedit.h is now installed from include.
1994-08-04 20:47:46 +00:00
phk
6f89e60928
Reviewed by: phk
...
Added libmd.
1994-07-24 03:30:47 +00:00
phk
63df6e0559
This commit was generated by cvs2svn to compensate for changes in r1802,
...
which included commits to RCS files with non-trunk default branches.
1994-07-24 03:29:56 +00:00
phk
8a6db7e780
Reviewed by: phk
...
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.
1994-07-24 03:29:56 +00:00
csgr
a22e08d763
Rewrite nlist to mmap the whole a.out file (at Davidg's suggestion).
...
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:
1994-07-22 12:22:51 +00:00
guido
d14fac757a
Move skey.h to /usr/include so other packages will be able to use
...
libskey. (such as wu-ftp and xdm).
Editted skey so it matches the standard /usr/include way.
1994-06-02 20:25:30 +00:00
rgrimes
d13b1c246f
MAP_FILE is the default on mmap now, and is no longer defined just
...
like on a sun, so #define it to be 0 if we are running BSD >=199306.
1994-05-28 13:59:16 +00:00
rgrimes
333eaa9d00
Enable csu/${MACHINE} now that I have copied in our crt* files.
1994-05-28 09:24:46 +00:00
rgrimes
01c9385475
Fix kvm_i386.c just enough to make it compile and return lots of errors
...
when called. Noop out swapread in kvm_proc.c as our vm system is
different.
1994-05-28 05:48:30 +00:00
rgrimes
0095655af3
This is a COPY of kvm_hp300.c, soon to be patched to sorta work with
...
the i386 port.
1994-05-28 04:34:59 +00:00
rgrimes
8429370ce2
Make the comments about what is missing and not done consistent with
...
my other Makefile comments so they can easily be found with grep.
1994-05-28 04:32:21 +00:00
rgrimes
6afce27cfe
Initial revision
1994-05-27 12:32:03 +00:00
rgrimes
edf5396bb3
Do not create link for *lib_p.a if you are not installing profiled libraries.
1994-05-27 11:02:31 +00:00
rgrimes
eb8a34747c
Comment out missing sources.
1994-05-27 11:01:30 +00:00
rgrimes
a3ddeea37c
Pull in GNU2 fix for this from FreeBSD, allows ldexp.c to compile with
...
gcc2.x
1994-05-27 11:00:56 +00:00
rgrimes
c7a9609a2e
Comment out missing libmp and libplot, disable csu until it is ported.
1994-05-27 11:00:20 +00:00
rgrimes
55b9cda166
This commit was generated by cvs2svn to compensate for changes in r1581,
...
which included commits to RCS files with non-trunk default branches.
1994-05-27 10:33:22 +00:00
rgrimes
3f0cb5fe2e
This is Christopher G. Demetriou of NetBSD versions of ftime.c, gtty.c, and
...
stty.c.
1994-05-27 10:33:22 +00:00
rgrimes
11bdc7ddfd
This commit was generated by cvs2svn to compensate for changes in r1578,
...
which included commits to RCS files with non-trunk default branches.
1994-05-27 10:26:59 +00:00
rgrimes
3351a23834
This is James da Silva at the University of Maryland at College Park's
...
regex.c code as picked up from the net.
1994-05-27 10:26:59 +00:00
pst
0740fe303d
Clean up S/key library (libskey.a) so that filename access is via the
...
standard 4.4bsd pathnames mechanism.
Also document a potential security hole vs backwards compatibility tradeoff.
1994-05-27 07:50:08 +00:00
rgrimes
e043687c62
This commit was generated by cvs2svn to compensate for changes in r1573,
...
which included commits to RCS files with non-trunk default branches.
1994-05-27 05:00:24 +00:00
rgrimes
cb2f2e712b
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
rgrimes
be22b15ae2
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
rgrimes
366dfaba19
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00