| Commit message (Expand) | Author | Age | Files | Lines |
* | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 2019-04-20 | 2 | -4/+4 |
* | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 1 | -2/+2 |
* | Fix the locating of the OpenBSD disklabel on media with 2048 byte |  visa | 2018-03-02 | 2 | -7/+13 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 1 | -2/+1 |
* | Do not create machine@ symlinks in obj as root during includes:, but |  tb | 2016-11-06 | 2 | -4/+6 |
* | Make the sgi boot blocks read the real OpenBSD disklabel instead of |  visa | 2016-10-05 | 4 | -28/+165 |
* | crank bootloader version after .SUNW_ctf change |  jasper | 2016-09-13 | 1 | -2/+5 |
* | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 2016-07-30 | 1 | -2/+2 |
* | Change a bunch of (<blah> *)0 to NULL. |  krw | 2016-03-14 | 1 | -3/+3 |
* | Replace unbounded gets() in libsa with getln() which takes a buffer size, |  miod | 2015-11-16 | 1 | -2/+2 |
* | Nuke a #if 0/#endif block and a related variable. No plans to ever make |  krw | 2015-09-30 | 1 | -19/+1 |
* | Add IP26 kernels and boot blocks to the installation media. |  miod | 2015-09-27 | 1 | -2/+3 |
* | typos |  miod | 2015-09-23 | 1 | -3/+3 |
* | revert a few stragglers hiding out |  tedu | 2014-07-12 | 1 | -2/+2 |
* | revert bogus free changes in not kernel files. got a little trigger happy. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 2 | -4/+4 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-03-29 | 1 | -2/+2 |
* | /etc/random.seed support in the boot blocks (only when loading from disk). |  miod | 2014-02-22 | 2 | -8/+57 |
* | crank the version |  deraadt | 2013-12-28 | 1 | -2/+2 |
* | Try to load entropy data from disk:/etc/random.seed, and additionally |  deraadt | 2013-12-28 | 1 | -1/+3 |
* | Don't forget to create a boot-IP28 link in /usr/mdec, for the sake of the |  miod | 2013-12-08 | 1 | -1/+2 |
* | fix typo in last commit |  deraadt | 2013-11-13 | 1 | -2/+2 |
* | Oops. Use %llu for DL_GETDSIZE() value. |  krw | 2013-11-12 | 1 | -2/+2 |
* | Use DL_GETDSIZE() to get disk size. |  krw | 2013-11-12 | 1 | -6/+6 |
* | Remove libsa exec.c, not used by anything anymore; all boot blocks now use |  miod | 2013-01-01 | 1 | -2/+2 |
* | Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S files |  miod | 2012-10-19 | 2 | -4/+4 |
* | Link boot64 twice, first as a self-contained binary, to enforce there are no |  miod | 2012-10-19 | 1 | -2/+7 |
* | Put back the kl_n_shift variable, removed by mistake in 1.18, causing the |  miod | 2012-10-18 | 2 | -17/+40 |
* | Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks, |  miod | 2012-09-29 | 4 | -15/+61 |
* | Move sgi/stand to plain -fno-pie -nopie. Binaries are the same. |  pascal | 2012-08-31 | 4 | -15/+8 |
* | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be |  pascal | 2012-08-21 | 4 | -4/+13 |
* | When writing the new volume header to disk, write back the whole |  matthew | 2012-05-29 | 1 | -2/+2 |
* | Support for the POWER Indigo2 R10000 systems (IP28). Currently running with |  miod | 2012-05-25 | 3 | -4/+11 |
* | Put more smarts into the limited bootblocks brain; they will now happily |  miod | 2012-03-29 | 3 | -26/+85 |
* | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems |  miod | 2012-03-28 | 1 | -3/+2 |
* | Prevent the Ethernet driver to be opened twice when using a bootp() path; |  miod | 2012-03-19 | 1 | -3/+7 |
* | Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartition |  miod | 2012-03-19 | 12 | -15/+541 |
* | Repair boot32 build after zlib upgrade. |  miod | 2011-07-09 | 1 | -2/+2 |
* | Make this compile without warnings in all modes, and do not use NULL when |  miod | 2011-04-09 | 2 | -6/+15 |
* | Fix obj directory probing to support cross compiling. |  matthew | 2011-03-18 | 1 | -9/+5 |
* | Change daddr_t to daddr32_t. The bootblocks on our architectures only |  deraadt | 2011-03-13 | 2 | -6/+6 |
* | Undo unrelated changes commitedby mistake. |  miod | 2010-09-14 | 2 | -6/+4 |
* | Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks, |  miod | 2010-09-14 | 3 | -4/+7 |
* | unstatic variable we need elsewhere, fixes stand build on tezro |  marco | 2010-09-14 | 1 | -2/+2 |
* | Fix couple of warnings |  marco | 2010-09-14 | 1 | -1/+2 |
* | Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPIC |  miod | 2010-09-14 | 1 | -2/+2 |
* | dont let sys/ioctl.h imply that you get the ioctls in dkio.h. this |  dlg | 2010-05-18 | 1 | -1/+2 |
* | Recycle unused disklabel fields in order to create a disklabel unique |  jsing | 2010-04-23 | 1 | -2/+2 |
* | Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled |  miod | 2009-11-30 | 1 | -1/+39 |
* | KSEG->CKSEG fallout. |  miod | 2009-11-24 | 1 | -4/+4 |