Commit Graph

33760 Commits

Author SHA1 Message Date
mark baa72d9de9 Added PIC support for the ARM version of GCC 2.7.2.2 implemented by
Norm Rubin and Richard Earnshaw.
PIC support for ARM will form part of the standard GCC tree from 2.8
onwards.
Also default to building soft-float as the resulting code will be a lot
faster then using emulated floating point instructions.
1997-10-19 18:56:38 +00:00
veego c9252fa879 First version of the CyberVision 3D driver. This driver is based on
the CyberVision64 driver. Modified by Tobias Abt with some bugfixes
from Bernd Ernesti.
ZorroII is at the moment not supported and there is a small problem
with the Console driver where you just get a black screen, but the
system boots and you can use X11 without a problem.
1997-10-19 18:55:21 +00:00
scottr f470d346c3 Add MI and mac68k-specific X11 set lists. 1997-10-19 18:54:51 +00:00
christos 542318240b Regen. 1997-10-19 18:48:57 +00:00
oki 5783c3a657 intro(4). Fixed PR/3980. 1997-10-19 18:48:53 +00:00
christos 2b8d4e9b82 Make mman(2) functions args consistent (caddr_t -> void *) 1997-10-19 18:48:16 +00:00
christos 1c89a817ba Simplify use of round_page() like in other emulations. 1997-10-19 18:48:00 +00:00
christos eb2b299151 Regen. 1997-10-19 18:45:46 +00:00
christos 423b2ff7b4 Make mman(2) functions args consistent (caddr_t -> void *) 1997-10-19 18:45:04 +00:00
mycroft 429b08a2b4 Use S_IS*(), not S_IF*. 1997-10-19 18:40:11 +00:00
mycroft 762d77e123 Fix bogosity in mknod(2) translation. 1997-10-19 18:35:09 +00:00
mycroft b247da14fe Use S_IS*(), not S_IF*. 1997-10-19 18:17:27 +00:00
mycroft 1336137028 Use remove(3) rather than stat(2)ing the file, yadda yadda.
Simpler, and DTRT for symlinks.
1997-10-19 18:16:19 +00:00
mycroft 3ff72472fe Use S_IS*(), not S_IF*. 1997-10-19 18:15:23 +00:00
mycroft c967784829 Test file type correctly, using S_IS*(). 1997-10-19 18:10:58 +00:00
soda 34eaabcd16 These problems are fixed by thorpej's ahc->sc_xxxq, since Dec 02 1996. 1997-10-19 18:07:56 +00:00
mycroft 15de1c9fd2 Use S_IS*(), not S_IF*. 1997-10-19 17:54:18 +00:00
mycroft 6de13662f1 Remove bogus use of S_IFLNK. 1997-10-19 17:38:05 +00:00
mycroft d771632c2f Add an O_MASK containing all the open(2) bits. 1997-10-19 17:27:53 +00:00
mycroft 9341cad610 After conversion of the file flags, if neither FREAD nor FWRITE is set,
return EINVAL.
1997-10-19 17:18:10 +00:00
christos 3ea4a95c18 WARNsify... 1997-10-19 16:56:41 +00:00
mycroft d8703622b5 Use _POSIX_VDISABLE, not 0, to disable special characters. 1997-10-19 16:49:15 +00:00
oki 968a155917 Add options M68060, mha driver. 1997-10-19 16:04:57 +00:00
oki 742eb9d713 new bootfloppy kernel configuration file. 1997-10-19 16:03:11 +00:00
oki 6aa7bad1fc Remove old-style install image. 1997-10-19 15:39:14 +00:00
oki a88eb35d75 Update for new bootfloppy/ramdisk 1997-10-19 15:38:34 +00:00
oki 5a9cb7b516 Remove old-style install image. 1997-10-19 15:33:26 +00:00
oki ad0f2e276a pretty message. 1997-10-19 15:32:57 +00:00
fvdl 88d9f0f6a9 Add a warning about exporting a filesystem using WebNFS and also exporting
it the normal way, read/write to specific clients.
1997-10-19 15:29:20 +00:00
oki dc3654b410 Initial commit of installer use ramdisk image.
lifted from i386, modified for x68k by me.
1997-10-19 15:29:04 +00:00
hubertf 576b498857 Install BSD.pkg.dist in ${DESTDIR}/etc/mtree
(used from within bsd.port.mk)
1997-10-19 15:27:25 +00:00
mycroft 1ea2e990d3 Use double, not float. 1997-10-19 15:18:43 +00:00
oki 9e3da87164 Use common m68k/sig_machdep.c. 1997-10-19 15:17:24 +00:00
fvdl 3b90a0ef5e Note what to do in the rare case that dirent system calls fail because
of > 32 bit offset cookies: point to the mount_nfs -X option (or -2
option).
1997-10-19 15:03:15 +00:00
mrg 57417153bd WARNSify 1997-10-19 15:03:06 +00:00
mrg 538e692995 fix compile warnings on the alpha. 1997-10-19 14:50:58 +00:00
mrg 777a66571e WARNSify; deprecate register; clean up .Nm 1997-10-19 14:46:16 +00:00
mycroft d8eb1d74d5 Define USE_UTIMES. 1997-10-19 14:43:24 +00:00
mrg 6e4783d48e WARNSify; deprecate register; clean up .Nm 1997-10-19 14:42:36 +00:00
mycroft 7864b49784 Purely cosmetic change. 1997-10-19 14:38:04 +00:00
mrg 658077dbfb WARNSify; clean up .Nm 1997-10-19 14:35:28 +00:00
lukem 568259857e WARNSify, fix .Nm usage 1997-10-19 14:34:08 +00:00
mycroft b5d6394251 Output the right file name in an error message.
Also a cosmetic change; pass a null pointer to gettimeofday() for the
time zone info.
1997-10-19 14:34:07 +00:00
ragge d379f24df5 #include <vm/vm.h>. Fix some erroneous declarations. 1997-10-19 14:33:48 +00:00
ragge e0bc9f61d7 Add a sometimes needed round_page().
Always flush TLB when messing around with system mapping.
1997-10-19 14:32:42 +00:00
lukem b65c70eff6 WARNSify, fix .Nm usage 1997-10-19 14:30:04 +00:00
mrg 86ef873b6b WARNSify 1997-10-19 14:28:27 +00:00
lukem 6b42a1d256 don't define WARNS=1 here 1997-10-19 14:27:25 +00:00
lukem e561335e13 fix up .Nm usage 1997-10-19 14:27:18 +00:00
lukem 208c50b8fb WARNSify, deprecate register 1997-10-19 14:26:26 +00:00