| Commit message (Expand) | Author | Age | Files | Lines |
* | libsa's memcpy() is actually memmove(). make a proper memmove(), and give |  deraadt | 2019-04-20 | 1 | -2/+2 |
* | crank versions |  deraadt | 2019-04-10 | 1 | -2/+2 |
* | change marks[] array to uint64_t, so the code can track full 64-bit |  deraadt | 2019-04-10 | 2 | -5/+6 |
* | crank version; looks good deraadt |  florian | 2019-04-08 | 1 | -2/+2 |
* | Do not create machine@ symlinks in obj as root during includes:, but |  tb | 2016-11-06 | 2 | -4/+4 |
* | when CONSPEED moved from libsa.h to Makefile it lost a leading '1', |  jasper | 2016-11-02 | 1 | -2/+2 |
* | Apply consistency to forever loops with continue and NOTREACHED |  tom | 2016-10-09 | 1 | -2/+4 |
* | crank bootloader version after .SUNW_ctf change |  jasper | 2016-09-13 | 1 | -2/+2 |
* | Prep for relro: make sure it's off for any non-PIE stand/ program |  guenther | 2016-07-30 | 1 | -2/+2 |
* | for some time now mandoc has not required MLINKS to function |  jmc | 2016-03-30 | 1 | -2/+1 |
* | Reduces the noise around the global ``ticks'' variable by renaming |  mpi | 2016-03-19 | 1 | -3/+3 |
* | Replace unbounded gets() in libsa with getln() which takes a buffer size, |  miod | 2015-11-16 | 1 | -2/+2 |
* | Missing $OpenBSD$'s. |  krw | 2015-01-20 | 1 | -0/+1 |
* | implement 'rootdev' parsing similar to what's already done in the kernel, |  jasper | 2014-07-18 | 1 | -4/+57 |
* | whitespace |  jasper | 2014-07-14 | 1 | -2/+1 |
* | move putchar() into libsa |  jasper | 2014-07-13 | 2 | -34/+3 |
* | - remove CONSPEED from libsa.h |  jasper | 2014-07-12 | 2 | -5/+3 |
* | unify cnspeed() |  jasper | 2014-07-12 | 1 | -3/+3 |
* | move getchar() into libsa where applicable |  jasper | 2014-07-12 | 2 | -19/+3 |
* | - replace main() with mips_init() so we can save the arguments from uboot to |  jasper | 2014-07-12 | 3 | -12/+35 |
* | rename variable to better indicate it's meaning |  jasper | 2014-07-12 | 1 | -3/+3 |
* | fix annoying bug where the first character would be eaten, cnischar() was |  jasper | 2014-07-12 | 1 | -1/+8 |
* | - fill in cninit to enable rts |  jasper | 2014-07-12 | 1 | -3/+12 |
* | - rewrite register reading/writing to use octeon_xkphys_{read,write}_8 which |  jasper | 2014-07-12 | 1 | -28/+27 |
* | add some more register definitions |  jasper | 2014-07-11 | 1 | -1/+6 |
* | crank the version |  deraadt | 2013-12-28 | 1 | -2/+2 |
* | - fix devboot() to properly retrieve octcf0a and add a comment for later |  jasper | 2013-06-13 | 2 | -6/+12 |
* | remove unused function |  jasper | 2013-06-05 | 2 | -10/+4 |
* | remove ugly hack we couldn't figure out what it was used for, only that it |  jasper | 2013-06-05 | 1 | -5/+1 |
* | - add missing SUBDIR |  jasper | 2013-06-05 | 2 | -3/+4 |
* | ditch local ld.script and use conf/ld.script instead, and adjust entry |  jasper | 2013-06-05 | 3 | -31/+8 |
* | add WIP second stage bootloader for octeon; far from working and contains many stubs still. |  jasper | 2013-06-05 | 14 | -0/+814 |