smpatel
b3914374d5
Fix a minor style error in my code.
1996-08-20 15:03:41 +00:00
smpatel
c61e4bcfdb
Remove the kernel FD_SETSIZE limit for select().
...
Make select()'s first argument 'int' not 'u_int'.
Reviewed by: bde
1996-08-20 07:18:10 +00:00
wollman
27a152b15d
Converted two options over to the new scheme: USER_LDT and KTRACE.
1996-01-03 21:42:35 +00:00
phk
63ec2c0ae9
A Major staticize sweep. Generates a couple of warnings that I'll deal
...
with later.
A number of unused vars removed.
A number of unused procs removed or #ifdefed.
1995-12-14 08:32:45 +00:00
bde
aa9a60640e
Included <sys/sysproto.h> to get central declarations for syscall args
...
structs and prototypes for syscalls.
Ifdefed duplicated decentralized declarations of args structs. It's
convenient to have this visible but they are hard to maintain. Some
are already different from the central declarations. 4.4lite2 puts
them in comments in the function headers but I wanted to avoid the
large changes for that.
1995-11-12 06:43:28 +00:00
bde
86ec25fe42
Fixed the type of readv(). An args struct member name conflicted with the
...
machine-generated one in <sys/sysproto.h>.
1995-11-11 06:57:34 +00:00
swallace
37fb0bcb44
Remove the ugly COMPAT_IBCS2 hack to hide a return value through
...
magic numbers. The new socksys support does not need this hack.
I am against any magic practicing.
1995-10-10 08:08:54 +00:00
rgrimes
c86f0c7a71
Remove trailing whitespace.
1995-05-30 08:16:23 +00:00
dg
20e8a2d3d9
Backed out previous change - it reduces performance. (oops).
1995-04-13 18:24:33 +00:00
dg
3cf86b2d0e
Slight optimization to select().
1995-04-13 15:27:51 +00:00
sos
be3750e0d6
Damn, check in the wrong version, fixed.
...
Reviewed by:
Submitted by:
Obtained from:
1994-10-13 21:41:36 +00:00
sos
2a629797bf
Made it possible for ioctl to return a value.
...
Ifdef by COMPAT_IBCS2 (used by the socksys system).
Submitted by: Mostyn Lewis (mostyn@mrl.com )
1994-10-13 21:01:47 +00:00
phk
1395bb0791
Cosmetics. related to getting prototypes into view.
1994-10-10 01:00:49 +00:00
phk
c3e4945541
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
...
GCC a lot more silent.
1994-10-02 17:35:40 +00:00
phk
f73f358983
While in the real world, I had a bad case of being swapped out for a lot of
...
cycles. While waiting there I added a lot of the extra ()'s I have, (I have
never used LISP to any extent). So I compiled the kernel with -Wall and
shut up a lot of "suggest you add ()'s", removed a bunch of unused var's
and added a couple of declarations here and there. Having a lap-top is
highly recommended. My kernel still runs, yell at me if you kernel breaks.
1994-09-25 19:34:02 +00:00
dg
ff6fc2bc2a
Whoops, accidently left out some pieces of the munmapfd patch.
1994-09-02 15:06:51 +00:00
dg
454da81a5a
Make sure that uio_resid isn't negative in read().
1994-09-02 14:04:39 +00:00
dg
8d205697aa
Added $Id$
1994-08-02 07:55:43 +00:00
rgrimes
2469c867a1
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
...
Reviewed by: Rodney W. Grimes
Submitted by: John Dyson and David Greenman
1994-05-25 09:21:21 +00:00
rgrimes
8fb65ce818
BSD 4.4 Lite Kernel Sources
1994-05-24 10:09:53 +00:00