1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change the way we handle multiple lex scanners and yacc parsers in a single program. Our old patch to ylwrap does not work anymore because the bison parsers need shared symbols that start with yy and we can't easily select which ones work. So now we use -P and -p to let lex and yacc do the work for us. This requires a patch to ylwrap, but it is smaller.
christos
as Christos Zoulas
More... over 10 years ago
fix flaw when kernel version is 3.x More... over 10 years ago
update copyright notice for 2013 More... almost 11 years ago
Regen, and recent changes
christos
as Christos Zoulas
More... almost 11 years ago
adjust to new autoconf requirements
christos
as Christos Zoulas
More... almost 11 years ago
INCLUDES -> AM_CPPFLAGS in new autoconf
christos
as Christos Zoulas
More... almost 11 years ago
Fix macro names
christos
as Christos Zoulas
More... almost 11 years ago
Mention new changes
christos
as Christos Zoulas
More... over 11 years ago
Regen from newer autoconf
christos
as Christos Zoulas
More... over 11 years ago
recognize noacl
christos
as Christos Zoulas
More... over 11 years ago
Instead of calling each autoconf program individually to regen files, blow everything away and start clean using autoreconf -f -i. We apply our patch to ylwrap once we are done. This is because different versions of libtool don't interoperate well.
christos
as Christos Zoulas
More... over 11 years ago
recognize a few more nfs flags; specifically noacl amongst others.
christos
as Christos Zoulas
More... over 11 years ago
add a bit of debugging for the mount port
christos
as Christos Zoulas
More... over 11 years ago
recognize the mountport= that specifies an explicit port to contact for mountd, instead of resolving it via RPC.
christos
as Christos Zoulas
More... over 11 years ago
mention Makefile change
christos
as Christos Zoulas
More... over 11 years ago
add ops_nfs4.c
christos
as Christos Zoulas
More... over 11 years ago
- add handling for noatime,nodiratime,mandlock for linux - add locking keyword support for lustre
christos
as Christos Zoulas
More... over 11 years ago
Merge branch 'master' of ssh://git.fsl.cs.sunysb.edu/scm/git/am-utils-6.2
christos
as Christos Zoulas
More... almost 12 years ago
today's change
christos
as Christos Zoulas
More... almost 12 years ago
fixed bugs parsing lustre mount strings.
christos
as Christos Zoulas
More... almost 12 years ago
mention sun map change
christos
as Christos Zoulas
More... almost 12 years ago
disable sun maps to avoid segmentation fault.
christos
as Christos Zoulas
More... almost 12 years ago
update release announce text More... almost 12 years ago
add information pertinent to 6.2-rc1
christos
as Christos Zoulas
More... almost 12 years ago
release announcement template More... almost 12 years ago
add more info
christos
as Christos Zoulas
More... almost 12 years ago
Update with reality.
christos
as Christos Zoulas
More... almost 12 years ago
Update with recent versions of the auto tools
christos
as Christos Zoulas
More... almost 12 years ago
add newly added nfs_common.h header.
christos
as Christos Zoulas
More... almost 12 years ago
revert previous mistaken commit, and add the real patch (new nfs version function) that got rejected
christos
as Christos Zoulas
More... almost 12 years ago