| Age | Commit message (Expand) | Author |
| 2008-11-24 | msdosfs -> msdos | ad |
| 2008-11-19 | For the x86 boot loader, autoload a kernel module corresponding to the | ad |
| 2008-09-25 | add a LOAD_NOTE flag to make loading the note optional. | christos |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-05-20 | Take $MACHINE into account when looking for modules. | ad |
| 2008-05-20 | Extract kernel version from the note section and stuff into a global | ad |
| 2008-05-11 | Extend tftp_stat to return the size of the file, rather than -1. | chris |
| 2008-05-11 | There is also ARP_DEBUG for those who need it. | mlelstv |
| 2008-04-30 | Let twiddle() be disabled at runtime. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | Fix a warning in #ifdef RARP_DEBUG. PR kern/20314 | tsutsui |
| 2008-03-25 | add bcopy and bzero for loadfile for now. Should get rid of it. | christos |
| 2008-03-25 | remove stray comment | christos |
| 2008-03-25 | fix typo | christos |
| 2008-03-25 | - use mem* instead of b* routines, and kill the b* routines. | christos |
| 2008-03-21 | when the char being searched for is not found strchr() must return NULL | rtr |
| 2008-03-14 | Add a strchr() - for dosfs in particular. | dsl |
| 2008-03-14 | Add a local strcasecmp() instead of pulling the bloat from libkern. | dsl |
| 2008-02-25 | Fix typo in comment. | tsutsui |
| 2008-01-02 | Merge vmlocking2 to head. | ad |
| 2007-12-29 | ANSIfy. | tsutsui |
| 2007-12-24 | Remove __attribute__((__noreturn__)) from things already marked __dead | perry |
| 2007-12-08 | ufs_ls.c doesn't belong to lfs. | tsutsui |
| 2007-12-03 | Use standard error code (EIO) instead of standalone error code | isaki |
| 2007-12-02 | - also pass correct size on dealloc() of in-memory superblock data | tsutsui |
| 2007-12-02 | Allocate correct size for in-memory data struct m_ext2fs | tsutsui |
| 2007-12-02 | - fix description about index structure of an inode to match ext2fs_dinode | tsutsui |
| 2007-12-02 | unsigned -> unsigned int | tsutsui |
| 2007-12-01 | - build ext2fs.c | tsutsui |
| 2007-12-01 | Add ext2fs support for libsa. | tsutsui |
| 2007-12-01 | Use "uint" rather than "unsigned" without a type. | tsutsui |
| 2007-11-24 | style, indent, and ANSI-fy. | isaki |
| 2007-11-23 | loadfile_*() must set errno when it returns -1. | isaki |
| 2007-11-11 | x68k's floppy is 8*2 sect/cyl, not 18*2 sect/cyl. | isaki |
| 2007-10-27 | Add an extern decl of try_bootp variable here since MD sources could set it. | tsutsui |
| 2007-10-27 | Include "bootp.h" for a function declaration of bootp(). | tsutsui |
| 2007-10-01 | Make a few debug outputs only happen when debugging. | martin |
| 2007-09-29 | When compiled with COMPAT_SOLARIS_UFS, always calculate fs_qbmask and | martin |
| 2007-06-06 | It is "data_start" not "data" - pointed out by Tom Spindler | martin |
| 2007-06-05 | Add a MARK_DATA marker containing the effective VA of the first loaded | martin |
| 2007-03-05 | We need char* for pointer arithmetic. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-25 | Add missing newlines to debug messages. | uwe |
| 2006-12-29 | remove nqnfs from comments. from Arnaud Lacombe. | yamt |
| 2006-12-09 | in fdloadfile(), fail if we can't read the entire exec header. | chs |
| 2006-12-02 | make bootxx_msdos fit in 8k again; thanks, __internal_memset_, for spilling | dogcow |
| 2006-05-20 | add (char *) cast to quieten GCC. | mrg |
| 2006-05-12 | apply -Wno-pointer-sign with GCC4. | mrg |
| 2006-05-11 | ssize_t -> size_t to match variable and functions. | mrg |
| 2006-04-06 | Pass by reference to MD_LOADSEG(). Thanks to Matt Thomas for pointing this out. | cherry |