Age | Commit message (Expand) | Author |
2015-01-20 | CMASK was only a CSRGism. It was only used in the kernel and ftpd, once | Theo de Raadt |
2015-01-20 | Prevent tables referenced by rules in anchors from getting disabled. | Mike Belopuhov |
2015-01-20 | Merge two copies of the same dma code into one file and sync the headers. | Martin Pieuchot |
2015-01-20 | Various cleanups. Explicitly include <sys/atomic.h>, Use pmap_remove_pg() | Martin Pieuchot |
2015-01-20 | Revert some $OpenBSD$ additions about which there are doubts. | Kenneth R Westerback |
2015-01-20 | Make ix(4) work on strict alignment architectures. The Intel networking | Mark Kettenis |
2015-01-20 | Check for out-of-range indices when searching the default dac and adc. | Alexandre Ratchov |
2015-01-20 | rework the audio key handling to allocate a message to send to the | David Gwynne |
2015-01-20 | Fix size of the bcopy when extracting the MAC address. | Brad Smith |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2015-01-20 | Remove use of the link change interrupt handling, not all controllers | Brad Smith |
2015-01-20 | Some fixes for handling link state changes. | Brad Smith |
2015-01-20 | And the variable too. | Brad Smith |
2015-01-20 | Back out a chunk of rev 1.34 that wasn't supposed to go in with the | Brad Smith |
2015-01-20 | printf wasn't supposed to go in. | Brad Smith |
2015-01-20 | #include <sys/syslimits.h> to allow operation without requiring the noise | Theo de Raadt |
2015-01-19 | Prefer linux_sockaddr over osockaddr, so the latter can go away. | Philip Guenther |
2015-01-19 | back it out properly | Theo de Raadt |
2015-01-19 | never tested with a make release | Theo de Raadt |
2015-01-19 | Oops, missed the new #include when manually applying the diff from | Philip Guenther |
2015-01-19 | `wellspring' Apple keyboards found on Macbook Air need slightly different | Miod Vallat |
2015-01-19 | Fix bracing in ASSERT_VP_ISLOCKED(vp) macro to not always panic() | Philip Guenther |
2015-01-19 | Move doaccept() declaration from its .c file to sys/socketvar.h for use | Philip Guenther |
2015-01-19 | Delete ABI compat for osockaddr: 20 years and many ABI bumps since sa_len added | Philip Guenther |
2015-01-19 | Remove dead store causing clang to warn; dhill | Miod Vallat |
2015-01-19 | use SYMLOOP_MAX rather than MAXSYMLINKS | Theo de Raadt |
2015-01-19 | mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNEL | Theo de Raadt |
2015-01-19 | SYMLOOP_MAX == MAXSYMLINKS, so use SYMLOOP_MAX | Theo de Raadt |
2015-01-19 | First step of hiding many kernel-only parts of <netinet/ip_ipsp.h> | Theo de Raadt |
2015-01-19 | Make use of an msr available on recent Intel processors to obtain the | Jonathan Gray |
2015-01-19 | Make some $OpenBSD$ lines prettier/standardier by eliminating | Kenneth R Westerback |
2015-01-19 | <netinet6/in6_ifattach.h> is not needed here. | Martin Pieuchot |
2015-01-19 | pass the size of the softc to free. | David Gwynne |
2015-01-19 | white space fixes. no binary change. | David Gwynne |
2015-01-19 | unneccessary cmask variable; ok guenther | Theo de Raadt |
2015-01-18 | Back out previous. HOST_NAME_MAX is only defined for newer POSIX | Todd C. Miller |
2015-01-18 | Forward declare 'struct file' so that libkvm and others that indirectly pull | Philip Guenther |
2015-01-18 | Do not trust the content of event TRBs coming from the hardware and | Martin Pieuchot |
2015-01-18 | When restoring spsr values when handling traps use spsr_fsxc instead | Jonathan Gray |
2015-01-18 | Switch some uses of msr that only deal with interrupts/mode to use | Jonathan Gray |
2015-01-18 | Do not even try to dereference a NULL pointer. | Martin Pieuchot |
2015-01-18 | Complete synchronous abort method modeled after the existing ones. | Martin Pieuchot |
2015-01-18 | Do not try to free xfers before aborting the pipes, otherwise a clown | Martin Pieuchot |
2015-01-18 | Add commented-out necsb(4) and audio(4) configuration to GENERIC. | Kenji Aoyama |
2015-01-18 | Revert 1.166 (but keep the bufq_wait() interface change), for this is wrong | Miod Vallat |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2015-01-18 | Since we are no longer resetting rings when a Babble or Stall condition | Martin Pieuchot |
2015-01-18 | The 'mrs' instruction only deals with the whole register without | Jonathan Gray |
2015-01-18 | unifdef IPKDB. These codepaths are holdouts from NetBSD code and are | Jonathan Gray |
2015-01-18 | Per POSIX, <sys/socket.h> needs to expose struct iovec, and may do so | Philip Guenther |