summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* This should really be MACHINE not MACHINE_ARCH, and is this Makefile even used?imp2010-08-231-2/+2
* uio_resid isn't updated by VOP_READDIR for nfs filesystems. Usebrian2010-08-231-3/+2
* Call the systrace_probe_func() when the error value.rpaulo2010-08-221-2/+2
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-2210-38/+38
* Bump KDTRACE_THREAD_ZERO and use M_ZERO as a malloc flag instead ofrpaulo2010-08-221-6/+3
* Fix style issues.rpaulo2010-08-221-6/+14
* make sure thread lock is locked.davidxu2010-08-201-0/+1
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andjhb2010-08-202-4/+31
* If thread set a TDP_WAKEUP for itself, clears the flag and returns EINTRdavidxu2010-08-201-0/+7
* Remove unused KTRACE includes.jhb2010-08-191-4/+0
* There isn't really a need to hold the ktrace mutex just to read the valuejhb2010-08-191-6/+0
* Fix a whitespace nit and remove a questioning comment. STAILQ_CONCAT()jhb2010-08-191-2/+2
* Keep the process locked when calling ktrops() or ktrsetchildren() insteadjhb2010-08-171-12/+13
* Supply some useful information to the started image using ELF aux vectors.kib2010-08-172-3/+39
* Simplify taskqueue_drain() by using proved macros.pjd2010-08-131-14/+7
* Allow interrupt driven config hooks to be registered from config hook callbacks.gibbs2010-08-121-8/+45
* Properly indent a continue statement. No functional changes.gibbs2010-08-121-1/+1
* Add the half of time-of-day clock resolution when we adjust system time fromjkim2010-08-121-1/+7
* Provide description for 'machdep.disable_rtc_set' sysctl. Clean up style(9)jkim2010-08-121-19/+13
* The buffers b_vflags field is not always properly protected bykib2010-08-122-4/+59
* Rework memguard(9) to reserve significantly more KVA to detectmdf2010-08-111-18/+21
* Fix (hopefully) the spelling of "queuing."ivoras2010-08-091-1/+1
* Bumping the read-ahead count once more, to value equivalent to 512 KiB onivoras2010-08-091-1/+1
* Elaborate on how hirunningspace was chosen.ivoras2010-08-091-2/+5
* Add descriptions to a handful of sysctl nodes.gavin2010-08-093-7/+13
* The r208165 fixed a bug related to unsigned integer overflowing for theattilio2010-08-091-4/+1
* Back out r210974. Any convenience of not typing "persist" is outweighedjamie2010-08-081-2/+6
* To help with sequential read UFS performance on modern systems, increaseivoras2010-08-071-1/+1
* Fix a bug where MSG_TRUNC was not returned in all necessary cases fortuexen2010-08-071-1/+6
* Implicitly make a new jail persistent if it's set not to attach.jamie2010-08-061-6/+2
* Add a new ipi_cpu() function to the MI IPI API that can be used to send anjhb2010-08-063-8/+8
* Add Xen to the list of virtual vendors. In the non PV (HVM) case this fixescsjp2010-08-061-0/+1
* Add "show cdev" ddb command.kib2010-08-061-0/+68
* Add new make_dev_p(9) flag MAKEDEV_ETERNAL to inform devfs that createdkib2010-08-063-48/+82
* In order for MAXVNODES_MAX to be an "int" on powerpc and sparc, we mustalc2010-08-041-1/+1
* Update the "desiredvnodes" calculation. In particular, make the part ofalc2010-08-021-8/+19
* Bump the witness pendlist to 768 to accomodate the increased number ofrpaulo2010-07-291-1/+1
* Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple umamdf2010-07-281-24/+124
* The interpreter name should no longer be treated as a buffer that can bealc2010-07-281-0/+4
* Introduce exec_alloc_args(). The objective being to encapsulate thealc2010-07-272-15/+24
* Change the order in which the file name, arguments, environment, andalc2010-07-252-13/+15
* Eliminate a little bit of duplicated code.alc2010-07-231-3/+2
* completely ignore zero-sized elf sections in modules of elf object type (amd64)avg2010-07-231-0/+6
* cpufreq: allocate long-lived buffer for handling of sysctl requestsavg2010-07-231-7/+6
* Make lorunningspace catch up with hirunningspace.ivoras2010-07-231-1/+6
* Remove unused variable that snuck in during development.mdf2010-07-221-2/+1
* Fix taskqueue_drain(9) to not have false negatives. For threadedmdf2010-07-221-23/+38
* When compat32 binary asks for the value of hw.machine_arch, report thekib2010-07-221-3/+25
* Remove spurious '/*-' marks and fix some other style problems.trasz2010-07-222-5/+4
* Use proper sysctl type (quad) for et_frequency. It fixes output on sparc64.mav2010-07-211-2/+2
OpenPOWER on IntegriCloud