610 Commits

Author SHA1 Message Date
mycroft
c5fba062aa Implement previous change more cleanly. 1993-04-28 04:00:49 +00:00
alm
619fc7d0f5 rearranged headers to compile cleanly
minor corrections in man page
1993-04-28 03:37:34 +00:00
mycroft
fd7eb0fb33 Make swapmap extern; it is defined in vm_swap.c. 1993-04-28 03:06:15 +00:00
mycroft
e9d5658078 Introduce a new panic() condition in case I missed something. 1993-04-28 03:04:57 +00:00
mycroft
3b4d4d9eb9 Don't use first block of swap area. 1993-04-28 03:04:25 +00:00
mycroft
2fecfe4945 Fix memory leak. 1993-04-27 20:58:44 +00:00
glass
676934a716 bostic was right, and i was wrong.. boo. 1993-04-27 17:09:01 +00:00
deraadt
d6801be20b changed the documentation on what -DYP really means. 1993-04-27 10:11:24 +00:00
cgd
e5ff7dbdce fix several off-by-one errors in hostname setting/reading 1993-04-27 10:06:10 +00:00
cgd
3903567eb6 fixed after-depend dependency loops 1993-04-27 09:51:52 +00:00
mycroft
776224f8da Use EPERM when write permission is denied, not EBADF. 1993-04-27 07:21:37 +00:00
cgd
18e98038bc oops. space vs. tab thing 1993-04-27 07:00:41 +00:00
cgd
4cc6d6df80 fixed make depend, and added rcs headers to makefiles 1993-04-27 06:47:28 +00:00
glass
948df97f49 improved error handling from ftp.uu.net:bsd-sources 1993-04-27 05:51:11 +00:00
deraadt
84938af05e 386bsd 0.1 --> netbsd 0.8 1993-04-27 05:39:38 +00:00
deraadt
5c74c4632c A manual page for YP which explains that there are no other manual pages.. :-) 1993-04-27 05:10:23 +00:00
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