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