Age | Commit message (Expand) | Author |
2015-05-19 | Extend the libsa loadfile(9) granularity to tell apart randomness from the rest | Miod Vallat |
2015-03-10 | Remove unused static local variable; mickey@ | Miod Vallat |
2015-03-10 | Invoke va_end() before returning, rather than in an unreachable place; mickey@ | Miod Vallat |
2015-02-05 | Include sys/stdint.h for SIZE_MAX. OK deraadt@ miod@ | Todd C. Miller |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-19 | Sprinkle const whenever possible. | Miod Vallat |
2014-11-19 | Move {recv,send}udp() out of net.c into their own file; to be used shortly. | Miod Vallat |
2014-11-19 | Ansify. | Miod Vallat |
2014-11-19 | Make the past-ELAST libsa-specific errno values contiguous. | Miod Vallat |
2014-11-19 | Remove braindead prototype for a nonexistent function. | Miod Vallat |
2014-11-19 | Sprinkle const in static (internal) routines. | Miod Vallat |
2014-11-18 | Nuke yet more obvious #include duplications. | Kenneth R Westerback |
2014-10-26 | Read the section header string table in the boot blocks' memory, not in the | Miod Vallat |
2014-10-09 | ddb: add support for DWARF line number decoding | Matthew Dempsky |
2014-07-22 | use NULL instead of (foo *)0; Kent R. Spillner | Theo de Raadt |
2014-07-22 | remove unneccessary casts; Kent R. Spillner | Theo de Raadt |
2014-07-16 | zap trailing newlines; "go for it" deraadt | Okan Demirmen |
2014-07-13 | Stop using old n_long and n_short types. | Martin Pieuchot |
2014-07-13 | move putchar() into libsa | Jasper Lievisse Adriaanse |
2014-07-12 | move getchar() into libsa where applicable | Jasper Lievisse Adriaanse |
2014-06-10 | Rearrange the inequality. | Brad Smith |
2014-04-29 | Fix typo: d_addrt -> daddr_t | David Coppa |
2014-04-16 | Add ufs2 support and get one step closer to making ffs2 bootable. This work w... | Brandon Mercer |
2014-03-28 | Fix alignment of tftp structure by changing the 'header' member's type | Philip Guenther |
2014-02-25 | Do not actually write to the area spanned by the PT_OPENBSD_RANDOMIZE if | Miod Vallat |
2013-12-28 | Try to load entropy data from disk:/etc/random.seed, and additionally | Theo de Raadt |
2013-11-12 | avoid math on void * pointers | Theo de Raadt |
2013-10-17 | more a.out/ecoff removal; ok phessler | Theo de Raadt |
2013-05-30 | UFS does't do inode numbers >2^32, so use a smaller type internally, | Philip Guenther |
2013-01-07 | Move exec() libsa prototype to hp300 stand, now that it can no longer be | Miod Vallat |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat |
2013-01-01 | Remove unused XCPPFLAGS. | Miod Vallat |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-09 | Provide standalone versions of AES, AES XTS, HMAC SHA1, PBKDF2 and SHA1. | Joel Sing |
2012-10-09 | Provide an explicit_bzero for standalone usage. | Joel Sing |
2012-07-13 | bye bye SCCS | Theo de Raadt |
2011-09-20 | Oops, forgot to remove that reference to now dead saioctl.h | Miod Vallat |
2011-09-20 | Remove unused libsa error code and descriptions. Anything shrinking | Miod Vallat |
2011-09-20 | Remove unused file before deranged boot blocks writer get ideas from it. | Miod Vallat |
2011-05-28 | Do not leak memory if ufs_open() fails; reported by and ok martynas@ | Miod Vallat |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-05-09 | shuffle an extern around so gcc4 doesn't whinge about incomplete types | Jonathan Gray |
2009-11-30 | Allow the bootblocks to provide an optional Elfxx_Phdr check, and abort the | Miod Vallat |
2009-05-14 | Add two hooks allowing MD code get a MD header to be included if needed, | Miod Vallat |
2009-03-02 | Send valid ERROR packets to prematurely terminate a transfer. | Kenneth R Westerback |
2009-01-18 | If open() failed because the file does not exist, a struct sd for this file | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |