K 10 svn:author V 5 danfe K 8 svn:date V 27 2007-10-30T08:16:58.000000Z K 7 svn:log V 630 - Chase another nVidia update (100.x -> 1419, legacy versions -> 7186/9643) - Convert NVVERSION to brave new order (makes them ugly, I know) - Fix the emulation of semaphores implemented in `nvidia_os.c'. The problem with nVidia's code was that it tries to use a spin mutex with a condition variable, which is explicitely disallowed [1] - Remove X.org-related path hacks since nVidia handles it correctly now - Fix symlinks when installing from package (plist change) - Stop saying FILESDIR when PATCHDIR was meant - Simplify some Makefile logic: remove always-true check Submitted by: mux, Craig Boston (independently) [1] END