summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Remove an old hack I noticed years ago, but never committed.imp2012-06-282-7/+7
* Add new pmap layer locks to the predefined lock order. Change the namesalc2012-06-271-5/+8
* Correct sizeof usagekevlo2012-06-251-1/+1
* Move the code dealing with shared page into a dedicatedkib2012-06-232-192/+240
* Stop updating the struct vdso_timehands from even handler executed inkib2012-06-232-95/+64
* Implement mechanism to export some kernel timekeeping data tokib2012-06-224-0/+230
* Enchance the shared page chunk allocator.kib2012-06-221-14/+63
* Fix locking for f_offset, vn_read() and vn_write() cases only, for now.kib2012-06-211-53/+80
* Check proper flag (PDF_DAEMON, not PD_DAEMON) when deciding if the processpjd2012-06-191-2/+2
* The falloc() function obtains two references to newly created 'fp'.pjd2012-06-191-2/+6
* Further refine the implementation of POSIX_FADV_NOREUSE.jhb2012-06-192-11/+88
* In tty_makedev() the following construction:pho2012-06-181-2/+19
* Don't check for race with close on advisory unlock (there is nothing smart wepjd2012-06-171-1/+2
* Extend the comment about checking for a race with close to explain whypjd2012-06-171-1/+17
* If VOP_ADVLOCK() call or earlier checks failed don't check for a race withpjd2012-06-171-0/+4
* The variable 'error' in sys_poll() is initialized in declaration to valuedavide2012-06-171-1/+1
* Revert r237073. 'td' can be NULL here.pjd2012-06-161-3/+1
* One more attempt to make prototypes formated according to style(9), whichpjd2012-06-151-15/+16
* Update comment.pjd2012-06-141-1/+1
* Remove fdtofp() function and use fget_locked(), which works exactly the same.pjd2012-06-141-20/+8
* Assert that the filedesc lock is being held when the fdunwrap() functionpjd2012-06-141-0/+2
* Simplify the code by making more use of the fdtofp() function.pjd2012-06-141-7/+4
* - Assert that the filedesc lock is being held when fdisused() is called.pjd2012-06-141-2/+4
* Style fixes and assertions improvements.pjd2012-06-141-6/+7
* Assert that the filedesc lock is not held when closef() is called.pjd2012-06-141-1/+3
* Style fixes.pjd2012-06-141-17/+16
* Remove code duplication from fdclosexec(), which was the reason of the bugpjd2012-06-141-30/+19
* When we are closing capabilities during exec, we want to call mq_fdclose()pjd2012-06-141-3/+9
* Style.pjd2012-06-141-19/+14
* When checking if file descriptor number is valid, explicitely check for 'fd'pjd2012-06-132-8/+8
* Now that dupfdopen() doesn't depend on finstall() being called earlier,pjd2012-06-131-2/+1
* Allocate descriptor number in dupfdopen() itself instead of depending onpjd2012-06-132-27/+25
* - Remove nfp variable that is not really needed.pjd2012-06-131-10/+12
* Remove duplicated code.pjd2012-06-131-9/+1
* Add missing {.pjd2012-06-131-1/+1
* Style.pjd2012-06-131-7/+8
* There is no need to set td->td_retval[0] to -1 on error.pjd2012-06-131-1/+0
* There is only one caller of the dupfdopen() function, so we can simplifypjd2012-06-131-32/+14
* Remove 'low' argument from fd_last_used().mjg2012-06-131-10/+7
* Re-apply reverted parts of r236935 by pjd with some changes.mjg2012-06-131-15/+17
* Revert part of the r236935 for now, until I figure out why it doesn'tpjd2012-06-121-8/+6
* fdgrowtable() no longer drops the filedesc lock so it is enough topjd2012-06-111-9/+13
* Use consistent way of checking if descriptor number is valid.pjd2012-06-111-3/+3
* Be consistent with white spaces.pjd2012-06-111-1/+1
* Remove code duplicated in kern_close() and do_dup() and use closefp() functionpjd2012-06-111-89/+7
* Introduce closefp() function that we will be able to use to eliminatepjd2012-06-111-0/+55
* Merge two ifs into one to make the code almost identical to the code inpjd2012-06-111-16/+17
* Move the code around a bit to move two parts of code duplicated frompjd2012-06-111-10/+11
* Now that fdgrowtable() doesn't drop the filedesc lock we don't need topjd2012-06-111-13/+1
* Another fixe for r236772.iwasaki2012-06-111-1/+9
OpenPOWER on IntegriCloud