summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
2015-11-16Replace unbounded gets() in libsa with getln() which takes a buffer size,Miod Vallat
2015-10-26(char *)0 -> NULLmmcc
2015-10-26Cast isdigit()'s argument to unsigned char.mmcc
2015-09-18Remove orphaned files.Miod Vallat
2015-09-14unify free(NULL,size) behaviour by allowing passing NULLSebastien Marie
2015-09-02Initial commit of uefi boot loader of OpenBSD.YASUOKA Masahiko
2015-08-15When sendrecv() returns -1, have rpc_call() return -1 as well. Otherwise, dueMiod Vallat
2015-08-15Use signed variables to store the result of rpc_call().Miod Vallat
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outMiod Vallat
2015-07-17Adjust type of link_len to match type of di_size in underlying struct, andKent R. Spillner
2015-07-16Expand ancient NTOHL/NTOHS/HTONS/HTONL macros.Martin Pieuchot
2015-06-14Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's theMiod Vallat
2015-05-19Extend the libsa loadfile(9) granularity to tell apart randomness from the restMiod Vallat
2015-03-10Remove unused static local variable; mickey@Miod Vallat
2015-03-10Invoke va_end() before returning, rather than in an unreachable place; mickey@Miod Vallat
2015-02-05Include sys/stdint.h for SIZE_MAX. OK deraadt@ miod@Todd C. Miller
2014-11-20Yet more #include de-duplication.Kenneth R Westerback
2014-11-19Sprinkle const whenever possible.Miod Vallat
2014-11-19Move {recv,send}udp() out of net.c into their own file; to be used shortly.Miod Vallat
2014-11-19Ansify.Miod Vallat
2014-11-19Make the past-ELAST libsa-specific errno values contiguous.Miod Vallat
2014-11-19Remove braindead prototype for a nonexistent function.Miod Vallat
2014-11-19Sprinkle const in static (internal) routines.Miod Vallat
2014-11-18Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-10-26Read the section header string table in the boot blocks' memory, not in theMiod Vallat
2014-10-09ddb: add support for DWARF line number decodingMatthew Dempsky
2014-07-22use NULL instead of (foo *)0; Kent R. SpillnerTheo de Raadt
2014-07-22remove unneccessary casts; Kent R. SpillnerTheo de Raadt
2014-07-16zap trailing newlines; "go for it" deraadtOkan Demirmen
2014-07-13Stop using old n_long and n_short types.Martin Pieuchot
2014-07-13move putchar() into libsaJasper Lievisse Adriaanse
2014-07-12move getchar() into libsa where applicableJasper Lievisse Adriaanse
2014-06-10Rearrange the inequality.Brad Smith
2014-04-29Fix typo: d_addrt -> daddr_tDavid Coppa
2014-04-16Add ufs2 support and get one step closer to making ffs2 bootable. This work w...Brandon Mercer
2014-03-28Fix alignment of tftp structure by changing the 'header' member's typePhilip Guenther
2014-02-25Do not actually write to the area spanned by the PT_OPENBSD_RANDOMIZE ifMiod Vallat
2013-12-28Try to load entropy data from disk:/etc/random.seed, and additionallyTheo de Raadt
2013-11-12avoid math on void * pointersTheo de Raadt
2013-10-17more a.out/ecoff removal; ok phesslerTheo de Raadt
2013-05-30UFS does't do inode numbers >2^32, so use a smaller type internally,Philip Guenther
2013-01-07Move exec() libsa prototype to hp300 stand, now that it can no longer beMiod Vallat
2013-01-01Remove libsa exec.c, not used by anything anymore; all boot blocks now useMiod Vallat
2013-01-01Remove unused XCPPFLAGS.Miod Vallat
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-09Provide standalone versions of AES, AES XTS, HMAC SHA1, PBKDF2 and SHA1.Joel Sing
2012-10-09Provide an explicit_bzero for standalone usage.Joel Sing
2012-07-13bye bye SCCSTheo de Raadt
2011-09-20Oops, forgot to remove that reference to now dead saioctl.hMiod Vallat
2011-09-20Remove unused libsa error code and descriptions. Anything shrinkingMiod Vallat