Age | Commit message (Expand) | Author |
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 |
2008-05-08 | KNF | Joel Sing |
2008-05-08 | Fix alignment - sizeof(long) does not always match the address size of the | Joel Sing |
2008-04-19 | Change ELF loader to use the LMA as the load address for the | Tobias Weingartner |
2008-03-31 | Correctly load ZMAGIC a.out binaries. | Miod Vallat |
2008-03-31 | Fix format strings in a.out loader. | Miod Vallat |
2008-03-30 | Let this compile with BOOT_AOUT defined. | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-06 | repair build of boot code where it uses an undefind __ashldi3 on some archs | Otto Moerbeek |
2007-09-10 | Make function pointer calls look all alike; from Holger Mikolon. | Miod Vallat |
2007-06-26 | Fix the description of loadfile() semantics in comment (and kill "and | Tom Cosgrove |
2007-05-30 | Pull out the ELF loadfile pieces from the standalone libraries, so that | Tom Cosgrove |
2007-05-04 | remove strcpy and strcat from the kernel; they are dead and unused code. | Reyk Floeter |
2007-03-16 | Re-initialise f_seekp to 0 on a successful read_inode() return. | Marc Aurele La France |
2007-01-04 | Revert 1.11 and load .shstrtab, as it is currently needed for /dev/ksyms | Miod Vallat |
2006-12-30 | do not load unneeded stringtab sections; avoids backward seeking; from netbsd... | Michael Shalayeff |
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt |
2006-09-18 | Import a slightly stripped down strtoll(3) from stdlib | Marco Pfatschbacher |
2006-09-18 | Add a hand rolled 64bit hex printf that can be used outside of | Marco Pfatschbacher |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-07-13 | do not leak memory if read()ing section headers fails; from Andrey Matveev <e... | Michael Shalayeff |
2005-05-24 | -ansi considered harmful, even in comments | Todd C. Miller |
2004-09-22 | Add code to let 32bit code *printf() {u,}int64_t values. | Miod Vallat |
2004-07-09 | Fix buffer writing in cd9660 code, written by Tom and myself, examined by toby | Dale Rahn |
2004-06-22 | Change of variable name from read to nread, to reduce difference | Tom Cosgrove |
2004-04-02 | remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists | Theo de Raadt |
2004-03-19 | Enter pxeboot, derived from the NetBSD implementation. Initially | Tom Cosgrove |
2004-02-10 | Allow /boot to load read-only data segments in ELF kernels. | Tom Cosgrove |