jtc
|
276bb25851
|
Add i386 assembly versions of bcmp & memcmp
|
1993-06-17 23:00:41 +00:00 |
brezak
|
0837b9168a
|
Remove annonying printf when adding swap.
|
1993-06-17 16:34:25 +00:00 |
jtc
|
a73a35b98f
|
enable memset & memchr.
|
1993-06-17 16:14:32 +00:00 |
jtc
|
0394a86a98
|
bzero: make sure we are longword aligned before we "stosl"
memchr: new
memset: new
strcat: shave a cycle or two.
|
1993-06-17 16:12:49 +00:00 |
mycroft
|
ff0643487a
|
Don't need -I/sys. (Why was it here?)
|
1993-06-17 13:16:20 +00:00 |
mycroft
|
75986d5d6e
|
Don't need -I/sys any more.
|
1993-06-17 13:11:39 +00:00 |
mycroft
|
ad175e6933
|
Stupid cpp!
|
1993-06-17 13:04:04 +00:00 |
brezak
|
8d24997593
|
Silence size complaint at probe.
|
1993-06-17 12:18:29 +00:00 |
mycroft
|
7811307516
|
Remove some spaces so GAS 2 won't barf (but I think I will)...
|
1993-06-17 12:05:29 +00:00 |
andrew
|
0a7b3f32a1
|
Fixed typo.
|
1993-06-17 08:21:42 +00:00 |
mycroft
|
10599b930e
|
Clean up deleted files.
|
1993-06-17 04:24:06 +00:00 |
mycroft
|
e519fa2e34
|
Make ioctl definitions ANSI-compliant.
|
1993-06-17 04:07:41 +00:00 |
mycroft
|
56fde391f8
|
Use CXX and CXXFLAGS.
|
1993-06-17 03:52:28 +00:00 |
mycroft
|
ba6182e453
|
Add global CXX and CXXFLAGS for compiling C++ programs. (These names are used
by some GNU stuff; if you have a better suggestion, please tell me.)
|
1993-06-17 03:48:59 +00:00 |
mycroft
|
b057bde27c
|
Never mind. I was being led astray.
|
1993-06-17 03:45:08 +00:00 |
mycroft
|
dbbf4afcd2
|
We use ranlib; we don't need lorder.
|
1993-06-17 03:37:23 +00:00 |
mycroft
|
41fa2fa699
|
I think I'm going to puke.
|
1993-06-17 03:30:45 +00:00 |
jtc
|
48952b4395
|
fix align directive, so we don't jmp to a bunch of nops before we get to the good stuyff
|
1993-06-17 01:50:12 +00:00 |
jtc
|
bfb378fdd8
|
Make assert macro ansi complient.
|
1993-06-16 23:18:35 +00:00 |
jtc
|
dd9f3e6c03
|
Move my assembly versions of strlen and ffs into the kernel
|
1993-06-16 22:22:39 +00:00 |
jtc
|
e139dd8f23
|
SIG_ERR is not in the POSIX namespace, move it to an ifndef _POSIX_SOURCE
region. Remove bogus BADSIG macro.
|
1993-06-16 22:15:06 +00:00 |
jtc
|
a65d99c576
|
According to Ansi C, signal is supposed to return SIG_ERR on error,
not BADSIG. I know they are the same thing, but this allows me to
remove the otherwised unused, bogus macro BADSIG from signal.h
|
1993-06-16 22:12:16 +00:00 |
cgd
|
659b124140
|
use/add new physio...
|
1993-06-16 22:06:52 +00:00 |
mycroft
|
3a9df59a34
|
Clean up deleted files.
|
1993-06-16 22:06:45 +00:00 |
cgd
|
a954c92a8a
|
use/add new physio...
|
1993-06-16 22:06:33 +00:00 |
mycroft
|
e3e4e29276
|
Move asm.h from /usr/include/sys to /usr/include/machine.
|
1993-06-16 21:42:43 +00:00 |
mycroft
|
593466c262
|
Clean up deleted files.
|
1993-06-16 21:41:31 +00:00 |
mycroft
|
4805c6fd9d
|
Clean up this bullshit.
|
1993-06-16 21:31:12 +00:00 |
jtc
|
88bb17becd
|
include xdr_float & xdr_double with all the other rpc/xdr code in libc.a
|
1993-06-16 21:30:20 +00:00 |
mycroft
|
7cf281ef91
|
Incorporate ASENTRY() from lib/libc/i386/DEFS.h.
|
1993-06-16 21:28:56 +00:00 |
mycroft
|
063537c605
|
Yeah, I'm a winner.
|
1993-06-16 21:13:23 +00:00 |
mycroft
|
dffe80ef0d
|
Use TWOENTRY().
|
1993-06-16 21:04:44 +00:00 |
mycroft
|
f58572e7ce
|
Replace ALTENTRY() with something which actually works...
|
1993-06-16 21:04:00 +00:00 |
brezak
|
7cce071cf1
|
Use defines in timerreg.h and add spkr_reg.h for specific declarations.
|
1993-06-16 19:41:54 +00:00 |
mycroft
|
4d2bc4b704
|
Use ENTRY() macro (for profiling).
|
1993-06-16 19:11:37 +00:00 |
mycroft
|
334b910bcb
|
#include <sys/asm.h>, and don't lose if we compile memcpy() with profiling.
|
1993-06-16 19:00:52 +00:00 |
mycroft
|
7b103bb79d
|
Add ALTENTRY() definitions.
|
1993-06-16 19:00:11 +00:00 |
mycroft
|
9a2738adde
|
Clean up deleted files.
|
1993-06-16 18:39:49 +00:00 |
mycroft
|
c5828043f1
|
Actually, just make memcpy() an alias for memmove().
|
1993-06-16 18:38:38 +00:00 |
mycroft
|
dea11d7788
|
Oops. Forgot to update the Makefile.
|
1993-06-16 18:33:25 +00:00 |
mycroft
|
7daaef28a5
|
Add memcpy.s and memmove.s, based on bcopy.s.
|
1993-06-16 18:26:40 +00:00 |
mycroft
|
277c2e2bfb
|
Use ENTRY macro.
|
1993-06-16 18:23:21 +00:00 |
mycroft
|
88f1dd36f0
|
Clean up deleted files.
|
1993-06-16 18:12:30 +00:00 |
brezak
|
c431bdbc13
|
Move spkr.h to include/machine so users can use it.
|
1993-06-16 18:12:23 +00:00 |
mycroft
|
1ba666ccbe
|
Don't forget to install fnmatch.h.
|
1993-06-16 17:53:55 +00:00 |
mycroft
|
1176b81752
|
Use $@ rather than $*.
|
1993-06-16 17:30:33 +00:00 |
jtc
|
1fe93ef40d
|
Update source to use posix fnmatch
|
1993-06-16 17:19:05 +00:00 |
jtc
|
d93597c5c4
|
Update fnmatch to be more posix complient (from keith bostic)
|
1993-06-16 17:17:30 +00:00 |
jtc
|
41e2ebac22
|
Update fnmatch() to be more posix complient (from bostic).
|
1993-06-16 17:16:11 +00:00 |
jtc
|
93b87b90d7
|
performance bugs discovered by mycroft
|
1993-06-16 16:31:00 +00:00 |