CVS log for src/sys/lib/libsa/nfs.c
Up to [cvs.NetBSD.org] / src / sys / lib / libsa
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.50.24.1: download - view: text, markup, annotated - select for diffs
Fri Sep 20 11:31:32 2024 UTC (2 months, 2 weeks ago) by martin
Branches: netbsd-10
Diff to: previous 1.50: preferred, colored; next MAIN 1.51: preferred, colored
Changes since revision 1.50: +365 -106
lines
Pull up following revision(s) (requested by rin in ticket #894):
sys/arch/i386/stand/Makefile.booters: revision 1.98
sys/lib/libsa/nfsv3.h: revision 1.1
sys/lib/libsa/rpcv2.h: revision 1.4
sys/arch/i386/stand/efiboot/Makefile.efiboot: revision 1.23
sys/lib/libsa/nfsv2.h: revision 1.5
sys/lib/libsa/nfs.c: revision 1.51
sys/lib/libsa/nfs.c: revision 1.52
sys/arch/i386/stand/libsa/nfs.c: file removal
sys/lib/libsa/nfs.c: revision 1.53
sys/arch/i386/stand/libsa/nfs.c: revision 1.20
sys/arch/i386/stand/libsa/nfs.c: revision 1.21
sys/arch/i386/stand/pxeboot/Makefile: revision 1.29
Add NFSv3 support. Try NFSv3 and fall back to NFSv2.
Merge with generic libsa NFS code to minimize differences and to learn NFSv3.
libsa: nfs: Fix NFS_NOSYMLINK option for previous
Used only by mvme68k.
Align again with libsa (NFS_NOSYMLINK fix).
libsa/nfs.c: Add `LIBSA_NFS_IMPLICIT_MOUNT` compile-time option
by which nfs_mount() is automatically called from nfs_open(),
as done for nfs.c in i386/stand.
This is only functional difference b/w two copies of nfs.c.
Now, we can safely retire the latter.
XXX
It would be really nice to drop this option also. However,
unfortunately, it is too much for me at the very moment...
i386: stand: Retire its own nfs.c, and switch to libsa/nfs.c. NFC
Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Jun 29 07:49:36 2024 UTC (5 months, 1 week ago) by rin
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +6 -1
lines
libsa/nfs.c: Add `LIBSA_NFS_IMPLICIT_MOUNT` compile-time option
by which nfs_mount() is automatically called from nfs_open(),
as done for nfs.c in i386/stand.
This is only functional difference b/w two copies of nfs.c.
Now, we can safely retire the latter.
XXX
It would be really nice to drop this option also. However,
unfortunately, it is too much for me at the very moment...
Revision 1.52: download - view: text, markup, annotated - select for diffs
Thu Dec 14 05:39:00 2023 UTC (11 months, 3 weeks ago) by rin
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
libsa: nfs: Fix NFS_NOSYMLINK option for previous
Used only by mvme68k.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Tue Dec 12 09:12:55 2023 UTC (11 months, 4 weeks ago) by mlelstv
Branches: MAIN
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +360 -106
lines
Add NFSv3 support. Try NFSv3 and fall back to NFSv2.
Revision 1.48.30.2: download - view: text, markup, annotated - select for diffs
Wed Apr 8 14:08:53 2020 UTC (4 years, 8 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.48.30.1: preferred, colored; branchpoint 1.48: preferred, colored; next MAIN 1.49: preferred, colored
Changes since revision 1.48.30.1: +2 -2
lines
Merge changes from current as of 20200406
Revision 1.49.6.1: download - view: text, markup, annotated - select for diffs
Sat Feb 29 20:21:03 2020 UTC (4 years, 9 months ago) by ad
Branches: ad-namecache
Diff to: previous 1.49: preferred, colored; next MAIN 1.50: preferred, colored
Changes since revision 1.49: +2 -2
lines
Sync with head.
Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Jan 26 10:13:10 2020 UTC (4 years, 10 months ago) by skrll
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
thorpej-altq-separation-base,
thorpej-altq-separation,
phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
is-mlppp-base,
is-mlppp,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
ad-namecache-base3
Branch point for: netbsd-10
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
Make a debug printf compile for all platforms
Revision 1.48.30.1: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:09:05 2019 UTC (5 years, 6 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +14 -15
lines
Sync with HEAD
Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 31 20:08:45 2019 UTC (5 years, 8 months ago) by christos
Branches: MAIN
CVS tags: phil-wifi-20191119,
phil-wifi-20190609,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9,
isaki-audio2-base,
isaki-audio2,
ad-namecache-base2,
ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +14 -15
lines
fix warnings, printf formats, etc.
Revision 1.47.6.1: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:04:30 2014 UTC (10 years, 3 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +3 -3
lines
Rebase to HEAD as of a few days ago.
Revision 1.46.2.2: download - view: text, markup, annotated - select for diffs
Thu May 22 11:41:04 2014 UTC (10 years, 6 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.46.2.1: preferred, colored; branchpoint 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46.2.1: +3 -3
lines
sync with head.
for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
Revision 1.47.10.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:46:08 2014 UTC (10 years, 6 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.47: preferred, colored; next MAIN 1.48: preferred, colored
Changes since revision 1.47: +3 -3
lines
sync with head
Revision 1.48: download - view: text, markup, annotated - select for diffs
Thu Mar 20 03:13:18 2014 UTC (10 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-pagecache-base9,
tls-maxphys-base-20171202,
tls-maxphys-base,
tls-earlyentropy-base,
tls-earlyentropy,
rmind-smpnet-nbase,
rmind-smpnet-base,
riastradh-xf86-video-intel-2-7-1-pre-2-21-15,
prg-localcount2-base3,
prg-localcount2-base2,
prg-localcount2-base1,
prg-localcount2-base,
prg-localcount2,
phil-wifi-base,
pgoyette-localcount-base,
pgoyette-localcount-20170426,
pgoyette-localcount-20170320,
pgoyette-localcount-20170107,
pgoyette-localcount-20161104,
pgoyette-localcount-20160806,
pgoyette-localcount-20160726,
pgoyette-localcount,
pgoyette-compat-merge-20190127,
pgoyette-compat-base,
pgoyette-compat-20190127,
pgoyette-compat-20190118,
pgoyette-compat-1226,
pgoyette-compat-1126,
pgoyette-compat-1020,
pgoyette-compat-0930,
pgoyette-compat-0906,
pgoyette-compat-0728,
pgoyette-compat-0625,
pgoyette-compat-0521,
pgoyette-compat-0502,
pgoyette-compat-0422,
pgoyette-compat-0415,
pgoyette-compat-0407,
pgoyette-compat-0330,
pgoyette-compat-0322,
pgoyette-compat-0315,
pgoyette-compat,
perseant-stdc-iso10646-base,
perseant-stdc-iso10646,
nick-nhusb-base-20170825,
nick-nhusb-base-20170204,
nick-nhusb-base-20161204,
nick-nhusb-base-20161004,
nick-nhusb-base-20160907,
nick-nhusb-base-20160529,
nick-nhusb-base-20160422,
nick-nhusb-base-20160319,
nick-nhusb-base-20151226,
nick-nhusb-base-20150921,
nick-nhusb-base-20150606,
nick-nhusb-base-20150406,
nick-nhusb-base,
nick-nhusb,
netbsd-8-base,
netbsd-8-3-RELEASE,
netbsd-8-2-RELEASE,
netbsd-8-1-RELEASE,
netbsd-8-1-RC1,
netbsd-8-0-RELEASE,
netbsd-8-0-RC2,
netbsd-8-0-RC1,
netbsd-8,
netbsd-7-nhusb-base-20170116,
netbsd-7-nhusb-base,
netbsd-7-nhusb,
netbsd-7-base,
netbsd-7-2-RELEASE,
netbsd-7-1-RELEASE,
netbsd-7-1-RC2,
netbsd-7-1-RC1,
netbsd-7-1-2-RELEASE,
netbsd-7-1-1-RELEASE,
netbsd-7-1,
netbsd-7-0-RELEASE,
netbsd-7-0-RC3,
netbsd-7-0-RC2,
netbsd-7-0-RC1,
netbsd-7-0-2-RELEASE,
netbsd-7-0-1-RELEASE,
netbsd-7-0,
netbsd-7,
matt-nb8-mediatek-base,
matt-nb8-mediatek,
localcount-20160914,
jdolecek-ncq-base,
jdolecek-ncq,
bouyer-socketcan-base1,
bouyer-socketcan-base,
bouyer-socketcan
Branch point for: phil-wifi
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +3 -3
lines
reduce size by 1K by sharing the ls code.
Revision 1.46.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:08:33 2012 UTC (12 years, 7 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +10 -1
lines
sync with head
Revision 1.46.6.1: download - view: text, markup, annotated - select for diffs
Sat Feb 18 07:35:35 2012 UTC (12 years, 9 months ago) by mrg
Branches: jmcneill-usbmp
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +10 -1
lines
merge to -current.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Dec 25 06:09:08 2011 UTC (12 years, 11 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
yamt-pagecache-base5,
yamt-pagecache-base4,
riastradh-drm2-base3,
riastradh-drm2-base2,
riastradh-drm2-base1,
riastradh-drm2-base,
riastradh-drm2,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1-5-RELEASE,
netbsd-6-1-4-RELEASE,
netbsd-6-1-3-RELEASE,
netbsd-6-1-2-RELEASE,
netbsd-6-1-1-RELEASE,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-6-RELEASE,
netbsd-6-0-5-RELEASE,
netbsd-6-0-4-RELEASE,
netbsd-6-0-3-RELEASE,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
khorben-n900,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10,
agc-symver-base,
agc-symver
Branch point for: tls-maxphys,
rmind-smpnet
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +10 -1
lines
Apply the following patch submitted by Evgeniy Ivanov:
http://mail-index.NetBSD.org/tech-kern/2011/12/15/msg012226.html
http://mail-index.NetBSD.org/tech-kern/2011/12/17/msg012229.html
- add 'ls' op to struct fs_ops to support ls command on each fs,
enabled by -DLIBSA_ENABLE_LS_OP and SAMISCMAKEFLAGS+="SA_ENABLE_LS_OP=yes"
in libsa
- split sys/lib/libsa/ufs_ls.c into UFS specific part and MI part (ls.c)
that opens the target fs and calls fs-depedent XXX_ls() functions
- add a ls op for ext2fs
(all other fs than ufs and ext2fs don't have actual ls ops yet)
- replace existing MD ufs_ls() calls with this new MI ls()
The original patch was written for i386 and ext2fs.
zaurus zboot has been tested by nonaka@.
ews4800mips and x68k loaders have been tested by me (with several fixes).
landisk might be okay since it was almost copied from i386.
XXX1: "ls" op in fs_ops looks a bit inconsistent, but we will be able to
replace it with real fs ops like readdir if it's really worth
XXX2: someone might have to check sys/arch/ia64/stand/efi/libefi/efifs_ls.c
Revision 1.45.12.1: download - view: text, markup, annotated - select for diffs
Thu Jun 23 14:20:23 2011 UTC (13 years, 5 months ago) by cherry
Branches: cherry-xenmp
Diff to: previous 1.45: preferred, colored; next MAIN 1.46: preferred, colored
Changes since revision 1.45: +7 -7
lines
Catchup with rmind-uvmplock merge.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Thu Jun 16 13:27:58 2011 UTC (13 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3
Branch point for: yamt-pagecache,
jmcneill-usbmp
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +7 -7
lines
Add an optional MD calling convention flag for use in libsa when space
optimisation is critical. Use this on i386 to switch to register passing
calling convention for the file system entry points and most assembler
call backs that have to preserve at least 3 registers.
Revision 1.43.4.1: download - view: text, markup, annotated - select for diffs
Mon May 4 08:13:52 2009 UTC (15 years, 7 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +7 -6
lines
sync with head.
Revision 1.43.12.1: download - view: text, markup, annotated - select for diffs
Mon Jan 19 13:19:57 2009 UTC (15 years, 10 months ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +7 -6
lines
Sync with HEAD.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Jan 17 14:00:36 2009 UTC (15 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-nfs-mp-base9,
yamt-nfs-mp-base8,
yamt-nfs-mp-base7,
yamt-nfs-mp-base6,
yamt-nfs-mp-base5,
yamt-nfs-mp-base4,
yamt-nfs-mp-base3,
yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base4,
uebayasi-xip-base3,
uebayasi-xip-base2,
uebayasi-xip-base1,
uebayasi-xip-base,
uebayasi-xip,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
rmind-uvmplock,
nick-hppapmap-base4,
nick-hppapmap-base3,
nick-hppapmap-base2,
nick-hppapmap-base,
matt-premerge-20091211,
matt-mips64-premerge-20101231,
jymxensuspend-base,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
jruoho-x86intr-base,
jruoho-x86intr,
cherry-xenmp-base,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: cherry-xenmp
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +6 -6
lines
Remove __P().
Revision 1.42.14.2: download - view: text, markup, annotated - select for diffs
Sat Jan 17 13:29:22 2009 UTC (15 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.42.14.1: preferred, colored; branchpoint 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42.14.1: +1 -0
lines
Sync with HEAD.
Revision 1.43.10.1: download - view: text, markup, annotated - select for diffs
Sat Dec 13 01:15:18 2008 UTC (16 years ago) by haad
Branches: haad-dm
Diff to: previous 1.43: preferred, colored; next MAIN 1.44: preferred, colored
Changes since revision 1.43: +2 -1
lines
Update haad-dm branch to haad-dm-base2.
Revision 1.44: download - view: text, markup, annotated - select for diffs
Wed Nov 19 12:36:41 2008 UTC (16 years ago) by ad
Branches: MAIN
CVS tags: mjf-devfs2-base,
haad-nbase2,
haad-dm-base2,
haad-dm-base,
ad-audiomp2-base,
ad-audiomp2
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -1
lines
For the x86 boot loader, autoload a kernel module corresponding to the
root file system type.
Revision 1.42.14.1: download - view: text, markup, annotated - select for diffs
Thu Apr 3 12:43:06 2008 UTC (16 years, 8 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +15 -15
lines
Sync with HEAD.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Tue Mar 25 21:23:50 2008 UTC (16 years, 8 months ago) by christos
Branches: MAIN
CVS tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
yamt-nfs-mp-base2,
yamt-nfs-mp-base,
wrstuden-revivesa-base-4,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
simonb-wapbl-nbase,
simonb-wapbl-base,
simonb-wapbl,
netbsd-5-base,
netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
matt-nb5-pq3-base,
matt-nb5-pq3,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20101231,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64-k15,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
hpcarm-cleanup-nbase,
haad-dm-base1,
ad-socklock-base1
Branch point for: yamt-nfs-mp,
nick-hppapmap,
haad-dm
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +15 -15
lines
- use mem* instead of b* routines, and kill the b* routines.
- use the mem* routines from libc.
XXX: There will be some lossage, but I am fixing it.
Revision 1.41.18.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:56:43 2008 UTC (16 years, 11 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +47 -78
lines
sync with HEAD
Revision 1.41.24.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:20:55 2007 UTC (17 years ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +47 -78
lines
Sync with HEAD.
Revision 1.37.4.4: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:33:48 2007 UTC (17 years ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.37.4.3: preferred, colored; branchpoint 1.37: preferred, colored; next MAIN 1.38: preferred, colored
Changes since revision 1.37.4.3: +47 -78
lines
sync with head
Revision 1.41.16.1: download - view: text, markup, annotated - select for diffs
Tue Nov 27 19:38:35 2007 UTC (17 years ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.41: preferred, colored; next MAIN 1.42: preferred, colored
Changes since revision 1.41: +47 -78
lines
Sync with HEAD. amd64 Xen support needs testing.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Nov 24 13:20:56 2007 UTC (17 years ago) by isaki
Branches: MAIN
CVS tags: yamt-lazymbuf-base15,
yamt-lazymbuf-base14,
yamt-kmem-base3,
yamt-kmem-base2,
yamt-kmem-base,
yamt-kmem,
vmlocking2-base3,
vmlocking2-base2,
vmlocking2-base1,
vmlocking2,
vmlocking-nbase,
reinoud-bufcleanup-nbase,
reinoud-bufcleanup-base,
nick-net80211-sync-base,
nick-net80211-sync,
mjf-devfs-base,
matt-armv6-nbase,
matt-armv6-base,
keiichi-mipv6-nbase,
keiichi-mipv6-base,
keiichi-mipv6,
jmcneill-pm-base,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
bouyer-xeni386-nbase,
bouyer-xeni386-merge1,
bouyer-xeni386-base,
bouyer-xeni386
Branch point for: mjf-devfs2
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +47 -78
lines
style, indent, and ANSI-fy.
Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Tue Feb 27 16:54:36 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-idlelwp
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +4 -3
lines
- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
Revision 1.37.4.3: download - view: text, markup, annotated - select for diffs
Mon Feb 26 09:11:25 2007 UTC (17 years, 9 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.37.4.2: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.4.2: +4 -3
lines
sync with head.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun Feb 25 04:46:32 2007 UTC (17 years, 9 months ago) by uwe
Branches: MAIN
CVS tags: yamt-x86pmap-base4,
yamt-x86pmap-base3,
yamt-x86pmap-base2,
yamt-x86pmap-base,
yamt-x86pmap,
yamt-idlelwp-base8,
vmlocking-base,
vmlocking,
thorpej-atomic-base,
thorpej-atomic,
reinoud-bufcleanup,
nick-csl-alignment-base5,
nick-csl-alignment-base,
nick-csl-alignment,
mjf-ufs-trans-base,
mjf-ufs-trans,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
jmcneill-base,
hpcarm-cleanup,
bouyer-xenamd64-base2,
bouyer-xenamd64-base,
bouyer-xenamd64,
ad-audiomp-base,
ad-audiomp
Branch point for: mjf-devfs,
matt-armv6,
jmcneill-pm
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -3
lines
Add missing newlines to debug messages.
Revision 1.39.18.1: download - view: text, markup, annotated - select for diffs
Fri Jan 12 01:04:10 2007 UTC (17 years, 11 months ago) by ad
Branches: newlock2
Diff to: previous 1.39: preferred, colored; next MAIN 1.40: preferred, colored
Changes since revision 1.39: +2 -2
lines
Sync with head.
Revision 1.37.4.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:50:16 2006 UTC (17 years, 11 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.37.4.1: preferred, colored; branchpoint 1.37: preferred, colored
Changes since revision 1.37.4.1: +2 -2
lines
sync with head.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Dec 29 13:05:48 2006 UTC (17 years, 11 months ago) by yamt
Branches: MAIN
CVS tags: post-newlock2-merge,
newlock2-nbase,
newlock2-base
Branch point for: yamt-idlelwp
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
remove nqnfs from comments. from Arnaud Lacombe.
(no functional changes.)
Revision 1.37.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 15:10:23 2006 UTC (18 years, 5 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +7 -7
lines
sync with head.
Revision 1.38.2.1: download - view: text, markup, annotated - select for diffs
Wed Feb 1 14:52:36 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-uio_vmspace
Diff to: previous 1.38: preferred, colored; next MAIN 1.39: preferred, colored
Changes since revision 1.38: +7 -7
lines
sync with head.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jan 25 18:27:23 2006 UTC (18 years, 10 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5,
yamt-splraiseipl-base5,
yamt-splraiseipl-base4,
yamt-splraiseipl-base3,
yamt-splraiseipl-base2,
yamt-splraiseipl-base,
yamt-splraiseipl,
yamt-pdpolicy-base9,
yamt-pdpolicy-base8,
yamt-pdpolicy-base7,
yamt-pdpolicy-base6,
yamt-pdpolicy-base5,
yamt-pdpolicy-base4,
yamt-pdpolicy-base3,
yamt-pdpolicy-base2,
yamt-pdpolicy-base,
yamt-pdpolicy,
wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
simonb-timecounters-base,
simonb-timecounters,
simonb-timcounters-final,
rpaulo-netinet-merge-pcb-base,
rpaulo-netinet-merge-pcb,
peter-altq-base,
peter-altq,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
matt-nb4-arm-base,
matt-nb4-arm,
gdamore-uart-base,
gdamore-uart,
elad-kernelauth-base,
elad-kernelauth,
chap-midi-nbase,
chap-midi-base,
chap-midi,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Branch point for: newlock2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +7 -7
lines
free -> dealloc
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:24:46 2005 UTC (19 years ago) by christos
Branches: MAIN
Branch point for: yamt-uio_vmspace
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -1
lines
merge ktrace-lwp.
Revision 1.36.8.1: download - view: text, markup, annotated - select for diffs
Fri Apr 29 11:29:26 2005 UTC (19 years, 7 months ago) by kent
Branches: kent-audio2
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +18 -18
lines
sync with -current
Revision 1.36.10.1: download - view: text, markup, annotated - select for diffs
Sat Mar 19 08:36:26 2005 UTC (19 years, 8 months ago) by yamt
Branches: yamt-km
Diff to: previous 1.36: preferred, colored; next MAIN 1.37: preferred, colored
Changes since revision 1.36: +18 -18
lines
sync with head. xen and whitespace. xen part is not finished.
Revision 1.31.2.4: download - view: text, markup, annotated - select for diffs
Fri Mar 4 16:52:41 2005 UTC (19 years, 9 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.31.2.3: preferred, colored; next MAIN 1.32: preferred, colored
Changes since revision 1.31.2.3: +18 -18
lines
Sync with HEAD.
Hi Perry!
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat Feb 26 22:58:56 2005 UTC (19 years, 9 months ago) by perry
Branches: MAIN
CVS tags: yamt-vop-base3,
yamt-vop-base2,
yamt-vop-base,
yamt-vop,
yamt-readahead-pervnode,
yamt-readahead-perfile,
yamt-readahead-base3,
yamt-readahead-base2,
yamt-readahead-base,
yamt-readahead,
yamt-km-base4,
yamt-km-base3,
thorpej-vnode-attr-base,
thorpej-vnode-attr,
netbsd-3-base,
netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0,
netbsd-3,
ktrace-lwp-base,
kent-audio2-base
Branch point for: yamt-lazymbuf
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +18 -18
lines
nuke trailing whitespace
Revision 1.31.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:36:18 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.31.2.2: preferred, colored
Changes since revision 1.31.2.2: +1 -1
lines
Fix the sync with head I botched.
Revision 1.31.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:54:02 2004 UTC (20 years, 2 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.31.2.1: preferred, colored
Changes since revision 1.31.2.1: +0 -0
lines
Sync with HEAD.
Revision 1.31.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:53:53 2004 UTC (20 years, 4 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +20 -21
lines
Sync with HEAD
Revision 1.36: download - view: text, markup, annotated - select for diffs
Thu Sep 4 12:02:10 2003 UTC (21 years, 3 months ago) by he
Branches: MAIN
CVS tags: yamt-km-base2,
yamt-km-base,
netbsd-2-base,
netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0,
netbsd-2,
kent-audio1-beforemerge,
kent-audio1-base,
kent-audio1
Branch point for: yamt-km,
kent-audio2
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2
lines
Um, undo last; libsa printf doesn't do %z.
Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Sep 4 11:42:52 2003 UTC (21 years, 3 months ago) by he
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2
lines
Use the %zu format for size_t printing instead of cast + %lu.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Wed Sep 3 12:43:41 2003 UTC (21 years, 3 months ago) by he
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2
lines
Cast size_t to u_long before printing, and use %lu instead of %d as format.
Fixes compilation on alpha.
Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Aug 31 22:40:48 2003 UTC (21 years, 3 months ago) by fvdl
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +8 -8
lines
Fix signed/unsigned warnings.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Aug 18 15:45:28 2003 UTC (21 years, 3 months ago) by dsl
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +12 -13
lines
make 'path' argument to ufs_open 'const char *' and fix the fallout.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Mar 18 19:20:09 2003 UTC (21 years, 8 months ago) by mycroft
Branches: MAIN
Branch point for: ktrace-lwp
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
Move some stuff into .rodata.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 12 14:51:31 2003 UTC (21 years, 9 months ago) by drochner
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -2
lines
no need to include "netif.h" anymore
(shared interface stuff is in iodesc.h, included by net.h)
Revision 1.25.8.1: download - view: text, markup, annotated - select for diffs
Mon Nov 20 18:09:36 2000 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +28 -18
lines
Update thorpej_scsipi to -current as of a month ago
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Mar 30 12:19:48 2000 UTC (24 years, 8 months ago) by augustss
Branches: MAIN
CVS tags: thorpej_scsipi_nbase,
thorpej_scsipi_beforemerge,
thorpej_scsipi_base,
thorpej-mips-cache-base,
thorpej-mips-cache,
thorpej-devvp-base3,
thorpej-devvp-base2,
thorpej-devvp-base,
thorpej-devvp,
pre-chs-ubcperf,
post-chs-ubcperf,
newlock-base,
newlock,
netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
nathanw_sa_end,
nathanw_sa_before_merge,
nathanw_sa_base,
nathanw_sa,
minoura-xpg4dl-base,
minoura-xpg4dl,
kqueue-beforemerge,
kqueue-base,
kqueue-aftermerge,
kqueue,
ifpoll-base,
gmcgarry_ucred_base,
gmcgarry_ucred,
gmcgarry_ctxsw_base,
gmcgarry_ctxsw,
gehenna-devsw-base,
gehenna-devsw,
fvdl_fs64_base,
eeh-devprop-base,
eeh-devprop
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +14 -14
lines
Kill some more register declarations.
Revision 1.25.14.1: download - view: text, markup, annotated - select for diffs
Mon Dec 27 18:36:02 1999 UTC (24 years, 11 months ago) by wrstuden
Branches: wrstuden-devbsize
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +17 -7
lines
Pull up to last week's -current.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Nov 23 12:20:53 1999 UTC (25 years ago) by simonb
Branches: MAIN
CVS tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
chs-ubc2-newbase
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +17 -7
lines
Remove leading '/' from pathnames, using same logic as ufs.c. Allows new
style (but not yet committed) pmax bootblocks to open "/boot.pmax" on an
ISO image. Same problem reported for NFS by Jason Thorpe.
Revision 1.25.10.1: download - view: text, markup, annotated - select for diffs
Mon Nov 15 00:42:04 1999 UTC (25 years, 1 month ago) by fvdl
Branches: fvdl-softdep
Diff to: previous 1.25: preferred, colored; next MAIN 1.26: preferred, colored
Changes since revision 1.25: +1 -1
lines
Sync with -current
Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Nov 13 21:17:57 1999 UTC (25 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: fvdl-softdep-base
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +5 -0
lines
Backout my libsa changes.
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Nov 11 20:23:17 1999 UTC (25 years, 1 month ago) by thorpej
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -6
lines
Update for the improvements to libsa, and don't reference libkern.h.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Mar 31 01:50:25 1999 UTC (25 years, 8 months ago) by cgd
Branches: MAIN
CVS tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH003,
netbsd-1-4-PATCH002,
netbsd-1-4-PATCH001,
netbsd-1-4,
kame_14_19990705,
kame_14_19990628,
kame_141_19991130,
kame,
comdex-fall-1999-base,
comdex-fall-1999,
chs-ubc2-base,
chs-ubc2
Branch point for: wrstuden-devbsize,
thorpej_scsipi,
fvdl-softdep
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +13 -1
lines
Make a bunch of backward-compatible changes to the boot blocks which allow
size to be reduced substantially. (backward compatibility verified
by compiling one of the alpha boot blocks which uses all of the code
before and after, diffing the object files, and manually verifying that
the differences were 'correct'. some differences were "unavoidable,"
it wanting to avoid a double-commit, because e.g. local variables which
were previously used were no longer used.) a README which describes
supported options (or at least the ones mentioned below) is forthcoming.
add support for the preprocessor macro LIBSA_NO_TWIDDLE, which
causes calls to twiddle() to be omitted if it's defined.
add support for the preprocessor macros:
LIBSA_NO_FS_CLOSE
LIBSA_NO_FS_WRITE
LIBSA_NO_FS_SEEK
which, if defined, cause the corresponding file system operations
in the individual file system implementations to be omitted. (note
that all of those macros are not supported by all file systems at
this point. comments were added to individual file system files
to indicate lack of support, and should be cleaned up later. Backward
compatibility options e.g. UFS_NOCLOSE, etc., are supported.)
add support for the preprocessor macro LIBSA_NO_FS_SYMLINK, which
removes support for symbolic links from the file system support
functions. (same notes as for the macros above apply.)
add support for the preprocessor macro LIBSA_FS_SINGLECOMPONENT which
removes all subdirectory and symlink support from the file system
support functions. (same notes as for the macros above apply.)
add support for the preprocessor macro LIBSA_NO_FD_CHECKING, which
causes code relating to libsa file descriptor checks (e.g. range
checking and checking that a file descriptor is valid) to be
omitted if it's defined.
add support for the preprocessor macro LIBSA_NO_RAW_ACCESS, which
causes code relating to raw device access to be omitted if it's
defined.
change some structure copies to use bcopy() instead. that way
use of bcopy vs. memcpy() can easily be selected by
LIBSA_USE_MEMCPY. (without changes like these, you could end up
having both bcopy() and memcpy() included. eventually, all
calls to bcopy should be changed to calls to memcpy() or memmove()
as appropriate -- hopefully never the latter -- with an option to
use bcopy instead.)
add support for the preprocessor macro LIBSA_NO_DISKLABEL_MSGS, which
causes disklabel() to return '1' as msg rather than a string. Can
be used if the boot blocks don't care about the string, and need to
save the space.
add support for the preprocessor macro LIBSA_SINGLE_FILESYSTEM, which
if defined causes all of the file system switch code to be removed.
Its value should be the name of the file system supported by the
boot block, e.g. "ufs" for the FFS file system. calls to the
file system functions open, close, etc., which were previously
done through a function switch are then done via direct invocation
of <fs>_open, <fs>_close, etc. (e.g. ufs_open, ...).
add support for the preprocessor macro LIBSA_SINGLE_DEVICE, which
does the equivalent of LIBSA_SINGLE_FILESYSTEM but for the device
switch table. Device entry pointes are expected to be named
<dev>foo, e.g. the 'strategy' routine used when LIBSA_SINGLE_DEVICE
is set to 'disk' is diskstrategy.
make ufs.c f_nindir array be unsigned ints. the fact that it was signed
caused ufs.c to require signed division routines (which were otherwise
unnecessary for a small boot block).
Revision 1.24: download - view: text, markup, annotated - select for diffs
Thu Feb 11 09:10:44 1999 UTC (25 years, 10 months ago) by pk
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +5 -1
lines
Add missing prototypes.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jan 23 19:27:44 1998 UTC (26 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: kenh-if-detach-base,
kenh-if-detach,
eeh-paddr_t-base,
eeh-paddr_t,
chs-ubc-base,
chs-ubc
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -3
lines
Fix some debugging printf formats.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Jun 26 19:11:45 1997 UTC (27 years, 5 months ago) by drochner
Branches: MAIN
CVS tags: thorpej-signal-base,
thorpej-signal,
netbsd-1-3-base,
netbsd-1-3-RELEASE,
netbsd-1-3-PATCH003-CANDIDATE2,
netbsd-1-3-PATCH003-CANDIDATE1,
netbsd-1-3-PATCH003-CANDIDATE0,
netbsd-1-3-PATCH003,
netbsd-1-3-PATCH002,
netbsd-1-3-PATCH001,
netbsd-1-3-BETA,
netbsd-1-3,
marc-pcmcia-bp,
marc-pcmcia-base,
marc-pcmcia,
bouyer-scsipi
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -1
lines
Avoid user space headers for standalone programs.
Don't use sys/lib/libkern or sys/lib/libz if not standalone
(ie, user space test programs).
Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jun 16 20:47:11 1997 UTC (27 years, 6 months ago) by drochner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +17 -2
lines
Conditionally compile without symlink support (#ifdef NFS_NOSYMLINK).
Saves 708 bytes (i386). (close pr misc/3335)
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Dec 27 11:55:58 1996 UTC (27 years, 11 months ago) by pk
Branches: MAIN
CVS tags: thorpej-setroot,
mrg-vm-swap,
is-newarp-before-merge,
is-newarp-base,
is-newarp
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -1
lines
Add missing `#ifdef NFS_DEBUG' (from Rolf Grossmann; PR#3061).
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Oct 13 02:29:04 1996 UTC (28 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +13 -13
lines
backout previous kprintf changes
Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Oct 10 22:46:27 1996 UTC (28 years, 2 months ago) by christos
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +14 -14
lines
printf -> kprintf, sprintf -> ksprintf
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 2 20:28:26 1996 UTC (28 years, 2 months ago) by cgd
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -4
lines
fix several endianness bugs that caused name lookup (!!) and symlink
expansion to fail on little-endian machines.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 30 16:01:20 1996 UTC (28 years, 2 months ago) by ws
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +160 -11
lines
Add support for booting from cd9660 fs
Support directory traversal and symbolic links for nfs booting
Close device when file opening failed
Plug memory leak in ufs code
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue May 14 10:28:26 1996 UTC (28 years, 7 months ago) by leo
Branches: MAIN
CVS tags: netbsd-1-2-base,
netbsd-1-2-RELEASE,
netbsd-1-2-PATCH001,
netbsd-1-2-BETA,
netbsd-1-2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
Fix gcc -Wall warnings about printf arguments.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Feb 26 23:05:21 1996 UTC (28 years, 9 months ago) by gwr
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -6
lines
Make this code independent of <sys/nfs> now that we use very little
from there anyway, so we can ignore changes in the NFS code...
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Feb 26 21:50:09 1996 UTC (28 years, 9 months ago) by scottr
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Make these build again in the wake of the v3 changes
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Sep 23 03:36:08 1995 UTC (29 years, 2 months ago) by gwr
Branches: MAIN
CVS tags: netbsd-1-1-base,
netbsd-1-1-RELEASE,
netbsd-1-1-PATCH001,
netbsd-1-1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +42 -30
lines
More cleanup: change some private types to eliminate casts,
replace some "goto xxx" with return(-1). (mostly cosmetic)
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Sep 18 21:19:36 1995 UTC (29 years, 2 months ago) by pk
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Another round of clean up, including fixes presented by Matthias Drochner
(PR#1404). Things to be noted:
- all IP addresses are now `struct in_addr's.
- the function rarp_getipaddress() no longer return `myip'; in stead
it returns -1 on failure (errno set), 0 on success. `myip' is set
as a size-effect.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Sep 17 00:49:42 1995 UTC (29 years, 3 months ago) by pk
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -7
lines
Revert fs_ops read/write declarations; these return error numbers.
Get rid of some more compiler warnings.
Set errno where appropriate.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Sep 14 23:45:31 1995 UTC (29 years, 3 months ago) by pk
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +23 -17
lines
Clear up some size_t/ssize_t confusion.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jul 3 04:56:33 1995 UTC (29 years, 5 months ago) by gwr
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -12
lines
Can not use htonl() in static initializers. (Fixes PR 1188)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jun 27 15:25:30 1995 UTC (29 years, 5 months ago) by gwr
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +218 -255
lines
Re-work for new rpc interface, and simplify a bit.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 20 11:04:12 1995 UTC (29 years, 9 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +90 -287
lines
Various:
* Fix some misused types.
* Encapsulate the protocols better.
* Rearrange the RPC stuff to work more like the kernel. (Needs more work.)
* Remove a bunch of extra hair when reading a file over NFS.
* Use RPCAUTH_UNIX when talking to the NFS server.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 19 23:51:39 1995 UTC (29 years, 9 months ago) by mycroft
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -8
lines
Adjust the attribute info size for our NFS code.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 26 05:44:55 1994 UTC (30 years, 1 month ago) by cgd
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
new RCS ID format.
Revision 1.3.2.2: download - view: text, markup, annotated - select for diffs
Mon Aug 22 21:56:09 1994 UTC (30 years, 3 months ago) by brezak
Branches: netbsd-1-0
Diff to: previous 1.3.2.1: preferred, colored; branchpoint 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3.2.1: +720 -0
lines
Cleanup to make more ANSI compliant; checkpoint
Revision 1.3.2.1
Mon Aug 22 21:56:08 1994 UTC (30 years, 3 months ago) by brezak
Branches: netbsd-1-0
FILE REMOVED
Changes since revision 1.3: +0 -720
lines
file nfs.c was added on branch netbsd-1-0 on 1994-08-22 21:56:09 +0000
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 22 21:56:08 1994 UTC (30 years, 3 months ago) by brezak
Branches: MAIN
CVS tags: netbsd-1-0-RELEASE,
netbsd-1-0-PATCH1,
netbsd-1-0-PATCH06,
netbsd-1-0-PATCH05,
netbsd-1-0-PATCH04,
netbsd-1-0-PATCH03,
netbsd-1-0-PATCH02,
netbsd-1-0-PATCH0
Branch point for: netbsd-1-0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5
lines
Cleanup to make more ANSI compliant; checkpoint
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 20 07:50:17 1994 UTC (30 years, 5 months ago) by glass
Branches: MAIN
CVS tags: netbsd-1-0-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +6 -6
lines
make it compile w/4.4-lite header file changes
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 8 16:11:31 1994 UTC (30 years, 7 months ago) by brezak
Branches: MAIN
Standalone networking for network boot loaders.
CVSweb <webmaster@jp.NetBSD.org>