Commit Graph

2440 Commits

Author SHA1 Message Date
cgd 468c5f5158 put PROCFS in pain... 1993-08-28 11:00:35 +00:00
jtc 73216f16dd Document the fact that logger is POSIX.2 compliant. 1993-08-28 04:57:17 +00:00
jtc ad53c09584 Document the fact that logname is POSIX.2 compliant.
Simplify command line argument processing.
1993-08-28 04:52:11 +00:00
jtc ca2f4c2507 Document the fact that id is POSIX.2 compliant.
This manpage must have been derrived from the logname manpage, remove
logname cruft.
1993-08-28 04:39:51 +00:00
jtc 6db5d071a8 Document the fact that head is POSIX.2 compliant. 1993-08-28 04:34:32 +00:00
jtc b1c840c324 Document the fact that fold is POSIX.2 compliant.
Update usage string.
1993-08-28 04:30:00 +00:00
jtc a5102d01b8 Document the fact that expr is POSIX.2 compliant. 1993-08-28 04:21:00 +00:00
jtc 8493051c26 Document the fact that env is POSIX.2 compliant.
Change "command" to "utility", as env can only execute stand-alone utilitys
as apposed to built-in commands.
1993-08-28 04:19:10 +00:00
jtc 3c17cc4f46 Document the fact that echo is POSIX.2 compliant. 1993-08-28 04:07:58 +00:00
jtc aaea25e474 Document the fact that the pwd utility is POSIX.2 compliant. 1993-08-28 03:57:20 +00:00
jtc 62fde1efe8 Document that true and false are POSIX.2 compliant. 1993-08-28 03:45:02 +00:00
jtc 80d3a747c7 Document the fact that tty is POSIX.2 compliant. 1993-08-28 03:23:48 +00:00
jtc 8443922025 Document the fact that uname is POSIX.2 compliant. 1993-08-28 03:20:25 +00:00
jtc fe20100606 Changed to be POSIX.2 compliant. 1993-08-28 02:34:04 +00:00
brezak cbb8694148 Add func protos for shm*() syscalls. 1993-08-28 02:05:42 +00:00
brezak 966d7491cc Changes: Boot omagic kernels (like Mach), pass cnvmem, extmem, and esym args, load symbol table into memory, enable kbd clock. 1993-08-28 01:18:43 +00:00
brezak 534b51feac Declare find_isadev() function. 1993-08-28 00:13:55 +00:00
brezak 62164fe535 Add find_isadev() and have sysbeep() use common defines. 1993-08-28 00:13:00 +00:00
brezak 548e9c5a3f Remove warnings. 1993-08-28 00:11:33 +00:00
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