| Age | Commit message (Expand) | Author |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-03 | apply some -O0 with gcc 4.5 and vax. | mrg |
| 2011-06-20 | remove HAVE_GCC == 4 conditional | mrg |
| 2011-06-16 | Don't use C versions of memcmp, memcpy, memmove, memset and strchr | joerg |
| 2011-06-16 | Add an optional MD calling convention flag for use in libsa when space | joerg |
| 2011-06-16 | Add an optional MD calling convention flag for use in libsa when space | joerg |
| 2011-05-26 | Default to -Wno-sign-compare -Wno-pointer-sign for clang. | joerg |
| 2011-05-20 | KNF a bit. | tsutsui |
| 2011-05-13 | Use %zd for ssize_t, and %zu for size_t. | nakayama |
| 2011-05-11 | Separate the IP and UDP code paths inside libsa, so I can add HTTP booting | zoltan |
| 2011-02-25 | No trailing 0 byte for hexdigits. | joerg |
| 2011-02-25 | Move HEXDIGIT to mvme68k's sboot. It seems to be the only user. | joerg |
| 2011-02-17 | revert bad whitespace change. | christos |
| 2011-02-17 | fix -Wself-assign warning | christos |
| 2011-01-06 | Pacify Clang -Wformat-security. | jakllsch |
| 2011-01-02 | Zero the in-memory super block after allocation. It contains a pointer | jakllsch |
| 2010-12-26 | fix slightly wrong format. | christos |
| 2010-12-26 | Print size_t and ssize_t with %zd, not just %d. | he |
| 2010-12-25 | Correct recently exposed printf format problem. | jakllsch |
| 2010-12-24 | panic takes a printf format too. | christos |
| 2010-10-18 | Allow multiple path separators between/after directory names. | ws |
| 2010-09-16 | Use standard ELF types for ELF code, instead of paddr_t. paddr_t should | jym |
| 2010-09-02 | PR/43830: Valery Ushakov: libsa/loadfile_elf32.c loads .shstrtab into | christos |
| 2010-08-25 | add a LOAD_BACKWARDS flag on sections that might load backwards. | christos |
| 2010-08-25 | Add a new LOAD_MINIMAL flag to avoid loading sections that might seek backwards | christos |
| 2010-08-08 | print the correct error code if nfs_mount() fails. | chs |
| 2010-03-22 | Ensure cd9660_read() gives accurate EOF indication. | jakllsch |
| 2010-03-12 | DTrace: Add support for CTF sections in the netbsd elf image, load these | darran |
| 2010-02-11 | Add a prototype. | martin |
| 2010-02-10 | fix includes | martin |
| 2010-02-10 | Utility function to lookup a symbol value in an elf symbol table - allows, | martin |
| 2010-01-19 | Add long long (%lld etc.) support and width (%02x etc.) support | tsutsui |
| 2010-01-13 | RFC783 says the ErrMsg sent with an ERROR packet needs to be | drochner |
| 2009-12-29 | Don't abuse INSECURE for allowing exec() to load files not owned by uid 0. | elad |
| 2009-10-21 | Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder). | snj |
| 2009-10-19 | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen | bouyer |
| 2009-08-25 | Uh, move loadfile_aout.c in under the check for ${SA_USE_LOADFILE} | he |
| 2009-08-21 | If we're on mips, don't build exec.c or loadfile_aout.c, since they | he |
| 2009-08-16 | Change include of <sys/exec.h> to <sys/exec_aout.h> since these files want | matt |
| 2009-07-10 | Use a function to add extra data to the vendor area so that data added | roy |
| 2009-07-10 | We should request the DHCP parameters we need. | roy |
| 2009-05-06 | We should check for potential overflows. | roy |
| 2009-04-11 | fix sign-compare issue | lukem |
| 2009-03-25 | Fix build problems caused by crc32 addition to libkern. Also, this makes | tls |
| 2009-03-20 | Allow MD standalone Makefiles overriding MI libsa settings | tsutsui |
| 2009-03-19 | Revert previous. MI libsa doesn't provide bcmp(). | tsutsui |
| 2009-03-19 | Add a prototype for the bcmp() function as well. | he |
| 2009-03-18 | - remove bcmp(9), bcopy(9), and bzero(9) from libkern since <sys/systm.h> has | tsutsui |
| 2009-03-02 | Use EXT2_DINODE_SIZE() to get offset of inode, not struct ext2fs_dinode array. | tsutsui |
| 2009-03-01 | catch up with variable inode size. | christos |