index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
sys_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some ioctl routines assume that the ioctl buffer is aligned, but a
dillon
2000-05-09
1
-3
/
+6
*
Fix select(2) for the Alpha. (!!) It was never returning true for
peter
2000-02-20
1
-6
/
+8
*
Add aio_waitcomplete(). Make aio work correctly for socket descriptors.
jasone
2000-01-14
1
-0
/
+2
*
Export the nselcoll counter via the kern.nselcoll sysctl so we can see
peter
2000-01-05
1
-1
/
+3
*
Missed the second argument of fdrop().
green
1999-10-14
1
-1
/
+1
*
Fix a race condition with shared fd tables and writev(). It's
green
1999-10-14
1
-2
/
+7
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-1
/
+0
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
1
-11
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add standard padding argument to pread and pwrite syscall. That should make them
dt
1999-04-04
1
-129
/
+89
*
Added pread and pwrite. These functions are defined by the X/Open
alc
1999-03-27
1
-1
/
+132
*
Removed a bogus cast to c_caddr_t. This is part of terminating
bde
1999-01-29
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
poll(2) sets POLLNVAL for descriptors passed in that are less than
jkh
1998-12-10
1
-2
/
+4
*
Installed the second patch attached to kern/7899 with some changes suggested
truckman
1998-11-11
1
-32
/
+1
*
Fixed bogotification of pseudocode for syscall args by rev.1.53 of
bde
1998-09-05
1
-5
/
+5
*
Change various syscalls to use size_t arguments instead of u_int.
dfr
1998-08-24
1
-10
/
+12
*
64bit fixes: use u_long not int for ioctl command.
dfr
1998-06-10
1
-2
/
+3
*
s/nanoruntime/nanouptime/g
phk
1998-05-17
1
-5
/
+5
*
Remove unused atv.tv_usec = 0; from select/poll code
ache
1998-04-05
1
-7
/
+3
*
Time changes mark 2:
phk
1998-04-04
1
-21
/
+37
*
Try to fix poll & select after I broke them.
phk
1998-04-02
1
-11
/
+9
*
Eradicate the variable "time" from the kernel, using various measures.
phk
1998-03-30
1
-16
/
+12
*
Fixed some style bugs in the poll() code.
bde
1997-11-23
1
-18
/
+8
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-34
/
+25
*
Last major round (Unless Bruce thinks of somthing :-) of malloc changes.
phk
1997-10-12
1
-3
/
+4
*
Distribute and statizice a lot of the malloc M_* types.
phk
1997-10-11
1
-1
/
+4
*
Implement poll(2). This is mostly taken from the NetBSD implementation
peter
1997-09-14
1
-6
/
+158
*
Removed unused #includes.
bde
1997-09-02
1
-5
/
+1
*
Modifications to existing files to support the initial AIO/LIO and
dyson
1997-06-16
1
-1
/
+5
*
Don't include <sys/ioctl.h> in the kernel. Stage 4: include
bde
1997-03-24
1
-2
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-1
/
+2
*
Removed `volatile' from declaration of `time', and removed the resulting
bde
1997-03-22
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Improved select():
bde
1997-02-20
1
-36
/
+51
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
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
*
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
*
Included <sys/sysproto.h> to get central declarations for syscall args
bde
1995-11-12
1
-1
/
+14
*
Fixed the type of readv(). An args struct member name conflicted with the
bde
1995-11-11
1
-5
/
+5
*
Remove the ugly COMPAT_IBCS2 hack to hide a return value through
swallace
1995-10-10
1
-29
/
+1
*
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
*
Made it possible for ioctl to return a value.
sos
1994-10-13
1
-1
/
+29
*
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
[next]