summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Probabilly defaulting to KTR_GEN is not the right decision when KTR_MASKattilio2010-07-211-1/+1
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-201-2/+3
* Fix expression style.ivoras2010-07-201-3/+2
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-202-11/+55
* Fix function name in error messages.davidxu2010-07-201-2/+2
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlytrasz2010-07-189-26/+26
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrighttrasz2010-07-189-26/+26
* Remove outdated comment and move part of it into more applicable place.trasz2010-07-181-5/+0
* In keeping with the Age-of-the-fruitbat theme, scale up hirunningspace onivoras2010-07-181-1/+3
* Retire td_syscalls now that it is no longer needed.jhb2010-07-152-2/+0
* A cosmetic change - don't output empty <flags>.ivoras2010-07-151-2/+2
* Rename timeevents.c to kern_clocksource.c.mav2010-07-141-0/+0
* - Document layout of KTR_STRUCT payload in a comment.jhb2010-07-141-6/+4
OpenPOWER on IntegriCloud