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
*
Grab the process lock while calling psignal and before calling psignal.
jhb
2001-03-07
1
-2
/
+8
*
Correctly declare variables as u_int rather than doing typecasts.
jlemon
2001-02-27
1
-7
/
+7
*
Cast nfds to u_int before range checking it in order to catch negative
jlemon
2001-02-27
1
-1
/
+2
*
poll(2) array limits (take 2) - after some input from bde.
peter
2001-02-09
1
-8
/
+7
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-6
/
+6
*
The code I picked up from NetBSD in '97 had a nasty bug. It limited
peter
2001-02-07
1
-7
/
+15
*
- Catch up to proc flag changes.
jhb
2001-01-24
1
-14
/
+35
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-0
/
+1
*
Only call bwillwrite() for vnodes. Do not penalize devices or pipes.
dillon
2000-12-07
1
-1
/
+2
*
Add necessary bwillwrite() in writev() entry point.
dillon
2000-12-06
1
-0
/
+1
*
only call bwillwrite() to stall on IO when dealing with VNODEs otherwise
alfred
2000-11-30
1
-1
/
+2
*
Protect p_wchan with sched_lock in selwakeup().
jlemon
2000-11-21
1
-0
/
+2
*
This patchset fixes a large number of file descriptor race conditions.
dillon
2000-11-18
1
-26
/
+60
*
Fix a warning that has been annoying me for some time:
peter
2000-07-28
1
-1
/
+1
*
Distinguish between whether ktraceing was enabled before an IO
green
2000-07-27
1
-2
/
+6
*
For infinite timeouts, set both the tv_sec and tv_usec fields to zero in
jhb
2000-07-13
1
-2
/
+6
*
Fix a very obscure bug in select() and poll() where the timeout would
jhb
2000-07-12
1
-2
/
+2
*
Remove two micro-pessimizations I made. Bruce is teaching me well :)
green
2000-07-07
1
-2
/
+2
*
Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *
green
2000-07-02
1
-15
/
+36
*
unstatic getfp() so that other subsystems can use it.
alfred
2000-06-12
1
-2
/
+1
*
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
[next]