summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Help out gcc. clang understands.peter2013-06-291-0/+1
* - Trim an unused and bogus Makefile for mount_smbfs.davide2013-06-281-0/+55
* Rework overflow checks of r247898 to not let too "intelligent" compiler tomav2013-03-091-4/+5
* Fix time math overflows and improve zero intervals handling in poll(),mav2013-03-061-12/+23
* MFcalloutng:davide2013-03-041-47/+36
* Merge Capsicum overhaul:pjd2013-03-021-53/+78
* Do not force a writer to the devfs file to drain the buffer writes.kib2012-12-231-1/+2
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-56/+0
* The variable 'error' in sys_poll() is initialized in declaration to valuedavide2012-06-171-1/+1
* Instead of incomplete handling of read(2)/write(2) return values thatkib2012-03-041-12/+8
* Fix found places where uio_resid is truncated to int.kib2012-02-211-4/+18
* To limit amount of the kernel memory allocated, and to optimize thekib2011-11-131-3/+63
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-17/+17
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+17
* poll(2) implementation for capabilities.jonathan2011-08-161-0/+11
* Rename CAP_*_KEVENT to CAP_*_EVENT.jonathan2011-08-121-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-10/+47
* For some file types, select code registers two selfd structures. E.g.,kib2010-08-281-3/+9
* Send SIGPIPE to the thread that issued the offending system calljhb2010-06-291-1/+1
* Remove PIOLLHUP from the flags used to test for to set exceptfsdkib2010-05-211-1/+1
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-2/+32
* Current pselect(3) is implemented in usermode and thus vulnerable tokib2009-10-271-3/+53
* kern_select(9) copies fd_set in and out of userspace in quantities ofkib2009-09-091-5/+9
* Fix the conformance of poll(2) for sockets after r195423 bykib2009-08-231-0/+7
* Audit file descriptor and command arguments to ioctl(2).rwatson2009-07-021-0/+2
* - Use fd_lastfile + 1 as the upper bound on nd. This is more correct thanjeff2009-07-011-6/+8
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-2/+2
* - Implement a lockless file descriptor lookup algorithm injeff2009-05-141-10/+4
* When writing out updated pollfd records when returning fromrwatson2009-03-111-1/+22
* Extract the no_poll() and vop_nopoll() code into the common routinekib2009-03-061-0/+16
* Fix select on platforms where sizeof(long) != sizeof(int). This usedsepotvin2009-02-021-2/+2
* - bit has to be fd_mask to work properly on 64bit platforms. Constantsjeff2009-01-251-5/+6
* - Correct a typo in a comment.jeff2009-01-251-1/+1
* Fix errors introduced when I rewrote select.jeff2009-01-251-44/+96
* Reverse if() logic to improve readability.obrien2008-09-231-4/+3
* - Remove stale comment.jeff2008-03-191-8/+0
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-6/+1
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-1/+66
* Remove explicit locking of struct file.jeff2007-12-301-8/+4
* Refactor select to reduce contention and hide internal implementationjeff2007-12-161-168/+414
* generally we are interested in what thread did something asjulian2007-11-141-1/+1
* Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncatepeter2007-07-041-0/+28
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-16/+16
* Remove unneeded include files.alc2007-05-011-2/+0
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-12/+11
* Further system call comment cleanup:rwatson2007-03-051-15/+0
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-45/+10
* Do not dispatch SIGPIPE from the generic write path for a socket; withbms2007-03-011-1/+1
* Prevent IOC_IN with zero size argument (this is only supportedru2006-10-141-1/+2
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-11/+15
OpenPOWER on IntegriCloud