summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-01-22pool_setipl() on both pmap pools as a workaround for some sort of MPTheo de Raadt
2015-01-22Let powerpc's bus_space(9) use the same pmap and uvm interfaces than theMartin Pieuchot
2015-01-22Replace some obvious '$OpenBSD' and '$OpenBSD:' typos with '$OpenBSD$'.Kenneth R Westerback
2015-01-22Reduce the number of intermediate buffers by pre-allocating DMA buffersMartin Pieuchot
2015-01-22Use correct error type and remove unused interface pointer.Martin Pieuchot
2015-01-22pool_chk_page iterates over a pages free item lists and checks thatDavid Gwynne
2015-01-22bring back r1.80:David Gwynne
2015-01-213 different .h files here include ioccom.h. Do not need to include it directlyTheo de Raadt
2015-01-21if_media.c needs net/if_var.h. This fixes the build with IFMEDIA_DEBUG.Theo de Raadt
2015-01-21remove #if 0 cdefs.h blocksTheo de Raadt
2015-01-21To satisfy kernel grovellers and bad (but document) sysctlTheo de Raadt
2015-01-21Remove the useless variable ifa in rt_getifa().Alexander Bluhm
2015-01-21By popular demand, put NFS, ipv6 and vlan support in sparc installation media.Miod Vallat
2015-01-21Even without BATs memory under ``physmaxaddr'' is mapped 1:1 in theMartin Pieuchot
2015-01-21I don't foresee knowing that my i386 netbook has an AT/286+ bios andTed Unangst
2015-01-21Do not try to stop and reset endpoints if USB transfers are abortedMartin Pieuchot
2015-01-21Ubreak the tree by using "struct ifreq" instead of "struct linux_ifreq".Martin Pieuchot
2015-01-21Enable ix(4).Mark Kettenis
2015-01-21Remove the code to automagically find a "carpdev".Martin Pieuchot
2015-01-21Add a comment above the autopad checking.Brad Smith
2015-01-21Use the RL_FLAG_AUTOPAD flag when trying to determine whenBrad Smith
2015-01-21Delete option COMPAT_43: support for pre-sa_len binaries has been obsoletePhilip Guenther
2015-01-20Move ps_strings "after" the random stackgap. This makes its location aMark Kettenis
2015-01-20Merge two copies of the (almost) identical bus space code into one file.Martin Pieuchot
2015-01-20FSHIFT does not need to go to userland, so convert it to _FSHIFT.Theo de Raadt
2015-01-20Nothing in this file requires <sys/queue.h>. While here remove old andMartin Pieuchot
2015-01-20Years ago, MSIZE had to be known in <sys/param.h> probably to allocateTheo de Raadt
2015-01-20MAXFRAG was always placed incorrectly in <sys/param.h> It is primarilyTheo de Raadt
2015-01-20CMASK was only a CSRGism. It was only used in the kernel and ftpd, onceTheo de Raadt
2015-01-20Prevent tables referenced by rules in anchors from getting disabled.Mike Belopuhov
2015-01-20Merge two copies of the same dma code into one file and sync the headers.Martin Pieuchot
2015-01-20Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg()Martin Pieuchot
2015-01-20Revert some $OpenBSD$ additions about which there are doubts.Kenneth R Westerback
2015-01-20Make ix(4) work on strict alignment architectures. The Intel networkingMark Kettenis
2015-01-20Check for out-of-range indices when searching the default dac and adc.Alexandre Ratchov
2015-01-20rework the audio key handling to allocate a message to send to theDavid Gwynne
2015-01-20Fix size of the bcopy when extracting the MAC address.Brad Smith
2015-01-20Missing $OpenBSD$'s.Kenneth R Westerback
2015-01-20Remove use of the link change interrupt handling, not all controllersBrad Smith
2015-01-20Some fixes for handling link state changes.Brad Smith
2015-01-20And the variable too.Brad Smith
2015-01-20Back out a chunk of rev 1.34 that wasn't supposed to go in with theBrad Smith
2015-01-20printf wasn't supposed to go in.Brad Smith
2015-01-20#include <sys/syslimits.h> to allow operation without requiring the noiseTheo de Raadt
2015-01-19Prefer linux_sockaddr over osockaddr, so the latter can go away.Philip Guenther
2015-01-19back it out properlyTheo de Raadt
2015-01-19never tested with a make releaseTheo de Raadt
2015-01-19Oops, missed the new #include when manually applying the diff fromPhilip Guenther
2015-01-19`wellspring' Apple keyboards found on Macbook Air need slightly differentMiod Vallat
2015-01-19Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic()Philip Guenther