summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-01-19Move doaccept() declaration from its .c file to sys/socketvar.h for usePhilip Guenther
2015-01-19Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len addedPhilip Guenther
2015-01-19Remove dead store causing clang to warn; dhillMiod Vallat
2015-01-19use SYMLOOP_MAX rather than MAXSYMLINKSTheo de Raadt
2015-01-19mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNELTheo de Raadt
2015-01-19SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAXTheo de Raadt
2015-01-19First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>Theo de Raadt
2015-01-19Make use of an msr available on recent Intel processors to obtain theJonathan Gray
2015-01-19Make some $OpenBSD$ lines prettier/standardier by eliminatingKenneth R Westerback
2015-01-19<netinet6/in6_ifattach.h> is not needed here.Martin Pieuchot
2015-01-19pass the size of the softc to free.David Gwynne
2015-01-19white space fixes. no binary change.David Gwynne
2015-01-19unneccessary cmask variable; ok guentherTheo de Raadt
2015-01-18Back out previous. HOST_NAME_MAX is only defined for newer POSIXTodd C. Miller
2015-01-18Forward declare 'struct file' so that libkvm and others that indirectly pullPhilip Guenther
2015-01-18Do not trust the content of event TRBs coming from the hardware andMartin Pieuchot
2015-01-18When restoring spsr values when handling traps use spsr_fsxc insteadJonathan Gray
2015-01-18Switch some uses of msr that only deal with interrupts/mode to useJonathan Gray
2015-01-18Do not even try to dereference a NULL pointer.Martin Pieuchot
2015-01-18Complete synchronous abort method modeled after the existing ones.Martin Pieuchot
2015-01-18Do not try to free xfers before aborting the pipes, otherwise a clownMartin Pieuchot
2015-01-18Add commented-out necsb(4) and audio(4) configuration to GENERIC.Kenji Aoyama
2015-01-18Revert 1.166 (but keep the bufq_wait() interface change), for this is wrongMiod Vallat
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18Since we are no longer resetting rings when a Babble or Stall conditionMartin Pieuchot
2015-01-18The 'mrs' instruction only deals with the whole register withoutJonathan Gray
2015-01-18unifdef IPKDB. These codepaths are holdouts from NetBSD code and areJonathan Gray
2015-01-18Per POSIX, <sys/socket.h> needs to expose struct iovec, and may do soPhilip Guenther