summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move timeevents.c to MI code, as it is not x86-specific. I already havemav2010-07-141-0/+508
* Correctly copy the M_RDONLY flag when duplicating a referencecperciva2010-07-131-0/+1
* Use type-specific inline function imax() instead of deprecated macro MAX().jkim2010-07-121-1/+1
* Change the implementation of vm_hold_free_pages() so that it performs atalc2010-07-111-26/+16
* Remove interval validation from cpu_tick_calibrate(). As I found, checkmav2010-07-111-36/+14
* Add support for the VM_ALLOC_COUNT() hint to vm_page_alloc(). Consequently,alc2010-07-091-3/+2
* Accidentally committed an older version of this comment rather than thejhb2010-07-091-4/+4
* Refine a comment.jhb2010-07-091-5/+4
* Remove redundant high >= 0.jh2010-07-091-1/+1
* Implement optional 'precision' for numbers. Previously, it was parsed butjkim2010-07-081-11/+14
* - Various style and whitespace fixes.jhb2010-07-081-2/+2
* Assert that low and high are >= 0. The allocator doesn't support thejh2010-07-081-2/+2
* - Simplify logic in handling ticks wrap-upattilio2010-07-071-13/+10
* In revoke(), verify that VCHR vnode indeed belongs to devfs.kib2010-07-061-1/+1
* Fix a race condition, where a TTY could be destroyed twice.ed2010-07-061-1/+2
* Add the ability for the allocflag argument of the vm_page_grab() tokib2010-07-051-50/+11
OpenPOWER on IntegriCloud