aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When we open /dev/null for stdin/out/err for safety reasons, do it right:Poul-Henning Kamp2004-11-061-3/+5
* Eliminate an unnecessary atomic operation. Articulate the rationale inAlan Cox2004-11-061-4/+11
* Get even closer to not crashing ext2fsPoul-Henning Kamp2004-11-064-4/+2
* Get closer to unbreaking ext2fsPoul-Henning Kamp2004-11-062-0/+4
* Be consistent and use 'if (error != 0)' instead of 'if (error)' everywhere.Pawel Jakub Dawidek2004-11-061-5/+5
* For file backed md(4) devices output their source file viaPawel Jakub Dawidek2004-11-062-6/+15
* Abstract the logic to look up the uma_bucket_zone given a desiredRobert Watson2004-11-061-7/+23
* Properly implement a default version of VOP_GETWRITEMOUNT.Poul-Henning Kamp2004-11-066-5/+1
* Increase default HZ for i386 to 1000Poul-Henning Kamp2004-11-061-4/+6
* Remove dangling variablePoul-Henning Kamp2004-11-061-1/+0
* Annotate what bucket_size[] array does; staticize since it's used onlyRobert Watson2004-11-061-1/+5
* Fix a double-free in the 'm->m_len < sizeof (struct ip)' sanity check.Andre Oppermann2004-11-061-2/+2
* Fix the last known race in swapoff(), which could lead to a spurious panic:David Schultz2004-11-061-21/+14
* Clean up the comments, rewording, adding missing punctuationGiorgos Keramidas2004-11-061-35/+26
* Move a call to wakeup() from vm_object_terminate() to vnode_pager_dealloc()Alan Cox2004-11-064-2/+7
* Begin an invasion of i386-land by amd64.Peter Wemm2004-11-061-0/+11
* Disable interrupts for atomic_cmpset_32, this one is just not atomic.Olivier Houchard2004-11-051-10/+13
* Respect TDF_SINTR, don't suspend uninterruptible thread.David Xu2004-11-051-4/+3
* Backout previous commit, the P_STOPPED_BOUNDARY flag was alreadyDavid Xu2004-11-051-1/+1
* - Store threads on sleep queues in FIFO order rather than sorted byJohn Baldwin2004-11-051-16/+19
* Don't change the priority to PUSER when sleeping, just keep the currentJohn Baldwin2004-11-051-2/+4
* Copy the syscall args in a tmp variable instead of directly using theOlivier Houchard2004-11-051-23/+55
* Save a few cycles in context switch.Olivier Houchard2004-11-051-90/+36
* If we're still running at the physical address, jump to the virtual addressOlivier Houchard2004-11-052-33/+20
* Be more verbose about cache capacities.Olivier Houchard2004-11-051-2/+18
* Implement casuptr.Olivier Houchard2004-11-052-6/+51
* Call pmap_pte_init_arm9 instead of pmap_pte_init_generic ifOlivier Houchard2004-11-051-0/+4
* - Add a new MD per-CPU field for Alpha 'pal_id' which is the PAL IDJohn Baldwin2004-11-054-41/+54
* - Set the priority of the page zeroing thread using sched_prio() when theJohn Baldwin2004-11-051-14/+5
* - Make setting of IT_ENTROPY a bit simpler in ithread_update().John Baldwin2004-11-051-10/+10
* Restrict the sched_bind to cpu 0 to i386 and amd64 for now. I forgot thatPeter Wemm2004-11-051-1/+1
* Walk through the snp softc list instead of abusing tp->ts_c to find theOlivier Houchard2004-11-051-8/+17
* In cpu_critical_fork_exit(), make sure to set td_md.md_critnest so thatOlivier Houchard2004-11-051-0/+2
* Bind to cpu0 for boot() processing. (Note this is reboot, not startup)Peter Wemm2004-11-051-0/+8
* MFi386 1.238 (jhb): Allow hints to disable cpusPeter Wemm2004-11-051-1/+16
* MFi386:Peter Wemm2004-11-051-28/+79
* Don't forget to make sure that there are no not-finished requests beforePawel Jakub Dawidek2004-11-052-30/+66
* - Mark all raid3 components as clean after kern.geom.raid3.idletime seconds.Pawel Jakub Dawidek2004-11-052-2/+82
* Mark raid3 devices as clean on shutdown (after all file systems arePawel Jakub Dawidek2004-11-051-3/+52
* - Use ->index consumer's field to track number of in-flight requests.Pawel Jakub Dawidek2004-11-051-2/+10
* Use shutdown hooks to mark mirrors as clean after all file systems arePawel Jakub Dawidek2004-11-051-1/+47
* Remove unused #include.Pawel Jakub Dawidek2004-11-051-1/+0
* - Add a sysctl kern.geom.mirror.idletime, so one can specify after how manyPawel Jakub Dawidek2004-11-051-13/+37
* MFp4:Pawel Jakub Dawidek2004-11-052-13/+69
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.Philip Paeps2004-11-052-18/+94
* Two changes to vm_pgmoveco():Alan Cox2004-11-051-3/+1
* During traversal of the inactive queue, try locking the page's containingAlan Cox2004-11-051-4/+9
* Eliminate another unnecessary call to vm_page_busy() that immediatelyAlan Cox2004-11-051-1/+0
* Close a race in swapoff(). Here are the gory details:David Schultz2004-11-051-70/+53
* Protect against local flooder of /var/run/log. Do not loop forever inGleb Smirnoff2004-11-041-0/+1