| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: Add a new 'void closefrom(int lowfd)' system call. When called, it | John Baldwin | 2009-07-14 | 1 | -0/+36 |
* | MFC r192094: | Konstantin Belousov | 2009-06-04 | 1 | -2/+15 |
* | MFC: Update comment above _fget() now that FWRITE failures return EBADF. | John Baldwin | 2009-05-15 | 1 | -4/+2 |
* | Merge r188485 from head to stable/7: | Robert Watson | 2009-02-25 | 1 | -1/+2 |
* | MFC: Remove unnecessary locking around vn_fullpath(). This also includes | John Baldwin | 2009-02-17 | 1 | -6/+4 |
* | MFC: Use shared vnode locks instead of exclusive vnode locks for the | John Baldwin | 2009-02-17 | 1 | -1/+1 |
* | MFC: Rework the lifetime management of the kernel implementation of POSIX | John Baldwin | 2009-02-17 | 1 | -0/+6 |
* | MFC r186601: | Konstantin Belousov | 2009-01-29 | 1 | -6/+8 |
* | MFC: 185548 and followups. | Peter Wemm | 2008-12-06 | 1 | -4/+248 |
* | Merge r183803 from head to stable/7: | Robert Watson | 2008-10-21 | 1 | -2/+2 |
* | MFC r179175: | Konstantin Belousov | 2008-08-19 | 1 | -0/+7 |
* | MFH r176471 (KTR_STRUCT, support for struct stat and struct sockaddr) | Dag-Erling Smørgrav | 2008-08-12 | 1 | -0/+8 |
* | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 1 | -2/+2 |
* | MFC 1.330, 1.331: | Kris Kennaway | 2008-05-16 | 1 | -0/+2 |
* | MFC to RELENG_7: | Antoine Brodin | 2008-04-20 | 1 | -1/+6 |
* | Merge kern_descrip.c:1.322, user.h:1.74, procstat_files.c:1.5: | Robert Watson | 2008-04-11 | 1 | -0/+50 |
* | Merge kern_descrip.c:1.314, kern_proc.c:1.256, sysctl.h:1.153, | Robert Watson | 2008-04-10 | 1 | -1/+180 |
* | MFC: Kernel mode Network Lock Manager. | Doug Rabson | 2008-04-10 | 1 | -7/+66 |
* | Fix sendfile(2) write-only file permission bypass. | Simon L. B. Nielsen | 2008-02-14 | 1 | -1/+1 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -3/+0 |
* | - Use explicit locking in the various fcntl case statements so that we | Jeff Roberson | 2007-07-03 | 1 | -64/+99 |
* | Rather than passing SUSER_RUID into priv_check_cred() to specify when | Robert Watson | 2007-06-16 | 1 | -1/+1 |
* | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -7/+3 |
* | Mark the filedescriptor table entries with VOP_OPEN being performed for them | Konstantin Belousov | 2007-05-04 | 1 | -3/+7 |
* | Avoid a lot of code duplication by using kern_open() to open /dev/null | John Baldwin | 2007-04-26 | 1 | -45/+9 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -170/+174 |
* | Just use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locked()' in | John Baldwin | 2007-03-15 | 1 | -10/+4 |
* | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -3/+3 |
* | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -30/+0 |
* | Catch up file descriptor printing function in DDB to the addition of kqueues | Robert Watson | 2007-02-15 | 1 | -0/+4 |
* | Break file descriptor printing logic out of db_show_files() into | Robert Watson | 2007-02-15 | 1 | -9/+32 |
* | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -3/+3 |
* | - Close a race between enumerating UNIX domain socket pcb structures via | John Baldwin | 2007-01-05 | 1 | -0/+11 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -1/+2 |
* | return EBADF instead of successfully attaching (and then panicing) when | John-Mark Gurney | 2006-09-24 | 1 | -1/+1 |
* | Add a comment to explain what fdclose() does and what it's purpose is | John Baldwin | 2006-07-21 | 1 | -0/+8 |
* | Add a kern_close() so that the ABIs can close a file descriptor w/o having | John Baldwin | 2006-07-08 | 1 | -2/+10 |
* | Compress direct cr_ruid comparsion and jailed() call to suser_cred(9). | Pawel Jakub Dawidek | 2006-06-27 | 1 | -2/+4 |
* | Mark fgetsock() and fputsock() as depcrecated: callers should rely on | Robert Watson | 2006-04-01 | 1 | -2/+8 |
* | Restore fd optimization with a few minor tweaks, to quote tegge: | Christian S.J. Peron | 2006-03-20 | 1 | -2/+5 |
* | Back out fd optimization introduced in revision 1.280 as it appears to be | Christian S.J. Peron | 2006-03-18 | 1 | -3/+1 |
* | Add auditing of arguments to the close() and fstat() system calls. Much more | Wayne Salamon | 2006-02-05 | 1 | -0/+10 |
* | Return EBADF rather than EINVAL for FWRITE failure as per POSIX. | John Baldwin | 2006-01-06 | 1 | -3/+2 |
* | Last step to make mq_notify conform to POSIX standard, If the process | David Xu | 2005-11-30 | 1 | -1/+10 |
* | Add the f_msgcount field to the set of struct file fields printed in show | Robert Watson | 2005-11-10 | 1 | -4/+5 |
* | Expanet of details printed for each file descriptor to include it's | Robert Watson | 2005-11-10 | 1 | -5/+5 |
* | Add a DDB "show files" command to list the current open file list, some | Robert Watson | 2005-11-10 | 1 | -0/+73 |
* | Fix typo in recent comment tweak. | Robert Watson | 2005-11-09 | 1 | -1/+1 |
* | In closef(), remove the assumption that there is a thread associated | Robert Watson | 2005-11-09 | 1 | -2/+6 |
* | Push down Giant into fdfree() and remove it from two of the callers. | John Baldwin | 2005-11-01 | 1 | -10/+23 |