summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-10-12Add $OpenBSD$ CVS Ids.Reyk Floeter
2012-10-12For consistency with other OSes and ease of porting, makePhilip Guenthe
2012-10-12Cleanup false positives for uninitialized uses.Christiano F. Haesbaert
2012-10-12no need to fetch and print the fw revisionMike Belopuhov
2012-10-12major cleanupMike Belopuhov
2012-10-12a bit of janitoringMike Belopuhov
2012-10-12Now that the file offset/alignment issue has been found and fixed, switchJoel Sing
2012-10-12Force 16 byte alignment in boot(8) srt0.S, since this is more likely to getJoel Sing
2012-10-12Add a script that checks the file offsets for boot(8)'s .text and .dataJoel Sing
2012-10-12Build a 'fdboot' that will be used for floppy disk media. This can be madeJoel Sing
2012-10-11rework the firmware interface and incorporate all the guts intoMike Belopuhov
2012-10-11kill a scary unused functionMike Belopuhov
2012-10-11better integer log2 implementation, checked with what linux is doingMike Belopuhov
2012-10-11remove pci_set_powerstate() calls that are not needed, since the pciTheo de Raadt
2012-10-11Initialise the protected mode IDT after zeroing .bss - otherwise we wipeJoel Sing
2012-10-11Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets.Mark Kettenis
2012-10-10Oops. Need to handle the case of nfs diskless machines, where the blockTheo de Raadt
2012-10-10add missing breakTheo de Raadt
2012-10-10Add __BEGIN_DECLS so that programs using C++ can use functionsStuart Henderson
2012-10-10make bridge_rtflush and bridge_flushrule void functions, as they neverHenning Brauer
2012-10-10Clear the powersave flag and purge queued packets when a node leaves the APMark Kettenis
2012-10-10Avoid potential uninitialized variable access in fxp driver.Bret Lambert
2012-10-10Missed the MD bits with the bridgeport change. Found the hard way by deraadt.Camiel Dobbelaar
2012-10-09Capilization in comment, and document leftoverroom, + knf nit, spotted by theoBob Beck
2012-10-09Add nscan as a disk queueing algorithm, and make it the default withBob Beck
2012-10-09bufq write limitingBob Beck
2012-10-09Bump boot versions due to recent changes.Joel Sing
2012-10-09Ensure that softraid keys are cleared if rebooting from the boot loader.Joel Sing
2012-10-09Teach amd64 boot(8) how to access a softraid crypto volume. This allows forJoel Sing
2012-10-09Our arc4random() is safe to use in any context, so we don't the crazyTheo de Raadt
2012-10-09Allow boot(8) to pass information to the kernel, regarding the softraidJoel Sing
2012-10-09Put the real mode IDT and the GDT back in .text - having them in .data onlyJoel Sing
2012-10-09Provide standalone versions of AES, AES XTS, HMAC SHA1, PBKDF2 and SHA1.Joel Sing
2012-10-09Provide an explicit_bzero for standalone usage.Joel Sing
2012-10-09Provide a mechanism for the kernel to directly pass a mask key through toJoel Sing
2012-10-09Remove -noinhibit-exec now that we no longer have to deal withJoel Sing
2012-10-09Dynamically build the Interrupt Descriptor Table (IDT), instead of usingJoel Sing
2012-10-09simplify hook_disestablish() handling by always resetting the hook whenMarkus Friedl
2012-10-09Sync "Structured Extended Feature Flags" cpuid bits withJonathan Gray
2012-10-09Enable Supervisor Mode Execution Protection (SMEP), found in recentJonathan Gray
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-08push irqloop warnings into #ifdef DEBUGTheo de Raadt
2012-10-08Make carp_ourether() shorter and more generic. Only a mac addressCamiel Dobbelaar
2012-10-08make sure we don't call hook_disestablish() twice e.g. ifconfig -syncdevMarkus Friedl
2012-10-08Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need toCamiel Dobbelaar
2012-10-08syncKirill Bychkov
2012-10-08Add Garmin Dakota 20 GPS reciever.Kirill Bychkov
2012-10-08enable 3 new OAK usb sensors on at least two architecturesTheo de Raadt
2012-10-08Protect vnode.h from multiple inclusions.Joel Sing
2012-10-08Provide a mechanism for the kernel to pass data through to the disciplineJoel Sing