summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2012-10-16As CMSG_ALIGN() can overflow the integer value, do the length checkAlexander Bluhm
2012-10-16Cleanup.Bob Beck
2012-10-15eliminate a couple of gotosMike Belopuhov
2012-10-15major cleanup of the queue allocation code; we need only half ofMike Belopuhov
2012-10-15In DVACT_SUSPEND, do a flush of the disk. We do this in DVACT_POWERDOWNTheo de Raadt
2012-10-15Another 'notyet' is being promoted to 'notever'.Mike Belopuhov
2012-10-14Fix typo in debug print.Mark Kettenis
2012-10-14The msdos1mb file has not been used since we got newfs_msdos.Theo de Raadt
2012-10-13Move WOL activation to DVACT_POWERDOWN (instead of doing it twice, atTheo de Raadt
2012-10-13This device should not put itself into D3 by itself when going to WOL;Theo de Raadt
2012-10-13pxe spec reference is better placed in STANDARDS;Jason McIntyre
2012-10-13Only build fdboot on the appropriate architectures. Also fix the path toJoel Sing
2012-10-12Added I-O DATA RSA-PCI2 support.sasano
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