chopps
3ed937bcf0
temporary additional lookup of cpu040 for amiga's until new kvm stuff or new
...
amiga 040 VM stuff.
1994-02-14 04:34:42 +00:00
jtc
101f9521b3
More i387 math support, too bad we can't enable it
1994-02-12 01:31:52 +00:00
mycroft
899fe71cbd
Clean up deleted files.
1994-02-11 18:35:37 +00:00
jtc
c283017b5f
Changes for fdlibm based math library
1994-02-11 18:35:35 +00:00
jtc
1e7d35f8a1
Beginning of changes needed for fdlibm
1994-02-11 18:34:05 +00:00
mycroft
14664faf49
Clean up deleted files.
1994-02-11 18:24:40 +00:00
jtc
c632d011dd
FPU specific math code.
1994-02-11 18:20:17 +00:00
mycroft
43969d1349
Clean up deleted files.
1994-02-11 18:16:42 +00:00
jtc
b0122e807d
Include <math.h> instead of "fdlibm.h"
...
Byteorder fix for s_frexp.c.
1994-02-11 18:08:08 +00:00
mycroft
6712a2b42b
Clean up deleted files.
1994-02-11 17:56:43 +00:00
jtc
13618394b2
Fdlibm 5.1
1994-02-11 17:52:17 +00:00
cgd
f70e42e2ee
hopefully last one; more corner cases. Thanks to Mark Weaver for
...
inspiration, for demanding that i put one of these fixes in, and
for double-checking.
1994-02-11 05:55:45 +00:00
hpeyerl
44cb54cbb3
I should be able to install with NOPROFILE set.
...
(Herb's in user-land. Be afraid.)
1994-02-11 04:24:34 +00:00
cgd
e5b8be437f
fix -[ugo] and =[ugo]
1994-02-10 23:42:09 +00:00
cgd
29270058b2
clean up, reorganize, etc.
1994-02-10 23:36:59 +00:00
pk
e0bf9676e9
Insert some Position Independent Code.
1994-02-10 20:15:28 +00:00
cgd
c882b54db3
kill bogus install -d's. the one for /usr/include/rpcsvc is still here.
1994-02-10 01:10:01 +00:00
chopps
4abc3ff245
handle __STDC__ preprocessor.
1994-02-08 02:31:55 +00:00
proven
b1fc22f93a
Add one complete thread safe stdio.
1994-02-07 22:05:21 +00:00
proven
1c3caff3ff
RCS ids added.
...
pthread_once() moved to separate file.
pthread_detach(), and pthread_join() routines added,
and sleep now sleeps only the running thread not the process.
1994-02-07 22:04:13 +00:00
proven
0ddc616639
RCS ids added.
...
pthread_once() defines moved to separate header file.
1994-02-07 22:02:26 +00:00
proven
21f4b3b04c
More wrapper functions, and some hacks for machine independent sleep
...
mechanisms.
1994-02-07 22:00:44 +00:00
proven
772f07b4a8
The latest pthread library.
1994-02-07 21:59:27 +00:00
jtc
5cffad2151
Use movzbl, not movsbl, to zero extend for unsigned comparison.
...
Fix from Bruce Evans.
1994-02-07 20:57:05 +00:00
jtc
bbcdac1400
Don't install manpage links to regexp(3), they overwrite the links
...
to regex(3).
1994-02-07 18:29:53 +00:00
proven
628d7fa69f
0 is not a valid signal, in the current scheme. The header signal.h does
...
#define sigmask(m) (1 << ((m)-1))
Also sigismember is supposed to return 1 if the signal is a member of the
mask, and 0 is it isn't.
1994-02-07 04:47:49 +00:00
chopps
6e9b4b15e0
moved struct out of param lists.
1994-02-06 18:48:28 +00:00
chopps
2595681cf2
fixed warns and compile errors (under newer gcc's)
1994-02-06 18:48:00 +00:00
cgd
d38898b89f
don't use DESTDIR for this
1994-02-06 06:28:12 +00:00
jtc
4b3d0dc4c6
add libl
1994-02-04 19:11:02 +00:00
jtc
84cb799d27
Build lex library in ~/lib/libl, but put the sources from ~/usr.bin/lex,
...
so that we can start "importing" future flex releases without losing our
local changes.
1994-02-04 19:10:17 +00:00
jtc
ec22bca1e7
Since V8 regex routines have been moved to libcompat(), the BSD regex
...
routines must again be defined as wrappers around them.
1994-02-01 17:45:53 +00:00
mycroft
22eaa1f29e
Always read CLBYTES chunks, and cache the last one read. Don't allocate two
...
large arrays statically.
1994-02-01 02:17:21 +00:00
jtc
df8e9f0bbd
More spelling errors
1994-01-31 18:36:17 +00:00
jtc
a5ee0f03c4
ENOPSUPP -> EOPNOPSUPP
1994-01-31 18:33:21 +00:00
ws
07181c7ca6
Don't try to change user's variables.
...
They might be static or even readonly.
1994-01-31 17:37:05 +00:00
mycroft
48ae66e2eb
Use machine/asm.h for ENTRY() macros.
1994-01-30 21:55:52 +00:00
mycroft
f5fbffc1f4
Just use definitions from machine/asm.h.
1994-01-29 09:56:54 +00:00
mycroft
baa1c94cb8
Change silly cast to avoid a compiler warning.
1994-01-29 02:34:21 +00:00
mycroft
868e255f15
Sync with i386 code.
1994-01-29 02:20:16 +00:00
jtc
fc1d8f3bac
Fix spelling error in Copyright notice
1994-01-29 01:54:01 +00:00
jtc
62345776d3
Fix spelling error in Copyright notice
1994-01-28 22:48:31 +00:00
pk
db1f5577e7
dl*() stubs
1994-01-28 21:51:52 +00:00
jtc
b9db1b67a7
Fix spelling error in Copyright notice
1994-01-28 20:40:54 +00:00
jtc
c56a353509
Fix printf formatting directive %02.2d -> %02d
1994-01-28 20:40:07 +00:00
jtc
e2c220f94b
Fix spelling error in Copyright notice
1994-01-28 20:34:33 +00:00
jtc
5150659b0c
More spelling errors
1994-01-28 20:14:54 +00:00
cgd
e69f2c20c7
add libkvm
1994-01-28 05:55:29 +00:00
cgd
9d0477578c
get rid of bogus comment
1994-01-28 05:43:35 +00:00
cgd
f770281201
better way to get the load average
1994-01-28 04:49:23 +00:00