cgd
3218612591
kill third arg to getbsize.
1994-01-25 20:10:11 +00:00
cgd
985686cfed
kill the 'prog' arg to getbsize(); it's unneeded. minor rev bump.
1994-01-25 20:06:03 +00:00
cgd
b39637b14a
getbsize takes a (somewhat bogus, IMO) third parameter
1994-01-25 20:01:32 +00:00
jtc
2a51c00a70
FPU control word of 0x137f doesn't work well in "real" world applications
...
so I've changed it to 0x127f. 64 bit precision causes errors in paranoia
and our math library, changing to 53 bit precision solves these problems.
I've been told that long double support in Gcc 2.5 requires 64 bit mode,
so a comprehensive FP strategy (compiler, library, FPU, emulator) will
have to be addressed in the future.
1994-01-25 19:58:30 +00:00
jtc
dea9382157
It's /etc/passwd, not /bin/passwd.
1994-01-25 19:34:01 +00:00
mycroft
9daf893372
Someone should fix his damned tabs after pasting code.
1994-01-25 13:10:21 +00:00
deraadt
33a902a405
can't use m_pkthdr.len yet, *sigh*
1994-01-25 10:46:29 +00:00
deraadt
894bb31ed1
print nice numbers for disks >2G. from <adrian@lemmings.cursci.com>
1994-01-25 08:56:45 +00:00
deraadt
0479ea62bc
use the value of $MAIL (if set) as the default mailbox (like SunOS)
...
from christos@deshaw.com (Christos Zoulas)
1994-01-25 08:43:38 +00:00
deraadt
90ac3da053
but don't try that for absolute or relative paths
1994-01-25 08:16:00 +00:00
deraadt
be0472fcd1
make . (source) command search $PATH as it should. from dkionka@Cadence.COM (Daniel P. Kionka) and fixed by me
1994-01-25 07:59:25 +00:00
deraadt
b45332d2b5
new from mccanne. be afraid.
1994-01-25 06:10:08 +00:00
paulus
0b6c80b292
Changed some includes
1994-01-25 05:58:38 +00:00
deraadt
659612293f
get PPP_HDRLEN from the right place
1994-01-25 05:58:21 +00:00
paulus
fd46d6599a
Some minor bugfixes from the ppp-2.0 release.
1994-01-25 05:58:02 +00:00
deraadt
ad054dea7e
PPP_HEADER_LEN -> PPP_HDRLEN
1994-01-25 05:56:06 +00:00
hpeyerl
9bea6007cc
This makes my soundblaster work.
1994-01-25 05:00:14 +00:00
hpeyerl
01f4843507
I want to boot without a keyboard dammit!
1994-01-25 04:32:02 +00:00
hpeyerl
f5cbfb9db1
(woops; forgot this one) make ec and we go away.
1994-01-25 04:24:59 +00:00
hpeyerl
1ebef90c46
make ec and we go away ....
1994-01-25 04:23:04 +00:00
mycroft
a2806fe037
Clean up deleted files.
1994-01-25 04:15:56 +00:00
brezak
5aba563da8
Rudimentary disklabel support.
1994-01-25 03:19:15 +00:00
brezak
6c6ec2e13b
Set text address at 0
1994-01-25 03:18:23 +00:00
cgd
20469574af
make sure strings are null-terminated, from christos@deshaw.com
1994-01-25 00:49:35 +00:00
cgd
0bdc4d8746
man page update from christos
1994-01-25 00:43:07 +00:00
jtc
2fb7d669c3
Updated to latest send-pr from Cygnus.
...
Added missing files & configuration grot so that NetBSD who are not
connected to the net, but have a net connection on another machine
can submit bugs.
1994-01-24 23:55:37 +00:00
cgd
03cf464d00
DTRT with termcap string arguments. from Christos-Zoulas@deshaw.com.
...
needs man page update.
1994-01-24 23:54:57 +00:00
cgd
fe80c33c9c
clean up; use standard headers and functions, rather than local def'ns.
1994-01-24 23:40:10 +00:00
mycroft
d92205fa7f
Clean up deleted files.
1994-01-24 23:17:10 +00:00
cgd
ed214f33de
UNREF(ref)
1994-01-24 23:16:11 +00:00
cgd
2ca1b1a166
add protos for getbsize() (in libutil) and the getcap routines (in libc)
1994-01-24 23:15:24 +00:00
cgd
4fd3c557b6
add NOPIC= . nothing uses -lgcc_pic
1994-01-24 23:10:13 +00:00
jtc
35104de52f
Changed order of the subexpressions in a conditional to guard against
...
the case of zero length arguments.
1994-01-24 23:08:15 +00:00
cgd
f56374807f
PRINTER -> PRINTER_TYPE
1994-01-24 22:36:32 +00:00
cgd
cbb274d091
change "PRINTER" to "PRINTER_TYPE" because people setenv PRINTER
1994-01-24 22:30:32 +00:00
briggs
71d0f0a1ee
Apply patch as suggested by Theo.
1994-01-24 22:29:40 +00:00
cgd
335cfa780f
a core is a bad thing to drop; check NULL
1994-01-24 22:03:04 +00:00
jtc
3a4dbd9b7b
Merge in some code from latest send-pr snapshot.
...
The mail transfer agent is now responsible for adding the proper hostname,
etc. This should fix brezak's bug.
1994-01-24 19:48:21 +00:00
jtc
48077f51c5
fix formatting
1994-01-24 19:26:13 +00:00
jtc
7835a85a78
Optimization tweaks:
...
Use testl %reg,%reg instead of cmpl $0,%reg
Use xorl %reg,%reg instead of movl $0,%reg
1994-01-24 19:24:36 +00:00
glass
422a122004
remove reference to old talk protocol. will result in better failure
1994-01-24 18:56:17 +00:00
cgd
67873d76d6
fix 'make' biff. from Roland McGrath
1994-01-24 18:51:15 +00:00
cgd
6bfe384d92
fix 'make' biff. from Roland McGrath
1994-01-24 18:39:52 +00:00
cgd
f2149bfd60
changes from branch
1994-01-24 08:36:38 +00:00
cgd
4c580b5582
clean up a few warnings
1994-01-24 07:12:26 +00:00
cgd
311c0b9be3
build as nvi, install as vi, view, and ex
1994-01-24 07:09:12 +00:00
cgd
817a1c7ab8
more Ids than you'll ever want.
1994-01-24 06:38:43 +00:00
cgd
390b9bce40
all hail the risen vi
1994-01-24 06:01:02 +00:00
mycroft
24249baa85
Clean up deleted files.
1994-01-24 05:59:40 +00:00
cgd
a8078f319e
ELVIS IS DEAD, DAMNIT!
1994-01-24 05:59:28 +00:00