Age | Commit message (Expand) | Author |
2015-07-21 | A few more daddr_t fixes. Rename 'phys_off' variables to 'offset' | Kenneth R Westerback |
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
2015-05-29 | Nuke annoying whitespace nits to shrink some future diffs. | Kenneth R Westerback |
2015-02-07 | Add the .orig file to CLEANFILES | Miod Vallat |
2015-01-24 | correct the syntax description of the boot command; ok jmc@ | Christian Weisgerber |
2014-11-19 | Only keep {recv,send}udp() in the pxe-specific code, the remainder of what | Miod Vallat |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-09-23 | Fix constraint. | Brad Smith |
2014-08-21 | Kill the remaining <netinet/in_systm.h> inclusion! | Martin Pieuchot |
2014-07-15 | mode 644 for installing these files | Theo de Raadt |
2014-07-13 | fix even more trailing tabs | Jasper Lievisse Adriaanse |
2014-07-13 | Stop using old n_long and n_short types. | Martin Pieuchot |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-07-12 | revert more free fallout | Ted Unangst |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-06-09 | Remove {amd64,i386}/stand/installboot - we now use usr.sbin/installboot | Joel Sing |
2014-05-20 | remove irrelevant, outdated, and misleading sentence suggesting that | Alexander Hall |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-13 | Unhook httpd(8) from build; man page bits | Florian Obser |
2014-02-18 | Bump version numbers. | Joel Sing |
2014-02-18 | Actually check to see if the CPU supports tsc, rather than assuming that | Joel Sing |
2014-01-22 | CDIAGFLAGS= not needed | Theo de Raadt |
2014-01-20 | Unlink the old amd64/i386 installboot. | Joel Sing |
2014-01-18 | Fix comment re size of input buffer. | Joel Sing |
2014-01-06 | document random buffer must be multiple of 4 in size | Theo de Raadt |
2014-01-02 | crank version after random instruction fix from jsing | Theo de Raadt |
2014-01-02 | Simplify things slightly by using four byte indexing. | Joel Sing |
2014-01-02 | Ensure that we preserve callee-save registers. | Joel Sing |
2013-12-28 | Further clean up and unification of the amd64 and i386 boot(8) makefiles. | Joel Sing |
2013-12-28 | crank the version | Theo de Raadt |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-12-28 | If we fail to decrypt the softraid keys, return EPERM rather than falling | Joel Sing |
2013-12-28 | Use preprocessor symbols where possible. | Theo de Raadt |
2013-12-28 | Add initial implementations of early MD random, for use in the boot code. | Joel Sing |
2013-11-13 | Use DL_GETPOFFSET() to get partition offset, except where we | Kenneth R Westerback |
2013-11-06 | Document 'machine boot' in boot(8) on i386 and amd64. | Bryan Steele |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback |
2013-10-28 | Document softraid boot process for i386/amd64. | Stefan Sperling |
2013-10-25 | some cleanup for "machine memory"; | Jason McIntyre |
2013-10-23 | Crank bootblock versions after last commit | Mike Larkin |
2013-10-23 | Allow uppercase "K/M/G" specification in "machine memory" boot command. | Mike Larkin |
2013-10-20 | Bump version numbers. Was supposed to be part of the keydisk boot commit. | Stefan Sperling |
2013-10-20 | Add i386/amd64 boot(8) support for keydisk-based softraid crypto volumes. | Stefan Sperling |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-02 | Revert previous: libsa/ufs.c was fixed to not use big types when not | Philip Guenther |
2013-04-23 | Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they | Joel Sing |
2013-04-23 | tedu unused makefiles. | Joel Sing |