Age | Commit message (Expand) | Author |
2012-04-16 | Move proc0 and trap handler setup before consinit(), but still wait for the | Miod Vallat |
2012-04-16 | Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicating | Miod Vallat |
2012-04-16 | Fix struct arc_param_blk_* layout to not embed pointers, as this messes the | Miod Vallat |
2012-04-15 | Overhaul hpc child device attachments: | Miod Vallat |
2012-04-15 | Define symbolic constants for the interrupt controller pin assignments on | Miod Vallat |
2012-04-15 | Declare most imc bus_space(9) methods in a visible header; this will be used | Miod Vallat |
2012-04-15 | Provide an hpc_intr_establish() function for hpc subdevices, so they don't | Miod Vallat |
2012-04-15 | If the dma-usable area changes after autoconf, recompute the buffer count and | Miod Vallat |
2012-04-15 | Tell Indy and Challenge S apart. | Miod Vallat |
2012-04-15 | Add option EISAVERBOSE to IP22 kernels | Miod Vallat |
2012-04-14 | User area hasn't been double-mapped in a long time | Philip Guenthe |
2012-04-14 | If single threading is active, drirect the SIGKILL signal we send to orphaned | Mark Kettenis |
2012-04-14 | Do not just return in case the provided control buffer is too short since | Claudio Jeker |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2012-04-14 | Free tmp buffer in case the cluster allocation failed. Found by David Hill. | Claudio Jeker |
2012-04-14 | regen | Matthieu Herrb |
2012-04-14 | add Radeon Mobility HD 5430 | Matthieu Herrb |
2012-04-14 | Revert rev 1.58, as it frees an uninitialized pointer | Philip Guenthe |
2012-04-13 | gc unused function | Theo de Raadt |
2012-04-13 | For now, direct the kill signal sent by PT_KILL to the thread that made us | Mark Kettenis |
2012-04-13 | Don't convert a mbuf to a cluster and think the data in the mbuf is still | Claudio Jeker |
2012-04-13 | Backout a tiny part of the previous commit. Decrementing ps_singlecount in | Mark Kettenis |
2012-04-13 | oops, wrong version of diff in previous | Theo de Raadt |
2012-04-13 | Do not clamp the file descriptors to the buffer size; that leads to | Theo de Raadt |
2012-04-13 | Avoid horrible namespace pollution of <machine/signal.h> pulling in | Miod Vallat |
2012-04-13 | First stab at making ptrace(2) usable for debugging multi-threaded programs. | Mark Kettenis |
2012-04-13 | Fix waiting problem at boot on AMD Hudson's AHCI. | sasano |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2012-04-12 | In this case where dup2() extends the table using fdalloc, the newly | Theo de Raadt |
2012-04-12 | rfork cleanup | Philip Guenthe |
2012-04-12 | Remove dead UBC code | Ariane van der Steldt |
2012-04-12 | Add per thread accounting, mainly for usage & friends. | Paul Irofti |
2012-04-12 | hibernate: fix lock/unlock mismatch | Ariane van der Steldt |
2012-04-12 | If the "main" thread exits it stays around but unlinks itself from the | Mark Kettenis |
2012-04-12 | more rfork mop-up | Theo de Raadt |
2012-04-12 | sync | Theo de Raadt |
2012-04-12 | remove rfork(); ok guenther miod | Theo de Raadt |
2012-04-12 | PT_GETXMMREGS and PT_SETXMMREGS can take a TID. | Mark Kettenis |
2012-04-12 | uvm: keep track of maxrss | Ariane van der Steldt |
2012-04-12 | sync | Theo de Raadt |
2012-04-12 | kill lfs system call lines and libc stubs | Theo de Raadt |
2012-04-12 | sync | Theo de Raadt |
2012-04-12 | New system call: getdtablecount(2) returns the number of file | Theo de Raadt |
2012-04-12 | dup() was calling fd_used() twice for the new file descriptor. Seperate | Theo de Raadt |
2012-04-12 | move accounting flags to struct process; idea and ok guenther | Mike Belopuhov |
2012-04-11 | fix all the suser calls which pass an incorrect p_acflag argument; | Mike Belopuhov |
2012-04-11 | tedu struct omsghdr | Theo de Raadt |
2012-04-11 | Move the P_WAITED flag from struct proc to struct process. | Mark Kettenis |
2012-04-11 | The first ktrace record for a newly spawned thread is a return | Mike Belopuhov |
2012-04-11 | In sendmsg() permit at most 10% of maxfiles to be in-flight | Theo de Raadt |