summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-01-02Ensure that we preserve callee-save registers.Joel Sing
2014-01-02enable beep controls on ALC221 and ALC269 as wellJonathan Gray
2014-01-02enable beep and CD controls on ALC282Jonathan Gray
2014-01-02loadrandom() status should be ignored, so that we do not loop.Theo de Raadt
2014-01-01Remove __HAVE_PMAP_PHYSSEG support, nothing uses it anymore.Miod Vallat
2014-01-01Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD.Miod Vallat
2014-01-01Destroy the eligible list when detaching from an interface.pelikan
2014-01-01fix header to get symbols loaded correctlyMiod Vallat
2014-01-01Add a linker script to force the .openbsd.randomdata section to be put afterMiod Vallat
2014-01-01copyright++Federico G. Schwindt
2013-12-31tedu the diagnostic code to detect the presence of the defective Xterasys XN-152Brad Smith
2013-12-31regenBrad Smith
2013-12-31another MCP61 idBrad Smith
2013-12-31bcopy -> memcpy. reviewed with one fix from matthewTed Unangst
2013-12-30Add support for newer integrated Realtek PHY.Brad Smith
2013-12-30Have rgephy(4) always use RL_GMEDIASTAT to retrieve the link/media statusBrad Smith
2013-12-30Expand the MSI support to cover most of the remaining bge(4) chipsets with theBrad Smith
2013-12-30Enable snooping on Lynx Point-LP HD Audio.Jonathan Gray
2013-12-30Correct initialization of Bt458, used in LUNA's 8bpp frame buffer.Kenji Aoyama
2013-12-30Fix IOC4DEV_xxx numbers, so that devices besides the first two serial portsMiod Vallat
2013-12-30Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.Brad Smith
2013-12-30Add Broadcom BCM57764, BCM57767 and BCM57787 PCI ids.Brad Smith
2013-12-29In tlbdsmiss, do not trash the tlb pointer by mistake. From NetBSD (PR #39257)Miod Vallat
2013-12-29Remove excessive parentheses.Brad Smith
2013-12-29Force clock clamping after one byte received instead of three. There are stillMiod Vallat
2013-12-29regenMiod Vallat
2013-12-29Intel NM70Miod Vallat
2013-12-28The mips partition table in the volume header uses 512-byte logical units,Miod Vallat
2013-12-28Try to load entropy data from disk:/etc/random.seed. Then, insert this intoMark Kettenis
2013-12-28oops, the fallback stack protector code must handle 64-bit guardsTheo de Raadt
2013-12-28Always call PHY_RESET upon attaching eephy(4) so as to do PHY initialization,Brad Smith
2013-12-28Make sure the PT_OPENBSD_RANDOMIZE program header actually covers the dataMark Kettenis
2013-12-28Back out the previous commit; rodata gets merged with text by the linker.Mark Kettenis
2013-12-28create rodata PHDR; ok kettenisTheo de Raadt
2013-12-28Require an explicit PT_OPENBSD_RANDOMIZE program header in the kernel linkerMiod Vallat
2013-12-28Further clean up and unification of the amd64 and i386 boot(8) makefiles.Joel Sing
2013-12-28Attempt to approximate what should happen on a suspend/resume cycle.Theo de Raadt
2013-12-28Sync activate code sequnces to if_msk.c as much as possible, in caseTheo de Raadt
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-28mii drivers no longer need activate functions. Repair of the PHYTheo de Raadt
2013-12-28Move the fairly heavy eephy_init sequence [which was only done atTheo de Raadt
2013-12-28change the stack protector guard into a long word (removing the old legacyTheo de Raadt
2013-12-28We can initialize the srandom/random system earlier from arc4random,Theo de Raadt
2013-12-28We can random_start() earlier (not that it does too much) and callTheo de Raadt
2013-12-28Put the entropy_pool[] into the ELF .openbsd.randomdata segment.Theo de Raadt
2013-12-28crank the versionTheo de Raadt
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-12-28If we fail to decrypt the softraid keys, return EPERM rather than fallingJoel Sing
2013-12-28Use preprocessor symbols where possible.Theo de Raadt