mycroft
|
95090f0a13
|
Don't use first block of swap area.
|
1993-04-28 03:04:25 +00:00 |
mycroft
|
9222eca1f3
|
Fix memory leak.
|
1993-04-27 20:58:44 +00:00 |
glass
|
39ec5a0745
|
bostic was right, and i was wrong.. boo.
|
1993-04-27 17:09:01 +00:00 |
deraadt
|
998ea47bff
|
changed the documentation on what -DYP really means.
|
1993-04-27 10:11:24 +00:00 |
cgd
|
6e88da586a
|
fix several off-by-one errors in hostname setting/reading
|
1993-04-27 10:06:10 +00:00 |
cgd
|
4db9cc0048
|
fixed after-depend dependency loops
|
1993-04-27 09:51:52 +00:00 |
mycroft
|
484e228599
|
Use EPERM when write permission is denied, not EBADF.
|
1993-04-27 07:21:37 +00:00 |
cgd
|
9e39edd02b
|
oops. space vs. tab thing
|
1993-04-27 07:00:41 +00:00 |
cgd
|
00452e0c62
|
fixed make depend, and added rcs headers to makefiles
|
1993-04-27 06:47:28 +00:00 |
glass
|
5651d3f0ed
|
improved error handling from ftp.uu.net:bsd-sources
|
1993-04-27 05:51:11 +00:00 |
deraadt
|
2dca7e3bdb
|
386bsd 0.1 --> netbsd 0.8
|
1993-04-27 05:39:38 +00:00 |
deraadt
|
d5d6561d7b
|
A manual page for YP which explains that there are no other manual pages.. :-)
|
1993-04-27 05:10:23 +00:00 |
deraadt
|
619a143783
|
add man page
|
1993-04-27 05:05:11 +00:00 |
glass
|
2521ea4e04
|
adding man page that was in ftp.uu.net:bsd-sources
|
1993-04-27 05:00:32 +00:00 |
glass
|
9acecc037c
|
integrated updated 'tr' from ftp.uu.net:bsd-sources
|
1993-04-27 04:52:26 +00:00 |
cgd
|
3a1c5d4c02
|
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
|
7ca353ff8d
|
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
|
e5ac8e1e2a
|
new 'test' from ftp.uu.net:/systems/unix/bsd-sources, got rid of GNU thing
|
1993-04-26 23:30:42 +00:00 |
cgd
|
673442398b
|
update to new version from uunet
|
1993-04-26 23:13:43 +00:00 |
dpassage
|
2d12aa06fa
|
Fixed incorrect calls to longjmp.
|
1993-04-26 22:07:46 +00:00 |
mycroft
|
91ab285e99
|
Fix typo. (troff makes me ill.)
|
1993-04-26 19:59:33 +00:00 |
mycroft
|
e4996a015e
|
Oops. sgetc() is used elsewhere, so should not be static.
|
1993-04-26 19:12:06 +00:00 |
deraadt
|
d494d8e591
|
cosmetic change
|
1993-04-26 18:45:49 +00:00 |
proven
|
287b798815
|
Merged Charles's enhancements to SWAP macros into new db.h
|
1993-04-26 17:15:31 +00:00 |
glass
|
6b50fbee8d
|
print out more of the gathered udp stats (actually all of them)
|
1993-04-26 16:54:54 +00:00 |
mycroft
|
c013d2a322
|
The tools have no man pages.
|
1993-04-26 16:31:58 +00:00 |
mycroft
|
1298891a7a
|
Don't segv if no process found on tty.
|
1993-04-26 15:50:34 +00:00 |
mycroft
|
de7626c37e
|
Fix NULL pointer reference.
|
1993-04-26 15:03:05 +00:00 |
cgd
|
6ebc3bcac9
|
changed to use new libcrypt scheme.
|
1993-04-26 14:54:38 +00:00 |
mycroft
|
9596c5e1e8
|
Fix NULL pointer reference.
|
1993-04-26 14:43:24 +00:00 |
cgd
|
86677cb02a
|
changed to use new libcrypt scheme.
|
1993-04-26 14:42:34 +00:00 |
mycroft
|
f90eda1c1e
|
Fix NULL pointer reference and don't drop character when wrapping.
|
1993-04-26 14:37:49 +00:00 |
cgd
|
811e6386f8
|
changed to use new libcrypt scheme.
|
1993-04-26 14:33:28 +00:00 |
mycroft
|
f2968f5888
|
tn3270 works now.
|
1993-04-26 14:13:28 +00:00 |
mycroft
|
7bd7054808
|
Add tn3270 with correct Makefiles.
|
1993-04-26 14:02:21 +00:00 |
cgd
|
2f84481095
|
got rid of "CFLAGS+=-DDES" -- it was irrelevant
|
1993-04-26 13:53:04 +00:00 |
cgd
|
5c6b56771f
|
added definition for DPADD library variable LIBCRYPT.
|
1993-04-26 13:07:57 +00:00 |
cgd
|
3509d59e79
|
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
|
e0b9a84a0f
|
made libcrypt, so exportable vs. non-exportable packages can be
handled easliy.
|
1993-04-26 12:45:00 +00:00 |
cgd
|
91f170e596
|
added "libcrypt" to list of subdirs.
|
1993-04-26 12:44:21 +00:00 |
cgd
|
c08b444d52
|
id for scsi_attach must be an int.
|
1993-04-26 11:54:23 +00:00 |
deraadt
|
a78f71b557
|
Add instructions for compiling YP to the Makefile
|
1993-04-26 08:25:13 +00:00 |
deraadt
|
42d384ba4c
|
parts of YP inside libc..
|
1993-04-26 08:23:39 +00:00 |
deraadt
|
3fcae026b5
|
cruel hack to get librpc contents into libc (for yp)
|
1993-04-26 08:22:34 +00:00 |
deraadt
|
d42743fe12
|
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
|
e39dac2f56
|
initial rev
|
1993-04-26 08:09:02 +00:00 |
deraadt
|
13c91e95f5
|
yp utilities directory Makefile
|
1993-04-26 08:07:30 +00:00 |
deraadt
|
482c392efe
|
compile usr.sbin/yp
|
1993-04-26 08:06:33 +00:00 |
cgd
|
a58a2213e0
|
fix from Jim Jegers which makes PCFS work...
|
1993-04-26 06:52:39 +00:00 |
deraadt
|
49ee23b204
|
this file used to try to generate a "struct passwd". Nope, won't work..
|
1993-04-26 06:33:39 +00:00 |