Commit Graph

1330 Commits

Author SHA1 Message Date
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
mycroft a51ec39ec2 And just one more. 1993-06-15 23:41:53 +00:00
jtc e8a696ec7c Added fast strcmp() and strncmp() routines. 1993-06-15 23:25:30 +00:00
mycroft 7ff4bf637a And a few more... 1993-06-15 23:25:17 +00:00
jtc 1989edccda Added fast strcmp() and strncmp() routines. 1993-06-15 23:25:12 +00:00
mycroft f8a6d21147 Add another library dependency. 1993-06-15 23:24:24 +00:00
mycroft 1f00e34631 Add some library dependencies. 1993-06-15 23:13:33 +00:00
mycroft ead00a492f Nuke MID_I486 case. 1993-06-15 21:56:58 +00:00
mycroft f27b98cc4a Move definitions of TIMER_FREQ to timerreg.h, and fix value of CF for DELAY(). 1993-06-15 21:37:14 +00:00