Commit Graph

2421 Commits

Author SHA1 Message Date
brezak
e443c955ff Need to define load address in PARAM. 1993-08-28 00:03:51 +00:00
brezak
db43439bb0 i386 Machine dependant changes to handle non-contiguous memory. 1993-08-28 00:02:45 +00:00
brezak
a54d809cd8 Need LOAD_ADDRESS for depend pass. 1993-08-27 23:58:20 +00:00
brezak
42484186e9 Load at 1M and turn-on MACHINE_NONCONTIG option. 1993-08-27 23:55:28 +00:00
brezak
4aca3365cc i386 Machine dependant changes to handle non-contiguous memory. 1993-08-27 23:52:22 +00:00
brezak
15c3400ffe Machine independant changes to VM for handling non-contiguous memory. 1993-08-27 23:45:55 +00:00
jtc
f7c6bf575a Minor tweaks: including header files to bring prototypes into scope,
explicitly declaring function return values, etc. to make gcc -Wall
shut up.
1993-08-27 22:30:10 +00:00
jtc
5e2ed6648a Note that uuencode is POSIX.2 compliant. 1993-08-27 22:25:56 +00:00
mycroft
d83c4676ee Clean up deleted files. 1993-08-27 21:15:35 +00:00
jtc
10a20d067c Implement mailx's askbcc option. 1993-08-27 20:31:51 +00:00
jtc
aae6837578 Install mail as mailx too.
It's not quite POSIX compliant, but it only needs a few tweaks here and there.
1993-08-27 20:31:07 +00:00
jtc
7b5c7989f0 Changed to be POSIX.2 compliant. 1993-08-27 20:22:04 +00:00
jtc
f3781892d9 Changed to be POSIX.2 compliant.
Don't crash with -l option if program executed in less than one tick.
1993-08-27 19:05:29 +00:00
mycroft
bc2088820b + #if defined(INET) && NETHER > 0
+ #endif
Around the:
/* XXX -- Temporary fix before changing 10 ethernet drivers */
so you can compile a kernel with out INET and ETHERNET support.
1993-08-27 10:26:08 +00:00
brezak
550ea769ff Add -x flag to remove stabs, compiler idents and local symbols. 1993-08-27 02:33:34 +00:00
brezak
815b51ef3a Add service ids for bootp 1993-08-27 02:08:02 +00:00
jtc
9b167d5a52 Fix formatting bug. 1993-08-26 23:02:54 +00:00
pk
dd119ec84b Implement setattr: mode for process entries; mode + uid/gid for the
PROCFS root directory.
Fixed omission in pfs_root() which came to light as a result of the above:
hold on to vnode for root dir.
1993-08-26 19:01:00 +00:00
pk
0732d8a8b1 Added VPROC to vprint()'s vnode type representation array. 1993-08-26 18:57:02 +00:00
brezak
13e51139e4 Add rcsid strings 1993-08-26 15:26:18 +00:00
deraadt
080b5f394c pretty up the getty prompt 1993-08-26 11:05:04 +00:00
cgd
4c54aa0ce8 yup, that's right folks, we're now working on 0.9a... 1993-08-26 10:59:16 +00:00
deraadt
538e35852c ugh. 1993-08-26 09:52:16 +00:00
cgd
5d9ccc9f5c added ftp-data at 20/tcp 1993-08-26 09:11:08 +00:00
mycroft
ed55107bda Add `.text' before the .asciz strings for RCS identifiers. 1993-08-26 02:11:52 +00:00
jtc
d564d15c6d Declare rcsid strings so they are stored in text segment. 1993-08-26 00:53:10 +00:00
jtc
9c20f740a3 Declare rcsid strings so they are stored in text segment. 1993-08-26 00:43:03 +00:00
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