summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Initialize loginclass mutex using MTX_SYSINIT instead of using SI_SUB_CPU.trasz2014-05-141-10/+1
* Be even more paranoid about overflow.truckman2014-05-121-4/+4
* Nuke a couple of unnecessary assigments. Nothing uses the values of rstarttruckman2014-05-121-2/+0
* accept(),accept4(): Don't set *addrlen = 0 on [ECONNABORTED].jilles2014-05-111-15/+2
* In cf_get_method, when we don't already know what clock speed the CPU iscperciva2014-05-111-5/+6
* Add in support to optionally pin the swi threads.adrian2014-05-101-1/+30
* Avoid unsigned integer overflow which can causetruckman2014-05-051-2/+16
* Request a non-exiting process in sysctl_kern_proc_{o,}filedescmjg2014-05-021-2/+2
* Free resources in an error case.brueffer2014-05-021-0/+1
* Garbage collect mtxpool_lockbuilder, the mutex pool historically usedrwatson2014-05-021-30/+0
* Ignore the error from pipespace_new when creating a pipe.mjg2014-05-021-28/+19
* Fix a 2038 bug.brooks2014-05-011-1/+2
* Given that as of r258002 the last external user is gone, make sched_lockmarius2014-04-291-1/+1
* Bump WITNESS_PENDLIST by MAXCPU to account for thegrehan2014-04-291-1/+1
* Revert r263754, re-adding support for hw.bus.devctl_disable. Breakingbrooks2014-04-281-3/+37
* Retire smp_active. It was racey and caused demonstrated problems withscottl2014-04-262-4/+18
* Fix grammar error and trailing newline.bdrewery2014-04-231-2/+1
* Fix a comment typo; conversion tables are for leap years, not leap seconds.ian2014-04-201-1/+1
* Fix typo.kib2014-04-171-1/+1
* Do not set M_BESTFIT if a strategy has already been provided. Thisnp2014-04-161-1/+2
* Fix VIRTUAL and PROF interval timers for short intervals, broken at r247903.mav2014-04-161-0/+8
* Refine r264422: set buf to NULL only when we don't allocate memory,brueffer2014-04-141-4/+4
* Free buf after usage.brueffer2014-04-131-1/+3
* Hide internal details of sbintime_t implementation wrapping INT64_MAX intodavide2014-04-124-16/+16
* Use proper MFSNAMELEN for fs type.bdrewery2014-04-121-1/+1
* Add kqueue support for devctl.davidxu2014-04-101-0/+41
* sys/kern/imgact_binmisc.c -- free the right pointer mask vs magicsbruno2014-04-081-1/+1
* Add Stacey Son's binary activation patches that allow remapping ofsbruno2014-04-081-0/+766
* Do not fill screen, while muted.ray2014-04-071-1/+1
* Thinko: don't forget to apply 'howto' in case init(8) isn't running.ed2014-04-071-2/+1
* Clean up shutdown_nice(). Just send the right signal to init(8).ed2014-04-071-11/+9
* Implement kqueue(2) for procdesc(4).ed2014-04-072-13/+72
* Fix a typo. The function name is pdfork; not pfork.ed2014-04-061-1/+1
* Nit: fix locking of p->p_state in procdesc_close().ed2014-04-061-31/+33
* Use realloc(9) instead of doing the reallocation inline.kib2014-04-051-8/+2
* Prevent alq from panic when the invalid alq_file path specified.dchagin2014-04-051-4/+6
* When KN_INFLUX is set on the knote due to kqueue_register() orkib2014-04-051-26/+32
* Initialise m_pkthdr via bzero instead of explicitly zeroing each memberemaste2014-04-041-14/+1
* Fix SIGIO delivery. Use fsetown() to handle file descriptor ownerdavidxu2014-04-041-30/+13
* Garbage collect fdavail.mjg2014-04-041-32/+0
* Fix build breakage. Apparently all ARM configs build kern_et.c, but only aian2014-04-021-0/+4
* Add support for event timers whose clock frequency can change while running.ian2014-04-022-0/+31
* Document a known problem with handling the process intended to receivemjg2014-03-251-0/+16
* Remove long obsolete sysctl hw.bus.devctl_disable.mjg2014-03-251-37/+3
* Remove lockless check in devopen, while correct it does not make much sense.mjg2014-03-251-2/+0
* Make /dev/devctl mpsafe.mjg2014-03-251-7/+15
* change defaule permissions on /dev/devstat. while i'm here removeemax2014-03-241-2/+4
* Don't lose track of the KTR entries copied from 'ktr_buf_init[]' to theneel2014-03-221-1/+3
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-225-8/+8
* Mark the following sysctls as MPSAFE:mjg2014-03-211-5/+7
OpenPOWER on IntegriCloud