Age | Commit message (Expand) | Author |
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 |
2007-11-28 | place a comment as to why these are otherwise empty | Theo de Raadt |
2007-11-28 | use correct data type for the pci address (bus_addr_t) | Reyk Floeter |
2007-11-27 | Like i386 and amd64 - make the __mp_lock not spin at splhigh. | Mark Kettenis |
2007-11-27 | Missed those because they are in a weird place. | Artur Grabowski |
2007-11-27 | need strcmp.c here | Martin Reindl |
2007-11-27 | fix shared area structure. | Damien Bergamini |
2007-11-27 | properly update hardware multicast filter. | Damien Bergamini |
2007-11-27 | fix DMA alignment constraints: rings must be aligned on a 256-byte | Damien Bergamini |
2007-11-27 | intr_disable() returns an u_int64_t. | Mark Kettenis |
2007-11-27 | Fix off-by-one that made us attach acpicpu0 and acpicpu1 on GENERIC kernels. | Mark Kettenis |
2007-11-27 | Implement the NOLOCK semantics. MPSAFE will have to wait a while until | Artur Grabowski |
2007-11-27 | regen | Artur Grabowski |
2007-11-27 | Mark getpid as NOLOCK just for testing. | Artur Grabowski |
2007-11-27 | Add possibility to add flags to syscalls in syscalls.master to mark | Artur Grabowski |
2007-11-27 | Shoot old netbsd compat code from almost 20 years ago; ok art | Theo de Raadt |
2007-11-27 | TCP_COMPAT_42 was last used in 1997. Kill it. | Theo de Raadt |
2007-11-27 | also move softraid raid1 into own file, ok marco | Ted Unangst |
2007-11-27 | make the deceptively complicated leading and trailing space into functions. | Ted Unangst |
2007-11-27 | Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separate | Miod Vallat |
2007-11-27 | split crypto functions out into their own file, so softraid.c is not such | Ted Unangst |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-27 | add rcs id | Jasper Lievisse Adriaanse |
2007-11-27 | ARGH. Work has poisoned my mind. KNF the braces. | Artur Grabowski |
2007-11-27 | Unify amd64 and i386 code further; ok oga kettenis | Theo de Raadt |
2007-11-27 | Initial support for the SGI Graphics Back End (GBE) frame buffer found in | Joel Sing |