Commit Graph

2091 Commits

Author SHA1 Message Date
mycroft 080e65aef6 Add RCS identifiers. 1993-07-30 11:10:53 +00:00
mycroft 0e9c8e4524 Add RCS identifiers. 1993-07-30 08:34:38 +00:00
mycroft f23f94cb77 Add even more RCS frobs. 1993-07-30 08:21:41 +00:00
mycroft 2e9407c8eb Remove patchkit lossage, and RCS frob, and make tolower() and toupper() a
little faster.
1993-07-30 08:07:44 +00:00
mycroft adb8dc2533 Add RCS frob. 1993-07-30 07:59:55 +00:00
mycroft e7ae1531d5 Latest versions from uunet. 1993-07-30 07:57:48 +00:00
mycroft dbd4200b5d Latest version from uunet. 1993-07-30 07:35:47 +00:00
mycroft 01094e51c2 When generating a default OBJS, ignore .h files. 1993-07-30 03:40:07 +00:00
mycroft 6001d6e5c9 system.c 1993-07-30 03:29:07 +00:00
mycroft 889dce8d1b Add param.h to SRCS so it will get built before depending.
Remove bogus empty depend target.
1993-07-30 03:13:07 +00:00
mycroft b6f2050461 Merge changes from netbsd-0-9 branch. 1993-07-30 01:31:48 +00:00
mycroft bccc50a733 Merge changes from netbsd-0-9 branch. 1993-07-30 01:00:27 +00:00
mycroft bdbbba0b73 Use execve() rather than execl(). This is faster and doesn't use malloc()
(and thus avoids an annoying problem which only seems to manifest itself
in KCL).
1993-07-29 22:09:42 +00:00
mycroft 8846a74782 Don't print the `making ...' message if an obj dir already exists.
Also, a minor cleanup.
1993-07-29 22:04:53 +00:00
jtc 3643c134f1 Change "#endif FOO" to "#endif /* FOO */", to keep gcc -Wall, lint, etc.
from complaining about a trivial issue.
1993-07-29 21:42:19 +00:00
mycroft d77ae6d412 Don't repeat the last character in a range. 1993-07-29 16:29:40 +00:00
mycroft 4ff2032a1d Clean up deleted files. 1993-07-29 12:40:19 +00:00
jtc 1829761419 back out LOGNAME until I have the situation confirmed. 1993-07-28 20:36:17 +00:00
jtc 04b4a7f853 Back out last change until I can get an official interpretation. 1993-07-28 20:22:53 +00:00
jtc 851cc8482a Update LOGNAME as well as USER environment variables to keep POSIX utilities
that only understand LOGNAME happy.
1993-07-28 17:53:26 +00:00
jtc 5b1c27146a When both LOGNAME and USER environment variables are set, favour LOGNAME. 1993-07-28 17:49:22 +00:00
cgd 2680a043c7 general cleanup (get close to KNF), and remove a few fuzzies
in preparation for The Grand Re-rewriting.
1993-07-28 04:08:27 +00:00
cgd 7b2afa7fe6 incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 02:20:34 +00:00
cgd cbdb50c1c1 incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 00:56:43 +00:00
cgd 5158757c0f incorporate changes from 0-9-base to 0-9-ALPHA 1993-07-28 00:40:12 +00:00
cgd 799eb7d029 kill change log 1993-07-28 00:00:49 +00:00
pk 36a6e635b3 Committing in src/sys/vm
Modified Files:
	vm_object.c

call vm_object_remove() to remove an object from the hashtable when
vm_object_collapse() starts fiddling with pagers.
1993-07-28 00:00:01 +00:00
jtc 78df5feb47 First cut at "catman" 1993-07-27 21:29:27 +00:00
jtc 87a0a56795 Add makewhatis script 1993-07-27 20:55:32 +00:00
jtc f49d130aa8 Add makewhatis script for catman 1993-07-27 20:53:59 +00:00
jtc d4f7744b8e Fix formatting bug. 1993-07-27 20:21:42 +00:00
jtc dddeb4b8fa Set RCS comment leader to .\". 1993-07-27 19:08:55 +00:00
nate 66cb129044 Got rid of cruft at the bottom of the man page 1993-07-27 18:09:27 +00:00
glass d3b416231f new pmap module 1993-07-27 12:04:41 +00:00
jtc 41897f8be3 Eliminate line length limit of config file. 1993-07-27 01:32:38 +00:00
jtc 9786c4ebb2 man_conf -> man.conf 1993-07-27 01:04:48 +00:00
jtc 0de6d56567 Restore colons to manpath if we exit the for loop prematurely to
avoid dumping core when we request manpages from more than one
section.
Look in machine dependant manpage directory (cat?/arch/*) before the
machine independant directory (cat?/*) as per manpage.
Don't complain about not being able to find a manual page if it was
found in the augmented manpath specified by -m.
1993-07-26 23:05:36 +00:00
glass ca073b5fd0 adding man pages for termios support functions 1993-07-25 23:05:00 +00:00
glass 20e82d4699 Finally deprecate the old timezone() interface in favor of an XSH5
timezone/daytime pair; as proposed by J.T. in September, 1996.
Fixes PR standards/11807 by Nick Hudson.
1993-07-25 23:04:59 +00:00
cgd 9ff66c6e35 only save 250k of ftp logs before compressing 1993-07-24 23:29:31 +00:00
ws 96ec00e106 Use all of freebufspace 1993-07-24 22:09:50 +00:00
deraadt 80795f5a8e new header files are more ansi-like 1993-07-24 18:29:16 +00:00
deraadt 9e0367ab04 fixed a yp-related bug found by Paul Kranenburg <pk@cs.few.eur.nl>:
endpwent was free'ing passwd line.
1993-07-24 18:28:32 +00:00
deraadt f889a2a363 rewrote sun-copyrighted header files 1993-07-24 18:25:32 +00:00
jtc c25063b778 RCS Id's were lost when I exported rcs on freefall to bring it here.
It doesn't matter in most files.  But since the manpage macros attempt
to extract the dates from the Id, I thought I'd better fix them.
1993-07-24 02:50:11 +00:00
brezak 19049fea1a Add option dependency generation. 1993-07-23 03:01:47 +00:00
jtc bbeb724e87 Use rmail from latest sendmail distribution. 1993-07-22 17:30:29 +00:00
jtc 6e9cf0213d Now that all of the manual pages that used the "old" mandoc macros
have been upgraded to use the "new" mandoc macros, we can safely
remove support for tmac.doc.old
1993-07-22 17:06:53 +00:00
jtc 6717e85b49 Fixed spelling error: mdoc.sample -> mdoc.samples
Added RCS Header.
1993-07-22 16:53:53 +00:00
jtc a43c169d16 Fixed spelling mistake: group->groups. 1993-07-22 16:49:44 +00:00