cgd
225917bfe6
0.9 "official" patch 001:
...
(1) added support for ed1 in both generic kernels at:
device ed1 at isa? port 0x250 net irq 9 iomem 0xd8000 vector edintr
(2) brought if_ed.c up to DG's 1.19 rev.
1993-08-26 00:26:50 +00:00
cgd
7523985763
description of return val for bit_test was reversed.
1993-08-25 22:25:05 +00:00
jtc
5e98929cee
Declare static function before it is used.
1993-08-25 22:24:50 +00:00
jtc
647b2510cd
Add cast to silence compiler warning.
1993-08-25 22:22:30 +00:00
jtc
241d899984
Minor tweaks to eliminate compiler warnings:
...
include <stdlib.h> to declare malloc() family.
declare static functions before they are used.
1993-08-25 22:07:19 +00:00
mycroft
ac815031d0
Um, last change was wrong. Instead, add 3 to the number of inodes (forget
...
about the root directory, too).
1993-08-25 14:41:19 +00:00
mycroft
b3f22bcdcc
Subtract to from the free count for `.' and `..', to maintain the fiction that
...
this is a real file system.
1993-08-25 14:35:20 +00:00
pk
7a40c9d92c
should not default to read-only mount.
1993-08-25 13:16:27 +00:00
cgd
88da3715f4
df lists filesystem as "proc" -- note this, rather than "procfs"
1993-08-25 09:35:47 +00:00
pk
1e37ac6db4
Fixed improperly initialized nfsnode in pfs_lookup()
1993-08-25 09:28:39 +00:00
cgd
2d7ff4564c
this stuff didn't go in for 0.8a...
1993-08-25 06:46:04 +00:00
brezak
979015728c
Add syscall stubs for SYSV Shared Memory.
1993-08-25 02:50:51 +00:00
brezak
6ce6685814
mountd is now started by inetd.
1993-08-25 02:44:11 +00:00
brezak
651ea37a78
Fix rcs headers
1993-08-25 02:42:57 +00:00
brezak
72512ce825
Add code so inetd can start mountd. Reread exports if changed more frequently. Cleanup to use rpcsvc headers.
1993-08-25 02:37:36 +00:00
mycroft
c5e6262e4e
Add ACCOUNTING and GATEWAY options.
1993-08-24 21:39:35 +00:00
glass
8a49818de4
snapshot. starts nfsmountroot but doesn't seem to emit any packets
1993-08-24 20:26:48 +00:00
mycroft
59bd26aec5
Double data size limits to make GCC happier.
1993-08-24 17:56:21 +00:00
pk
8dc35fb5d6
Fill inode fields in procfs_statfs(), in stead of block fields
1993-08-24 17:49:16 +00:00
pk
3dd58a232e
removed trash left over from FTP PUT operation :-(
1993-08-24 17:21:57 +00:00
pk
7f940b41a3
Man page added.
1993-08-24 17:16:54 +00:00
jtc
35aa0934e7
Note that code originated in locore.s.
...
Don't bother clearing %eax in bcopy(), it doesn't return anything so
why clear a return value that never gets used?
Don't bother clearing direction flag. Any code that doesn't set/clear
it explicitly before a string instruction deserves to loose.
1993-08-24 16:59:00 +00:00
pk
834a44f21f
copyright update.
1993-08-24 16:47:23 +00:00
pk
2741511a98
Added Rcs Id.
1993-08-24 16:29:29 +00:00
pk
0cbe77737a
Rcs Id added.
1993-08-24 16:25:07 +00:00
cgd
9910a37e0e
little point in having mount_procfs if you don't make it...
1993-08-24 16:16:33 +00:00
mycroft
ece0d82f04
Make mfs_print() return a void to prevent a warning from GCC.
1993-08-24 14:54:14 +00:00
pk
883ee6ae2f
mount program for proc filesystem.
1993-08-24 13:18:05 +00:00
pk
d4f1dcb0d5
Initialized `mntflags'.
1993-08-24 13:15:14 +00:00
pk
498189f379
Initial version of a proc filesystem.
1993-08-24 12:59:09 +00:00
pk
d18c6d88d0
Support added for proc filesystem.
1993-08-24 12:56:22 +00:00
pk
691f917c0d
ioctl definitions for procfs.
1993-08-24 12:55:11 +00:00
pk
cc64019e82
Added support for proc filesystem.
1993-08-24 12:53:50 +00:00
pk
6b29756e78
Add files for proc filesystem.
1993-08-24 12:52:29 +00:00
mycroft
1aabac5ad3
Change getdate.y to getdate.c in SRCS, so it gets depended properly.
1993-08-24 04:33:48 +00:00
jtc
19e4e33b98
Don't block SIGINT, SIGQUIT, SIGHUP, etc. in pclose()...
...
"Some historical implementations either block or ignore the signals
SIGINT, SIGQUIT, and SIGHUP while waiting for the child process to
terminate. Since this behavior is not described in POSIX.2, such
implementations are not conforming."
1993-08-23 21:56:31 +00:00
jtc
34a64dcb50
rpcgen is just a protocol compiler, it doesn't need -lrpc
1993-08-23 21:21:49 +00:00
jtc
9d1cf67cd2
Moved toupper and tolower tables from ctype_.c to their own files --- I
...
received complaints about using shorts in the table (but i need a range
of -1..255), so now the tables will not be used unless either toupper()
or tolower() (and soon, setlocale()) are used. This can save up to 514
bytes.
In toupper_.c and tolower_.c make sure that our assumption of EOF == -1
holds.
Fixed bug where _toupper_tab_ was initialized pointing to _C_tolower_tab.
1993-08-23 21:04:50 +00:00
mycroft
d079c3bdfc
Add empty `depend', `tags', and `lint' targets.
1993-08-23 16:44:18 +00:00
mycroft
22ab556e04
If ospeed is set to 0, SIGHUP the session leader (if any).
1993-08-23 16:36:42 +00:00
cgd
5def7a5fde
use "_to*_tab_" rather than "_to*_table_" -- table is defined as the former
1993-08-23 16:25:03 +00:00
mycroft
742dcd5655
RLIMIT_OFILE --> RLIMIT_NOFILE
1993-08-23 16:01:56 +00:00
brezak
7a19417ff8
Cleanup port to NetBSD
1993-08-23 14:36:07 +00:00
cgd
f0ba70d26a
make various vm counters part of the "standard" nlist (for mw)
1993-08-23 10:33:07 +00:00
cgd
168b3d4eb4
oops; get those last changes right
1993-08-23 09:45:50 +00:00
cgd
a4e6cac076
don't generate some instructions, because of friggin' broken fpe for
...
the i386.
1993-08-23 09:25:15 +00:00
mycroft
5cc299695d
Clean up deleted files.
1993-08-23 09:24:09 +00:00
cgd
4d8702d9e3
reorganized++ gcc2 from mycroft
1993-08-23 09:23:40 +00:00
mycroft
ed892ecf20
Clean up deleted files.
1993-08-23 09:23:30 +00:00
cgd
58e557c5e6
reorganized++ gcc2 from mycroft
1993-08-23 09:23:16 +00:00