summaryrefslogtreecommitdiff
path: root/sys/lib/libsa
AgeCommit message (Expand)Author
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
2006-12-30do not load unneeded stringtab sections; avoids backward seeking; from netbsd...Michael Shalayeff
2006-10-11use SEEK_SET; chl@tuxfamily.orgTheo de Raadt
2006-09-18Import a slightly stripped down strtoll(3) from stdlibMarco Pfatschbacher
2006-09-18Add a hand rolled 64bit hex printf that can be used outside ofMarco Pfatschbacher
2006-02-06typos from alexey dobriyan;Jason McIntyre
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2005-07-13do not leak memory if read()ing section headers fails; from Andrey Matveev <e...Michael Shalayeff
2005-05-24-ansi considered harmful, even in commentsTodd C. Miller
2004-09-22Add code to let 32bit code *printf() {u,}int64_t values.Miod Vallat
2004-07-09Fix buffer writing in cd9660 code, written by Tom and myself, examined by tobyDale Rahn
2004-06-22Change of variable name from read to nread, to reduce differenceTom Cosgrove
2004-04-02remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd listsTheo de Raadt
2004-03-19Enter pxeboot, derived from the NetBSD implementation. InitiallyTom Cosgrove
2004-02-10Allow /boot to load read-only data segments in ELF kernels.Tom Cosgrove
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-11load file in one pass avoiding seeking the headers back and forth; miod@ test...Michael Shalayeff
2003-08-11ansification and knf and protosTheo de Raadt
2003-08-08first ansiTheo de Raadt
2003-08-04Add missing close() on EFTYPE error in exec(); from Patrick LatifiTodd C. Miller
2003-07-05ansiTheo de Raadt
2003-06-04Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02three four kill ...Michael Shalayeff
2003-06-02kill exec.new bit i had forgottenMichael Shalayeff
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-20de-register; ok millertJason Wright
2003-05-07plug a memory leakMichael Shalayeff
2003-04-17replaced by loadfile nowMichael Shalayeff
2003-04-17missing indentMichael Shalayeff