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