1338 Commits

Author SHA1 Message Date
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
jtc
421a9881f1 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
f970d8fd0e Added i386 assembly language versions of ffs, strcat, strcpy, and strlen. 1993-06-16 16:02:26 +00:00
andrew
3c047e0654 woops - another typo. 1993-06-16 10:39:35 +00:00
alm
b63622f857 fixed regex initialization 1993-06-16 07:41:14 +00:00
mycroft
aa364acc5b Oops. Need some quotes now that $SED has spaces in it. 1993-06-16 07:40:00 +00:00
alm
eec54031f3 fixed regex initialization
added more support for BACKWARDS option
1993-06-16 07:36:51 +00:00
mycroft
2cf61065f2 Make the sed expression a tad stricter so we don't lose depending hack. 1993-06-16 06:48:57 +00:00
sef
718e6e0f24 Deal properly with single-module programs. Also, use "$@", not $*! 1993-06-16 06:09:09 +00:00
deraadt
19875804db whoops. typo. 1993-06-16 04:31:37 +00:00
deraadt
9215ed8a65 fix to intuit the maximum number of scsi units available on a device
driver. this piece at least, should be safe from changing sizeof(dev_t)
1993-06-16 03:39:30 +00:00
mycroft
0bddf97614 Fix typo. 1993-06-16 02:59:42 +00:00
mycroft
681668c6c2 Make sysbeep() take a frequency, not a timer count, and add constants
BEEP_FREQ and BEEP_TIME which can be overridden in the config file.
1993-06-16 02:57:17 +00:00