46 Commits

Author SHA1 Message Date
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
glass
f1814fe4f8 Now installs man pages 1993-04-03 00:59:48 +00:00
glass
99e22d264a Now just a subdir.mk 1993-04-03 00:59:16 +00:00
cgd
6df4b01aee fixed problem with 2 `/' chars back to back in temp files, which kills emacs 1993-04-02 12:31:56 +00:00
deraadt
d98a4aa1c4 added: the entire domainanme set. domainmame(1), domainname(2), and a spiffy
man page.
1993-04-02 12:24:21 +00:00
nate
221687dbc9 Changed Makefile to include the new regex.c package 1993-03-23 19:20:18 +00:00
nate
e58f5b0ddd From BSDI Mailing list. regex.c uses the regcomp routines to emulate
the regex routines.
1993-03-23 10:49:38 +00:00
cgd
dfe48ad245 added libcompat for compatibility routines, like ftime, etc. 1993-03-23 10:14:55 +00:00
cgd
50a5c0ce2a added support for using real crypt 1993-03-22 23:27:33 +00:00
cgd
03af6a6529 added crypt.c and deleted crypt_dummy.c 1993-03-22 23:25:02 +00:00
cgd
00ecdef12c after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
cgd
767b8d57f1 initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00