| Age | Commit message (Expand) | Author |
| 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 |
| 2006-04-03 | Encapsulated the MD test: phdr[i].p_type & PT_LOPROC out of MI code, | cherry |
| 2006-04-03 | Allows processor ABI specific ELF segment loads. | cherry |
| 2006-01-27 | /* fall through */ -> /* FALLTHROUGH */ | uwe |
| 2006-01-27 | Support 'z' (size_t) and 't' (ptrdiff_t) specifiers. | uwe |
| 2006-01-27 | Don't omit int arguments in the K&R style function definitions. | uwe |
| 2006-01-26 | Add the source directory of zlib in the include paths so that cread.c can | christos |
| 2006-01-25 | Sync alloc/dealloc prototypes with unsigned int -> size_t change. | uwe |
| 2006-01-25 | free -> dealloc | christos |
| 2006-01-25 | - Add attributes to printf functions | christos |
| 2006-01-25 | Changing len from int to size_t caused an infinite loop. Noticed by chuq. | christos |
| 2006-01-24 | PR/32613: Yves-Emmanuel JUTARD: Incoherencies in file sys/lib/libsa/net.h | christos |
| 2006-01-22 | If _STANDALONE is defined, #include </lib/libsa/iodesc.h> instead of requiring | dsl |
| 2006-01-21 | Adjust code so that it will work when _STANDALONE isn't defined. | dsl |
| 2006-01-18 | Define indp_t as signed int32_t, like ffsv1.c does. | uwe |
| 2006-01-14 | Don't include zlib.h directly; redirect through libz.h; this mirrors how | christos |
| 2006-01-13 | constify write prototype. | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-19 | 64 bit inode changes. | christos |
| 2005-07-14 | rearrange free's and add a missing one. | christos |
| 2005-06-13 | Remove bcmp(). Use memcmp() instead. | junyoung |
| 2005-06-13 | Oops, missed a semicolon. | junyoung |
| 2005-06-13 | ANSI, De-__P(), and some cosmetic changes including | junyoung |
| 2005-05-23 | Provide HEXDIGITS as well (needed on mvme68k/stand) | jmc |
| 2005-05-17 | Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to | christos |
| 2005-04-09 | Use std form for a multi-line comment | dsl |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-07-01 | DECONST -> UNCONST | christos |
| 2004-06-30 | constification fixes. | christos |
| 2004-06-30 | - multiple inclusion protection. | christos |
| 2004-06-30 | help with casts, and lint hints. | christos |
| 2004-05-19 | Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead of | abs |
| 2004-03-24 | remove license clauses 3 and 4 from my cpoyright notices | drochner |
| 2004-03-24 | I was told I'm just an "author", not a "regent" | drochner |