| Age | Commit message (Expand) | Author |
| 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-07 | Rename jump label to something a little more negative. No, I'm | pooka |
| 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-05-11 | fix typo | pooka |
| 2010-04-25 | Fix KASSERTMSG() to be consistent with KASSERT() logic, not inverted. | rmind |
| 2010-03-22 | Ensure cd9660_read() gives accurate EOF indication. | jakllsch |
| 2010-03-20 | fix copy{in,out}{,str}() to return the error returned by uvm_fault(). | chs |
| 2010-03-15 | Add memset to libkern on vax, moving existing memset.S to src/common. | uwe |
| 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-20 | Remove kern_assert.c - it's not needed here cuz it's already pulled in | pgoyette |
| 2010-01-20 | __assert.c -> kern_assert.c | pooka |
| 2010-01-19 | Get rid of last "easy" kernel symbols starting with __: | pooka |
| 2010-01-19 | Add long long (%lld etc.) support and width (%02x etc.) support | tsutsui |
| 2010-01-18 | Keep arc4_i and arc4_j synchronised after a rekeying. This prevents | joerg |
| 2010-01-14 | Move AMD64's bswap64 implementation from libc to src/common and share it | joerg |
| 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-12-14 | Build fix for the mips64 merge: | uebayasi |
| 2009-12-14 | Merge from matt-nb5-mips64 | matt |
| 2009-12-10 | Rename L_ADDR to L_PCB | skrll |
| 2009-12-01 | Remove U_PCB as requested by rmind. | skrll |
| 2009-11-21 | Redo the previous inverted logic. Sort alphabetically. | uebayasi |
| 2009-11-21 | Don't build quad support code on 64-bit platforms. | uebayasi |
| 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-09-22 | Don't build spcopy for rumpkern. Fixes hp700 build failure pointed | pooka |
| 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-08-14 | Move that majority of the 'SRCS+= foo.c' into the main Makefile.libkern. | dsl |
| 2009-08-12 | Put back random.S. Hi dsl! | skrll |
| 2009-08-12 | Remove some .c files accidentally left on the .S lines | dsl |
| 2009-08-12 | Split the lines that add .c to SRCS from those that add .S | dsl |
| 2009-08-12 | Use stuff from libc/Makefile to auto-remove .c files if a .S has been added. | dsl |
| 2009-07-21 | Move popcount et al to src/common and add popcount32/popcount64. | joerg |
| 2009-07-20 | Fix little bit, and add a few files. | kiyohara |
| 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-06-18 | Back out the addition of memset.c to the vax libkern, and instead do | he |
| 2009-06-18 | Add memset.c, so that the references from sha2.c can be satisfied, and | he |