From mboxrd@z Thu Jan 1 00:00:00 1970 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] mv vs cp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011007162401.77DEE1998A@mail.cse.psu.edu> Date: Sun, 7 Oct 2001 12:23:59 -0400 Topicbox-Message-UUID: ffaf8bb6-eac9-11e9-9e20-41e7f4b1d025 As Dave points out, there are a lot of balls in the air during an atomic 'rename'. 4.2BSD introduced the 'rename' system call, and as an alpha/beta tester for 4.1[abc] and 4.2BSD I can testify to how long it took to get it right and how much ugly code was involved. --jim