summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Initialize b_iooffset before calling VOP_[SPEC]STRATEGYphk2003-10-181-0/+3
* Initialize b_iooffset before calling strategyphk2003-10-181-0/+1
* Don't report b_pblkno, it is going away.phk2003-10-181-2/+2
* Report bio_pblkbo instead of bio_blkno.phk2003-10-181-3/+3
* Make bioq_disksort() sort on the bio_offset field instead of bio_pblkno.phk2003-10-181-9/+9
* DuH!phk2003-10-181-2/+2
* I think rwatson got the sign wrong here...phk2003-10-181-2/+2
* Initialize bp->b_offset before calling VOP_STRATEGY()phk2003-10-181-0/+2
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.phk2003-10-181-4/+2
* The size and contents of the DEV_STRATEGY() macro has progressed tophk2003-10-181-1/+17
* Wrap db_active check in #ifdef DDB, as db_active is not defined ifndefrwatson2003-10-181-0/+8
* Add a new cn_flags fields to struct consdev, the low-level consolerwatson2003-10-181-6/+10
* - Remove the correct thread from the run queue in setrunqueue(). Thisjeff2003-10-171-1/+1
* Simplify count_dev()phk2003-10-171-5/+5
* Halt the cpu on amd64 as well. For some strange reason, this makespeter2003-10-171-1/+1
* Implement cpu_idle() on ia64. We put the processor in a lightweightmarcel2003-10-171-1/+1
* - The kse may be null in sched_pctcpu().jeff2003-10-161-1/+7
* - Only kse_reassign() in the !running case.jeff2003-10-161-8/+10
* - Call sched_add() with the correct argument on SMP.jeff2003-10-161-1/+1
* - Fix a minor problem with my last commit, we don't want to return fromjeff2003-10-161-3/+1
* * Add multiple inheritance to kobj. Each class can have zero or more basedfr2003-10-162-99/+257
* - Collapse sched_switchin() and sched_switchout() into sched_switch(). Nowjeff2003-10-163-29/+20
* - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a tdjeff2003-10-165-34/+42
* - The non iterative algorithm for interact_update was broken due tojeff2003-10-161-8/+6
* - If our user_pri doesn't match our actual priority our priority has beenjeff2003-10-151-3/+10
* The KERN_PROC_PROC sysctl took 4 args in 5.0-REL and 5.1-REL. We need topeter2003-10-151-1/+4
* Change default for kern.polling.idle_poll back to 1. This was set to 0sam2003-10-141-1/+1
* Made use of 'error' argument, which was unused (by mistake) before.phk2003-10-141-1/+1
* With DIAGNOSTICS, sometimes we get weird crashes when some driverimp2003-10-141-3/+4
* - Add a mising vn_finished_write()jeff2003-10-141-0/+1
* Don't clear signal mask in execsig(). RELENG_4 does not clear it and POSIXdavidxu2003-10-131-4/+0
* - In SCHED_CURR() add holding Giant to the list of criteria that will keepjeff2003-10-121-8/+7
* In vfs_bio_clrbuf(), ignore the state of the object lock if the page is thealc2003-10-121-2/+4
* Simplify vn_isdisk() a bit.phk2003-10-121-24/+10
* fix a problem referencing free'd memory. This is only a problem forjmg2003-10-121-2/+7
* - Fix a typo, I meant & and not |. This was causing lockups from the syncerjeff2003-10-111-1/+1
* - Synchronize access to a page's valid field in vfs_bio_clrbuf()alc2003-10-101-8/+10
* Implement preliminary support for the PT_SYSCALL command to ptrace(2).robert2003-10-091-1/+16
* Remove support for the unused 4th component of the KERN_PROC_PROC sysctl.tjr2003-10-061-6/+0
* - Add a missing vn_start_write() to flushbufqueues(). This could havejeff2003-10-051-4/+9
* Bring back sysctl_wire_old_buffer(). Fix a bug in sysctl_handle_opaque()bms2003-10-051-13/+13
* Fix a security problem in sysctl() the long way round.bms2003-10-051-18/+14
* Add a pre-emption counter, td_generation, so that threads can noticebms2003-10-051-0/+2
* Fold the vslock() and vsunlock() calls in this file with #if 0's; they willbms2003-10-051-1/+8
* - Apply a big giant lock around the namecache. This has been sitting injeff2003-10-051-27/+94
* - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specifyjeff2003-10-051-13/+2
* Remove magic numbers surrounding locking state in the sysctl module, andbms2003-10-051-8/+9
* - Rename vcanrecycle() to vtryrecycle() to reflect its new role.jeff2003-10-051-26/+32
* - Don't cache_purge() in getnewvnode. It's done in vclean(). With thisjeff2003-10-051-11/+5
* - Solve a LOR with the sync_mtx by using the VI_ONWORKLST flag to determinejeff2003-10-051-6/+12
OpenPOWER on IntegriCloud