summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
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
2011-09-20Remove unused file before deranged boot blocks writer get ideas from it.Miod Vallat
2011-05-28Do not leak memory if ufs_open() fails; reported by and ok martynas@Miod Vallat
2011-03-13Change daddr_t to daddr32_t. The bootblocks on our architectures onlyTheo 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-09shuffle an extern around so gcc4 doesn't whinge about incomplete typesJonathan Gray
2009-11-30Allow the bootblocks to provide an optional Elfxx_Phdr check, and abort theMiod Vallat
2009-05-14Add two hooks allowing MD code get a MD header to be included if needed,Miod Vallat
2009-03-02Send valid ERROR packets to prematurely terminate a transfer.Kenneth R Westerback
2009-01-18If open() failed because the file does not exist, a struct sd for this fileMiod Vallat
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-05-08KNFJoel Sing
2008-05-08Fix alignment - sizeof(long) does not always match the address size of theJoel Sing
2008-04-19Change ELF loader to use the LMA as the load address for theTobias Weingartner
2008-03-31Correctly load ZMAGIC a.out binaries.Miod Vallat
2008-03-31Fix format strings in a.out loader.Miod Vallat
2008-03-30Let this compile with BOOT_AOUT defined.Miod Vallat
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2008-01-06repair build of boot code where it uses an undefind __ashldi3 on some archsOtto Moerbeek
2007-09-10Make function pointer calls look all alike; from Holger Mikolon.Miod Vallat
2007-06-26Fix the description of loadfile() semantics in comment (and kill "andTom Cosgrove
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-05-04remove strcpy and strcat from the kernel; they are dead and unused code.Reyk Floeter
2007-03-16Re-initialise f_seekp to 0 on a successful read_inode() return.Marc Aurele La France
2007-01-04Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksymsMiod Vallat