| Commit message (Expand) | Author | Age | Files | Lines |
* | Add F_DUP2FD_CLOEXEC. Apparently Solaris 11 already did this. | kib | 2012-07-27 | 1 | -0/+8 |
* | (Incomplete) fixes for symbols visibility issues and style in fcntl.h. | kib | 2012-07-21 | 1 | -1/+1 |
* | Remove line which was accidentally kept in r238614. | kib | 2012-07-19 | 1 | -1/+0 |
* | Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4. | kib | 2012-07-19 | 1 | -0/+11 |
* | Follow-up commit to r238220: | mjg | 2012-07-09 | 1 | -8/+24 |
* | Unbreak handling of descriptors opened with O_EXEC by fexecve(2). | mjg | 2012-07-08 | 1 | -3/+10 |
* | Extend the KPI to lock and unlock f_offset member of struct file. It | kib | 2012-07-02 | 1 | -9/+12 |
* | Don't check for race with close on advisory unlock (there is nothing smart we | pjd | 2012-06-17 | 1 | -1/+2 |
* | Extend the comment about checking for a race with close to explain why | pjd | 2012-06-17 | 1 | -1/+17 |
* | If VOP_ADVLOCK() call or earlier checks failed don't check for a race with | pjd | 2012-06-17 | 1 | -0/+4 |
* | Revert r237073. 'td' can be NULL here. | pjd | 2012-06-16 | 1 | -3/+1 |
* | One more attempt to make prototypes formated according to style(9), which | pjd | 2012-06-15 | 1 | -15/+16 |
* | Remove fdtofp() function and use fget_locked(), which works exactly the same. | pjd | 2012-06-14 | 1 | -20/+8 |
* | Assert that the filedesc lock is being held when the fdunwrap() function | pjd | 2012-06-14 | 1 | -0/+2 |
* | Simplify the code by making more use of the fdtofp() function. | pjd | 2012-06-14 | 1 | -7/+4 |
* | - Assert that the filedesc lock is being held when fdisused() is called. | pjd | 2012-06-14 | 1 | -2/+4 |
* | Style fixes and assertions improvements. | pjd | 2012-06-14 | 1 | -6/+7 |
* | Assert that the filedesc lock is not held when closef() is called. | pjd | 2012-06-14 | 1 | -1/+3 |
* | Style fixes. | pjd | 2012-06-14 | 1 | -17/+16 |
* | Remove code duplication from fdclosexec(), which was the reason of the bug | pjd | 2012-06-14 | 1 | -30/+19 |
* | When we are closing capabilities during exec, we want to call mq_fdclose() | pjd | 2012-06-14 | 1 | -3/+9 |
* | Style. | pjd | 2012-06-14 | 1 | -19/+14 |
* | When checking if file descriptor number is valid, explicitely check for 'fd' | pjd | 2012-06-13 | 1 | -7/+7 |
* | Allocate descriptor number in dupfdopen() itself instead of depending on | pjd | 2012-06-13 | 1 | -16/+18 |
* | There is only one caller of the dupfdopen() function, so we can simplify | pjd | 2012-06-13 | 1 | -32/+14 |
* | Remove 'low' argument from fd_last_used(). | mjg | 2012-06-13 | 1 | -10/+7 |
* | Re-apply reverted parts of r236935 by pjd with some changes. | mjg | 2012-06-13 | 1 | -15/+17 |
* | Revert part of the r236935 for now, until I figure out why it doesn't | pjd | 2012-06-12 | 1 | -8/+6 |
* | fdgrowtable() no longer drops the filedesc lock so it is enough to | pjd | 2012-06-11 | 1 | -9/+13 |
* | Use consistent way of checking if descriptor number is valid. | pjd | 2012-06-11 | 1 | -3/+3 |
* | Be consistent with white spaces. | pjd | 2012-06-11 | 1 | -1/+1 |
* | Remove code duplicated in kern_close() and do_dup() and use closefp() function | pjd | 2012-06-11 | 1 | -89/+7 |
* | Introduce closefp() function that we will be able to use to eliminate | pjd | 2012-06-11 | 1 | -0/+55 |
* | Merge two ifs into one to make the code almost identical to the code in | pjd | 2012-06-11 | 1 | -16/+17 |
* | Move the code around a bit to move two parts of code duplicated from | pjd | 2012-06-11 | 1 | -10/+11 |
* | Now that fdgrowtable() doesn't drop the filedesc lock we don't need to | pjd | 2012-06-11 | 1 | -13/+1 |
* | When we are closing capability during dup2(), we want to call mq_fdclose() | pjd | 2012-06-10 | 1 | -2/+7 |
* | Merge two ifs into one. Other minor style fixes. | pjd | 2012-06-10 | 1 | -12/+9 |
* | Simplify fdtofp(). | pjd | 2012-06-10 | 1 | -4/+4 |
* | There is no need to drop the FILEDESC lock around malloc(M_WAITOK) anymore, as | pjd | 2012-06-09 | 1 | -17/+1 |
* | Remove now unused variable. | pjd | 2012-06-09 | 1 | -1/+0 |
* | Make some of the loops more readable. | pjd | 2012-06-09 | 1 | -16/+9 |
* | Correct panic message. | pjd | 2012-06-09 | 1 | -1/+1 |
* | In fdalloc() f_ofileflags for the newly allocated descriptor has to be 0. | pjd | 2012-06-07 | 1 | -3/+2 |
* | Return EBADF instead of EMFILE from dup2 when the second argument is | eadler | 2012-04-11 | 1 | -1/+1 |
* | Export some more useful info about shared memory objects to userland | jhb | 2012-04-01 | 1 | -0/+28 |
* | Free up allocated memory used by posix_fadvise(2). | pho | 2012-03-08 | 1 | -0/+3 |
* | Reformat comment to be more readable in standard Xterm. | obrien | 2011-11-15 | 1 | -13/+18 |
* | Move the cleanup of f_cdevpriv when the reference count of a devfs | jhb | 2011-11-04 | 1 | -6/+0 |
* | Correct a bug in export of capability-related information from the sysctls | rwatson | 2011-10-12 | 1 | -12/+20 |