Commit Graph

2914 Commits

Author SHA1 Message Date
brezak 1c13d44cf7 And a dummy for depend too. 1993-09-20 20:41:09 +00:00
brezak b25f0d310e Add dummy targets for clean, cleandir, and obj 1993-09-20 20:40:21 +00:00
brezak 5b56bf74aa Don't barf if there is not arch dep library for this arch. 1993-09-20 20:36:19 +00:00
mycroft b6549340cc Add /dev/io, used to get I/O privileges. This has been in the kernel for a
while.
1993-09-19 19:33:54 +00:00
brezak 1ee5779f11 Clear direction flag. Too many folks were losing... 1993-09-19 19:16:27 +00:00
brezak d0b8b43cf2 Add USER_LDT option. 1993-09-19 19:11:24 +00:00
brezak 42f1476a71 Changes for per-process/user settable LDT and full sigcontexts 1993-09-19 19:00:44 +00:00
brezak 90add535c9 Add tISP offset 1993-09-19 18:59:35 +00:00
brezak a3e9fd6947 Add per-process LDT slot. 1993-09-19 18:59:17 +00:00
brezak 044ac34c5a Define signal frame here. 1993-09-19 18:58:39 +00:00
brezak 66f540572a Defines architecure dependant syscalls. 1993-09-19 18:58:14 +00:00
brezak 5413da0ff5 Machine dependant signal.h. Defines sigcontext and sig_atomic_t for i386 port. 1993-09-19 18:57:48 +00:00
brezak 8c7d2d17e2 Make sigcontext and sig_atomic_t machine dependant. 1993-09-19 18:56:21 +00:00
brezak 1905040ad2 Add sysarch() syscall. 1993-09-19 18:55:38 +00:00
brezak 76b6a9a13d Build libarch 1993-09-19 18:54:00 +00:00
brezak 36704ef2b7 syscalls for setting a per-process LDT. 1993-09-19 18:53:31 +00:00
brezak 9e26d6413a Add architecture dependant library. 1993-09-19 18:52:40 +00:00
brezak 6b9e025ea9 Add sysarch() syscall. 1993-09-19 18:51:55 +00:00
brezak 8e25b7097b Fixes for ypset'ing to a different net. 1993-09-19 18:48:21 +00:00
cgd f2244fe7d4 ifdef notdef the inclusion of the quad support, since it doesn't compile
and charles didn't properly commit it to a branch.  LIBC SHOULD COMPILE
AT ALL TIMES!
1993-09-18 01:03:58 +00:00
cgd bb3585653c # Change Time Rules for Moscow
# Provided by Andrew A. Chernov, Moscow, Russia
1993-09-17 23:59:20 +00:00
cgd 50483b67ec add entry for russia zone list 1993-09-17 23:58:57 +00:00
cgd aeb9f2c73e sc = ns*nt, not nc*nt. 1993-09-17 21:51:12 +00:00
phil 7ce7cb30df pc532 specifics. 1993-09-17 19:22:50 +00:00
mycroft 6a18f54f9b Clean up deleted files. 1993-09-17 19:12:49 +00:00
phil 88d13621dd Making this match other architectures. 1993-09-17 19:12:41 +00:00
mycroft 73ecaec9c3 Clean up deleted files. 1993-09-17 19:08:10 +00:00
phil 9472bfc2bd Initial pc532 libc tree. I expect this to change quite a bit. 1993-09-17 18:43:46 +00:00
jtc b8b7801dfe Never trust officemates that are absolutly, positively, sure of anything:
San Jose IS JSC.  I'm off to the library this weekend to get information
to complete this database, but I had to fix this one now.
1993-09-17 18:42:39 +00:00
phil 8c563dc201 Initial pc532 tree. 1993-09-17 18:42:11 +00:00
cgd 5f598b71b4 fixes from Dave Burgess <burgess@hrd769.brooks.af.mil> to quiet compiler
warnings.  this doesn't include the root crontab "fix"...
1993-09-17 03:46:44 +00:00
mycroft 085d8cf4fd Reverse part of the quad changes; this should only be in the branch. 1993-09-17 03:35:48 +00:00
brezak 35778f0c37 Don't use syscallmap unless FM_TRAP is defined (it isn't anymore) 1993-09-17 03:12:16 +00:00
cgd 72b27fe90c get rid of extraneous include of machine/endian.h now that it's
included by sys/types.h
1993-09-17 01:49:27 +00:00
cgd 0145d113ae get rid of the #ifndef KERNEL around the include of sys/cdefs.h,
a la 4.4, because it seriously breaks things otherwise, given
inclusion of endian.h in types.h
1993-09-17 01:44:08 +00:00
cgd cf6729f6fe patch from ws via brezak, to fix the "don't panic, but can't see
anything in subdirs" problem.
1993-09-17 01:21:46 +00:00
cgd 65aeeefb0a version 1.71 of new db code 1993-09-17 01:06:18 +00:00
jtc 9bdffa97b2 Converted to use -mandoc macros. 1993-09-16 23:21:10 +00:00
cgd 17d5af7436 don't try stat-printing stuff; the way we compile/test the library,
it doesn't include the statistics function.
1993-09-16 23:18:45 +00:00
cgd e2c6364994 update to v1.71 of DB package from ftp.cs.berkeley.edu 1993-09-16 23:15:57 +00:00
cgd c74f1b9405 forgot the friggin' rcsid last time around. 1993-09-16 22:58:06 +00:00
jtc b3709e3893 Fix typo: magic(5), not magic(__SECTION__) 1993-09-16 22:47:28 +00:00
cgd 4f10c7ead8 kill volatile warning. 1993-09-16 22:08:30 +00:00
cgd 8002428397 fix for "touch -t CCYYMMDDhhmm[.SS]". the CC part didn't work. from
Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
1993-09-16 21:44:35 +00:00
cgd 62d3b2073c fix to the 'size' primary; -size <n>c didn't work. from
Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
1993-09-16 21:41:30 +00:00
cgd 4f2fa8a18d aculog should be uucp.dialer after rotation, not root.wheel.
bug reported by Greg Tanaka <glt@cco.caltech.edu>
1993-09-16 20:54:57 +00:00
jtc 69a25a6a71 Updated to GNU Diffutils 2.4. 1993-09-16 17:39:00 +00:00
jtc 941b6d7b19 Fix formatting error. 1993-09-16 17:03:11 +00:00
jtc a3c7120c1a Word list is in /usr/share/dict/*, not /usr/dict/*. 1993-09-16 17:02:51 +00:00
ws 51a962e341 Bug fix in compare routine for correct sorting order.
But at the same time disable sorting optimization,
as there are a lot of CDs with incorrectly sorted directory records.
1993-09-16 16:54:09 +00:00