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
...
*
Delete the bogus d_boot[01] fields from struct disklabel.
phk
2002-04-04
1
-0
/
+14
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
Giant pushdown for read/write/pread/pwrite syscalls.
alfred
2002-03-15
1
-8
/
+0
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-114
/
+112
*
Remove __P
alfred
2002-03-09
1
-6
/
+6
*
Remove unused variables in select(2) from previous delta.
alfred
2002-01-30
1
-2
/
+1
*
Attempt to fixup select(2) and poll(2), this should fix some races with
alfred
2002-01-29
1
-122
/
+9
*
make pread use fget_read instead of holdfp.
alfred
2002-01-23
1
-27
/
+2
*
undo a bit of the Giant pushdown.
alfred
2002-01-19
1
-5
/
+9
*
Fix giant handling in pwrite(2), I forgot to release it when finishing
alfred
2002-01-16
1
-1
/
+2
*
Replace ffind_* with fget calls.
alfred
2002-01-14
1
-6
/
+4
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-37
/
+96
*
remove holdfp()
dillon
2001-11-14
1
-56
/
+32
*
The P_SELECT flag was moved from p->p_flag to td->td_flags, but p_flag
jhb
2001-09-21
1
-2
/
+20
*
KSE Milestone 2
julian
2001-09-12
1
-153
/
+177
*
Giant Pushdown:
dillon
2001-09-01
1
-40
/
+120
*
Back out scanning file descriptors with holding a process lock.
tanimura
2001-05-15
1
-2
/
+34
*
- Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).
tanimura
2001-05-14
1
-40
/
+131
*
Change the pfind() and zpfind() functions to lock the process that they
jhb
2001-04-24
1
-6
/
+5
*
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
[prev]
[next]