summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-11-28g/c mfs_mountroot() and mfs_initminiroot(). We don't support root onTodd C. Miller
2007-11-28fill the va_blocksize with something a litte saner,Thordur I. Bjornsson
2007-11-28Don't free the old idt vector if we reuse it.Mark Kettenis
2007-11-28Give UltraSPARC-IV CPUs a chance again to attach on GENERIC.Mark Kettenis
2007-11-28my brother, David Fries david at fries dot net, noticed that if you put yourTodd T. Fries
2007-11-28basic support for building an i386 kernel with the native toolchainTed Unangst
2007-11-28when we probe a port send an ata inquiry to the device and cacheDavid Gwynne
2007-11-28doh!Ted Unangst
2007-11-28quite a bit of simplification by removing cpu classes.Ted Unangst
2007-11-28a few more places where getmicrotime is good enough. ok miodTed Unangst
2007-11-28add the device and interface class codes for USB Video Class (UVC)Robert Nagy
2007-11-28ctob/btoc -> ptoa/atopMartin Reindl
2007-11-28do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-11-28the ccb lists protect themselves, so we dont have to check if we're atDavid Gwynne
2007-11-28When updating the timestamps on pipes, use getnanotime() instead of moreMiod Vallat
2007-11-28delete the compat_09_sys_uname code hereTheo de Raadt
2007-11-28move protos to right placeTheo de Raadt
2007-11-28remove the DIRECTOK flag. the caller semantics were too weird, and it's aTed Unangst
2007-11-28finish conversion to workq. remove list remnants, and put spl in the rightTed Unangst
2007-11-28syncTheo de Raadt
2007-11-28make ata controllers protect their own command lists so atascsi doesnt haveDavid Gwynne
2007-11-28COMPAT_09 uname is only used by freebsd compat, so move it to the right placeTheo de Raadt
2007-11-28compat_25_sys_omsync is unusedTheo de Raadt
2007-11-28Use cas/casx instead of casa/casxa.Mark Kettenis
2007-11-28COMPAT_{23,25,35} should not be used directlyTheo de Raadt
2007-11-28place a comment as to why these are otherwise emptyTheo de Raadt
2007-11-28use correct data type for the pci address (bus_addr_t)Reyk Floeter
2007-11-27Like i386 and amd64 - make the __mp_lock not spin at splhigh.Mark Kettenis
2007-11-27Missed those because they are in a weird place.Artur Grabowski
2007-11-27need strcmp.c hereMartin Reindl
2007-11-27fix shared area structure.Damien Bergamini
2007-11-27properly update hardware multicast filter.Damien Bergamini
2007-11-27fix DMA alignment constraints: rings must be aligned on a 256-byteDamien Bergamini
2007-11-27intr_disable() returns an u_int64_t.Mark Kettenis
2007-11-27Fix off-by-one that made us attach acpicpu0 and acpicpu1 on GENERIC kernels.Mark Kettenis
2007-11-27Implement the NOLOCK semantics. MPSAFE will have to wait a while untilArtur Grabowski
2007-11-27regenArtur Grabowski
2007-11-27Mark getpid as NOLOCK just for testing.Artur Grabowski
2007-11-27Add possibility to add flags to syscalls in syscalls.master to markArtur Grabowski
2007-11-27Shoot old netbsd compat code from almost 20 years ago; ok artTheo de Raadt
2007-11-27TCP_COMPAT_42 was last used in 1997. Kill it.Theo de Raadt
2007-11-27also move softraid raid1 into own file, ok marcoTed Unangst
2007-11-27make the deceptively complicated leading and trailing space into functions.Ted Unangst
2007-11-27Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separateMiod Vallat
2007-11-27split crypto functions out into their own file, so softraid.c is not suchTed Unangst
2007-11-27typos; ok jmc@Martynas Venckus
2007-11-27add rcs idJasper Lievisse Adriaanse
2007-11-27ARGH. Work has poisoned my mind. KNF the braces.Artur Grabowski
2007-11-27Unify amd64 and i386 code further; ok oga kettenisTheo de Raadt
2007-11-27Initial support for the SGI Graphics Back End (GBE) frame buffer found inJoel Sing