jtc
f08cab4100
Upgraded to flex 2.4.7
1994-08-19 16:22:11 +00:00
cgd
02ee725315
include bsd.own.mk early on, to get NOPIC definition.
1994-08-19 15:48:12 +00:00
mycroft
c0cc31ee6f
For symlinks, try actually reading the link to determine its size.
1994-08-19 11:36:56 +00:00
mycroft
b6e5975c12
Fix off-by-one error translating names of associated files.
1994-08-19 11:31:50 +00:00
mycroft
537ac5465f
Convert hash tables.
1994-08-19 11:25:29 +00:00
cgd
45afd5bdba
check for NOPIC after bsd.prog.mk, so that sys.mk is included. from phil.
1994-08-19 04:24:01 +00:00
jtc
4b2017adfe
Assembly language versions of some of the "float" functions.
1994-08-19 03:56:44 +00:00
jtc
1af6796a8d
The fyl2xp1 instruction has a limited range:
...
-(1 - (sqrt(2) / 2)) <= x <= sqrt(2) - 1
so we can't use it.
Also, I'm not sure fyl2xp1's extra precision will
matter once the result is converted from extended
real (80 bits) back to double real (64 bits).
1994-08-19 03:55:57 +00:00
jtc
fad867417f
Bump minor number to account for additions of "float" versions of
...
the math functions.
1994-08-19 00:44:35 +00:00
jtc
b0c9d09246
Change int -> int32_t and unsigned int -> u_int32_t to improve portabilty
...
to machines where int != 32 bits.
1994-08-18 23:04:51 +00:00
mycroft
f7c13d44bd
More LIST/CIRCLEQ migration.
1994-08-18 22:47:43 +00:00
cgd
92da9d2f33
can't do ptr math on void *
1994-08-18 22:09:35 +00:00
jtc
c120d36cd8
Major Bogon: change %ebp to %esp, as I don't set up a stack frame.
1994-08-18 20:42:35 +00:00
mycroft
465a1c6bc1
Kill some totally minor ugliness that crept in.
1994-08-18 00:45:07 +00:00
cgd
a6d14e368c
clean up import
1994-08-18 00:38:04 +00:00
cgd
583f3de75f
update to db 1.79
1994-08-17 23:02:40 +00:00
cgd
ff937b6ef0
clean up import
1994-08-17 22:58:56 +00:00
mycroft
af5acb8048
Clean up deleted files.
1994-08-17 21:53:35 +00:00
cgd
d29088dab1
clean up import
1994-08-17 21:51:41 +00:00
cgd
0c2185c64c
new libcurses, from new nvi
1994-08-17 21:14:02 +00:00
pk
4bba3e65c6
The man page says to disable input parity checking if `ap' is on.
1994-08-17 20:27:59 +00:00
mycroft
1785232aa9
vn --> vnd
1994-08-17 20:16:16 +00:00
mycroft
c809e30fcb
No COMPAT_HPUX at the moment.
1994-08-17 20:16:07 +00:00
cgd
eb7eaeab05
clean up import.
1994-08-17 20:12:00 +00:00
mycroft
2fa6fe01b2
Clean up deleted files.
1994-08-17 20:11:58 +00:00
cgd
e70d2c8c54
clean up import.
1994-08-17 20:11:51 +00:00
pk
fe82241620
Cleanup import, merge local changes.
1994-08-17 20:10:27 +00:00
deraadt
af080bda6b
tabs
1994-08-17 19:54:39 +00:00
deraadt
16ed82ec47
fix bug 417
1994-08-17 19:54:34 +00:00
deraadt
61ee562180
fix same bug as in passwd
1994-08-17 19:54:23 +00:00
pk
1ea392708b
Import 4.4-Lite version.
1994-08-17 19:50:13 +00:00
cgd
7a6c14ee39
new public version of nvi
1994-08-17 19:48:17 +00:00
cgd
ba92461eed
new public version of nvi
1994-08-17 19:19:35 +00:00
mycroft
24381e7f01
Validate unit number correctly.
1994-08-17 19:14:53 +00:00
cgd
c0304c0e6d
minor adjustment
1994-08-17 17:17:02 +00:00
jtc
e737069d2f
Use shell to invoke mkskel.sh instead of assuming execute bit will be set.
1994-08-17 17:15:26 +00:00
cgd
0870ee7aa2
use PROG rather than nvi
1994-08-17 17:15:14 +00:00
cgd
fe9e75cac5
vi not nvi, etc., build man page normally, and get BINDIR
1994-08-17 17:05:16 +00:00
cgd
205dce15be
clean up import. still have to hack some things.
1994-08-17 16:37:43 +00:00
mycroft
91df34d72c
Clean up deleted files.
1994-08-17 16:37:42 +00:00
cgd
e38fcdcd5e
clean up import. still have to hack some things.
1994-08-17 16:35:35 +00:00
mycroft
81ed3f9566
Clean up deleted files.
1994-08-17 16:35:24 +00:00
cgd
acee4f838a
clean up import. still have to hack some things.
1994-08-17 16:35:15 +00:00
cgd
1588279d5e
new public version of nvi
1994-08-17 16:17:19 +00:00
mycroft
8743009944
Convert some more lists and queues.
1994-08-17 14:43:47 +00:00
mycroft
7b8734f3e8
Use LIST and TAILQ for hash chain and LRU chain, respectively.
1994-08-17 12:34:12 +00:00
mycroft
dbd174a5da
Change the reply list to a TAILQ.
1994-08-17 11:41:36 +00:00
mycroft
9db57a0aa0
Fix typo.
1994-08-17 11:03:07 +00:00
deraadt
c06d1564bd
some clarification from john
1994-08-17 06:30:31 +00:00
deraadt
c121e1da16
add pseudo-device kbd
1994-08-17 06:22:10 +00:00