linux-module-initialization-allocate-
20001201
Loading and unloading a module without starting AFS would oops without this
because nothing checked for allocation.
linux24-writepage-
20001113
Linux 2.4 kernel writepage support
copy-permit-export-h-
20001107
copy another include file to make a separate kernel module build easier
winnt-letter-mappings-
20001107
Single user drive letter mapping support
linux24-config-params-
20001106
Add param file for linux24
linux24-cleanup-
20001106
remainder of fixes. temporary test hardware confirms it builds again
linux24-missing-endif-
20001106
missing endif. these problems won't happen when I have the testing hardware, obviously;-)
linux24-missing-ifdef-
20001106
Add missing ifdef/endif for linux 24 support code
initial-solaris8-support-
20001105
Iniktial Solaris 8 support
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
Initial Solaris 8 support
====================
Initial Solaris 8 support
copy-rx-header-for-libafs-
20001105
Make sure that rx_misc.h is copied to the libafs tree from rx source
initial-linux24-support-
20001105
preliminary linux 2.4 kernel support
====================
This delta was composed from multiple commits as part of the CVS->Git migration.
The checkin message with each commit was inconsistent.
The following are the additional commit messages.
====================
missed file
eliminate-libaudit-requirement-
20001104
move afsconf_CheckAuth which requires afsconf_SuperUser into userok.c
where afsconf_SuperUser is, eliminating the need for libaudit when using
archive libraries (doesn't help with shlibs)
replace-gets-with-fgets-
20001104
replace gets with fgets
based as patch from nneul@umr.edu
replace-getwd-with-getcwd-
20001104
getcwd replaces getwd
prefetch-pioctls-overflow-
20001104
1024 was being used of a buffer which wasn't that large.