Age | Commit message (Expand) | Author |
2008-11-10 | Fix typo in comment, okay jmc@. | Pedro Martelletto |
2008-11-10 | vm_map_lock() around calls to uvm_map_findspace(); ok tedu | Theo de Raadt |
2008-11-09 | systrace activation happens in the middle of a rather sensitive piece of | Theo de Raadt |
2008-11-08 | Use atop() and ptoa() in buf_free_pages() to make it consistent with | Pedro Martelletto |
2008-11-06 | Some paranoia and deconfusion. | Artur Grabowski |
2008-11-06 | remove a really stupid comment. Duh, of course it can block | Theo de Raadt |
2008-11-06 | oops | Theo de Raadt |
2008-11-06 | panic if cpu_switchto() returns from a dead process | Theo de Raadt |
2008-11-03 | pre-allocate the ptrace_state we may need to tie to the new process | Theo de Raadt |
2008-11-01 | Grab a reference to the trace vnode of the process when traversing the | Pedro Martelletto |
2008-11-01 | change vrele() to return an int. if it returns 0, it can gaurantee that | Theo de Raadt |
2008-11-01 | change all callers of enterpgrp() to pre-allocate a pgrp or session if | Theo de Raadt |
2008-10-31 | Do not assume that a pointer to another process will live over a set of | Theo de Raadt |
2008-10-31 | Do not assume that a pointer to another process will live over a set of | Theo de Raadt |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | accidental commit ... backout | Theo de Raadt |
2008-10-31 | kern_sysctl.c | Theo de Raadt |
2008-10-31 | checkdirs() walks allproc and calls sleeping functions if directories have | Theo de Raadt |
2008-10-30 | reintroduce mutexes to workqs for locking. | David Gwynne |
2008-10-30 | Use msleep() in the reaper to make it not lose events. Based on discussion | Theo de Raadt |
2008-10-27 | when shutting workq threads down, dont try to take the big kernel | David Gwynne |
2008-10-24 | another oops. | Ted Unangst |
2008-10-24 | yet again i prove unable to commit what i really wanted. spotted by deraadt | Ted Unangst |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-22 | Add timeout_add_msec(), for timeouts in milliseconds. | Bret Lambert |
2008-10-20 | The optimization done in 1.19 (and repaired in 1.20) results in | Theo de Raadt |
2008-10-18 | Revert the change to use pools for <= PAGE_SIZE allocations. It | Mark Kettenis |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-14 | Back-in; problems were apparently elsewhere. | Philip Guenthe |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-10-11 | Since malloc_page_alloc() is a pool allocator it should check for PR_WAITOK | Mark Kettenis |
2008-10-10 | backout; is causing some people difficulty | Theo de Raadt |
2008-10-09 | Change sb_timeo to unsigned, so that even if some calculation (ie. n * HZ) | Theo de Raadt |
2008-10-09 | pass NULL rather than 0 for interrupt time usage to calcru() | Kevin Lo |
2008-10-09 | Use the reference count in struct process to update the proc count | Philip Guenthe |
2008-10-09 | Put a reference count in struct process to prevent use-after-free | Philip Guenthe |
2008-10-07 | Do not display file offsets and a few other pieces of information, except | Theo de Raadt |
2008-10-05 | In malloc_page_free(), restore the correct wire_count value. | Miod Vallat |
2008-10-04 | At clock initialization, if we discover that tickadj is 0 (due to very | Theo de Raadt |
2008-10-03 | Make sigwait() work correctly. In particular, it'll work when the | Philip Guenthe |
2008-10-02 | A closed, disconnected, or otherwise failed socket is still a socket | Theo de Raadt |
2008-09-29 | Use pools to do allocations for all sizes <= PAGE_SIZE. | Artur Grabowski |
2008-09-28 | initialize the ether_vtag field like the rest of the packet header | Christian Weisgerber |
2008-09-19 | system/5918: fix clearing of ITIMER_VIRTUAL and ITIMER_PROF it_interval | Damien Miller |
2008-09-19 | Fix a bunch of problems and races with posix file locking. | Artur Grabowski |
2008-09-19 | increase MAXINTERP from 64 to 128 and allow a little extra room on top | Damien Miller |
2008-09-16 | Add PIOD_READ_AUXV, a way to get the ELF auxilliary vector through ptrace(2). | Mark Kettenis |
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-10 | There's no need to fully traverse the wakeup queue when waking a specific | Bret Lambert |