Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix a minor style error in my code. | smpatel | 1996-08-20 | 1 | -2/+2 | |
| | ||||||
* | Remove the kernel FD_SETSIZE limit for select(). | smpatel | 1996-08-20 | 1 | -15/+43 | |
| | | | | | | Make select()'s first argument 'int' not 'u_int'. Reviewed by: bde | |||||
* | Converted two options over to the new scheme: USER_LDT and KTRACE. | wollman | 1996-01-03 | 1 | -1/+3 | |
| | ||||||
* | A Major staticize sweep. Generates a couple of warnings that I'll deal | phk | 1995-12-14 | 1 | -4/+5 | |
| | | | | | | with later. A number of unused vars removed. A number of unused procs removed or #ifdefed. | |||||
* | Included <sys/sysproto.h> to get central declarations for syscall args | bde | 1995-11-12 | 1 | -1/+14 | |
| | | | | | | | | | | 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. | |||||
* | Fixed the type of readv(). An args struct member name conflicted with the | bde | 1995-11-11 | 1 | -5/+5 | |
| | | | | machine-generated one in <sys/sysproto.h>. | |||||
* | Remove the ugly COMPAT_IBCS2 hack to hide a return value through | swallace | 1995-10-10 | 1 | -29/+1 | |
| | | | | | | magic numbers. The new socksys support does not need this hack. I am against any magic practicing. | |||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 | |
| | ||||||
* | Backed out previous change - it reduces performance. (oops). | dg | 1995-04-13 | 1 | -2/+4 | |
| | ||||||
* | Slight optimization to select(). | dg | 1995-04-13 | 1 | -4/+2 | |
| | ||||||
* | Damn, check in the wrong version, fixed. | sos | 1994-10-13 | 1 | -3/+3 | |
| | | | | | | Reviewed by: Submitted by: Obtained from: | |||||
* | Made it possible for ioctl to return a value. | sos | 1994-10-13 | 1 | -1/+29 | |
| | | | | | Ifdef by COMPAT_IBCS2 (used by the socksys system). Submitted by: Mostyn Lewis (mostyn@mrl.com) | |||||
* | Cosmetics. related to getting prototypes into view. | phk | 1994-10-10 | 1 | -1/+3 | |
| | ||||||
* | All of this is cosmetic. prototypes, #includes, printfs and so on. Makes | phk | 1994-10-02 | 1 | -1/+4 | |
| | | | | GCC a lot more silent. | |||||
* | While in the real world, I had a bad case of being swapped out for a lot of | phk | 1994-09-25 | 1 | -11/+10 | |
| | | | | | | | | 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. | |||||
* | Whoops, accidently left out some pieces of the munmapfd patch. | dg | 1994-09-02 | 1 | -1/+2 | |
| | ||||||
* | Make sure that uio_resid isn't negative in read(). | dg | 1994-09-02 | 1 | -1/+5 | |
| | ||||||
* | Added $Id$ | dg | 1994-08-02 | 1 | -0/+1 | |
| | ||||||
* | The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch. | rgrimes | 1994-05-25 | 1 | -8/+9 | |
| | | | | | Reviewed by: Rodney W. Grimes Submitted by: John Dyson and David Greenman | |||||
* | BSD 4.4 Lite Kernel Sources | rgrimes | 1994-05-24 | 1 | -0/+683 | |