mycroft
|
452508f874
|
Fix typos.
|
1994-10-21 00:14:36 +00:00 |
mycroft
|
be01ae1904
|
Fix typo in description of syscallarg.h.
|
1994-10-20 23:22:38 +00:00 |
mycroft
|
97c2b52714
|
Minor change; use proc_reparent().
|
1994-10-20 22:54:35 +00:00 |
cgd
|
f59b086d9c
|
one minor mod...
|
1994-10-20 04:37:09 +00:00 |
cgd
|
0da612d076
|
update rcsid
|
1994-10-20 04:32:39 +00:00 |
cgd
|
6b86130410
|
update for new syscall args description mechanism
|
1994-10-20 04:22:35 +00:00 |
cgd
|
90f2c4f70a
|
DEBUG and/or DIAGNOSTIC shouldn't cause thing to be printed for "normal"
cases, unless the user explicitly requests it. add variable
startinit_verbose to control init-starting messages.
|
1994-10-18 06:28:06 +00:00 |
mycroft
|
8f5b447fb2
|
Remove the need for some untimeouts.
|
1994-10-12 13:38:16 +00:00 |
mycroft
|
98e70587d5
|
Avoid GCC generating a call to memset().
|
1994-10-11 09:26:01 +00:00 |
mycroft
|
9085601009
|
Clean up #includes.
|
1994-10-09 08:29:55 +00:00 |
mycroft
|
878839c40d
|
Simplify the code to expand the dev array slightly, and make sure the size is
a power of 2.
|
1994-10-07 09:07:56 +00:00 |
cgd
|
7545c52d98
|
fix ndqb bug handling flags other than TTY_QUOTE.
|
1994-10-02 04:11:53 +00:00 |
deraadt
|
9d7bdbb0c4
|
don't play with CLBYTES in cpp
|
1994-09-28 00:44:30 +00:00 |
mycroft
|
3cc6cbc0e6
|
Correct test for already being traced.
|
1994-09-24 07:17:18 +00:00 |
mycroft
|
22bdb84b17
|
Allow unloading of vfs's if the refcount is 0.
|
1994-09-22 02:22:42 +00:00 |
mycroft
|
480c10c23a
|
Maintain vfs reference counts.
|
1994-09-22 02:17:00 +00:00 |
mycroft
|
0874e14c94
|
m_adj() returns void.
|
1994-09-19 08:07:17 +00:00 |
mycroft
|
87ed5fd67b
|
Require at least one group.
|
1994-09-19 07:52:57 +00:00 |
mycroft
|
3b83040b88
|
Add tickadj to clockinfo.
|
1994-09-18 21:55:43 +00:00 |
mycroft
|
61101c8fa5
|
Remove extern of tickadj.
|
1994-09-18 21:49:07 +00:00 |
deraadt
|
1ec7a8fcbe
|
fix PR#484 relating to backspacing over a tab.
|
1994-09-18 18:32:51 +00:00 |
mycroft
|
868c94ff7c
|
Fix space change in last commit.
|
1994-09-18 04:40:47 +00:00 |
deraadt
|
42ea7aa818
|
sparc is not special anymore
|
1994-09-16 23:57:22 +00:00 |
cgd
|
b690c315ff
|
ugly (#ifdef) hack to fix m68k alignment differences, etc. Eventually,
should be done with a 'natual alignment' macro, or some such.
|
1994-09-14 16:40:29 +00:00 |
cgd
|
575d44884b
|
from Kirk McKusick: release old ctty if acquiring a new one.
also: prettiness police!
|
1994-09-14 00:35:29 +00:00 |
mycroft
|
1435172b90
|
Nuke the silly `--' hack when there are no flags.
|
1994-09-10 04:44:23 +00:00 |
mycroft
|
faa18f6ce6
|
New iBCS2 code from Scott.
|
1994-09-05 01:08:43 +00:00 |
mycroft
|
b1f0fa317e
|
Decrease shm_nused when a segment is deleted.
|
1994-08-31 21:47:36 +00:00 |
mycroft
|
c996edc7e1
|
Display emulation type.
|
1994-08-30 06:22:10 +00:00 |
mycroft
|
227e4cb85c
|
Make sure p_emul is copied on fork.
|
1994-08-30 06:16:25 +00:00 |
mycroft
|
016425e503
|
Clean up some debugging code.
|
1994-08-30 05:37:14 +00:00 |
mycroft
|
2f710a54ee
|
Convert process, file, and namei lists and hash tables to use queue.h.
|
1994-08-30 03:04:28 +00:00 |
mycroft
|
f5232de492
|
Patch to fix `reassignbuf: NULL' messages, from cgd.
|
1994-08-29 01:47:02 +00:00 |
deraadt
|
2558d359af
|
emulate setreuid/setregid better.
|
1994-08-25 07:13:55 +00:00 |
cgd
|
ec29b60850
|
gwr's slightly cleaner way to do that last...
|
1994-08-25 03:04:28 +00:00 |
deraadt
|
280592c6a7
|
replace "ctob(UPAGES)" and "UPAGES * NBPG" with "USPACE"
(cvs dumped core during previous commit...)
|
1994-08-23 22:13:59 +00:00 |
deraadt
|
72b3d408b9
|
replace "ctob(UPAGES)" and "UPAGES * NBPG" with "USPACE"
|
1994-08-23 22:07:42 +00:00 |
deraadt
|
3938d6ba02
|
initialize shmmax to `# of pages' at compile time; multiply by NBPG at
boot time (in shminit). This supports architecture families with varying
values for NBPG, and does not break ipcs.
|
1994-08-22 23:37:03 +00:00 |
cgd
|
94109335b3
|
kill errant spaces
|
1994-08-21 21:24:33 +00:00 |
cgd
|
c141eabf16
|
handle another "too much memory in buffer" boundary case
|
1994-08-21 06:38:42 +00:00 |
cgd
|
92da9d2f33
|
can't do ptr math on void *
|
1994-08-18 22:09:35 +00:00 |
mycroft
|
77dee53b00
|
Move the SVR4 dispatch here.
|
1994-08-15 22:36:40 +00:00 |
mycroft
|
ace234dade
|
Add iBCS2 COFF loader. (Eventually there should be a sys/exec_coff.h.)
|
1994-08-15 22:17:16 +00:00 |
mycroft
|
9c4c84c97e
|
Need ofstat() for iBCS2 syscall conversion.
|
1994-08-15 22:08:55 +00:00 |
mycroft
|
4566d7f5ba
|
Need ostat() and olstat() for iBCS2 syscall conversion.
|
1994-08-15 22:06:47 +00:00 |
mycroft
|
77fe78350b
|
Minor update to a comment.
|
1994-08-15 16:45:14 +00:00 |
cgd
|
97bdeab31e
|
replace with a completely rewritten version, based around the 4.4BSD
procfs. Now the author of the old version will stop complaining that
we're using his code.
|
1994-08-15 16:32:41 +00:00 |
cgd
|
b48d84b629
|
replce with virgin copy from 4.4-Lite
|
1994-08-15 16:29:22 +00:00 |
mycroft
|
4a8bf3976b
|
Fix a problem in sync() where we might keep a stale pointer to the next mount
entry.
|
1994-08-13 07:05:53 +00:00 |
cgd
|
5009183daf
|
make output a bit cleaner, to satisfy mckusick.
|
1994-08-11 21:57:38 +00:00 |