744 Commits

Author SHA1 Message Date
deraadt
2ce9375b74 add man page 1993-04-27 05:05:11 +00:00
glass
93f61ee2c9 adding man page that was in ftp.uu.net:bsd-sources 1993-04-27 05:00:32 +00:00
glass
ee627cf052 integrated updated 'tr' from ftp.uu.net:bsd-sources 1993-04-27 04:52:26 +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
glass
7ff201064a new 'test' from ftp.uu.net:/systems/unix/bsd-sources, got rid of GNU thing 1993-04-26 23:30:42 +00:00
cgd
be54c22e2a update to new version from uunet 1993-04-26 23:13:43 +00:00
dpassage
f30d0452ab Fixed incorrect calls to longjmp. 1993-04-26 22:07:46 +00:00
mycroft
6fc71e4f3f Fix typo. (troff makes me ill.) 1993-04-26 19:59:33 +00:00
mycroft
e11494b11e Oops. sgetc() is used elsewhere, so should not be static. 1993-04-26 19:12:06 +00:00
deraadt
5edf972953 cosmetic change 1993-04-26 18:45:49 +00:00
proven
d5a918fb1d Merged Charles's enhancements to SWAP macros into new db.h 1993-04-26 17:15:31 +00:00
glass
cafbea0969 print out more of the gathered udp stats (actually all of them) 1993-04-26 16:54:54 +00:00
mycroft
5d3149eda3 The tools have no man pages. 1993-04-26 16:31:58 +00:00
mycroft
fa6871c86f Don't segv if no process found on tty. 1993-04-26 15:50:34 +00:00
mycroft
aa69ffd618 Fix NULL pointer reference. 1993-04-26 15:03:05 +00:00
cgd
0c167eaba1 changed to use new libcrypt scheme. 1993-04-26 14:54:38 +00:00
mycroft
0e1d1138e1 Fix NULL pointer reference. 1993-04-26 14:43:24 +00:00
cgd
5e9fcf3ce4 changed to use new libcrypt scheme. 1993-04-26 14:42:34 +00:00
mycroft
1f4b3afb7f Fix NULL pointer reference and don't drop character when wrapping. 1993-04-26 14:37:49 +00:00
cgd
d3c214b571 changed to use new libcrypt scheme. 1993-04-26 14:33:28 +00:00
mycroft
5b6969ed08 tn3270 works now. 1993-04-26 14:13:28 +00:00
mycroft
2174025921 Add tn3270 with correct Makefiles. 1993-04-26 14:02:21 +00:00
cgd
5ea79c99bd got rid of "CFLAGS+=-DDES" -- it was irrelevant 1993-04-26 13:53:04 +00:00
cgd
18c7e2bf9c added definition for DPADD library variable LIBCRYPT. 1993-04-26 13:07:57 +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
cgd
82c7f82148 id for scsi_attach must be an int. 1993-04-26 11:54:23 +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
deraadt
0bbfff2d44 initial rev
I don't like this program. passwd -y should do it's job (and it tries to)
1993-04-26 08:13:39 +00:00
deraadt
b9ca56ddd8 initial rev 1993-04-26 08:09:02 +00:00
deraadt
59685b4cb5 yp utilities directory Makefile 1993-04-26 08:07:30 +00:00
deraadt
50750affbe compile usr.sbin/yp 1993-04-26 08:06:33 +00:00
cgd
0b66c74089 fix from Jim Jegers which makes PCFS work... 1993-04-26 06:52:39 +00:00
deraadt
0c92aec845 this file used to try to generate a "struct passwd". Nope, won't work.. 1993-04-26 06:33:39 +00:00
dpassage
78a376836d Removed a cast that was causing another stoopid compile error. 1993-04-26 06:09:17 +00:00
deraadt
570d2bbcac Allow include/rpcsvc to have .h files that are not generated from .x files 1993-04-26 05:04:58 +00:00
mycroft
c6eb10622f Define realinstall' target, not install', and let bsd.prog.mk do dependencies. 1993-04-26 03:55:58 +00:00
mycroft
a2b5c8b735 Once more, don't make `all' depend on man page; bsd.prog.mk does this. 1993-04-26 03:49:25 +00:00
mycroft
b92f4f587a Use global value of CFLAGS for optimization. 1993-04-26 03:43:48 +00:00
mycroft
a701c30afe Once more, don't make `all' depend on man page; bsd.prog.mk does this. 1993-04-26 03:42:07 +00:00
mycroft
b2c804d82b Define realinstall' target, not install', and let bsd.prog.mk do dependencies. 1993-04-26 03:35:05 +00:00
mycroft
efdb7037fc Don't try to install man pages if NOMAN set. 1993-04-26 03:33:41 +00:00
mycroft
4a7dbb4d82 Don't try to install man page if NOMAN set. 1993-04-26 03:29:31 +00:00
mycroft
9208a01b9f Define realinstall' target, not install', and let bsd.prog.mk do dependencies. 1993-04-26 03:26:55 +00:00
mycroft
2c84f42974 Don't redefine `realinstall' target if already defined. 1993-04-26 03:26:17 +00:00
mycroft
9f63ffb391 Don't try to install man page if NOMAN set. 1993-04-26 03:24:05 +00:00