summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/COPYRIGHT
Commit message (Collapse)AuthorAgeFilesLines
* Add a global rwlock, at_ifaddr_rw, to protect the global netatalkrwatson2009-06-221-1/+1
| | | | | | | | | | | | | address lists, at_ifaddr_list. Acquire the lock, and use ifaddr refcounts where necessary, to close most known address-related races in netatalk. Annotate one potential race in at_control() where we acquire an ifaddr reference, drop the global lock, and scrub the address from the ifnet before re-acquiring the global lock, which could allow for a writer-writer race. MFC after: 3 weeks
* Break out my copyrights with our 2-clause BSD license from the UMichrwatson2007-01-081-1/+24
| | | | | | copyright, which while similar, is different. MFC after: 3 days
* Update global copyright statement for netatalk, as I claim copyrightrwatson2006-06-081-0/+1
| | | | | | on changes in a number of files in netatalk. MFC after: 1 week
* /* -> /*- for license, minor formatting changes, insert COPYRIGHT into filesimp2005-01-071-1/+2
|
* Obtained from: Netatalk distribution.julian1996-06-181-0/+25
copyright for the appletalk stack just to keep legal
OpenPOWER on IntegriCloud