summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for structkib2012-07-221-1/+2
* (Incomplete) fixes for symbols visibility issues and style in fcntl.h.kib2012-07-211-1/+1
* Remove line which was accidentally kept in r238614.kib2012-07-191-1/+0
* Fix several reads beyond the mapped first page of the binary in thekib2012-07-191-9/+18
* Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4.kib2012-07-191-0/+11
* Add support for walltimestamp in DTrace.gnn2012-07-161-0/+20
* - Add support for displaying process stack memory regions.pgj2012-07-161-0/+4
* Fix a bug with memguard(9) on 32-bit architectures without amdf2012-07-151-1/+1
* Make the interval timings for EVFILT_TIMER more accurate. tvtohz() alwaysjhb2012-07-131-5/+12
* Fix build for kernels with dtrace hooks.kib2012-07-111-0/+4
* Initial commit of an I/O provider for DTrace on FreeBSD.gnn2012-07-112-0/+286
* Always clear p_xthread if current thread no longer needs it, in theory, ifdavidxu2012-07-101-2/+3
* If you have pressed CTRL+Z and a process is suspended, then you use gdbdavidxu2012-07-091-4/+4
* Follow-up commit to r238220:mjg2012-07-091-8/+24
* Unbreak handling of descriptors opened with O_EXEC by fexecve(2).mjg2012-07-082-4/+13
* Fix KASSERT message.trociny2012-07-031-1/+1
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-023-51/+108
* Honor db_pager_quit in 'show uma' and 'show malloc'.jhb2012-07-021-0/+4
* 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
OpenPOWER on IntegriCloud