summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
...
* Add new device method to free the automaticallyhselasky2012-08-102-4/+25
* Rework r220198 change (by fabient). I believe it solves the problem frommav2012-08-092-9/+14
* SCHED_4BSD scheduling quantum mechanism appears to be broken for some time.mav2012-08-091-33/+36
* Always initialize pl_event.kib2012-08-081-0/+1
* Do not add handler to event handlers list until ithread is created.kan2012-08-061-25/+27
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-053-1/+3
* Particlly MFcalloutng r238425 (by davide):mav2012-08-041-11/+6
* Partialy MFcalloutng r236894 (by davide):mav2012-08-041-20/+20
* Microoptimize time math. As soon as our event periods are always below omemav2012-08-031-12/+14
* Reorder the managament of advisory locks on open files so that the advisoryjhb2012-07-312-43/+61
* I am comparing current pipe code with the one in 8.3-STABLE r236165,davidxu2012-07-311-1/+1
* When a thread is blocked in direct write state, it only sets PIPE_DIRECTWdavidxu2012-07-311-3/+3
* Until now KTR_ENTRIES, which defines the size of circular buffer used indavide2012-07-301-2/+2
* Add F_DUP2FD_CLOEXEC. Apparently Solaris 11 already did this.kib2012-07-271-0/+8
* 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
OpenPOWER on IntegriCloud