cgd
|
d218233b36
|
various cleanups for -Wall. some inspired by James Jegers.
|
1994-12-24 15:07:22 +00:00 |
mycroft
|
080e194e58
|
Remove extra arg to vn_open().
|
1994-12-14 19:03:13 +00:00 |
mycroft
|
a18ec3cb1b
|
LEASE_CHECK -> VOP_LEASE
|
1994-12-13 21:52:35 +00:00 |
mycroft
|
f9e259e3ca
|
Use __timer{add,sub}(), not timeval{add,sub}(). Remove the latter completely.
|
1994-12-11 18:06:07 +00:00 |
christos
|
1a320dc9be
|
added extra argument in vn_open and VOP_OPEN to allow cloning devices
|
1994-11-14 06:01:16 +00:00 |
cgd
|
6b86130410
|
update for new syscall args description mechanism
|
1994-10-20 04:22:35 +00:00 |
mycroft
|
7f9b78dbbe
|
Revert most of the previous change.
|
1994-07-04 20:43:06 +00:00 |
cgd
|
34a7f2bbed
|
minor style nits, change VBAD handling
|
1994-07-04 20:27:06 +00:00 |
cgd
|
cf92afd66e
|
New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'
|
1994-06-29 06:29:24 +00:00 |
cgd
|
975727e127
|
replace part of apparently-deleted line
|
1994-06-19 22:58:29 +00:00 |
mycroft
|
699bbb84b6
|
Update to 4.4-Lite fs code.
|
1994-06-08 11:28:29 +00:00 |
cgd
|
f472d92282
|
very obscure bug fix for acctwatch
|
1994-05-24 06:49:14 +00:00 |
mycroft
|
21a95abaca
|
Don't go berzerk if acctwatch() happens to be called during an
acct_process().
|
1994-05-21 09:00:22 +00:00 |
cgd
|
8faa0eadd2
|
oops; if in the wrong place. thanks charles.
|
1994-05-21 01:10:26 +00:00 |
cgd
|
b3fda1e8ec
|
update with merged versions
|
1994-05-20 10:05:02 +00:00 |
cgd
|
47d5757075
|
4.4-Lite versions
|
1994-05-20 10:04:05 +00:00 |
cgd
|
91cf0fbaf3
|
copyright foo
|
1994-05-17 04:21:49 +00:00 |
mycroft
|
62bf6a1578
|
Remove now-bogus casts.
|
1994-05-05 08:37:38 +00:00 |
cgd
|
a0a7429482
|
lots of changes: prototype migration, move lots of variables, definitions,
and structure elements around. kill some unnecessary type and macro
definitions. standardize clock handling. More changes than you'd want.
|
1994-05-05 05:35:42 +00:00 |
cgd
|
4bbabd8e7a
|
Rename a lot of process flags.
|
1994-05-04 03:41:12 +00:00 |
cgd
|
f50f031448
|
kill syscall name aliases. no user-visible changes
|
1994-04-29 04:41:02 +00:00 |
cgd
|
dc58832610
|
kill XXX's i marked long ago
|
1994-02-27 11:53:31 +00:00 |
mycroft
|
21edb9924e
|
Canonicalize all #includes.
|
1993-12-18 03:59:02 +00:00 |
cgd
|
a7c7f39bad
|
fix to keep acctwatch() from being called before the vnode is unlocked.
from Mark Tinguely <tinguely@plains.nodak.edu>.
|
1993-11-14 06:55:24 +00:00 |
cgd
|
8900ab37e3
|
clean up, move some XXX's around, and note that one or two things should be
replaced with timeval{add,sub}, and generally be made more sane.
|
1993-11-03 09:08:42 +00:00 |
cgd
|
9ceb615f82
|
add some timeout_t typedefs
|
1993-10-20 00:53:34 +00:00 |
cgd
|
fc8ee7437c
|
knf'ify, clean up some, move sysacct() args out of function declaration.
|
1993-10-20 00:45:34 +00:00 |
cgd
|
287eb9a50e
|
delete my '/dev/acct'-style accounting in favor of the version written by
Mark Tinguely (tinguely@plains.NoDak.edu). It's the 'standard' way
of doing accounting, rather than a wacky one.
|
1993-10-20 00:16:40 +00:00 |
cgd
|
7b2afa7fe6
|
incorporate changes from 0-9-base to 0-9-ALPHA
|
1993-07-28 02:20:34 +00:00 |
cgd
|
c0334ef92c
|
break args structs out, into syscallname_args structs, so gcc2 doesn't
whine so much.
|
1993-07-13 22:13:15 +00:00 |
andrew
|
0e6cb953ea
|
ANSIfications - removed all implicit function return types and argument
definitions. Ensured that all files include "systm.h" to gain access to
general prototypes. Casts where necessary.
|
1993-06-27 06:01:27 +00:00 |
cgd
|
fe1802950b
|
add include of select.h if necessary for protos, or delete if extraneous
|
1993-05-22 11:40:42 +00:00 |
cgd
|
8d6c77881c
|
make kernel select interface be one-stop shopping & clean it all up.
|
1993-05-18 18:18:40 +00:00 |
cgd
|
e811352a74
|
oops, forgot a c!
|
1993-05-04 05:48:17 +00:00 |
cgd
|
501ba00c04
|
fix accidental 2dd, and fix comm handling for debug
|
1993-05-03 02:49:27 +00:00 |
cgd
|
a70911f1aa
|
add starting, elapsed, user, and system times, and clean up a bit
|
1993-05-02 20:40:31 +00:00 |
cgd
|
bd05104f48
|
add barebones accounting, enabled w/"options ACCOUNTING", via /dev/acct
|
1993-05-02 09:22:31 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |