| Commit message (Expand) | Author | Age | Files | Lines |
* | fd: fix imbalanced fdp unlock in F_SETLK and F_GETLK | mjg | 2015-05-18 | 1 | -2/+0 |
* | Tidy up sys_umask a little bit | mjg | 2015-05-18 | 1 | -3/+3 |
* | Previously, cv_waiters was only updated by cv_signal or cv_wait. If a | jhb | 2015-05-15 | 1 | -11/+12 |
* | On amd64, make proc0 pmap initialization slightly more correct. In | kib | 2015-05-15 | 1 | -1/+1 |
* | Right now, the process' p_boundary_count counter is decremented by the | kib | 2015-05-15 | 1 | -21/+30 |
* | Allow sizeof(cpuset_t) to be queried in capability mode. | jonathan | 2015-05-14 | 1 | -1/+1 |
* | Build GENERIC with RACCT/RCTL support by default. Note that it still | trasz | 2015-05-14 | 1 | -1/+1 |
* | On exec, single-threading must be enforced before arguments space is | kib | 2015-05-10 | 1 | -47/+58 |
* | The vmem callback to reclaim kmem arena address space on low or | kib | 2015-05-09 | 1 | -2/+4 |
* | Do not return from thread_single(SINGLE_BOUNDARY) until all stopped | kib | 2015-05-09 | 1 | -0/+23 |
* | m_dup() is supposed to give a writable copy of an mbuf chain. It uses | ae | 2015-05-07 | 1 | -0/+1 |
* | Fix up panics when fork fails due to hitting proc limit | mjg | 2015-05-06 | 1 | -1/+2 |
* | Implement a mechanism for making changes in the kernel<->driver PPS | ian | 2015-05-04 | 1 | -4/+35 |
* | nv_malloc can fail in userland. | oshogbo | 2015-05-02 | 1 | -0/+2 |
* | Remove duplicated code using macro template for the nvlist_add_.* functions. | oshogbo | 2015-05-02 | 1 | -91/+27 |
* | Introduce the NV_FLAG_NO_UNIQUE flag. When set, it allows to store | oshogbo | 2015-05-02 | 2 | -11/+16 |
* | Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno. | oshogbo | 2015-05-02 | 1 | -7/+14 |
* | Fix an off-by-one bug in string/array handling which lead to memory overwrite | bz | 2015-05-02 | 1 | -1/+1 |
* | Remove a stale reference to the stop_scheduler_on_panic tunable, which | markj | 2015-05-02 | 1 | -4/+2 |
* | Add nvlist_flags() function, which returns nvlist's public flags. | oshogbo | 2015-05-01 | 1 | -0/+11 |
* | Mark local function as static as a result of removing recursion. | oshogbo | 2015-04-30 | 1 | -2/+2 |
* | Rename macros to use prefix ERRNO. Add macro ERRNO_SET. Now | oshogbo | 2015-04-30 | 2 | -86/+83 |
* | Remove support for Xen PV domU kernels. Support for HVM domU kernels | jhb | 2015-04-30 | 4 | -27/+0 |
* | Save errno from close override. | oshogbo | 2015-04-29 | 2 | -1/+7 |
* | Remove the nvlist_.*[fv] functions. | oshogbo | 2015-04-29 | 3 | -1002/+59 |
* | Remove recursion from descriptor-related functions. | oshogbo | 2015-04-29 | 1 | -38/+37 |
* | Always use the nv_malloc macro instead of malloc(3). | oshogbo | 2015-04-29 | 1 | -2/+2 |
* | Style fixes. | oshogbo | 2015-04-29 | 1 | -10/+20 |
* | Add kern.racct.enable tunable and RACCT_DISABLED config option. | trasz | 2015-04-29 | 12 | -85/+294 |
* | Make setproctitle(3) work in Capsicum capability mode. This makes | trasz | 2015-04-27 | 1 | -1/+1 |
* | Partially revert r255986: do not call VOP_FSYNC() when helping | kib | 2015-04-27 | 1 | -29/+64 |
* | Fix locking for oshmctl() and shmsys(). | kib | 2015-04-27 | 1 | -26/+24 |
* | fd: plug an always overwritten initialization in fdalloc | mjg | 2015-04-26 | 1 | -1/+1 |
* | Consistently use p instead of td->td_proc in create_thread | mjg | 2015-04-26 | 1 | -5/+5 |
* | MAXBSIZE defines both the largest UFS block size and the | rmacklem | 2015-04-25 | 1 | -6/+8 |
* | Use correct length for sparse uiomove(). It must be the clipped to | kib | 2015-04-24 | 1 | -1/+1 |
* | Make vpanic() externally visible so that it can be called as part of the | markj | 2015-04-24 | 1 | -2/+1 |
* | Handle incorrect ELF images specifying size for PT_GNU_STACK not being | kib | 2015-04-23 | 1 | -1/+1 |
* | Make AIO to not allocate pbufs for unmapped I/O like r281825. | mav | 2015-04-22 | 1 | -101/+105 |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 3 | -4/+3 |
* | Support file verification in MAC. | rodrigc | 2015-04-22 | 1 | -0/+6 |
* | Modify kern___getcwd() to take max pathlen limit as an additional | trasz | 2015-04-21 | 1 | -4/+6 |
* | Rewrite physio() to not allocate pbufs for unmapped I/O. | mav | 2015-04-21 | 1 | -61/+93 |
* | Always send log(9) messages to the message buffer. | vangyzen | 2015-04-20 | 1 | -1/+1 |
* | Regen. | kib | 2015-04-18 | 3 | -230/+20 |
* | The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), and | kib | 2015-04-18 | 3 | -6/+14 |
* | Remove unimplemented sched provider probes. | markj | 2015-04-18 | 1 | -11/+0 |
* | Initialize td_sel in the thread_init(). Struct thread is not zeroed | kib | 2015-04-18 | 1 | -0/+1 |
* | More accurately collect name-cache statistics in sysctl functions | mckusick | 2015-04-18 | 1 | -20/+16 |
* | Add "GELI Passphrase:" prompt to boot loader. | dteske | 2015-04-16 | 1 | -0/+3 |