summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
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