cgd
518f7c78d6
a program being exec'd *must* cause *some* exec commands to be invoked;
...
if it doesn't there's a problem in the kernel, because a program
with no exec commands run will have no address space except the stack,
and i don't think it's valid to have a "run from stack only" exec type,
so panic. if need for that case comes up later, it can be changed...
1993-08-31 01:46:36 +00:00
paulus
d71061b357
Modified if_ppp.c and if_ppp.h to add priority queueing for "interactive"
...
traffic (done in a similar fashion to if_sl.c), and BPF support.
1993-08-31 00:05:27 +00:00
mycroft
b8302e3744
Excuse me while I be braindead for a minute.
1993-08-30 18:53:06 +00:00
mycroft
f597ddb137
Add new uname() cookies like getty.
...
(I had thought telnetd spawned a getty. Sigh.)
1993-08-30 18:50:53 +00:00
brezak
5bce7d4176
Add prototype for pmap_bootstrap().
1993-08-30 18:09:57 +00:00
deraadt
2700f4771d
add ppp
...
tty_ring.c -> tty_subr.c
vfs__bio.c -> vfs_bio.c
1993-08-30 07:30:35 +00:00
glass
42ac31d081
make config.new on all platforms
1993-08-30 07:19:32 +00:00
deraadt
a87b4a30bd
pagers are now options, not pseudo-devices
1993-08-30 07:09:20 +00:00
deraadt
86d51ac6f8
pagers are not options, not pseudo-devices
1993-08-30 07:07:53 +00:00
glass
144656cf78
back to torek's Makefile
1993-08-30 07:01:01 +00:00
deraadt
6fce70ed63
blast it, i forgot two ('s
1993-08-30 06:25:10 +00:00
alm
c91a4017da
Repeating a search requires only `/' (or `?'), not `//' (or `??')
...
But `s/' is still invalid, use `s//' instead.
If first regex is invalid, regex pointer is now set to NULL so that repeating
the search correctly reports "No previous pattern".
1993-08-30 02:20:18 +00:00
mycroft
667d6bcc32
Change default banner to say `%s/%m' rather than `NetBSD'.
1993-08-29 22:49:36 +00:00
mycroft
cea87043b4
Add some more magic cookies for the `im' string to display info from
...
uname(2):
%s sysname
%r release
%v version
%m machine
1993-08-29 22:47:03 +00:00
deraadt
2315608edc
missing eol at end of file
1993-08-29 21:34:25 +00:00
deraadt
9aed375ba3
tty XXstart() routines return void
1993-08-29 13:46:31 +00:00
deraadt
a14da75496
add MID_SPARC
1993-08-29 13:25:25 +00:00
deraadt
bab3a9ce58
added two __P() macros
1993-08-29 13:16:04 +00:00
brezak
aaf4f8dbc5
Changes for boot loading of symbols.
1993-08-29 12:48:10 +00:00
brezak
7f550be7fd
Remove prototype for pmap_bootstrap()
1993-08-29 12:12:20 +00:00
mycroft
d48a7d8497
There is no longer any good reason to allocate a small number of ptys.
...
Increased to 32 so people will not bitch at me next time around.
1993-08-29 01:54:22 +00:00
cgd
b1eacffd69
print more DIAGNOSITC info, and startrtclock early on the mac (like i386)
1993-08-29 01:50:49 +00:00
cgd
405b084fe6
return some errors other than EIO from swstrategy()
1993-08-29 01:50:20 +00:00
glass
4ec9b1bdc3
some more comments
1993-08-28 23:21:47 +00:00
glass
9ee18a34de
last few notes
1993-08-28 16:11:51 +00:00
glass
be4748c4d8
last snapshot before uploading
1993-08-28 15:40:22 +00:00
glass
a2133ea268
last snapshot before uploading. we still have serious clock problems
1993-08-28 15:35:16 +00:00
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