Age | Commit message (Expand) | Author |
2007-12-02 | Set expiry timestamp when importing a state, otherwise it expires on the | Christopher Pascoe |
2007-12-02 | DIOCADDSTATE would always dereference a NULL pointer during this copy | Christopher Pascoe |
2007-12-01 | Let apmless non-mp kernels compile, from chris@ | Miod Vallat |
2007-12-01 | Don't be lazy in the locking in SYSCALL_DEBUG code. | Artur Grabowski |
2007-12-01 | Don't double attach serverworks subsidiary pci busses, introduced by | Theo de Raadt |
2007-11-30 | s/letoh16/htole16/ in iwn_send_sensitivity(). | Damien Bergamini |
2007-11-30 | Fix msleep. | Owain Ainsworth |
2007-11-30 | Disestablish interrupts upon detach, | Mark Kettenis |
2007-11-30 | Make ppb(4) detachable. | Mark Kettenis |
2007-11-30 | Make pci(4) detachable. | Mark Kettenis |
2007-11-30 | Unbreak build. Also tested by jasper@. | Joel Sing |
2007-11-30 | skip the bad mapping checks for now, sigh | Theo de Raadt |
2007-11-30 | Define IPL_VM on platforms which lack it. | Miod Vallat |
2007-11-30 | Skip the sanity test introduced in r1.50 on TI devices, as it gets triggered | Miod Vallat |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-29 | unbreak the zaurus kernel build by adding a missing header | Todd T. Fries |
2007-11-29 | repair case of agp & subsidiary busses; ok kettenis | Theo de Raadt |
2007-11-29 | outdated comment | Theo de Raadt |
2007-11-29 | needs at least S defined | Theo de Raadt |
2007-11-29 | use a working mutex for the freepage list. ok art deraadt | Ted Unangst |
2007-11-28 | oga just showed the worst case of "commit and run for beer" i've ever | Theo de Raadt |
2007-11-28 | Initial import of the DRM (direct rendering manager). | Owain Ainsworth |
2007-11-28 | Add msleep. This is identical to tsleep but it takes a mutex as a | Owain Ainsworth |
2007-11-28 | Garbage collect sparc_cas() and sparc_casx(). We have equivalent functions | Mark Kettenis |
2007-11-28 | Don't complain about removing wired pages; this is expected to happen with | Mark Kettenis |
2007-11-28 | g/c mfs_mountroot() and mfs_initminiroot(). We don't support root on | Todd C. Miller |
2007-11-28 | fill the va_blocksize with something a litte saner, | Thordur I. Bjornsson |
2007-11-28 | Don't free the old idt vector if we reuse it. | Mark Kettenis |
2007-11-28 | Give UltraSPARC-IV CPUs a chance again to attach on GENERIC. | Mark Kettenis |
2007-11-28 | my brother, David Fries david at fries dot net, noticed that if you put your | Todd T. Fries |
2007-11-28 | basic support for building an i386 kernel with the native toolchain | Ted Unangst |
2007-11-28 | when we probe a port send an ata inquiry to the device and cache | David Gwynne |
2007-11-28 | doh! | Ted Unangst |
2007-11-28 | quite a bit of simplification by removing cpu classes. | Ted Unangst |
2007-11-28 | a few more places where getmicrotime is good enough. ok miod | Ted Unangst |
2007-11-28 | add the device and interface class codes for USB Video Class (UVC) | Robert Nagy |
2007-11-28 | ctob/btoc -> ptoa/atop | Martin Reindl |
2007-11-28 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2007-11-28 | the ccb lists protect themselves, so we dont have to check if we're at | David Gwynne |
2007-11-28 | When updating the timestamps on pipes, use getnanotime() instead of more | Miod Vallat |
2007-11-28 | delete the compat_09_sys_uname code here | Theo de Raadt |
2007-11-28 | move protos to right place | Theo de Raadt |
2007-11-28 | remove the DIRECTOK flag. the caller semantics were too weird, and it's a | Ted Unangst |
2007-11-28 | finish conversion to workq. remove list remnants, and put spl in the right | Ted Unangst |
2007-11-28 | sync | Theo de Raadt |
2007-11-28 | make ata controllers protect their own command lists so atascsi doesnt have | David Gwynne |
2007-11-28 | COMPAT_09 uname is only used by freebsd compat, so move it to the right place | Theo de Raadt |
2007-11-28 | compat_25_sys_omsync is unused | Theo de Raadt |
2007-11-28 | Use cas/casx instead of casa/casxa. | Mark Kettenis |
2007-11-28 | COMPAT_{23,25,35} should not be used directly | Theo de Raadt |