Age | Commit message (Expand) | Author |
2014-04-19 | Dead stores in subr_hibernate.c | Mike Larkin |
2014-04-18 | Have each thread keeps its own (counted!) reference to the process's ucreds | Philip Guenther |
2014-04-17 | Make sure the original thread is blocked until any other threads are | Philip Guenther |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-12 | revert falloc change, as it causes all new processes to get stuck after a while | Marc Espie |
2014-04-10 | pull the bufcache freelist code out into separate functions to allow new | Ted Unangst |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-04-03 | bcopy -> memcpy | Ted Unangst |
2014-04-03 | if it's ok to wait, it must also be ok to give the kernel lock. do so. | Ted Unangst |
2014-04-03 | fix $OpenBSD$, noticed by philip | Bob Beck |
2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to | Bob Beck |
2014-03-31 | Grab the kernel lock before autoconf. This way device drivers can drop it in | Mark Kettenis |
2014-03-30 | Eliminates struct pcred by moving the real and saved ugids into | Philip Guenther |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-28 | Reduce uvm include madness. Use <uvm/uvm_extern.h> instead of | Martin Pieuchot |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-03-27 | Store an ifp index instead of a pointer in the "struct mbuf_ext". | Martin Pieuchot |
2014-03-26 | Simply cansignal(), passing it processes instead of procs and | Philip Guenther |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-25 | As long as we're pulling in "systrace.h", might as well conditionalize | Philip Guenther |
2014-03-24 | The kernel isn't involved in times(3); <sys/times.h> should never be | Philip Guenther |
2014-03-24 | Split the API: struct ucred remains the kernel internal structure while | Philip Guenther |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-21 | Fix missing brackets: longitude/latitude status set to critical every time | andre |
2014-03-21 | Some knf, no functional changes. | andre |
2014-03-21 | Allow for two more pmap-specific bits in vm_page pg_flags. Define | Miod Vallat |
2014-03-19 | Properly align the stack using _STACKALIGNBYTES, rather that the ALIGN() | Theo de Raadt |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-03-18 | When creating a unix socket, save the PID for pf's log(user), even when | Philip Guenther |
2014-03-18 | In prep for killing ps_mainproc, use pr->ps_pid instead of | Philip Guenther |
2014-03-13 | get rid of the assumption that the head of the alldevs list is the | David Gwynne |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-08 | split falloc into two functions, the allocation and the publication. | Ted Unangst |
2014-02-12 | Eliminate the exit sig handling, which was only invokable via the | Philip Guenther |
2014-02-10 | arc4random_uniform() returns a value strictly less than its argument; fix | Philip Guenther |
2014-02-09 | Fix the lock order reversal problem in the code that stops traced | Mark Kettenis |
2014-02-09 | regen | Philip Guenther |
2014-02-09 | nanosleep() isn't actually NOLOCK safe yet: tsleep() still requires kernel | Philip Guenther |
2014-02-01 | Remove some of the excessive cache and TLB flushing going on during | Mike Larkin |
2014-01-30 | Simplyfy adjtime(2) by keeping track of the adjustment as a number of | Mark Kettenis |
2014-01-25 | get rid of the kernel high and low water marks for pages and replace with | Bob Beck |
2014-01-24 | When a disklabel is read from a MBR partitioned disk, don't | Kenneth R Westerback |
2014-01-24 | Copy timespecs member by member in fo_stat callback functions, to avoid | Philip Guenther |
2014-01-24 | exit1() needs to do a final aggregation of the thread's [us]ticks | Philip Guenther |
2014-01-23 | msleep() with a NULL mtx argument is a programming error. | Philip Guenther |
2014-01-23 | Waiting on a condition without a lock is an error: you need *some* lock | Philip Guenther |
2014-01-23 | Delete spurious if statement. | Kenneth R Westerback |
2014-01-22 | Write disklabel in correct spot on devices with non-512-byte sectors. | Kenneth R Westerback |
2014-01-22 | Delete casts in assignments to void* and passed void* arguments. | Philip Guenther |