| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add new device method to free the automatically | hselasky | 2012-08-10 | 2 | -4/+25 |
* | Rework r220198 change (by fabient). I believe it solves the problem from | mav | 2012-08-09 | 2 | -9/+14 |
* | SCHED_4BSD scheduling quantum mechanism appears to be broken for some time. | mav | 2012-08-09 | 1 | -33/+36 |
* | Always initialize pl_event. | kib | 2012-08-08 | 1 | -0/+1 |
* | Do not add handler to event handlers list until ithread is created. | kan | 2012-08-06 | 1 | -25/+27 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 3 | -1/+3 |
* | Particlly MFcalloutng r238425 (by davide): | mav | 2012-08-04 | 1 | -11/+6 |
* | Partialy MFcalloutng r236894 (by davide): | mav | 2012-08-04 | 1 | -20/+20 |
* | Microoptimize time math. As soon as our event periods are always below ome | mav | 2012-08-03 | 1 | -12/+14 |
* | Reorder the managament of advisory locks on open files so that the advisory | jhb | 2012-07-31 | 2 | -43/+61 |
* | I am comparing current pipe code with the one in 8.3-STABLE r236165, | davidxu | 2012-07-31 | 1 | -1/+1 |
* | When a thread is blocked in direct write state, it only sets PIPE_DIRECTW | davidxu | 2012-07-31 | 1 | -3/+3 |
* | Until now KTR_ENTRIES, which defines the size of circular buffer used in | davide | 2012-07-30 | 1 | -2/+2 |
* | Add F_DUP2FD_CLOEXEC. Apparently Solaris 11 already did this. | kib | 2012-07-27 | 1 | -0/+8 |
* | Cosmetics: define FREEBSD32_MINUSER and AOUT32_MINUSER for struct | kib | 2012-07-22 | 1 | -1/+2 |
* | (Incomplete) fixes for symbols visibility issues and style in fcntl.h. | kib | 2012-07-21 | 1 | -1/+1 |
* | Remove line which was accidentally kept in r238614. | kib | 2012-07-19 | 1 | -1/+0 |
* | Fix several reads beyond the mapped first page of the binary in the | kib | 2012-07-19 | 1 | -9/+18 |
* | Implement F_DUPFD_CLOEXEC command for fcntl(2), specified by SUSv4. | kib | 2012-07-19 | 1 | -0/+11 |
* | Add support for walltimestamp in DTrace. | gnn | 2012-07-16 | 1 | -0/+20 |
* | - Add support for displaying process stack memory regions. | pgj | 2012-07-16 | 1 | -0/+4 |
* | Fix a bug with memguard(9) on 32-bit architectures without a | mdf | 2012-07-15 | 1 | -1/+1 |
* | Make the interval timings for EVFILT_TIMER more accurate. tvtohz() always | jhb | 2012-07-13 | 1 | -5/+12 |
* | Fix build for kernels with dtrace hooks. | kib | 2012-07-11 | 1 | -0/+4 |
* | Initial commit of an I/O provider for DTrace on FreeBSD. | gnn | 2012-07-11 | 2 | -0/+286 |
* | Always clear p_xthread if current thread no longer needs it, in theory, if | davidxu | 2012-07-10 | 1 | -2/+3 |
* | If you have pressed CTRL+Z and a process is suspended, then you use gdb | davidxu | 2012-07-09 | 1 | -4/+4 |
* | Follow-up commit to r238220: | mjg | 2012-07-09 | 1 | -8/+24 |
* | Unbreak handling of descriptors opened with O_EXEC by fexecve(2). | mjg | 2012-07-08 | 2 | -4/+13 |
* | Fix KASSERT message. | trociny | 2012-07-03 | 1 | -1/+1 |
* | Extend the KPI to lock and unlock f_offset member of struct file. It | kib | 2012-07-02 | 3 | -51/+108 |
* | Honor db_pager_quit in 'show uma' and 'show malloc'. | jhb | 2012-07-02 | 1 | -0/+4 |
* | Remove an old hack I noticed years ago, but never committed. | imp | 2012-06-28 | 2 | -7/+7 |
* | Add new pmap layer locks to the predefined lock order. Change the names | alc | 2012-06-27 | 1 | -5/+8 |
* | Correct sizeof usage | kevlo | 2012-06-25 | 1 | -1/+1 |
* | Move the code dealing with shared page into a dedicated | kib | 2012-06-23 | 2 | -192/+240 |
* | Stop updating the struct vdso_timehands from even handler executed in | kib | 2012-06-23 | 2 | -95/+64 |
* | Implement mechanism to export some kernel timekeeping data to | kib | 2012-06-22 | 4 | -0/+230 |
* | Enchance the shared page chunk allocator. | kib | 2012-06-22 | 1 | -14/+63 |
* | Fix locking for f_offset, vn_read() and vn_write() cases only, for now. | kib | 2012-06-21 | 1 | -53/+80 |
* | Check proper flag (PDF_DAEMON, not PD_DAEMON) when deciding if the process | pjd | 2012-06-19 | 1 | -2/+2 |
* | The falloc() function obtains two references to newly created 'fp'. | pjd | 2012-06-19 | 1 | -2/+6 |
* | Further refine the implementation of POSIX_FADV_NOREUSE. | jhb | 2012-06-19 | 2 | -11/+88 |
* | In tty_makedev() the following construction: | pho | 2012-06-18 | 1 | -2/+19 |
* | Don't check for race with close on advisory unlock (there is nothing smart we | pjd | 2012-06-17 | 1 | -1/+2 |
* | Extend the comment about checking for a race with close to explain why | pjd | 2012-06-17 | 1 | -1/+17 |
* | If VOP_ADVLOCK() call or earlier checks failed don't check for a race with | pjd | 2012-06-17 | 1 | -0/+4 |
* | The variable 'error' in sys_poll() is initialized in declaration to value | davide | 2012-06-17 | 1 | -1/+1 |
* | Revert r237073. 'td' can be NULL here. | pjd | 2012-06-16 | 1 | -3/+1 |
* | One more attempt to make prototypes formated according to style(9), which | pjd | 2012-06-15 | 1 | -15/+16 |