Age | Commit message (Expand) | Author |
2014-01-19 | Adjust lexchar position by ugflag once only. | Kenneth R Westerback |
2014-01-19 | hwflags is never used, so clean it up | David Gwynne |
2014-01-19 | Do not prefix user specified stages with the root filesystem mount point. | Joel Sing |
2014-01-19 | When copying files do it in 512 byte blocks so that we're less likely to | Joel Sing |
2014-01-19 | replace bcmp with memcmp | David Gwynne |
2014-01-19 | bcopy to memcpy | David Gwynne |
2014-01-19 | Remove max_datalen. It is only used once an can be replaced easily with | Claudio Jeker |
2014-01-19 | Add makefile for distrib/special/installboot. | Joel Sing |
2014-01-19 | replace bzero with memset. | David Gwynne |
2014-01-19 | Rework installboot and use a single directory with a single makefile. The | Joel Sing |
2014-01-19 | all 64bit archs myx runs on support bus_space 8 things because of work i | David Gwynne |
2014-01-19 | Get rid of the local keys table, use the new mansearch_const.c. | Ingo Schwarze |
2014-01-19 | With the earlier initialization of the random subsystem, random_hostseed() | Theo de Raadt |
2014-01-19 | we no long use the /var/hash files, but rely on the SHA256.sig file. | Theo de Raadt |
2014-01-19 | In random_start() we can assume the msg buffer is mapped, all systems do | Theo de Raadt |
2014-01-19 | We can call random_start() immediately after cpu_startup, that is the | Theo de Raadt |
2014-01-19 | Support a second -v on mandocdb(8) to show keys while they are being added; | Ingo Schwarze |
2014-01-19 | scsi has to scrub the ata xfer before using it so its set for the rest | David Gwynne |
2014-01-19 | fix reaper loop that could run indefinitely | Damien Miller |
2014-01-18 | tweak comments a bit | Mike Belopuhov |
2014-01-18 | move the declaration of ncr53c9x_scsi_cmd into the .c file, its the only | David Gwynne |
2014-01-18 | replace XS_NO_CCB with an iopool around the ecb_pool. | David Gwynne |
2014-01-18 | get rid of a XS_NO_CCB thats caused by a failure to allocate the | David Gwynne |
2014-01-18 | instead of having every bit of glue set up and attach an identical | David Gwynne |
2014-01-18 | use the standard notation of <set>XX.tgz for the install sets | Alexander Hall |
2014-01-18 | Fix the NAME section: | Ingo Schwarze |
2014-01-18 | There was an awkward behaviour after a connection had been diverted | Alexander Bluhm |
2014-01-18 | move atapiscsi to iopools by making the entire ata layer use them too. | David Gwynne |
2014-01-18 | move away from XS_NO_CCB to iopools. all instances of this driver share a | David Gwynne |
2014-01-18 | sort options; | Jason McIntyre |
2014-01-18 | Make mos(4) pass received broadcast frames explicitly if not in promiscuous | Stefan Sperling |
2014-01-18 | explicitly define USE_PIPES to 1 to prevent redefinition warnings in portable | Darren Tucker |
2014-01-18 | Move the block get/put routines into the common code, instead of having | Joel Sing |
2014-01-18 | Rename softraid RAIDP to softraid RAID5. | Joel Sing |
2014-01-18 | Disable the RAID 5 discipline in bioctl, as the current softraid RAID 5 | Joel Sing |
2014-01-18 | Make ld.so pass its cleanup handler in $2 as required by the MIPS System V | Mark Kettenis |
2014-01-18 | Remove the RAID 4 discipline from softraid. Anyone sensible would use RAID | Joel Sing |
2014-01-18 | Cope with slightly broken NAME sections in man(7) pages | Ingo Schwarze |
2014-01-18 | Improve comments re KDF hints. | Joel Sing |
2014-01-18 | Update the drm headers based on libdrm 2.4.51 | Jonathan Gray |
2014-01-18 | replace XS_NO_CCB with iopools. | David Gwynne |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-18 | Wrap long line. | Joel Sing |
2014-01-18 | Use arc4random_buf() for fetching 64-bits of data because it is faster | Theo de Raadt |
2014-01-18 | Remove -Wbounded: it is now the compiler default. | Martynas Venckus |
2014-01-18 | take advantage of pool_setipl and PR_ZERO to avoid doing work the | David Gwynne |
2014-01-18 | if the controller is too busy to do a POLLed command, return XS_BUSY | David Gwynne |
2014-01-18 | Make installboot(8) easier to use - copy the second stage boot loader to | Joel Sing |
2014-01-18 | Add a -r flag that allows for the mount point of the root filesystem to be | Joel Sing |
2014-01-18 | Build installboot on all architectures. | Joel Sing |