index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
lib
/
libsa
/
nfs.c
Age
Commit message (
Expand
)
Author
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