summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_descrip.c
Commit message (Expand)AuthorAgeFilesLines
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-0/+12
* Remove unneeded D_NEEDGIANT from /dev/fd/{0,1,2}.ed2008-08-091-1/+0
* Rework the lifetime management of the kernel implementation of POSIXjhb2008-06-271-0/+6
* Remove redundant checks from fcntl()'s F_DUPFD.ed2008-05-281-31/+16
* Replace direct atomic operation for the file refcount witht theattilio2008-05-251-2/+2
* Implement the per-open file data for the cdev.kib2008-05-211-0/+6
* * Correct a mis-merge that leaked the PROC_LOCK [1]kris2008-04-261-2/+2
* fdhold can return NULL, so add the one remaining missing check for thiskris2008-04-241-0/+2
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-7/+66
* Revert previous change - it appears that the limit I was hitting was asobomax2008-03-191-36/+3
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-2/+2
* Properly set size of the file_zone to match kern.maxfiles parameter.sobomax2008-03-161-3/+36
* Introduce a new F_DUP2FD command to fcntl(2), for compatibility withantoine2008-03-081-1/+6
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-231-0/+8
* Fix sendfile(2) write-only file permission bypass.simon2008-02-141-1/+1
* Add support for displaying a process' current working directory, rootmarcus2008-02-091-0/+50
* Export a type for POSIX SHM file descriptors via kern.proc.filedesc asrwatson2008-01-201-0/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-2/+2
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+2
* Make ftruncate a 'struct file' operation rather than a vnode operation.jhb2008-01-071-0/+8
* - In sysctl_kern_file skip fdps with negative lastfiles. This canjeff2008-01-031-1/+2
* Remove explicit locking of struct file.jeff2007-12-301-105/+67
* Add two new sysctls in support of the forthcoming procstat(1) to supportrwatson2007-12-021-1/+180
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-3/+0
* - Use explicit locking in the various fcntl case statements so that wejeff2007-07-031-64/+99
* Rather than passing SUSER_RUID into priv_check_cred() to specify whenrwatson2007-06-161-1/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-7/+3
* Mark the filedescriptor table entries with VOP_OPEN being performed for themkib2007-05-041-3/+7
* Avoid a lot of code duplication by using kern_open() to open /dev/nulljhb2007-04-261-45/+9
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-170/+174
* Just use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locked()' injhb2007-03-151-10/+4
* Further system call comment cleanup:rwatson2007-03-051-3/+3
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-30/+0
* Catch up file descriptor printing function in DDB to the addition of kqueuesrwatson2007-02-151-0/+4
* Break file descriptor printing logic out of db_show_files() intorwatson2007-02-151-9/+32
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.delphij2007-01-171-3/+3
* - Close a race between enumerating UNIX domain socket pcb structures viajhb2007-01-051-0/+11
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+2
* return EBADF instead of successfully attaching (and then panicing) whenjmg2006-09-241-1/+1
* Add a comment to explain what fdclose() does and what it's purpose isjhb2006-07-211-0/+8
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-2/+10
* Compress direct cr_ruid comparsion and jailed() call to suser_cred(9).pjd2006-06-271-2/+4
* Mark fgetsock() and fputsock() as depcrecated: callers should rely onrwatson2006-04-011-2/+8
* Restore fd optimization with a few minor tweaks, to quote tegge:csjp2006-03-201-2/+5
* Back out fd optimization introduced in revision 1.280 as it appears to becsjp2006-03-181-3/+1
* Add auditing of arguments to the close() and fstat() system calls. Much morewsalamon2006-02-051-0/+10
* Return EBADF rather than EINVAL for FWRITE failure as per POSIX.jhb2006-01-061-3/+2
* Last step to make mq_notify conform to POSIX standard, If the processdavidxu2005-11-301-1/+10
* Add the f_msgcount field to the set of struct file fields printed in showrwatson2005-11-101-4/+5
OpenPOWER on IntegriCloud