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