mux 2006-03-13 21:56:42 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
Wrap another chflags() call inside #ifdef HAVE_FFLAGS.
Revision ChangesPath
1.42 +3 -1 projects/csup/fattr.c
___
mux 2006-03-07 03:37:46 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
Don't fail in fattr_install() if the target file doesn't exist yet.
Revision ChangesPath
1.41 +28 -28projects/csup/fattr.c
__
mux 2006-02-23 23:11:40 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
Correctly fix the getpwnam() -> getgrnam() change. I need sleep.
Revision ChangesPath
1.38 +5 -4 projects/csup/fattr.c
mux 2006-02-23 23:03:52 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
Oops, change a getpwnam() call that should have been getgrnam().
Revision ChangesPath
1.37 +2 -2 projects/csup/fattr.c
_
mux 2006-02-18 01:38:52 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
Restore the original string upon error in fattr_scanattr(), called by
fattr_encode() only.
Revision ChangesPath
1.36 +14 -11projects/csup/fattr.c
_
mux 2006-02-11 19:28:58 UTC
FreeBSD projects repository
Modified files:
csup fattr.c fattr.h
Log:
More copyright updates for 2006.
Revision ChangesPath
1.35 +2 -2 projects/csup/fattr.c
1.23 +2 -2 projects/csup/fattr.h
mux 2006-02-11 19:20:34 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
Plug a memory leak in fattr_delete().
Revision ChangesPath
1.34 +2 -1 projects/csup/fattr.c
___
cvs-all@
mux 2006-02-11 19:09:28 UTC
FreeBSD projects repository
Modified files:
csup fattr.c fattr.h updater.c
Log:
- Implement fattr_delete().
- Use fattr_delete() in the updater when asked to delete a file. This
makes us correctly handle deletion requests for
mux 2006-02-07 02:35:27 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
Fix typo in assertion.
Revision ChangesPath
1.32 +2 -2 projects/csup/fattr.c
___
cvs-all@freebsd.org mai
mux 2006-02-05 22:26:55 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
- Ignore the return value of a chflags() call in fattr_install(). It
can fail over NFS and CVSup also ignore these errors.
- While I'm here, fix fattr_frompath() t
mux 2006-02-03 16:23:03 UTC
FreeBSD projects repository
Modified files:
csup fattr.c fattr.h misc.c misc.h status.c
updater.c
Log:
fattr.c:
- Implement fattr_makenode(), only for directories for now.
misc.c:
- Add a mask para
mux 2006-02-03 05:45:02 UTC
FreeBSD projects repository
Modified files:
csup fattr.c fattr.h proto.c status.c
updater.c
Log:
fattr.c:
- I tried to avoid having the need for a function to initialize the
fattr API, but it makes th
mux 2006-02-03 01:10:50 UTC
FreeBSD projects repository
Modified files:
csup fattr.c
Log:
Stop using %zd, some old compilers don't understand it and just print
"zd" with it, which surprisingly doesn't work!
Reported by:dougb
Revision Changes
mux 2006-01-30 17:36:13 UTC
FreeBSD projects repository
Modified files:
csup fattr.c fattr_bsd.h fattr_posix.h
Log:
After much hacking in Modula-3 with the CVSup sources, I finally
understood why I had to add the modtime, size and mode attributes to
the su
mux 2006-01-26 18:43:02 UTC
FreeBSD projects repository
Modified files:
csup fattr.c stream.h
Log:
- Include misc.h in stream.h so that we get the proper definition of
__printflike().
- Wrap the code that accesses the st_flags field of struct stat inside
15 matches
Mail list logo