| Commit message (Expand) | Author | Age | Files | Lines |
* | This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used? | imp | 2010-08-23 | 1 | -2/+2 |
* | uio_resid isn't updated by VOP_READDIR for nfs filesystems. Use | brian | 2010-08-23 | 1 | -3/+2 |
* | Call the systrace_probe_func() when the error value. | rpaulo | 2010-08-22 | 1 | -2/+2 |
* | Add an extra comment to the SDT probes definition. This allows us to get | rpaulo | 2010-08-22 | 10 | -38/+38 |
* | Bump KDTRACE_THREAD_ZERO and use M_ZERO as a malloc flag instead of | rpaulo | 2010-08-22 | 1 | -6/+3 |
* | Fix style issues. | rpaulo | 2010-08-22 | 1 | -6/+14 |
* | make sure thread lock is locked. | davidxu | 2010-08-20 | 1 | -0/+1 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 2 | -4/+31 |
* | If thread set a TDP_WAKEUP for itself, clears the flag and returns EINTR | davidxu | 2010-08-20 | 1 | -0/+7 |
* | Remove unused KTRACE includes. | jhb | 2010-08-19 | 1 | -4/+0 |
* | There isn't really a need to hold the ktrace mutex just to read the value | jhb | 2010-08-19 | 1 | -6/+0 |
* | Fix a whitespace nit and remove a questioning comment. STAILQ_CONCAT() | jhb | 2010-08-19 | 1 | -2/+2 |
* | Keep the process locked when calling ktrops() or ktrsetchildren() instead | jhb | 2010-08-17 | 1 | -12/+13 |
* | Supply some useful information to the started image using ELF aux vectors. | kib | 2010-08-17 | 2 | -3/+39 |
* | Simplify taskqueue_drain() by using proved macros. | pjd | 2010-08-13 | 1 | -14/+7 |
* | Allow interrupt driven config hooks to be registered from config hook callbacks. | gibbs | 2010-08-12 | 1 | -8/+45 |
* | Properly indent a continue statement. No functional changes. | gibbs | 2010-08-12 | 1 | -1/+1 |
* | Add the half of time-of-day clock resolution when we adjust system time from | jkim | 2010-08-12 | 1 | -1/+7 |
* | Provide description for 'machdep.disable_rtc_set' sysctl. Clean up style(9) | jkim | 2010-08-12 | 1 | -19/+13 |
* | The buffers b_vflags field is not always properly protected by | kib | 2010-08-12 | 2 | -4/+59 |
* | Rework memguard(9) to reserve significantly more KVA to detect | mdf | 2010-08-11 | 1 | -18/+21 |
* | Fix (hopefully) the spelling of "queuing." | ivoras | 2010-08-09 | 1 | -1/+1 |
* | Bumping the read-ahead count once more, to value equivalent to 512 KiB on | ivoras | 2010-08-09 | 1 | -1/+1 |
* | Elaborate on how hirunningspace was chosen. | ivoras | 2010-08-09 | 1 | -2/+5 |
* | Add descriptions to a handful of sysctl nodes. | gavin | 2010-08-09 | 3 | -7/+13 |
* | The r208165 fixed a bug related to unsigned integer overflowing for the | attilio | 2010-08-09 | 1 | -4/+1 |
* | Back out r210974. Any convenience of not typing "persist" is outweighed | jamie | 2010-08-08 | 1 | -2/+6 |
* | To help with sequential read UFS performance on modern systems, increase | ivoras | 2010-08-07 | 1 | -1/+1 |
* | Fix a bug where MSG_TRUNC was not returned in all necessary cases for | tuexen | 2010-08-07 | 1 | -1/+6 |
* | Implicitly make a new jail persistent if it's set not to attach. | jamie | 2010-08-06 | 1 | -6/+2 |
* | Add a new ipi_cpu() function to the MI IPI API that can be used to send an | jhb | 2010-08-06 | 3 | -8/+8 |
* | Add Xen to the list of virtual vendors. In the non PV (HVM) case this fixes | csjp | 2010-08-06 | 1 | -0/+1 |
* | Add "show cdev" ddb command. | kib | 2010-08-06 | 1 | -0/+68 |
* | Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that created | kib | 2010-08-06 | 3 | -48/+82 |
* | In order for MAXVNODES_MAX to be an "int" on powerpc and sparc, we must | alc | 2010-08-04 | 1 | -1/+1 |
* | Update the "desiredvnodes" calculation. In particular, make the part of | alc | 2010-08-02 | 1 | -8/+19 |
* | Bump the witness pendlist to 768 to accomodate the increased number of | rpaulo | 2010-07-29 | 1 | -1/+1 |
* | Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma | mdf | 2010-07-28 | 1 | -24/+124 |
* | The interpreter name should no longer be treated as a buffer that can be | alc | 2010-07-28 | 1 | -0/+4 |
* | Introduce exec_alloc_args(). The objective being to encapsulate the | alc | 2010-07-27 | 2 | -15/+24 |
* | Change the order in which the file name, arguments, environment, and | alc | 2010-07-25 | 2 | -13/+15 |
* | Eliminate a little bit of duplicated code. | alc | 2010-07-23 | 1 | -3/+2 |
* | completely ignore zero-sized elf sections in modules of elf object type (amd64) | avg | 2010-07-23 | 1 | -0/+6 |
* | cpufreq: allocate long-lived buffer for handling of sysctl requests | avg | 2010-07-23 | 1 | -7/+6 |
* | Make lorunningspace catch up with hirunningspace. | ivoras | 2010-07-23 | 1 | -1/+6 |
* | Remove unused variable that snuck in during development. | mdf | 2010-07-22 | 1 | -2/+1 |
* | Fix taskqueue_drain(9) to not have false negatives. For threaded | mdf | 2010-07-22 | 1 | -23/+38 |
* | When compat32 binary asks for the value of hw.machine_arch, report the | kib | 2010-07-22 | 1 | -3/+25 |
* | Remove spurious '/*-' marks and fix some other style problems. | trasz | 2010-07-22 | 2 | -5/+4 |
* | Use proper sysctl type (quad) for et_frequency. It fixes output on sparc64. | mav | 2010-07-21 | 1 | -2/+2 |