Age | Commit message (Expand) | Author |
2012-10-17 | AH_BYTE_ORDER and AH_BIG_ENDIAN are holdovers from the old FreeBSD | Jonathan Gray |
2012-10-17 | #if NWSDISPLAY > 0 not #if WSDISPLAY > 0 | Jonathan Gray |
2012-10-16 | Add support for multiple channels. | Mark Kettenis |
2012-10-16 | Change the PCI memory extent to cover the whole 64-bit memory space | Mike Belopuhov |
2012-10-16 | Remove uneeded <net/bpf.h> include which was never used as it | Jonathan Gray |
2012-10-16 | #if SCSIDEBUG -> #ifdef SCSIDEBUG | Jonathan Gray |
2012-10-16 | As CMSG_ALIGN() can overflow the integer value, do the length check | Alexander Bluhm |
2012-10-16 | Cleanup. | Bob Beck |
2012-10-15 | eliminate a couple of gotos | Mike Belopuhov |
2012-10-15 | major cleanup of the queue allocation code; we need only half of | Mike Belopuhov |
2012-10-15 | In DVACT_SUSPEND, do a flush of the disk. We do this in DVACT_POWERDOWN | Theo de Raadt |
2012-10-15 | Another 'notyet' is being promoted to 'notever'. | Mike Belopuhov |
2012-10-14 | Fix typo in debug print. | Mark Kettenis |
2012-10-14 | The msdos1mb file has not been used since we got newfs_msdos. | Theo de Raadt |
2012-10-13 | Move WOL activation to DVACT_POWERDOWN (instead of doing it twice, at | Theo de Raadt |
2012-10-13 | This device should not put itself into D3 by itself when going to WOL; | Theo de Raadt |
2012-10-13 | pxe spec reference is better placed in STANDARDS; | Jason McIntyre |
2012-10-13 | Only build fdboot on the appropriate architectures. Also fix the path to | Joel Sing |
2012-10-12 | Added I-O DATA RSA-PCI2 support. | sasano |
2012-10-12 | Add $OpenBSD$ CVS Ids. | Reyk Floeter |
2012-10-12 | For consistency with other OSes and ease of porting, make | Philip Guenthe |
2012-10-12 | Cleanup false positives for uninitialized uses. | Christiano F. Haesbaert |
2012-10-12 | no need to fetch and print the fw revision | Mike Belopuhov |
2012-10-12 | major cleanup | Mike Belopuhov |
2012-10-12 | a bit of janitoring | Mike Belopuhov |
2012-10-12 | Now that the file offset/alignment issue has been found and fixed, switch | Joel Sing |
2012-10-12 | Force 16 byte alignment in boot(8) srt0.S, since this is more likely to get | Joel Sing |
2012-10-12 | Add a script that checks the file offsets for boot(8)'s .text and .data | Joel Sing |
2012-10-12 | Build a 'fdboot' that will be used for floppy disk media. This can be made | Joel Sing |
2012-10-11 | rework the firmware interface and incorporate all the guts into | Mike Belopuhov |
2012-10-11 | kill a scary unused function | Mike Belopuhov |
2012-10-11 | better integer log2 implementation, checked with what linux is doing | Mike Belopuhov |
2012-10-11 | remove pci_set_powerstate() calls that are not needed, since the pci | Theo de Raadt |
2012-10-11 | Initialise the protected mode IDT after zeroing .bss - otherwise we wipe | Joel Sing |
2012-10-11 | Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets. | Mark Kettenis |
2012-10-10 | Oops. Need to handle the case of nfs diskless machines, where the block | Theo de Raadt |
2012-10-10 | add missing break | Theo de Raadt |
2012-10-10 | Add __BEGIN_DECLS so that programs using C++ can use functions | Stuart Henderson |
2012-10-10 | make bridge_rtflush and bridge_flushrule void functions, as they never | Henning Brauer |
2012-10-10 | Clear the powersave flag and purge queued packets when a node leaves the AP | Mark Kettenis |
2012-10-10 | Avoid potential uninitialized variable access in fxp driver. | Bret Lambert |
2012-10-10 | Missed the MD bits with the bridgeport change. Found the hard way by deraadt. | Camiel Dobbelaar |
2012-10-09 | Capilization in comment, and document leftoverroom, + knf nit, spotted by theo | Bob Beck |
2012-10-09 | Add nscan as a disk queueing algorithm, and make it the default with | Bob Beck |
2012-10-09 | bufq write limiting | Bob Beck |
2012-10-09 | Bump boot versions due to recent changes. | Joel Sing |
2012-10-09 | Ensure that softraid keys are cleared if rebooting from the boot loader. | Joel Sing |
2012-10-09 | Teach amd64 boot(8) how to access a softraid crypto volume. This allows for | Joel Sing |
2012-10-09 | Our arc4random() is safe to use in any context, so we don't the crazy | Theo de Raadt |
2012-10-09 | Allow boot(8) to pass information to the kernel, regarding the softraid | Joel Sing |