| Age | Commit message (Expand) | Author |
| 2003-08-13 | Do not use the builtins for the mem* functions on vax, the compiler gets | ragge |
| 2003-08-13 | Include the C versions of the string instructions. | ragge |
| 2003-08-10 | Add a memset.S (does not use dcbz; to be added later). It does both bzero | matt |
| 2003-08-10 | Sync with userland version. | martin |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | In lookup(), don't free "dir" on exit if we found a matching entry. | scw |
| 2003-07-07 | Add xlat_mbr_fstype - converts mbr type to disklabel type | dsl |
| 2003-06-23 | Protect opt_*.h include by _KERNEL_OPT | martin |
| 2003-06-23 | Make sure to include opt_foo.h if a defflag option FOO is used. | martin |
| 2003-06-07 | Provide a strtoul() implementation based on the one in libc instead of the | briggs |
| 2003-05-15 | latest copyright notice (more loose). noted by wiz | itojun |
| 2003-05-15 | add strl{cpy,cat} to libkern. code from lib/libc/string (originally from ope... | itojun |
| 2003-04-29 | Allow the default location of "machine/loadfile_machdep.h" to be | scw |
| 2003-04-27 | Remove two unused variable to fix a build problem. | tron |
| 2003-04-26 | Remove %b support. | bjh21 |
| 2003-04-22 | don't define TRUE and FALSE locally. | christos |
| 2003-04-20 | If the format string ends with "%" or "%l", print those characters, just | bjh21 |
| 2003-04-20 | ANSIfy, assume __STDC__, un-__P, KNF. | bjh21 |
| 2003-04-16 | lfs code is built from ufs.c | dsl |
| 2003-04-15 | Significantly faster memcpy/memmove/bcopy and memset/bzero | dsl |
| 2003-04-15 | Add interface to boot password checking code that takes password parameter. | dsl |
| 2003-04-11 | Build ffsv1 and ffsv2 | dsl |
| 2003-04-11 | Add externs for ffsv1_xxx and ffsv2_xxx | dsl |
| 2003-04-11 | Files to build ffsv1 and ffsv2 versions of ufs.c | dsl |
| 2003-04-11 | Use common ffs/lfs file ufs.c instead of lfs specific version. | dsl |
| 2003-04-11 | Merge in lfs.c, use defines to build ffsv1, ffsv2, lfsv1 or lfsv2. | dsl |
| 2003-04-11 | Put extern definition of bcopy in () to avoid macro expansion when | dsl |
| 2003-04-10 | Fix prototypes of null_read and null_write, change to return errno values. | dsl |
| 2003-04-10 | Add FS_DEF() and FS_OPS() defines to save typing (and errors) elsewhere. | dsl |
| 2003-04-07 | When MEMCOPY is defined, don't bother checking if a backwards-copy is | scw |
| 2003-04-05 | NetBSD/acorn26 has used APCS-32 for years, so unifdef -U__APCS_26__. | bjh21 |
| 2003-04-02 | Conditionalize declaration of local variable ``i'', now that the | he |
| 2003-04-02 | Add support for UFS2. UFS2 is an enhanced FFS, adding support for | fvdl |
| 2003-04-01 | constify a couple of pointers. | mycroft |
| 2003-03-29 | Garbage-collect the DYNAMIC_CRC_TABLE stuff. The table it computed | thorpej |
| 2003-03-27 | There is no point in initializing "rootpath" to "/". | drochner |
| 2003-03-25 | *** empty log message *** | mycroft |
| 2003-03-25 | Remove a whole bunch of crap -- including the entirely adler32 stuff that's | mycroft |
| 2003-03-25 | const! const! | mycroft |
| 2003-03-19 | remove stuff just moved to bootparam.c and some variables which are | drochner |
| 2003-03-19 | Move global variables which are used only by bootparam here. | drochner |
| 2003-03-18 | Finish const poisoning. | mycroft |
| 2003-03-18 | Move more stuff into .rodata. | mycroft |
| 2003-03-18 | Move some stuff into .rodata. | mycroft |
| 2003-03-12 | separate ether_sprintf() from the rest of ethernet support -- sometimes | drochner |
| 2003-03-12 | no need to include "netif.h" anymore | drochner |
| 2003-03-12 | separate the netif interface from the rest of the networking code, | drochner |
| 2003-03-11 | After the "insert disk <number>, and press return..." message, check only | jmmv |
| 2003-03-11 | translate EACCES (happens with NFS) | drochner |
| 2003-03-07 | LIBSA_NO_CLOSE is LIBSA_NO_FS_CLOSE everywhere else. | dsl |