summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix panic on NULL dereference possible after r212541.mav2010-09-141-1/+2
* Make kern_tc.c provide minimum frequency of tc_ticktock() calls, requiredmav2010-09-144-7/+16
* Replace spin lock with the set of atomics. It is impractical for onemav2010-09-141-10/+14
* Add some foot shooting protection by checking singlemul value correctness.mav2010-09-141-4/+5
* Revert r212370, as it causes a LOR on powerpc. powerpc does a fewmdf2010-09-136-51/+90
* bus_add_child: add specialized default implementation that calls panicavg2010-09-131-1/+11
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-137-328/+744
* Do not print "frequency 0 Hz", when frequency is unknown.mav2010-09-111-3/+9
* Add missing pointer increment to sbuf_cat.kan2010-09-111-1/+1
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakkib2010-09-112-15/+33
* Merge some SCHED_ULE features to SCHED_4BSD:mav2010-09-111-4/+28
* Don't exit kern_jail_set without freeing options when enforce_statfsjamie2010-09-101-5/+8
* Replace sbuf_overflowed() with sbuf_error(), which returns any errormdf2010-09-102-29/+26
* Do not IPI CPU that is already spinning for load. It doubles effect ofmav2010-09-101-4/+11
* bus_add_child: change type of order parameter to u_intavg2010-09-102-2/+2
* Add a drain function for struct sysctl_req, and use it for a variety ofmdf2010-09-096-90/+51
* Add drain functionality to sbufs. The drain is a function that ismdf2010-09-091-6/+99
* Refactor sbuf code so that most uses of sbuf_extend() are in a newmdf2010-09-091-25/+69
* Fix two bugs in DTrace:rpaulo2010-09-091-9/+15
* Remove VI_MOUNT flag from vnode on VFS_MOUNT() failure.pjd2010-09-091-0/+3
* Doing first mount and updating mount points are both handled by the samepjd2010-09-081-220/+268
* - Log all the problems in devfs_fixup().pjd2010-09-081-2/+14
* subr_bus: use hexadecimal representation for bit flagsavg2010-09-081-8/+8
* Implement correct handling of address parameter andtuexen2010-09-051-4/+2
* Initialize buffer for case of empty string. Happens only on non-refactoredmav2010-09-051-0/+1
* struct device: widen type of flags and order fields to u_intavg2010-09-041-5/+4
* Use a better #if guard.mdf2010-09-031-1/+1
* Style(9) fixes and eliminate the use of min().mdf2010-09-031-12/+15
* Fix user-space libsbuf build. Why isn't CTASSERT available tomdf2010-09-031-0/+2
* Fix brain fart when converting an if statement into a KASSERT.mdf2010-09-031-1/+1
* Use math rather than iteration when the desired sbuf size is larger thanmdf2010-09-031-5/+9
* Correct bioq_disksort so that bioq_insert_tail() offers barrier semantic.gibbs2010-09-021-10/+27
* Fix UP build.mdf2010-09-021-0/+2
* Fix a bug with sched_affinity() where it checks td_pinned of anothermdf2010-09-011-11/+13
* rmlock(9) two additions and one change/fix:mlaier2010-09-011-37/+90
* As long as we are going to panic anyway, there's no need to hide additionalemaste2010-09-011-2/+0
* rescure comments from RELENG_4.davidxu2010-09-011-0/+12
* The realloc case for memguard(9) will copy too many bytes whenmdf2010-08-311-9/+2
* If a process is being debugged, skips job control caused by SIGSTOP/SIGCONTdavidxu2010-08-311-13/+6
* execve(2) has a special check for file permissions: a file must have atjh2010-08-304-12/+42
* Regenkib2010-08-303-6/+80
* Make the syscalls reserved for AFS usable by OpenAFS port.kib2010-08-301-2/+6
* For some file types, select code registers two selfd structures. E.g.,kib2010-08-281-3/+9
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.pjd2010-08-282-12/+8
* Run all tasks from a proper context, with proper priority, etc.pjd2010-08-281-1/+1
* Fix typo.kib2010-08-261-1/+1
* If we read zero bytes from the directory, early out with ENOENTbrian2010-08-251-2/+6
* If a thread is removed from umtxq while sleeping, reset error codedavidxu2010-08-251-23/+12
* Optimize thr_suspend, if timeout is zero, don't call msleep, justdavidxu2010-08-241-9/+14
* - According to specification, SI_USER code should only be generated bydavidxu2010-08-241-2/+2
OpenPOWER on IntegriCloud