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
*
Current pselect(3) is implemented in usermode and thus vulnerable to
kib
2009-10-27
1
-3
/
+53
*
kern_select(9) copies fd_set in and out of userspace in quantities of
kib
2009-09-09
1
-5
/
+9
*
Fix the conformance of poll(2) for sockets after r195423 by
kib
2009-08-23
1
-0
/
+7
*
Audit file descriptor and command arguments to ioctl(2).
rwatson
2009-07-02
1
-0
/
+2
*
- Use fd_lastfile + 1 as the upper bound on nd. This is more correct than
jeff
2009-07-01
1
-6
/
+8
*
Replace AUDIT_ARG() with variable argument macros with a set more more
rwatson
2009-06-27
1
-2
/
+2
*
- Implement a lockless file descriptor lookup algorithm in
jeff
2009-05-14
1
-10
/
+4
*
When writing out updated pollfd records when returning from
rwatson
2009-03-11
1
-1
/
+22
*
Extract the no_poll() and vop_nopoll() code into the common routine
kib
2009-03-06
1
-0
/
+16
*
Fix select on platforms where sizeof(long) != sizeof(int). This used
sepotvin
2009-02-02
1
-2
/
+2
*
- bit has to be fd_mask to work properly on 64bit platforms. Constants
jeff
2009-01-25
1
-5
/
+6
*
- Correct a typo in a comment.
jeff
2009-01-25
1
-1
/
+1
*
Fix errors introduced when I rewrote select.
jeff
2009-01-25
1
-44
/
+96
*
Reverse if() logic to improve readability.
obrien
2008-09-23
1
-4
/
+3
*
- Remove stale comment.
jeff
2008-03-19
1
-8
/
+0
*
- Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from
jeff
2008-03-19
1
-6
/
+1
*
Make ftruncate a 'struct file' operation rather than a vnode operation.
jhb
2008-01-07
1
-1
/
+66
*
Remove explicit locking of struct file.
jeff
2007-12-30
1
-8
/
+4
*
Refactor select to reduce contention and hide internal implementation
jeff
2007-12-16
1
-168
/
+414
*
generally we are interested in what thread did something as
julian
2007-11-14
1
-1
/
+1
*
Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate
peter
2007-07-04
1
-0
/
+28
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-16
/
+16
*
Remove unneeded include files.
alc
2007-05-01
1
-2
/
+0
*
Replace custom file descriptor array sleep lock constructed using a mutex
rwatson
2007-04-04
1
-12
/
+11
*
Further system call comment cleanup:
rwatson
2007-03-05
1
-15
/
+0
*
Remove 'MPSAFE' annotations from the comments above most system calls: all
rwatson
2007-03-04
1
-45
/
+10
*
Do not dispatch SIGPIPE from the generic write path for a socket; with
bms
2007-03-01
1
-1
/
+1
*
Prevent IOC_IN with zero size argument (this is only supported
ru
2006-10-14
1
-1
/
+2
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-11
/
+15
*
- Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumes
jhb
2006-07-08
1
-37
/
+44
*
Return error from fget_write() rather than hardcoding EBADF now that
jhb
2006-01-06
1
-2
/
+2
*
Remove XXX comments complaining that write(2) on a read-only descriptor
jhb
2006-01-05
1
-2
/
+2
*
- Add two new system calls: preadv() and pwritev() which are like readv()
jhb
2005-07-07
1
-167
/
+198
*
Conditionally weaken sys_generic.c rev 1.136 to allow certain dubious
peter
2005-06-30
1
-2
/
+7
*
Implement kern_adjtime(), kern_readv(), kern_sched_rr_get_interval(),
jhb
2005-03-31
1
-19
/
+32
*
Declare "cnt" (a number of bytes to read or write) as an "ssize_t", not
cperciva
2005-02-10
1
-2
/
+4
*
Previously a read of zero bytes got handled in devfs:vop_read() but I
phk
2005-01-25
1
-0
/
+12
*
Detect sign-extension bugs in the ioctl(2) command argument: Truncate
phk
2005-01-18
1
-0
/
+6
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Push Giant down through ioctl.
phk
2004-11-17
1
-7
/
+0
*
Push Giant down through select and poll.
phk
2004-11-17
1
-12
/
+1
*
Polish code to correctly reflect structure.
phk
2004-11-16
1
-19
/
+10
*
Rearrange memory management for ioctl arguments to use stronger checks
phk
2004-11-14
1
-25
/
+16
*
style polish.
phk
2004-11-14
1
-8
/
+6
*
Introduce an alias for FILEDESC_{UN}LOCK() with the suffix _FAST.
phk
2004-11-13
1
-6
/
+6
*
Poll() uses the array smallbits that is big enough to hold 32 struct
andre
2004-08-27
1
-3
/
+3
*
Clean up and wash struct iovec and struct uio handling.
phk
2004-07-10
1
-154
/
+57
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-05
1
-4
/
+0
*
Add annotations to mtx_lock(&Giant) in kern_select() and poll() that
rwatson
2004-03-13
1
-0
/
+8
*
Switch the sleep/wakeup and condition variable implementations to use the
jhb
2004-02-27
1
-8
/
+3
[next]