// +build !go1.4 package log import ( "sync/atomic" "unsafe" ) // swapHandler wraps another handler that may be swapped out // dynamically at runtime in a thread-safe fashion. type swapHandler struct { handler unsafe.Pointer } func (h *swapHandler) Log(r *Record) error { return h.Get().Log(r) } func (h *swapHandler) Get() Handler { return *(*Handler)(atomic.LoadPointer(&h.handler)) } func (h *swapHandler) Swap(newHandler Handler) { atomic.StorePointer(&h.handler, unsafe.Pointer(&newHandler)) } reebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pcs --> ports/net/pcserwin2006-07-201-0/+1
* Packet Construction Seterwin2006-07-209-0/+187
* Please welcome UIDs and GIDs file. Those have been created from the UID/GIDflz2006-07-202-0/+165
* py-django-devel --> ports/www/py-django-develflz2006-07-201-0/+1
* Add py-django-devel port, the developement version of the Python Djangoflz2006-07-204-0/+1169
* Update to 0.697lth2006-07-202-4/+4
* - Update MASTER_SITESmiwi2006-07-202-2/+6
* - Update to 4.0.1693.flz2006-07-203-19/+24
* Test::Pod::Coverage should not be pulled in as a runtime dependency.roam2006-07-201-1/+2
* - Update to 0.9.3sat2006-07-203-4/+5
* Update to 200607erwin2006-07-202-4/+4
* - Update to 0.06clsung2006-07-202-4/+4
* Update lemon(1) to its current version in CVS, 1.39.seanc2006-07-202-4/+4
* - Update to 0.05clsung2006-07-203-7/+10
* - Update to 0.3clsung2006-07-206-318/+668
* - Update to 0.5rafan2006-07-204-13/+38
* - fix dependency.clsung2006-07-201-1/+1
* - Upgrade to 5.2.3.kuriyama2006-07-209-15/+18
* - change subdir to PAR/clsung2006-07-201-1/+1
* p5-Data-Entropy --> ports/security/p5-Data-Entropyclsung2006-07-201-0/+1
* Add p5-Data-Entropy 0.000, entropy (randomness) management.clsung2006-07-205-0/+77
* change author, change subdirijliao2006-07-201-1/+1
* sysutils/portsnap - cleanupedwin2006-07-208-14/+112
* p5-Net-DAV-Server --> ports/net/p5-Net-DAV-Serverclsung2006-07-201-0/+1
* Add p5-Net-DAV-Server 1.29, provide a DAV Server.clsung2006-07-205-0/+75
* Fix build on 4.x. Untested due to the lack of 4.x system.sobomax2006-07-2019-25/+117
* Update to 0.12lbr2006-07-202-9/+9
* Update to 0.03005lbr2006-07-202-8/+6
* Correct the DISTNAME for tshark[-lite].marcus2006-07-201-0/+1
* The py-xlib code has some problems running in a modernrafan2006-07-203-0/+33
* p5-Params-Classify --> ports/devel/p5-Params-Classifyclsung2006-07-201-0/+1
* Add p5-Params-Classify 0.000, argument type classification.clsung2006-07-205-0/+44
* p5-File-Find-Rule-Filesys-Virtual --> ports/devel/p5-File-Find-Rule-Filesys...clsung2006-07-201-0/+1
* Add p5-File-Find-Rule-Filesys-Virtual 1.22, file::Find::Rule adapted toclsung2006-07-205-0/+46
* Unbreak.thierry2006-07-202-2/+13
* - Chase ocaml upgrade by upgrading to 0.4.0 and unbreak;thierry2006-07-202-16/+16
* . Take account of the MFC or the *_r functions to RELENG_6.glewis2006-07-201-18/+32
* Update to SRC680_m177maho2006-07-2015-105/+25
* Upgrade to 2.16.thierry2006-07-203-6/+9
* - Update to 0.4.5rafan2006-07-205-18/+10
* - Update 0.9.5rafan2006-07-203-55/+79
* - Update to 1.0.1rafan2006-07-203-33/+96
* Make this port usable again:netchild2006-07-203-9/+47
* xmds --> ports/science/xmdsrafan2006-07-201-0/+1
* Add xmds , XMDS is a code generator that integrates equations;.rafan2006-07-205-0/+60
* Update to 2.2.6erwin2006-07-204-4/+48
* - Update to 4.12.22rafan2006-07-202-4/+4
* Update to 5.1anray2006-07-206-66/+65
* - Spell fixes [1]mnag2006-07-2019-37/+37
* - Update to 1.01rafan2006-07-2010-47/+73
* xstream --> ports/textproc/xstreamale2006-07-201-0/+1
* XStream is a simple library to serialize Java objectsale2006-07-204-0/+52
* - Update to 0.5.4rafan2006-07-206-16/+16
* - Update to 2.8rafan2006-07-202-5/+5
* - Fix MASTER_SITESrafan2006-07-201-1/+1
* - add an entry for the linux-ut port (updated 9 days ago) [1]netchild2006-07-201-0/+25
* p5-WWW-Comic --> ports/www/p5-WWW-Comicrafan2006-07-201-0/+1
* Add p5-WWW-Comic 1.06, retrieve comic strip images.rafan2006-07-205-0/+52
* - Fix installation directory of configuration files for cases in whichstefan2006-07-201-4/+5
* Update to 0.9.0.pb2006-07-2016-292/+371
* Clean up sig_stop values. In most cases this means removing a leading -,dougb2006-07-2010-14/+9
* Tune up the rc.d script generally, including fixing the sig_stop valuedougb2006-07-202-6/+6
* - Update to 0.3.0rafan2006-07-193-251/+183
* - Fix input error on some Big5 rangevanilla2006-07-193-0/+27
* - Use USE_LDCONFIGgarga2006-07-193-12/+4
* p5-Log-Simple --> ports/devel/p5-Log-Simpleclsung2006-07-191-0/+1
* Add p5-Log-Simple 1.8, basic runtime logger.clsung2006-07-195-0/+35
* - Chase chiense/libtabe 0.2.6rafan2006-07-191-7/+15
* - Chase chinese/libtabe 0.2.6rafan2006-07-191-6/+5
* - Update to 0.2.6rafan2006-07-199-362/+89
* - update to 1.26clsung2006-07-192-4/+4
* - Fix typo in pkg-descrvanilla2006-07-191-1/+1
* - Update to 0.9.10rafan2006-07-193-8/+11
* - Update 1.70.1rafan2006-07-196-8/+10
* Update to 2.0602erwin2006-07-194-19/+20
* Upgrade to CImg-1.1.5.thierry2006-07-193-10/+10
* p5-Text-Trac --> ports/textproc/p5-Text-Tracclsung2006-07-191-0/+1
* Add p5-Text-Trac 0.03, perl extension for formatting text with Trac Wikiclsung2006-07-195-0/+71
* postfix22 -> ports/mail/postfix22mnag2006-07-191-0/+1
* * UPDATINGmnag2006-07-1980-2359/+2024
* Let aaron@ off the hook.tobez2006-07-190-0/+0
* - Update to 3.0.9itetcu2006-07-1910-33/+285
* - Update to 1.0.17pav2006-07-192-4/+4
* Update to 0.33.3.novel2006-07-193-5/+10
* Update to 0.9.6.novel2006-07-192-4/+4
* p5-Test-Output --> ports/devel/p5-Test-Outputclsung2006-07-191-0/+1
* Add p5-Test-Output 0.10, utilities to test STDOUT and STDERR messages.clsung2006-07-195-0/+54
* p5-Geo-Postcodes --> ports/misc/p5-Geo-Postcodesclsung2006-07-191-0/+1
* Add p5-Geo-Postcodes 0.02, base class for the Geo::Postcodes::XXclsung2006-07-195-0/+37
* - Update to 0.9.2amiwi2006-07-193-6/+46
* - Unbreakmiwi2006-07-192-3/+5
* - Update to 1.0.1miwi2006-07-193-6/+6
* p5-XML-SAXDriver-Excel --> ports/textproc/p5-XML-SAXDriver-Excelclsung2006-07-191-0/+1
* Add p5-XML-SAXDriver-Excel 0.06, perl SAX driver for converting Excelclsung2006-07-195-0/+42
* p5-XML-SAXDriver-CSV --> ports/textproc/p5-XML-SAXDriver-CSVclsung2006-07-191-0/+1
* Add p5-XML-SAXDriver-CSV 0.07, perl SAX driver for converting CSV filesclsung2006-07-195-0/+41
* - update to 3.7.0clsung2006-07-194-9/+10
* - Update to 2.3.1miwi2006-07-192-4/+4
* - update to 0.3.1clsung2006-07-193-4/+15
* - Update to 1.8.61ahze2006-07-193-5/+5
* Update to 9miwi2006-07-192-6/+5
* - Update to 1.2.20miwi2006-07-192-4/+4
* Update to 1.33 release:ale2006-07-194-38/+24
* Update to 1.5.8miwi2006-07-192-5/+4
* - Update to 1.0.1sat2006-07-192-4/+4
* - Update to 2.82sat2006-07-192-5/+5
* - update to 0.11clsung2006-07-193-6/+6
* - fix build on RELENG_6dinoex2006-07-191-1/+1
* p5-Net-CSTA --> ports/net/p5-Net-CSTAclsung2006-07-191-0/+1
* Add p5-Net-CSTA 0.03, perl extension for ECMA CSTA.clsung2006-07-195-0/+52
* Mark as broken on 4.X: fails to compile. 4.X users are recommended to staylinimon2006-07-191-0/+4
* p5-Object-Declare --> ports/devel/p5-Object-Declareclsung2006-07-191-0/+1
* Add p5-Object-Declare 0.08, declarative object constructor.clsung2006-07-195-0/+45
* Fix incorrect patch.sobomax2006-07-191-6/+6
* p5-WWW-VenusEnvy --> ports/www/p5-WWW-VenusEnvyclsung2006-07-191-0/+1
* Add p5-WWW-VenusEnvy 1.10, venusEnvy comic strip archive and retrievalclsung2006-07-195-0/+46
* todo --> ports/deskutils/todoclsung2006-07-191-0/+1
* Add todo 1.6, todo.txt Managers.clsung2006-07-194-0/+48
* - update to 0.83leeym2006-07-194-4/+6
* - Change shared library version in LIB_DEPENDS to match current version ofalepulver2006-07-192-2/+2
* p5-Time-Duration-Parse --> ports/devel/p5-Time-Duration-Parseclsung2006-07-191-0/+1
* Add p5-Time-Duration-Parse 0.02, parse string that represents timeclsung2006-07-195-0/+55
* - Update to 0.18clsung2006-07-192-4/+4
* fusefs-httpfs --> ports/sysutils/fusefs-httpfsclsung2006-07-191-0/+1
* Add fusefs-httpfs 2.06.07.10, fuse-based http filesystem.clsung2006-07-195-0/+66
* - update to 4.96clsung2006-07-193-7/+11
* fusefs-funionfs --> ports/sysutils/fusefs-funionfsclsung2006-07-191-0/+1
* Add fusefs-funionfs 0.4.1, union filesystem for the FUSE driver.clsung2006-07-194-0/+47
* p5-WWW-Shorten-KUSO --> ports/www/p5-WWW-Shorten-KUSOclsung2006-07-191-0/+1
* Add p5-WWW-Shorten-KUSO 0.3, shorten URL using http://KUSO.CC/.clsung2006-07-195-0/+51
* p5-WWW-Shorten-0rz --> ports/www/p5-WWW-Shorten-0rzclsung2006-07-191-0/+1
* Add p5-WWW-Shorten-0rz 0.02, shorten URL using 0rz.net.clsung2006-07-195-0/+52
* p5-UI-Dialog --> ports/devel/p5-UI-Dialogshaun2006-07-191-0/+1
* Add devel/p5-UI-Dialog.shaun2006-07-196-0/+126
* Bring this up to date with ports/Mk/bsd.port.mk 1.538. Note that ports/98565linimon2006-07-192-2/+48
* - update pkg-descr from ports/100477clsung2006-07-191-3/+2
* . Bump PORTREVISION.glewis2006-07-192-2/+2
* . On amd64 the plugin should look for the Server VM, since there is noglewis2006-07-196-0/+90
* . Properly deal with error cases in transferTo0().glewis2006-07-192-0/+76
* . Convert to using OPTIONS.glewis2006-07-194-96/+96
* Make buildable on 7.x and 6.x after addition of getXXX_r() functions.sobomax2006-07-192-0/+35
* - Update to 1.0.6.3rafan2006-07-193-35/+24
* - Change LIB_DEPENDS to match the new x11-toolkits/gtkglextmm port version.alepulver2006-07-191-2/+1
* Fix Internet time calculation.shaun2006-07-192-1/+34
* Fix a crash that can occur when a blocked user is removed from the MSNmarcus2006-07-192-1/+38
* - What am I thinking, it is already in net/scamper.rafan2006-07-194-39/+0
* Add scamper 20060331, dual-stack traceroute software.rafan2006-07-194-0/+39
* - Update to 0.27.0rafan2006-07-192-4/+4
* Enable debug info to make OTP's xref(3) module work.olgeni2006-07-192-0/+15
* qmail-dk --> ports/mail/qmail-dkgarga2006-07-191-0/+1
* Add qmail-dk 0.54, domainKeys implementation for qmail.garga2006-07-194-0/+81
* Fix WITHOUT_X11 support.hrs2006-07-192-7/+12
* Back out last commit and remove DomainKeys support. I'm going to add it as agarga2006-07-193-61/+14
* Fix a bug that prevents installing texmf-config/dvips/ptex/config/config.ps.hrs2006-07-191-2/+3
* - Fix x11-toolkits/gtkglext dependency in LIB_DEPENDS (1.0.2 -> 1.0.0), whichalepulver2006-07-196-8/+6
* - Update to 0.9.jmelo2006-07-192-4/+4
* Remove a copy/paste error that snug in last minute.erwin2006-07-191-1/+0
* - Pass maintainership to submitterrafan2006-07-192-2/+21
* Please welcome Jose Alonso Cardenas Marquez (acm) to the rank of portsgarga2006-07-191-0/+1
* Update to 1.07erwin2006-07-192-4/+4
* p5-WWW-Google-News-TW --> ports/www/p5-WWW-Google-News-TWerwin2006-07-191-0/+1
* Add p5-WWW-Google-News-TW 0.11, access to Google's Taiwan News Serviceerwin2006-07-195-0/+51
* p5-WWW-Google-News --> ports/www/p5-WWW-Google-Newserwin2006-07-191-0/+1
* Add p5-WWW-Google-News 0.11, access to Google's News Service (Noterwin2006-07-195-0/+50
* Update to 4.108erwin2006-07-192-4/+4
* Make it buildable after the getproto*_r additions to RELENG_6.ume2006-07-181-1/+1
* Update to 1.5.12erwin2006-07-1812-502/+83
* Update to 1.4.2.2erwin2006-07-186-78/+22
* Unbreak with several options.kuriyama2006-07-182-5/+9
* - SF master site "nchc" returns 200, but redirecting to other site.kuriyama2006-07-181-1/+1
* Chase the recent getproto*_r additions to RELENG_6.marcus2006-07-182-1/+2
* Fix build on 4.X by removing the extra patch which is apparently nomarcus2006-07-182-15/+0
* Deliver cvs mails to /dev/null while I am away.vd2006-07-181-1/+1
* Use the new IA32_BINARY_PORT instead of ONLY_FOR_ARCHS.erwin2006-07-181-1/+2
* Use the new IA32_BINARY_PORT macro instead of ONLY_FOR_ARCHSerwin2006-07-181-1/+2
* Bump qmail-spamcontrol PORTREVISION because of add DNS_PATCH ongarga2006-07-181-1/+1
* Upgrade graphics/xaralx from 0.5r1175 to 0.6r1441 andvd2006-07-187-80/+20
* Update to 2.5garga2006-07-184-8/+8
* Hand maintainership to submitter.erwin2006-07-181-1/+1
* Update to 1.16erwin2006-07-184-9/+22
* Update to 1.45erwin2006-07-182-4/+4
* - Release maintainershiperwin2006-07-181-1/+2
* Update to 0.651erwin2006-07-18