summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-08-30Sloppy state tracking renders ICMP direction check uselessMike Belopuhov
2012-08-30make a variable that can take a value of -1 signed to match what theJonathan Gray
2012-08-29Kill all NOPIE and NOPIE_FLAGS in i386/stand, replacing them with -fno-piePascal Stumpf
2012-08-29The low-level guts to support MTP (Multi-Threaded Processing) on theMark Kettenis
2012-08-29Make sure the interrupt stack for the boot processor is properly aligned toMark Kettenis
2012-08-29Change "struct reg" to include a few more registers. We now use the sameMark Kettenis
2012-08-29Handle T_IPROT traps from userland by call vm_fault() instead of doing anMark Kettenis
2012-08-29Get rid of all NOPIE and NOPIE_FLAGS in amd64/stand and use -fno-pie and -nopiePascal Stumpf
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-08-29Implement pci_min_powerstate().Mark Kettenis
2012-08-28Add -nopie to LINKFLAGS on ELF architectures. Note that this needs anPascal Stumpf
2012-08-28Do not add SLAAC or privacy addresses when a static address in the same prefixsperreault
2012-08-28Implement pci_min_powerstate().Mark Kettenis
2012-08-28Implement pci_min_powerstate().Mark Kettenis
2012-08-28oops. a bit of debugging code has sneaked inMike Belopuhov
2012-08-28Add __guard_local as a hidden symbol to ld.so, kernel, and everyMatthew Dempsky
2012-08-28Get rid of several ill-defined concepts and use more informationMike Belopuhov
2012-08-26htole64 works as good as htole32 twice for dma virtual addresses.David Gwynne
2012-08-25Another missed PIC -> __PIC__ conversion.Mark Kettenis
2012-08-25Better detection of the st16650 v1 (with the broken fifo). Gets rid ofMark Kettenis
2012-08-25Turns out the v445 isn't happy at all if we touch the registers that dealMark Kettenis
2012-08-25Add support for power saving in Host AP mode.Mark Kettenis
2012-08-25Set up ni_savedq for the initial BSS node such that it can actually be usedMark Kettenis
2012-08-25Make sure we disable interrupts on attachment before re-enabling.Christiano F. Haesbaert
2012-08-25Small cleanup.Christiano F. Haesbaert
2012-08-25some endian fixes.David Gwynne
2012-08-24ansiJonathan Gray
2012-08-24don't read past the end of an array when dumping the stack.Jonathan Gray
2012-08-24Synchronize CR4 and CPUID portions of <machine/specialreg.h> for i386 and amd64Philip Guenthe
2012-08-23missed NOPIE_FLAGS, noticed by Brian CallahanPascal Stumpf
2012-08-23cleanup calculations in iocfacts a bit: number of reply frames doesn'tMike Belopuhov
2012-08-23missing ${NOPIE_FLAGS}; ok pascalTheo de Raadt
2012-08-23whitespace cleanup; no functional changeMike Belopuhov
2012-08-23use BUS_DMA_ZEROMike Belopuhov
2012-08-23the chain_offset in mfii requests are in 16 byte units, not 4 likeDavid Gwynne
2012-08-23Fix a race in rt2661 Tx interrupt processing which can cause Tx processingStefan Sperling
2012-08-23turns out - is not commutative.David Gwynne
2012-08-23syncTheo de Raadt
2012-08-23kill nnpfs deadTheo de Raadt
2012-08-23stupid code bug.David Gwynne
2012-08-23To protect assumptions inside systrace, don't let systrace fds bePhilip Guenthe
2012-08-22Split out the bar functions required to attach drm(4) to share themMartin Pieuchot
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccPascal Stumpf
2012-08-22cleanup mpii_alloc_queues, use caddr_t for kva plus a bit of cleanupMike Belopuhov
2012-08-22Build the kernel with -fno-pie. Just getting Ms out of my tree; this will bePascal Stumpf
2012-08-22remove last remnants of mpii_[e]cfg_header and mpii_[e]cfg_pageMike Belopuhov
2012-08-22for device pages of the fixed size there's no need to query theirMike Belopuhov
2012-08-22minor style nits for the function prototypesMike Belopuhov
2012-08-22Unbreak drm when DRM_NO_AGP is defined.Martin Pieuchot
2012-08-22kill several unused or useless defines; no functional changeMike Belopuhov