OpenAFS CVS Commit: openafs/src/afs/DARWIN by shadow

cvs@GRAND.CENTRAL.ORG cvs@GRAND.CENTRAL.ORG
Sun, 03 Apr 2005 14:15:37 EDT


Update of /cvs/openafs/src/afs/DARWIN
In directory GRAND.CENTRAL.ORG:/data/sb/openafs-stable-1_4_x/src/afs/DARWIN

Modified Files:
      Tag: openafs-stable-1_4_x
	osi_machdep.h osi_vm.c osi_vnodeops.c 
Log Message:
DELTA STABLE14-openafs-kill-dead-code-20050403
AUTHOR shadow@dementia.org

Code ifdef'd any of AFS_MACH_ENV, AFS_GFS_ENV, AFS_DEC_ENV dies

Code ifdef'd AFS_SUN_ENV either becomes AFS_SUN5_ENV or dies as appropriate,
in the kernel only. The database servers etc are probably still buildable,
and I still have a SunOS 4.1.4 machine. ;-) But the Solaris vnops get all
SunOS 4 code nuked.

Uses of AFS_ALPHA_ENV which secretly meant OSF/1,D/UX,Tru64 become
AFS_OSF_ENV.

Bozon lock use gets its own ifdef. OSF and Solaris define it. Darwin and any
BSDs have bozon lock usage removed: note that only OSF and Solaris were
bothering to *init* the bozon lock during NewVCache. Bozon locks are for
platforms where basically we could end up deadlocking ourselves because of
how locks are handled.

Some nonsensical ifdefs removed.
Some if 0'd code removed.
Some obsolete code (hpux pre-10, for instance) removed.


--- DELTA config for openafs-stable-1_4_x follows ---
STABLE14-openafs-kill-dead-code-20050403 openafs/src/afs/DARWIN/osi_machdep.h 1.3 1.3.2.1
STABLE14-openafs-kill-dead-code-20050403 openafs/src/afs/DARWIN/osi_vm.c 1.14.2.1 1.14.2.2
STABLE14-openafs-kill-dead-code-20050403 openafs/src/afs/DARWIN/osi_vnodeops.c 1.18.2.1 1.18.2.2