summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_generic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r274462: Add the ppoll() system call.dchagin2014-12-211-33/+95
* MFC r274017, r274088 and r275205:hselasky2014-11-281-8/+25
* MFC r267710:mjg2014-07-061-1/+1
* MFC r258148,r258149,r258150,r258152,r258153,r258154,r258181,r258182:pjd2013-11-181-4/+5
* MFC r256502:kib2013-10-251-0/+4
* Restore builds on architectures that don't support CAPABILITIES (mips).sbruno2013-09-051-0/+4
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-9/+23
* 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
OpenPOWER on IntegriCloud