Commit Graph

33600 Commits

Author SHA1 Message Date
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
fvdl
ab36c13e4b Add 16650 hardware flowcontrol support. Basically PR 3844 from
Dave Huang <khym@bga.com>, with added check for broken early versions
of the 16650, taken from the Linux driver.

This should be extended to use, for example, higher trigger levels for
the bigger 16650 FIFO, and its capability for using a smaller divisor
and thus higher speeds. But this patch is very useful for 16650 users
already.
1997-10-19 14:26:25 +00:00
lukem
9bd92c9311 WARNSify, deprecate register 1997-10-19 14:26:23 +00:00
fvdl
961e39030d Add 16650 hardware flowcontrol support. Basically PR 3844 from
Dave Huang <khym@bga.com>, with added check for broken early versions
of the 16650, taken from the Linux driver.

This should be extended to use, for example, higher trigger levels for
the bigger 16650 FIFO, and its capability for using a smaller divisor
and thus higher speeds. But this patch is very useful for 16650 users
already.
1997-10-19 14:26:16 +00:00
mycroft
985cca83b6 Use S_IS*().
Use mode_t, uid_t, and gid_t as appropriate.
Don't use futimes(2) on a directory.
1997-10-19 14:25:24 +00:00
lukem
d177c90289 s/bzero/memset, fix .Nm usage 1997-10-19 14:25:00 +00:00
lukem
e390551d3d fix up .Nm usage 1997-10-19 14:23:52 +00:00
lukem
c2314d822a don't define WARNS=1 here 1997-10-19 14:23:26 +00:00
lukem
bccfa1bf01 WARNSify, deprecate register 1997-10-19 14:22:16 +00:00
lukem
20e7acbab5 WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF 1997-10-19 14:20:43 +00:00
mrg
069922f852 fix compile warnings on the alpha. 1997-10-19 14:12:22 +00:00