Age | Commit message (Expand) | Author |
2018-06-18 | "a = 1; b = 100; c = a * b; if (c == 0) c = 100;" | Kenneth R Westerback |
2017-12-18 | Add sizes for free() in libsa for amd64 and i386. | Frederic Cambus |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-07-25 | change -Os to -Oz all around the tree | Robert Nagy |
2017-07-21 | Check the hibernation signature for softraid disks and select valid bsd | YASUOKA Masahiko |
2017-06-22 | Only print the magic '&' letter on a disk if the hibernate partition is | Theo de Raadt |
2017-06-19 | As early as possible, create a link /bsd.booted to the /bsd kernel we | Theo de Raadt |
2017-06-01 | Sync with amd64 and allow building the i386 bootstrap with clang: | Christian Weisgerber |
2017-05-08 | Guard debug printf with NETIF_DEBUG ifdef like the other debug prints. | Patrick Wildt |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-09-18 | Bump boot loader versions due to bcrypt pbkdf support. | Joel Sing |
2016-09-18 | Add bcrypt pbkdf support to the softraid crypto boot loader code. | Joel Sing |
2016-09-18 | Fix a bug in the bounce buffer handling of BIOS disk I/O. | Joel Sing |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-09-11 | Switch i386 boot code to libsa MI softraid. | Joel Sing |
2016-09-11 | Update header guards. | Joel Sing |
2016-09-11 | Rename softraid boot files, which are currently in an MD location. This | Joel Sing |
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing |
2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. | Joel Sing |
2016-07-30 | Prep for relro: make sure it's off for any non-PIE stand/ program | Philip Guenther |
2016-07-04 | DEBUGLIBS has been broken since the gcc4 switch, so delete it. CFLAGS | Philip Guenther |
2016-06-10 | fix some typos in comments | Joshua Stein |
2016-05-28 | crank version numbers of those bootloaders that have been changed by | Stuart Henderson |
2016-05-27 | Modify com_init to match the com driver initializaiton, and add | Bob Beck |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-02-19 | belatedly bump bootstrap version after mdrandom() changes; ok deraadt@ | Christian Weisgerber |
2016-02-12 | Remove the "GenuineIntel" check from x86 mdrandom(). Checking the | Christian Weisgerber |
2016-01-12 | naddy observed the TSC fallback code could encounter (high word) %edx | Theo de Raadt |
2016-01-10 | match up code and comments, add missing $OpenBSD$; ok jsing@ a while ago | Christian Weisgerber |
2016-01-07 | We want the first, not the last, OpenBSD partition in the MBR. | Kenneth R Westerback |
2015-11-23 | downfalls -> pitfalls | mmcc |
2015-10-28 | Support backspace in softraid boot passphrase prompt. | Joel Sing |
2015-10-08 | After replacement alloca() with alloc(), out-of-heap happened when booting | YASUOKA Masahiko |
2015-10-08 | 16 years after E801 memprobe was disabled, probably safe to delete it. | Ted Unangst |
2015-10-08 | Simpify some code by noting that DOSBBSECTOR is 0, so "if (n > | Kenneth R Westerback |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |
2015-09-19 | trivial "if(x) free(x)" replacement by "free(x)" | Sebastien Marie |
2015-09-18 | Remove support for building the boot blocks with DEBUGFLAGS=-D_TEST, which is | Miod Vallat |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-02 | Fix the bios boot to pass the bootargs properly. | YASUOKA Masahiko |
2015-09-02 | alloca() no longer needed | Theo de Raadt |
2015-09-02 | Bring the boot changes on amd64 to i386. alloca is deleted. | YASUOKA Masahiko |
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 |