| Age | Commit message (Expand) | Author |
| 2011-12-25 | Apply the following patch submitted by Evgeniy Ivanov: | tsutsui |
| 2011-06-16 | Add an optional MD calling convention flag for use in libsa when space | joerg |
| 2009-01-17 | Remove __P(). | tsutsui |
| 2008-11-19 | For the x86 boot loader, autoload a kernel module corresponding to the | ad |
| 2008-03-25 | - use mem* instead of b* routines, and kill the b* routines. | christos |
| 2007-11-24 | style, indent, and ANSI-fy. | isaki |
| 2007-02-25 | Add missing newlines to debug messages. | uwe |
| 2006-12-29 | remove nqnfs from comments. from Arnaud Lacombe. | yamt |
| 2006-01-25 | free -> dealloc | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-09-04 | Um, undo last; libsa printf doesn't do %z. | he |
| 2003-09-04 | Use the %zu format for size_t printing instead of cast + %lu. | he |
| 2003-09-03 | Cast size_t to u_long before printing, and use %lu instead of %d as format. | he |
| 2003-08-31 | Fix signed/unsigned warnings. | fvdl |
| 2003-08-18 | make 'path' argument to ufs_open 'const char *' and fix the fallout. | dsl |
| 2003-03-18 | Move some stuff into .rodata. | mycroft |
| 2003-03-12 | no need to include "netif.h" anymore | drochner |
| 2000-03-30 | Kill some more register declarations. | augustss |
| 1999-11-23 | Remove leading '/' from pathnames, using same logic as ufs.c. Allows new | simonb |
| 1999-11-13 | Backout my libsa changes. | thorpej |
| 1999-11-11 | Update for the improvements to libsa, and don't reference libkern.h. | thorpej |
| 1999-03-31 | Make a bunch of backward-compatible changes to the boot blocks which allow | cgd |
| 1999-02-11 | Add missing prototypes. | pk |
| 1998-01-23 | Fix some debugging printf formats. | thorpej |
| 1997-06-26 | Avoid user space headers for standalone programs. | drochner |
| 1997-06-16 | Conditionally compile without symlink support (#ifdef NFS_NOSYMLINK). | drochner |
| 1996-12-27 | Add missing `#ifdef NFS_DEBUG' (from Rolf Grossmann; PR#3061). | pk |
| 1996-10-13 | backout previous kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-10-02 | fix several endianness bugs that caused name lookup (!!) and symlink | cgd |
| 1996-09-30 | Add support for booting from cd9660 fs | ws |
| 1996-05-14 | Fix gcc -Wall warnings about printf arguments. | leo |
| 1996-02-26 | Make this code independent of <sys/nfs> now that we use very little | gwr |
| 1996-02-26 | Make these build again in the wake of the v3 changes | scottr |
| 1995-09-23 | More cleanup: change some private types to eliminate casts, | gwr |
| 1995-09-18 | Another round of clean up, including fixes presented by Matthias Drochner | pk |
| 1995-09-17 | Revert fs_ops read/write declarations; these return error numbers. | pk |
| 1995-09-14 | Clear up some size_t/ssize_t confusion. | pk |
| 1995-07-03 | Can not use htonl() in static initializers. (Fixes PR 1188) | gwr |
| 1995-06-27 | Re-work for new rpc interface, and simplify a bit. | gwr |
| 1995-02-20 | Various: | mycroft |
| 1995-02-19 | Adjust the attribute info size for our NFS code. | mycroft |
| 1994-10-26 | new RCS ID format. | cgd |
| 1994-08-22 | Cleanup to make more ANSI compliant; checkpoint | brezak |
| 1994-06-20 | make it compile w/4.4-lite header file changes | glass |
| 1994-05-08 | Standalone networking for network boot loaders. | brezak |