Commit Graph

1798 Commits

Author SHA1 Message Date
mycroft
c1d98cf9f2 Clean up deleted files. 1993-07-14 20:44:26 +00:00
jtc
b8fcd24a6e Update groff to release 1.08 1993-07-14 20:43:49 +00:00
mycroft
b9de1d1b82 Clean up deleted files. 1993-07-14 20:43:46 +00:00
jtc
7417646e82 Update groff to release 1.08 1993-07-14 20:43:24 +00:00
mycroft
b6fdd888a9 Clean up deleted files. 1993-07-14 20:43:23 +00:00
jtc
408fe1c27f Update groff to release 1.08 1993-07-14 20:42:09 +00:00
mycroft
fa41988725 Clean up deleted files. 1993-07-14 20:42:06 +00:00
jtc
27a9d24d77 Update groff to release 1.08 1993-07-14 20:41:47 +00:00
mycroft
f2517ff88e Clean up deleted files. 1993-07-14 20:41:46 +00:00
jtc
c5d9b90607 Update groff to release 1.08 1993-07-14 20:41:26 +00:00
mycroft
2d52fd00ec Clean up deleted files. 1993-07-14 20:41:23 +00:00
jtc
71fadaa80c Update groff to release 1.08 1993-07-14 20:40:55 +00:00
mycroft
511f9f0650 Clean up deleted files. 1993-07-14 20:40:53 +00:00
jtc
b5e1cf4574 Update groff to release 1.08 1993-07-14 20:40:08 +00:00
mycroft
3b987d48c8 Clean up deleted files. 1993-07-14 20:40:07 +00:00
jtc
ac2fed22ef Update groff to release 1.08 1993-07-14 20:39:38 +00:00
mycroft
c53251be3a Clean up deleted files. 1993-07-14 20:39:37 +00:00
jtc
eec832b31e Update groff to release 1.08 1993-07-14 20:39:14 +00:00
mycroft
baea4cf0f9 Clean up deleted files. 1993-07-14 20:37:05 +00:00
jtc
008033ebfe Update groff to release 1.08 1993-07-14 20:36:42 +00:00
jtc
57a0354a6e When env was made 1003.2 compliant, the combined env/printenv manpage
got a little unwieldy, so I split out env to its own manual page.
1993-07-14 20:27:02 +00:00
jtc
2ab235c8c0 Make Posix 1003.2 (Draft 11.2) compliant. 1993-07-14 20:24:33 +00:00
mycroft
6b2d2e99ce Clean up deleted files. 1993-07-14 11:19:19 +00:00
cgd
3b74bdd726 upgrade to libg++ 2.3.90. g++ includes don't install right yet, but will fix 1993-07-14 09:35:28 +00:00
mycroft
5a92aad43b Clean up deleted files. 1993-07-14 09:35:27 +00:00
cgd
70c7bffc16 upgrade to libg++ 2.3.90. g++ includes don't install right yet, but will fix 1993-07-14 09:33:32 +00:00
cgd
2eaee1cf37 upgrade to libg++ 2.3.90. g++ includes don't install right yet, but will fix 1993-07-14 09:13:01 +00:00
mycroft
16e57b6b9e Clean up deleted files. 1993-07-14 09:13:00 +00:00
cgd
ac59f5a901 upgrade to libg++ 2.3.90. g++ includes don't install right yet, but will fix 1993-07-14 09:12:34 +00:00
mycroft
0c4031d007 Clean up deleted files. 1993-07-14 09:12:06 +00:00
cgd
d401ad4739 upgrade to libg++ 2.3.90. g++ includes don't install right yet, but will fix 1993-07-14 09:11:59 +00:00
cgd
f132587bb5 usage info called it "disktab" 1993-07-14 09:05:27 +00:00
cgd
fcdad54fc2 get rid of -f flag (and make it conform to posix) 1993-07-13 22:18:13 +00:00
cgd
10e3a8d21b use "#if __STDC__ > 0" rather than "#ifdef __STDC__" 1993-07-13 22:16:23 +00:00
cgd
c0334ef92c break args structs out, into syscallname_args structs, so gcc2 doesn't
whine so much.
1993-07-13 22:13:15 +00:00
mycroft
ba408056a6 Use splnet, not splimp. 1993-07-13 21:53:06 +00:00
mycroft
e086df5a24 Fix addressing bug in bdb junk. 1993-07-13 21:51:36 +00:00
cgd
7ecbd4b92d get rid of some more bogus changes from a week ago 1993-07-13 10:50:04 +00:00
cgd
a70246c1fa bpos is really a caddr_t **. doesn't really make a diff to the code
generated...
1993-07-13 10:40:07 +00:00
cgd
499f536ddc up default data size limit to 16M, like on freefall, so everything will
compile properly with gcc2.
1993-07-13 10:16:40 +00:00
cgd
c58c7e0a97 diskless changes made last time were hosed; were using NULL for
"no credentials" rather than NOCRED.
1993-07-13 10:04:26 +00:00
mycroft
caf5450712 Implement ffs() in a different way. This is faster on the 386 and 486, but
slower on the 586 than the previous method.
So much for the superoptimizer.  It has been unable to come up with a better
sequence than I did.  B-)
1993-07-13 08:45:36 +00:00
cgd
048389b2ee make package makefiles deal with "all", "clean", and "cleandir" if they
don't already.
1993-07-13 08:12:53 +00:00
mycroft
b0418d8861 Fix the ffs() inlining bug. Note that this is normally done in the machine
description; why we are using pregenerated insn-* is a mystery to me and
will cause problems for people doing ports.
Note that this sequence of instructions may not be optimal for 386 and 486
class processors (though it is for the Pentium).  I am working with the
person doing the GNU superoptimizer to try to find a better sequence.
1993-07-13 07:23:15 +00:00
cgd
0bb51755a7 fix some spacing/character problems... 1993-07-13 06:54:18 +00:00
jtc
b3617ad5e0 Don't core dump when invoked with no arguments.
Understand negative priorities.
1993-07-12 22:04:01 +00:00
brezak
846b18f20c Changes for GCC2 generated symbols. 1993-07-12 18:01:51 +00:00
mycroft
bcfa1d8dd3 Fix handling of bad syscall numbers. 1993-07-12 13:53:36 +00:00
deraadt
6cc173695a moved bfdttach point to same place as other drivers, from greenman 1993-07-12 13:13:41 +00:00
mycroft
e28cd102b5 Add some more swap. 1993-07-12 12:07:46 +00:00