| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix style issues around existing SDT probes. | markj | 2015-12-16 | 8 | -76/+69 |
* | A change to KPI of vm_pager_get_pages() and underlying VOP_GETPAGES(). | glebius | 2015-12-16 | 5 | -18/+35 |
* | Optimize vop_stdadvise(POSIX_FADV_DONTNEED). Instead of looking up a | kib | 2015-12-16 | 2 | -29/+52 |
* | Simplify the loop step in the flushbuflist() and make it independed on | kib | 2015-12-16 | 1 | -4/+3 |
* | Don't call wakeup if we're just returning reserved space; just | adrian | 2015-12-16 | 1 | -1/+1 |
* | Fix jail name checking that disallowed anything that starts with '0'. | jamie | 2015-12-15 | 1 | -3/+6 |
* | Tweak comments. | trasz | 2015-12-13 | 2 | -3/+3 |
* | Actually make the 'amount' argument to racct_adjust_resource() signed, | trasz | 2015-12-13 | 1 | -1/+1 |
* | Avoid useless relocking. | trasz | 2015-12-13 | 1 | -1/+1 |
* | Don't make assertions about td_critnest when the scheduler is stopped. | markj | 2015-12-11 | 1 | -6/+3 |
* | Create the MDT_PNP_INFO metadata record to communicate PNP info about | imp | 2015-12-11 | 1 | -3/+3 |
* | Don't use 0 for pointer comparison | smh | 2015-12-08 | 1 | -1/+1 |
* | Add helper functions proc_readmem() and proc_writemem(). | markj | 2015-12-07 | 2 | -99/+91 |
* | Replace magic value ELF note type with NT_FREEBSD_ABI_TAG | emaste | 2015-12-07 | 1 | -1/+1 |
* | Add support for usermode (vdso-like) gettimeofday(2) and | kib | 2015-12-07 | 1 | -1/+5 |
* | We need to zero out the clustering variables in a freed vnode structure. | mckusick | 2015-12-04 | 1 | -0/+3 |
* | Add asynchronous command support to the pass(4) driver, and the new | ken | 2015-12-03 | 2 | -15/+108 |
* | We need to zero out the union of pointers in a freed vnode structure. | mckusick | 2015-12-03 | 1 | -0/+1 |
* | Missed header_supported call from r291020: make really, really sure the brand | nwhitehorn | 2015-12-01 | 1 | -0/+3 |
* | capsicum: plug spurious memset in __cap_rights_init | mjg | 2015-12-01 | 1 | -1/+0 |
* | As the kernel allocates and frees vnodes, it fully initializes them | mckusick | 2015-11-29 | 1 | -32/+101 |
* | Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the struct | kib | 2015-11-28 | 2 | -9/+0 |
* | Remove VI_AGE vnode iflag, it is unused. | kib | 2015-11-27 | 1 | -13/+4 |
* | Move the comment about resident pages preventing vnode from leaving | kib | 2015-11-27 | 1 | -5/+11 |
* | Check that hhk_helper pointer isn't NULL before access. | ae | 2015-11-25 | 1 | -1/+2 |
* | Rework the vnode cache recycling to meet free and unused vnodes | kib | 2015-11-24 | 1 | -83/+233 |
* | The buffer passed to an sbuf drain callback is not necessarily | markj | 2015-11-23 | 1 | -1/+1 |
* | Split kerne timekeep ABI structure vdso_sv_tk out of the struct | kib | 2015-11-23 | 1 | -46/+79 |
* | Remove remnants of the old NFS from vnode pager. | glebius | 2015-11-20 | 1 | -6/+0 |
* | The freebsd4_getfsstat() was broken in r281551 to always return 0 on success. | trasz | 2015-11-20 | 1 | -4/+9 |
* | Consistently enforce the restriction against calling malloc/free when in a | jtl | 2015-11-19 | 1 | -0/+9 |
* | Remove a commented-out debug print. | markj | 2015-11-19 | 1 | -6/+0 |
* | Add support for a configurable output channel to witness(4). | markj | 2015-11-19 | 2 | -61/+163 |
* | Add vlog(9). | markj | 2015-11-19 | 1 | -1/+7 |
* | Extend r270123 to run the brand info's header_supported() routine for | nwhitehorn | 2015-11-18 | 1 | -2/+5 |
* | - Unbreak dumpsys(9) on sparc64 after r276772 | marius | 2015-11-16 | 1 | -2/+8 |
* | Speed up rctl operation with large rulesets, by holding the lock | trasz | 2015-11-15 | 5 | -20/+72 |
* | This fixes several places where callout_stops return is examined. The | rrs | 2015-11-13 | 1 | -1/+1 |
* | Export various helper variables describing the layout and size of | jhb | 2015-11-12 | 3 | -0/+26 |
* | Add new async_drain to the callout system. This is so-far not used but | rrs | 2015-11-10 | 1 | -6/+29 |
* | Fix a bug in the CPU % limiting code | jpaetzel | 2015-11-10 | 1 | -8/+8 |
* | Make naming more consistent; no functional changes. | trasz | 2015-11-08 | 1 | -4/+4 |
* | Speed up rctl(8) rule retrieval; the difference shows mostly in "rctl -n", | trasz | 2015-11-08 | 1 | -17/+29 |
* | Since r289279 bufinit() uses mp_ncpus, but some architectures set this | tijl | 2015-11-08 | 1 | -0/+8 |
* | - Consistently use PROC_ASSERT_HELD() to verify that a process' hold count | markj | 2015-11-08 | 1 | -2/+1 |
* | Flesh out sysctl types further (follow-up of r290475) | cem | 2015-11-07 | 1 | -2/+53 |
* | Add a sched_yield() to work around low memory conditions in the current code. | adrian | 2015-11-07 | 1 | -0/+17 |
* | Round out SYSCTL macros to the full set of fixed-width types | cem | 2015-11-07 | 1 | -1/+33 |
* | fd: implement kern.proc.nfds sysctl | mjg | 2015-11-07 | 1 | -0/+24 |
* | When dumping an rman in DDB, include the RID of each resource. | jhb | 2015-11-05 | 1 | -1/+2 |