61 Commits

Author SHA1 Message Date
cgd
2cb4812517 add assembly language version of index, rindex, strchr, and strrchr
supplied by J.T. Conklin <conklin@kaleida.com>
1993-05-07 03:01:27 +00:00
cgd
94470e0e60 diffs for uname (posix!) system call, provided by John Brezak <brezak@osf.org> 1993-05-06 10:46:12 +00:00
deraadt
20f6849bd0 I was horrified to find these had not been commited with the YP changes. 1993-05-04 05:10:45 +00:00
mycroft
22e203baa2 Clean up deleted files. 1993-05-03 07:46:10 +00:00
deraadt
5b868116c2 moved rpc include files 1993-05-03 07:43:41 +00:00
mycroft
133290f5da Cleanup for GCC 2...
s/__dead/volatile/  (Does the format really exist in GCC 1?)
s/va_list/_VA_LIST_/  (to match prototypes)
1993-05-01 15:17:00 +00:00
glass
3518acc740 added some support new err(3) shit needs 1993-04-30 23:09:06 +00:00
glass
afa1d8d1a5 new err stuff 1993-04-30 23:08:23 +00:00
cgd
32191058ae moved libg++ into /usr/gnulib 1993-04-29 11:40:16 +00:00
proven
2f8333c320 Applied John Kohl's patch to syscall.s Stack pointer was off by 4 bytes on
return.
1993-04-28 18:33:01 +00:00
mycroft
2fecfe4945 Fix memory leak. 1993-04-27 20:58:44 +00:00
deraadt
d6801be20b changed the documentation on what -DYP really means. 1993-04-27 10:11:24 +00:00
glass
948df97f49 improved error handling from ftp.uu.net:bsd-sources 1993-04-27 05:51:11 +00:00
cgd
a077d71a14 always compile in YP. theo hasn't given me a reason we can't do this, so... 1993-04-27 03:25:47 +00:00
deraadt
c3539b048a YP functions are always in libc. They just might not be called by getpwent()
and friends.
1993-04-27 02:14:43 +00:00
cgd
1825ffd212 make crypt in libc back into a dummy, but a full-featured dummy.
to get crypt now, use -lcrypt, or LIBCRYPT as part of LDADD.
1993-04-26 13:02:16 +00:00
cgd
d025680561 made libcrypt, so exportable vs. non-exportable packages can be
handled easliy.
1993-04-26 12:45:00 +00:00
cgd
658c314db8 added "libcrypt" to list of subdirs. 1993-04-26 12:44:21 +00:00
deraadt
4a6e143f0e Add instructions for compiling YP to the Makefile 1993-04-26 08:25:13 +00:00
deraadt
d39015d13f parts of YP inside libc.. 1993-04-26 08:23:39 +00:00
deraadt
8e86b0d29e cruel hack to get librpc contents into libc (for yp) 1993-04-26 08:22:34 +00:00
mycroft
03c1fa1627 Remove -I; include files are now in /usr/include. 1993-04-26 02:14:20 +00:00
mycroft
30b1740e9c Clean up deleted files. 1993-04-26 02:13:17 +00:00
mycroft
9f77e8af75 Compile {iso,ns}_{addr,ntoa}. 1993-04-25 07:24:14 +00:00
mycroft
a527c28538 Add directory that CAP forgot. 1993-04-25 01:31:38 +00:00
mycroft
399ecc4b14 Add missing -I in CFLAGS. 1993-04-25 00:54:43 +00:00
mycroft
212dc0d679 Use global value of CFLAGS. 1993-04-24 22:48:30 +00:00
mycroft
8c82bb80bd Make tabs actually work. 1993-04-23 03:42:45 +00:00
mycroft
3134cc2087 Don't build profiling libs if NOPROFILE (from 386BSD patch 138). 1993-04-22 03:38:45 +00:00
mycroft
94e4eede13 Fix various bugs in man pages (from 386BSD patch 130). 1993-04-22 03:27:28 +00:00
proven
4e4e9313a0 This is the latest libdb from vangogh. Messaged so it compiles into
libc. Put in DB so if there is a problem people can back it out quickly
and compile the old db code.
1993-04-21 04:51:09 +00:00
proven
38bca7ea07 New db stuff is in DB now. Makefile reflects change. 1993-04-21 04:48:07 +00:00
proven
fa6d8d8a36 Opps, dbopen doesn't have an underscore. Fixed. 1993-04-21 04:26:21 +00:00
proven
d88a48aabf Fixed these twon files to use db_open instead of hash_open. 1993-04-21 04:21:06 +00:00
proven
4039e4ed63 Removed references to db in the Makefile. 1993-04-18 21:50:28 +00:00
mycroft
6d60f9aa08 Eliminate GCC 2 warning due to prototype not being in scope. 1993-04-18 09:22:35 +00:00
mycroft
fe0578fe36 Fix error in last patch. 1993-04-18 09:21:15 +00:00
mycroft
5614eb0c6d Make arguments match prototypes. 1993-04-18 09:19:56 +00:00
mycroft
b4853d6840 Rewrite. Add support for GCC 2. 1993-04-18 08:47:09 +00:00
sef
e88c7edca2 Bloody stupid misspelled name caused me grief, so I'm changing it
wherever I can.  (Function is getgrnam, documentation says getgrnam*e*!)
1993-04-14 21:31:58 +00:00
cgd
cdc01a2dd4 should be looking in /usr/include/sys/syscall.h 1993-04-13 16:33:31 +00:00
cgd
82b433da33 subdir is librpc; somebody was a moron... 1993-04-10 17:27:23 +00:00
cgd
bbb5c46e4e From: pk@cs.few.eur.nl (Paul Kranenburg)
patch which allows ps(1) and w(1) to lay
their hands on process command line arguments.
1993-04-10 15:02:41 +00:00
mycroft
a551784f2a Make return status match POSIX and man page. 1993-04-10 00:25:35 +00:00
cgd
3f59fa9bd9 from patch 108, by jordan hubbard:
The value of endp returned by strtod() was off by one.  There was also a
const char * vs char * assignment that I took the opportunity to fix.
1993-04-09 12:27:23 +00:00
cgd
6a90c42cf0 make sure directory to install stuff exists before installing 1993-04-09 09:39:59 +00:00
cgd
158c4900e7 make sure directory to install stuff exists before installing,
and copy libs rather than mv'ing them, on install
1993-04-09 09:39:34 +00:00
cgd
f065faaa12 quick makefile for rpc man page master dir 1993-04-04 12:21:18 +00:00
cgd
c996ca5e3f fixed bug where space in a line had "priority" over a tab in finding
the end of the current field, even if the space came after a tab...
1993-04-04 12:06:31 +00:00
cgd
10c041bb55 added changes from Steven Reiz <sreiz@aie.nl> (based on
those by Poul-Henning Kamp <phk@data.fls.dk>) to get the kernel
to compile properly when gcc2.* is cc.  (should still work
when gcc1.39 is in use.)
1993-04-03 02:15:18 +00:00