Commit Graph

1445 Commits

Author SHA1 Message Date
mycroft
8ffedb1335 Don't need -I/sys any more. 1993-06-17 13:11:39 +00:00
mycroft
6d772d56b3 Stupid cpp! 1993-06-17 13:04:04 +00:00
brezak
ebfdfc5b8a Silence size complaint at probe. 1993-06-17 12:18:29 +00:00
mycroft
dbf2e6e2b8 Remove some spaces so GAS 2 won't barf (but I think I will)... 1993-06-17 12:05:29 +00:00
andrew
349ac16602 Fixed typo. 1993-06-17 08:21:42 +00:00
mycroft
420720c2f3 Clean up deleted files. 1993-06-17 04:24:06 +00:00
mycroft
df4fb4cae4 Make ioctl definitions ANSI-compliant. 1993-06-17 04:07:41 +00:00
mycroft
2caee481cf Use CXX and CXXFLAGS. 1993-06-17 03:52:28 +00:00
mycroft
30b696c981 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
6eb3e7bd66 Never mind. I was being led astray. 1993-06-17 03:45:08 +00:00
mycroft
55acb95fdb We use ranlib; we don't need lorder. 1993-06-17 03:37:23 +00:00
mycroft
edf50ac9b2 I think I'm going to puke. 1993-06-17 03:30:45 +00:00
jtc
3743b2f50b 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
7fb7e975c7 Make assert macro ansi complient. 1993-06-16 23:18:35 +00:00
jtc
2a6a498c49 Move my assembly versions of strlen and ffs into the kernel 1993-06-16 22:22:39 +00:00
jtc
c94f0450e8 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
bceb67fa8d 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
5887717449 use/add new physio... 1993-06-16 22:06:52 +00:00
mycroft
9ef827c1e0 Clean up deleted files. 1993-06-16 22:06:45 +00:00
cgd
0dde03704d use/add new physio... 1993-06-16 22:06:33 +00:00
mycroft
409bc91101 Move asm.h from /usr/include/sys to /usr/include/machine. 1993-06-16 21:42:43 +00:00
mycroft
506aa1b450 Clean up deleted files. 1993-06-16 21:41:31 +00:00
mycroft
ac1dfafeae Clean up this bullshit. 1993-06-16 21:31:12 +00:00
jtc
b0824ed69e include xdr_float & xdr_double with all the other rpc/xdr code in libc.a 1993-06-16 21:30:20 +00:00
mycroft
3a2f1802c3 Incorporate ASENTRY() from lib/libc/i386/DEFS.h. 1993-06-16 21:28:56 +00:00
mycroft
fa75531beb Yeah, I'm a winner. 1993-06-16 21:13:23 +00:00
mycroft
b2a958ff6d Use TWOENTRY(). 1993-06-16 21:04:44 +00:00
mycroft
57c1b513dd Replace ALTENTRY() with something which actually works... 1993-06-16 21:04:00 +00:00
brezak
06dc5c8e13 Use defines in timerreg.h and add spkr_reg.h for specific declarations. 1993-06-16 19:41:54 +00:00
mycroft
cddba95abb Use ENTRY() macro (for profiling). 1993-06-16 19:11:37 +00:00
mycroft
138b0ef3ae #include <sys/asm.h>, and don't lose if we compile memcpy() with profiling. 1993-06-16 19:00:52 +00:00
mycroft
3633372e55 Add ALTENTRY() definitions. 1993-06-16 19:00:11 +00:00
mycroft
9490d905c4 Clean up deleted files. 1993-06-16 18:39:49 +00:00
mycroft
686b9e0da1 Actually, just make memcpy() an alias for memmove(). 1993-06-16 18:38:38 +00:00
mycroft
33c9c47425 Oops. Forgot to update the Makefile. 1993-06-16 18:33:25 +00:00
mycroft
42bfa88f6a Add memcpy.s and memmove.s, based on bcopy.s. 1993-06-16 18:26:40 +00:00
mycroft
a7554b65a7 Use ENTRY macro. 1993-06-16 18:23:21 +00:00
mycroft
8959c6e228 Clean up deleted files. 1993-06-16 18:12:30 +00:00
brezak
c9a48f2b77 Move spkr.h to include/machine so users can use it. 1993-06-16 18:12:23 +00:00
mycroft
3fc9350004 Don't forget to install fnmatch.h. 1993-06-16 17:53:55 +00:00
mycroft
dc362d97b4 Use $@ rather than $*. 1993-06-16 17:30:33 +00:00
jtc
5108aaad56 Update source to use posix fnmatch 1993-06-16 17:19:05 +00:00
jtc
9a11d802b6 Update fnmatch to be more posix complient (from keith bostic) 1993-06-16 17:17:30 +00:00
jtc
dacb3d324d Update fnmatch() to be more posix complient (from bostic). 1993-06-16 17:16:11 +00:00
jtc
caf6ead8ab performance bugs discovered by mycroft 1993-06-16 16:31:00 +00:00
jtc
9bdb2fb9ea Added i386 assembly language versions of ffs, strcat, strcpy, and strlen.
Updated comments of index, rindex, strchr, strcmp, strncmp, and strrchr.
1993-06-16 16:03:56 +00:00
jtc
5d2d1a3364 Added i386 assembly language versions of ffs, strcat, strcpy, and strlen. 1993-06-16 16:02:26 +00:00
andrew
280a747d4e woops - another typo. 1993-06-16 10:39:35 +00:00
alm
bd8e434d6d fixed regex initialization 1993-06-16 07:41:14 +00:00
mycroft
5f39183d4b Oops. Need some quotes now that $SED has spaces in it. 1993-06-16 07:40:00 +00:00