| Commit message (Expand) | Author | Age | Files | Lines |
| * | Factor out mbuf hashing code from LAGG driver so that other network | Hans Petter Selasky | 2015-03-11 | 1 | -0/+181 |
| * | Fix SR-IOV passthrough devices to allow ppt to attach | Ryan Stone | 2015-03-10 | 1 | -0/+19 |
| * | Reimplement support for userland core dump compression using a new interface | Mark Johnston | 2015-03-09 | 3 | -522/+298 |
| * | Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independent | Nathan Whitehorn | 2015-03-07 | 1 | -1/+1 |
| * | Add mutex support to the pps_ioctl() API in the kernel. | Hans Petter Selasky | 2015-03-07 | 1 | -3/+4 |
| * | Move libnv into the kernel and hook it into the kernel build | Ryan Stone | 2015-03-01 | 3 | -0/+3646 |
| * | Correct the use of an unitialized variable in sendfind_getobj() | Ryan Stone | 2015-02-28 | 1 | -0/+1 |
| * | Format the line properly (wrap before column 80). | Ian Lepore | 2015-02-28 | 1 | -1/+2 |
| * | Export the new osreldate and osrelease jail parms in jail_get(2). | Ian Lepore | 2015-02-28 | 1 | -0/+6 |
| * | The umtx_lock mutex is used by top-half of the kernel, but is | Konstantin Belousov | 2015-02-28 | 6 | -33/+42 |
| * | Put back Andy's void for gcc happiness. | Warner Losh | 2015-02-27 | 1 | -1/+1 |
| * | Make sched_random() return an unsigned number, and use uint32_t | Warner Losh | 2015-02-27 | 1 | -11/+13 |
| * | The VNASSERT in vflush() FORCECLOSE case is trying to panic early to | Konstantin Belousov | 2015-02-27 | 1 | -0/+1 |
| * | Allow the kern.osrelease and kern.osreldate sysctl values to be set in a | Ian Lepore | 2015-02-27 | 4 | -14/+115 |
| * | Fix sched_ule on sparc64, gcc complains sched_random is not a correct | Andrew Turner | 2015-02-27 | 1 | -1/+1 |
| * | sched_random is only called for SMP, only define it there. | Andrew Turner | 2015-02-27 | 1 | -1/+2 |
| * | Create sched_rand() and move the LCG code into that. Call this when | Warner Losh | 2015-02-27 | 1 | -9/+22 |
| * | Remove taskqueue_start_threads_pinned(); there's noa generic cpuset version o... | Adrian Chadd | 2015-02-25 | 1 | -24/+0 |
| * | When failing to claim ownership of a umtx_pi, restore the umutex owner | Konstantin Belousov | 2015-02-25 | 1 | -0/+11 |
| * | When unlocking a contested PI pthread mutex, if the queue of waiters | Konstantin Belousov | 2015-02-25 | 1 | -2/+33 |
| * | Keep a reference on the coredump vnode for vn_fullpath() call. Do it | Konstantin Belousov | 2015-02-24 | 1 | -8/+6 |
| * | soreceive_generic() still has similar KASSERT(), therefore instead of | Andrey V. Elsukov | 2015-02-23 | 1 | -0/+2 |
| * | In some cases soreceive_dgram() can return no data, but has control | Andrey V. Elsukov | 2015-02-23 | 1 | -5/+5 |
| * | Make kernel ELF image parsing not crash for kernels running at locations | Nathan Whitehorn | 2015-02-21 | 1 | -1/+7 |
| * | Don't specify a resid parameter if we're just going to ignore it. Instead, | Mark Johnston | 2015-02-20 | 1 | -7/+5 |
| * | Remove unnecessary checks for a return value of NULL from M_WAITOK | Mark Johnston | 2015-02-19 | 1 | -21/+5 |
| * | Free the zlib stream after expanding a compressed CTF section. | Mark Johnston | 2015-02-19 | 1 | -1/+3 |
| * | If malloc() sleeps, Giant is dropped. Recheck for another thread | Konstantin Belousov | 2015-02-18 | 1 | -5/+16 |
| * | filedesc: obtain a stable copy of credentials in fget_unlocked | Mateusz Guzik | 2015-02-18 | 1 | -4/+4 |
| * | filedesc: simplify fget_unlocked & friends | Mateusz Guzik | 2015-02-17 | 5 | -47/+79 |
| * | Use anonymous unions and structs to organize shared space in mbuf(9), | Gleb Smirnoff | 2015-02-17 | 1 | -2/+2 |
| * | Use anonymous unions to add possibility to put mbufs into queue(3) | Gleb Smirnoff | 2015-02-17 | 1 | -0/+12 |
| * | Add the mnt_lockref field to the ddb(4) 'show mount' command | Enji Cooper | 2015-02-17 | 1 | -0/+1 |
| * | Implement taskqueue_start_threads_cpuset(). | Adrian Chadd | 2015-02-17 | 1 | -12/+25 |
| * | Reparenting done by debugger attach can leave reaper without direct | Konstantin Belousov | 2015-02-15 | 1 | -3/+5 |
| * | Return with the process locked, caller expects p still locked after | Konstantin Belousov | 2015-02-15 | 1 | -1/+1 |
| * | Don't access sockbuf fields directly, use accessor functions instead. | Davide Italiano | 2015-02-14 | 1 | -8/+4 |
| * | Include OBJT_PHYS VM objects in ELF core dumps. In particular this | John Baldwin | 2015-02-14 | 1 | -1/+2 |
| * | Add two new counters for vnode life cycle events: | John Baldwin | 2015-02-14 | 1 | -1/+13 |
| * | Preset the object's color, or alignment, to maximize superpage usage. | Alan Cox | 2015-02-13 | 1 | -1/+2 |
| * | This fixes a bug I in-advertantly inserted when I updated the callout | Randall Stewart | 2015-02-12 | 1 | -15/+21 |
| * | Remove check against NULL after M_WAITOK. | Rui Paulo | 2015-02-11 | 1 | -2/+0 |
| * | Restore the data array in coredump(), but use a different style to | Rui Paulo | 2015-02-11 | 1 | -4/+12 |
| * | Remove a printf and an strlen() from the coredump code. | Rui Paulo | 2015-02-10 | 1 | -6/+3 |
| * | Mountd iterating over the mount points may race with the parallel | Konstantin Belousov | 2015-02-10 | 1 | -2/+8 |
| * | Sanitise the coredump file names sent to devd. | Rui Paulo | 2015-02-10 | 1 | -16/+39 |
| * | Notify devd(8) when a process crashed. | Rui Paulo | 2015-02-09 | 1 | -0/+31 |
| * | This fixes two conditions that can incur when migration | Randall Stewart | 2015-02-09 | 1 | -86/+154 |
| * | Preset the object's color, or alignment, to maximize superpage usage. | Alan Cox | 2015-02-08 | 1 | -1/+2 |
| * | Add a new device control utility for new-bus devices called devctl. This | John Baldwin | 2015-02-06 | 2 | -0/+291 |