Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber | |
any longer; ok espie@ deraadt@ | |||
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler | |
defer their creation to later, so that they are owned by BUILDUSER. This eliminates the last root-owned files in obj/ from 'make build'. In addition, place a MACHINE == hppa test in hppa/stand/Makefile.inc to avoid creating bogus symlinks on all other archs. joint work with & ok natano, "let's try it" deraadt | |||
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 | |
Based on a diff from djm@ | |||
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse | |
as discussed with jsing@ it's easier this way to ensure people have bootblocks capable of loading the section | |||
2016-09-11 | Switch sparc64 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 | |
will allow us to bring in a MI softraid.{c,h} in lib/libsa. | |||
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing | |
sr_crypto_pbkdf (since it is useable for more than just pkcs5_pbkdf2) and embed a struct sr_crypto_genkdf within it, rather than redeclaring the same fields. Rename SR_CRYPTOKDFT_PBKDF2 to SR_CRYPTOKDFT_PCKS5_PBKDF2 and add SR_CRYPTOKDFT_BCRYPT_PBKDF for upcoming changes. | |||
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 | |
ok millert@ kettenis@ | |||
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback | |
ok beck@ deraadt@ | |||
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber | |
ok mpi@ | |||
2016-01-20 | Check for disks deeper than 4 levels down in the Open Firmware device tree. | Stefan Sperling | |
Makes softraid(4) boot possible on more sparc64 machines. Tested on Sun Fire machines by mikeb@ and Alexander Bochmann via misc@ ok mikeb@ | |||
2015-11-16 | Replace unbounded gets() in libsa with getln() which takes a buffer size, | Miod Vallat | |
and convert all gets() users. ok deraadt@ | |||
2015-10-28 | Support backspace in softraid boot passphrase prompt. | Joel Sing | |
From uwe@ | |||
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback | |
2015-09-14 | unify free(NULL,size) behaviour by allowing passing NULL | Sebastien Marie | |
ok millert@ jasper@ | |||
2015-07-23 | Missed file in *_data_offset -> *_data_blkno switch. | Kenneth R Westerback | |
Found the hardway by benoit@. | |||
2015-07-19 | Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK() | Kenneth R Westerback | |
where appropriate. Noop for disks with 512-byte sectors. i.e. the only kind currently allowed in softraid volumes. But starts laying the groundwork to allow disks with other sector sizes. ok jsing@ | |||
2014-12-11 | Delete #ifdef'd code that hasn't been compiled in years from sparc64 ofwboot. | Stefan Sperling | |
ok miod@ | |||
2014-12-09 | Check strlcpy(), strlcat(), and snprintf() return values in sparc64 ofwboot. | Stefan Sperling | |
tweak and ok millert@ miod@ | |||
2014-12-04 | The sparc64 Open Firmware package-to-path call (used since softraid boot | Stefan Sperling | |
support was introduced) may return a device path without a unit number?!? Open Firmware's open-dev routine will crash if given such a path, rendering the system unbootable. Repair such paths by adding unit number "0". Breakage found by sebiasta@ on a Sun Enterprise E450, fix tested by him. helpful hints from deraadt@ | |||
2014-11-26 | Introduce softraid boot support to sparc64 ofwboot. | Stefan Sperling | |
sparc64 machines should now be able to boot from softraid raid1 and crypto. Tested on sun blade100, sunfire v240, and sun t1000 ldom guests. Lots of encouragement from deraadt@ | |||
2014-11-26 | Add softraid support to sparc64 first-level boot blocks. | Stefan Sperling | |
Written with use of the forth by jedi jsing@ For now this only supports 'a' RAID partitions, no other partition letters. | |||
2014-11-26 | Add softraid boot support code files ported by me to sparc64 from amd64. | Stefan Sperling | |
Not hooked to the build yet. ok kettenis@ | |||
2014-11-26 | Copy some Open Firmware interface functions from the kernel to ofwboot. | Stefan Sperling | |
Will be needed soon. ok kettenis@ | |||
2014-11-26 | Hook ofwbootfd to the build. | Stefan Sperling | |
2014-11-26 | Add a separate ofwboot build for the sparc64 floppies. | Stefan Sperling | |
2014-11-22 | Switch to using MI installboot, after a conversation with stsp. He will | Theo de Raadt | |
need this soon. install tested by jsg | |||
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat | |
Add the new files to the few md libsa builds which require it. | |||
2014-10-16 | No longer used. | Mark Kettenis | |
2014-10-16 | The "close" word doesn't return any arguments. | Mark Kettenis | |
Pointed out by Mark Cave-Ayland. | |||
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-12 | revert a few stragglers hiding out | Ted Unangst | |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst | |
after discussions with beck deraadt kettenis. | |||
2014-07-06 | Build with -Wall. Make sure main() returns zero. | Miod Vallat | |
(found the hard way by building with -fstack-shuffle) | |||
2014-06-08 | Remove an incorrect bzero() that was zeroing the | Jonathan Gray | |
size of the pointer instead of the size of the buffer. Removal suggested by deraadt@ as no code uses the buffer after the zeroing. | |||
2014-06-08 | instead of reading past the end of the sun_fstypes array | Jonathan Gray | |
assume FS_BSDFFS for partitions 8-15 in extended sun labels as suggested by deraadt@ | |||
2013-12-28 | Try to load entropy data from disk:/etc/random.seed. Then, insert this into | Mark Kettenis | |
the ELF openbsd.randomdata of the kernel, so that it has entropy right from the start. | |||
2013-12-28 | crank the version | Theo de Raadt | |
2013-12-27 | remove lots from the Makefile, since this never depended on libsa. | Theo de Raadt | |
2013-11-05 | Replace direct references to p_size, p_offset and d_secperunit with | Kenneth R Westerback | |
DL_[GET|SET]PSIZE(), DL_[GET|SET]POFFSET(), DL_[GET|SET]DSIZE() in order to get|set correct value that includes the high bits of the value. | |||
2013-10-30 | Stop using cpp -tradition for fcode; handle the inclusion of a | Philip Guenther | |
generated file using awk instead. ok miod@ | |||
2013-10-20 | (daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl to | Kenneth R Westerback | |
get disk size, since DL_SETDSIZE() takes disk sector values, not 512-byte block values. | |||
2013-09-29 | various fixes to sync usage() with SYNOPSIS, and make these pages a bit | Jason McIntyre | |
more consistent; feedback/ok miod | |||
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt | |
test period; i think 3 years ago the last bugs fell out. ok otto beck others | |||
2013-03-21 | NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASK | Theo de Raadt | |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat | |
loadfile or a derivative of. |