summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-09-02Bump the buffer size from 32 to 128 bytes, because some responses mayMartin Pieuchot
2012-09-02Do not need bcopy trickery to update the file descriptorTheo de Raadt
2012-09-01Fix alpha bootblocks: Compile with -fno-pie, link with -nopie.Pascal Stumpf
2012-08-31remove some compat junk; ok kettenisTheo de Raadt
2012-08-31Kill NOPIE and NOPIE_FLAGS in loongson/stand.Pascal Stumpf
2012-08-31Kill NOPIE and NOPIE_FLAGS in hppa/stand.Pascal Stumpf
2012-08-31Wake on LAN support for nfe(4). Tested by me, russel on misc@, and jsg.Stefan Sperling
2012-08-31Move sgi/stand to plain -fno-pie -nopie. Binaries are the same.Pascal Stumpf
2012-08-30Determine the memory and mmio regions based on previously initialzed BARMartin Pieuchot
2012-08-30On SPARC64 VI/VII CPUs, use the sleep instruction while spinning to force aMark Kettenis
2012-08-30Slightly tweak the way we set up the code patch sections such that we canMark Kettenis
2012-08-30Remove a useless test for "elem_count < 0", which can never be trueMatthew Dempsky
2012-08-30Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical accordingPascal Stumpf
2012-08-30Add the possibility to map DMA memory non-cached, based on the i386/amd64Martin Pieuchot
2012-08-30Use only one macro instead of two to turn debug printf on.Martin Pieuchot
2012-08-30Use an explicit suffix for the "fld" instruction to shut up clang. The correctMark Kettenis
2012-08-30no md_root_setconfTheo de Raadt
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