Windows: Fix cm_UpdateVolumeStatusInt log message
[openafs.git] / src /
2009-07-23 Jeffrey AltmanWindows: Fix cm_UpdateVolumeStatusInt log message
2009-07-23 Mickey LaneRemove 8.3 dir requirement for Windows IDN path
2009-07-22 Russ AllberyRemove conditional on LINUX/osi_pag_module.c
2009-07-22 Felix FrankUnite CacheStoreProcs and add abstraction calls.
2009-07-22 Simon WilkinsonFix warnings in comerr directory
2009-07-22 Simon WilkinsonFurther prototyping and cleanup of UKERNEL
2009-07-22 Hans-Werner PaulsenUse Posix regex(3) within src/bucoord/commands.c
2009-07-22 Marc DionneBuild fixes: prevent unnecessary rebuilding
2009-07-22 Hans-Werner Paulsenavoid call to rxi_FreePacket with NULL pointer
2009-07-21 Derrick BrashearOSX lock initialization cleanup
2009-07-21 Matt BenjaminAdd amd64 subtarget for OpenBSD
2009-07-21 Derrick BrashearAFSOP_STOP_RXEVENT sometimes set without wakeup
2009-07-21 Andrew DeasonCorrect ctime arguments
2009-07-21 Simon WilkinsonMake DRelease take an anonymous pointer
2009-07-20 Derrick Brashearfix init script install rules for linux and darwin
2009-07-20 Felix FrankFixed out-of-tree builds.
2009-07-19 Marc DionneWarning cleanups for kernel module build
2009-07-18 Michael MeffieBuild on linux 2.4 again
2009-07-18 Jeffrey AltmanCorrect ifdefs in rx.c for rx packet debugging
2009-07-18 Marc DionneDisable kdump build on linux 2.6
2009-07-16 Felix FrankGathered alternative afs_TttCacheFetchProcs and afs_Ttt...
2009-07-16 Derrick Brashearfstrace needs -lnsl on Solaris
2009-07-16 Simon WilkinsonUse AFS_PTR_FMT to format pointers
2009-07-16 Simon WilkinsonMake afs_warn() and afs_warnuser() va_args
2009-07-16 Russ AllberyDemystify catopen return value in fstrace
2009-07-16 Russ AllberySimplify fstrace message catalog and support non-dest...
2009-07-16 Hartmut ReuterRemove misplaced lines
2009-07-16 Russ AllberyProvide an AFSDIR_DATA_DIR path for architecture-indepe...
2009-07-16 Jeffrey AltmanDo not print volume name in DisplayFormat2 if status...
2009-07-16 Simon WilkinsonMake UAFS builds stop the main build
2009-07-16 Derrick BrashearMacOS 10.6 support update
2009-07-16 Jeffrey AltmanCorrect build rules for NSIS in top-level NTMakefile
2009-07-16 Russ AllberyRemove NLS message catalog implementation for pre-2...
2009-07-16 Jeffrey Altmanvos print_addr() must call ubik_VL_GetAddrsU with corre...
2009-07-16 Jeffrey Altmande-"register" src/WINNT
2009-07-16 Jeffrey AltmanAdd/Update .gitignore files for Windows builds
2009-07-15 Michael MeffieFix assert message to avoid printing garbage
2009-07-15 Andrew DeasonIgnore SIGSYS when issuing pioctl syscall
2009-07-15 Asanka HerathUse InterlockedExchangeAdd() instead of InterlockedAdd...
2009-07-15 Jeffrey AltmanTo reference one element of a C-string use []
2009-07-15 Jeffrey AltmanRXAFSCB_GetCellServDB takes a serverList not an array...
2009-07-15 Jeffrey AltmanCorrect pointer type of 'next' field within struct...
2009-07-15 Jeffrey AltmanDo not call principal_hton() to copy ktc_principal...
2009-07-15 Jeffrey AltmanDo not call ctime() twice in the same statement
2009-07-15 Jeffrey AltmanAdd missing TapeLog parameter to warning message
2009-07-15 Jeffrey AltmanImprove Windows Build System By Using MT-safe Versions...
2009-07-14 Jeffrey AltmanPrevent crash on Windows when data version goes backwards
2009-07-14 Michael MeffieFix dirpath shell script generated from makefile
2009-07-14 Simon WilkinsonUkernel prototypes
2009-07-14 Simon WilkinsonCapabilities are unsigned on Windows too
2009-07-13 Evan BroderAllow passing in human-readable units for specifying...
2009-07-13 Russ AllberyEnsure PAM modules are built PIC and pthread-aware...
2009-07-13 Russ AllberyMake ktc_curpag generally available
2009-07-13 Simon WilkinsonCapabilities are unsigned
2009-07-13 Simon WilkinsonRemove unused variables in vol
2009-07-13 Russ AllberyAdd strlcat and strlcpy to libafsauthent and libafsrpc
2009-07-13 Marc DionneLinux build: properly install built kernel module
2009-07-12 Simon WilkinsonAdd system headers
2009-07-12 Hartmut ReuterMake 'fs listquota' output readable for large quota
2009-07-12 Simon WilkinsonTidy up the rx directory
2009-07-12 Simon WilkinsonRemove vlclient.h
2009-07-11 Marc DionneParallel make: additional fixes
2009-07-11 Simon WilkinsonMake lwp.h always provide fasttime prototypes
2009-07-11 Marc DionneParallel make fixes
2009-07-11 Derrick BrashearUpdate IRIX build issues
2009-07-11 Jeffrey AltmanCorrect format specification for "struct clock" values
2009-07-11 Jeffrey AltmanCorrect computation of rx packet resends and data packe...
2009-07-11 Simon WilkinsonANSIfy bu_utils
2009-07-11 Simon WilkinsonPrototypes for the update directory
2009-07-11 Simon WilkinsonRename printf cast helpers and clean up format string...
2009-07-10 Simon WilkinsonWarning cleanup for the libadmin directory
2009-07-10 Simon WilkinsonPrototypes for venus/test
2009-07-10 Simon WilkinsonFurther cleanup of the butc directory
2009-07-10 Simon WilkinsonPrototypes for rxdebug
2009-07-10 Simon WilkinsonAdd exported butm_prototypes.h header
2009-07-10 Simon WilkinsonExport budb_prototypes.h
2009-07-10 Jeffrey Altmanbucoord_prototypes.h is a new public header file.
2009-07-10 Jeffrey Altmanafs/vol_prototypes.h is a new public header file.
2009-07-10 Russ AllberyClean up uses of strcpy and strcat in src/vol/namei_ops.c
2009-07-10 Simon WilkinsonAdd prototypes for butc
2009-07-10 Simon WilkinsonDon't remove ccode, just conditionalise it
2009-07-10 Jeffrey AltmanAdd rx_headers build rule on Windows
2009-07-10 Simon WilkinsonRoughly prototype the kauth directory
2009-07-10 Simon WilkinsonRework bucoord prototypes for external dlq use
2009-07-10 Simon WilkinsonPrototyping for the volser directory
2009-07-10 Simon WilkinsonPrototype viced
2009-07-10 Simon WilkinsonRemove pr_PrintEntry from public headers
2009-07-10 Simon WilkinsonANSIfy ptclient
2009-07-10 Simon WilkinsonTidy up util
2009-07-10 Simon WilkinsonFix return type defaults to int warnings in ubik
2009-07-10 Simon WilkinsonTidy up libacl
2009-07-10 Simon WilkinsonPrototype the xstat directory
2009-07-10 Jeffrey AltmanModify Windows top-level NTMakefile to use "md" instead...
2009-07-10 Jeffrey AltmanThe Windows Makefiles provide macros for various commands.
2009-07-10 Derrick BrashearHP-UX 11i compiler will segv on static __inline in...
2009-07-10 Jeffrey AltmanAdd "PerFileAccessCheck" registry value.
2009-07-10 Simon WilkinsonTidy the vol directory
2009-07-10 Simon WilkinsonPrototype the vlserver directory
2009-07-10 Aaron M. UckoAlways use kbuild for all Linux kernel configure probes
2009-07-10 Aaron M. UckoBuild shadow header files when necessary on Linux
next