Commit Graph

2774 Commits

Author SHA1 Message Date
brezak 4212e64961 Include sys/signal.h instead of machine/signal.h 1993-09-21 20:51:12 +00:00
brezak adc25227c1 Add a man page for i386_get_ldt. 1993-09-21 14:40:50 +00:00
brezak b54c7ce913 Be sure to get sys/signal.h 1993-09-21 13:43:15 +00:00
brezak a9f5756dd2 In resettodr() handle rtcget() failure. 1993-09-21 13:09:10 +00:00
brezak 39804a17e5 Remove unneeded saving of segment regs for USER_LDT. 1993-09-21 13:08:34 +00:00
cgd c2f1ebaf17 add Nd line, and correct the description of the function. 1993-09-21 01:27:07 +00:00
mycroft a50f6940ae Well, Andrew's message was totally useless, but there was indeed a bug in
the case where no tabs are inserted.  All hail modulus arithmetic.  The real
fix for this is trivial, but I made a couple of stylistic changes also.
1993-09-21 00:44:36 +00:00
cgd 94ac210002 rewrite biodone to the spec in the daemon book, and to account for
the fact that buffers with B_CALL set shouldn't be brelse()'d.
1993-09-21 00:40:02 +00:00
jtc d3027df0ae Include header files to bring appropriate header files into scope. 1993-09-20 23:53:24 +00:00
cgd 26afbefdad don't leave a getdate.c turd lying around... 1993-09-20 23:40:28 +00:00
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