aboutsummaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Fix a memory leak in tzload().Mikolaj Golub2011-10-271-0/+1
* | | | | | Fix breakage in tzsetup:Edwin Groothuis2011-10-261-1/+1
* | | | | | MFV of r226750, tzdata2011mEdwin Groothuis2011-10-257-20/+87
* | | | | | * Don't give the impression that this compiler is GPLv3.David E. O'Brien2011-10-242-2/+2
* | | | | | Upgrade our copy of llvm/clang to r142614, from upstream's release_30Dimitry Andric2011-10-221702-80344/+130171
* | | | | | Fix breakage introduced by r226518.Dimitry Andric2011-10-191-2/+3
* | | | | | Fix the way clang retrieves the major FreeBSD release number from theDimitry Andric2011-10-181-4/+5
* | | | | | Adjust posix_memalign() prototype to match what we define in stdlib.h forStefan Farfeleder2011-10-161-1/+1
* | | | | | MFV of tzdata2011l, r226279Edwin Groothuis2011-10-127-56/+333
* | | | | | Shut up warnings with Cyrus SASL 2.1.25.Hajimu UMEMOTO2011-10-013-7/+12
* | | | | | Revive the LLVM and Clang license files, which were removed in myDimitry Andric2011-09-293-0/+186
* | | | | | Do not overallocate on the stack. Threaded code might use custom stackKonstantin Belousov2011-09-191-43/+69
* | | | | | Bump .Dd date for previous revision.Xin LI2011-09-171-1/+1
* | | | | | Change the example of using smbfs in fstab to a password-less one,Xin LI2011-09-171-3/+3
* | | | | | Merge from openresolv 3.4.4 in the vendor branch.Hiroki Sato2011-09-136-47/+55
* | | | | | Upgrade to BIND version 9.8.1. Release notes at:Doug Barton2011-09-03212-8393/+12060
|\| | | | |
* | | | | | - Merged awk upstream that includes a fix for a bug exposed by kmod_syms.mk.Ruslan Ermilov2011-08-113-3/+12
|\ \ \ \ \ \
* | | | | | | Update to a 7-Aug-2011 release.Ruslan Ermilov2011-08-0910-43/+98
|\| | | | | |
* | | | | | | Implement functions necessary for compiling fbsd-threads.c.Marius Strobl2011-08-062-0/+61
* | | | | | | Fix broken mdoc.Ulrich Spörlein2011-08-011-1/+1
* | | | | | | Fix accidential dos-style endings to unix-style line endingsMartin Matuska2011-07-301-6/+6
* | | | | | | Fix invalid assertion of C++ external static data member declarationsMartin Matuska2011-07-302-1/+7
* | | | | | | Rework the dynamic per-CPU stats code a bit. Always set 'statics->ncpus'John Baldwin2011-07-182-3/+15
* | | | | | | Tweak the interactive description of CPU vs WCPU.John Baldwin2011-07-181-2/+2
* | | | | | | Upgrade our copy of llvm/clang to r135360, from upstream's trunk.Dimitry Andric2011-07-171081-36368/+62045
* | | | | | | Correct the description of struct pfioc_state_kill.Bjoern A. Zeeb2011-07-171-2/+5
* | | | | | | Upgrade to version 9.8.0-P4Doug Barton2011-07-16609-17302/+75304
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | Update dialog to 1.1-20110707.Nathan Whitehorn2011-07-1443-1548/+3750
* | | | | | | Add a leading space to the status messages output after toggling theJohn Baldwin2011-07-111-2/+2
* | | | | | | Allow per-CPU statistics to be toggled at runtime via the 'P' key.John Baldwin2011-07-114-8/+37
* | | | | | | Update xz to git snapshot of v5.0 branch as of 20110711 (post-5.0.3)Martin Matuska2011-07-1150-270/+2375
* | | | | | | Note that -a, -C, -H, -j, and -z are also toggles.John Baldwin2011-07-081-1/+6
* | | | | | | Note the PF version.David E. O'Brien2011-07-071-2/+7
* | | | | | | Update to version 9.6-ESV-R4-P3Doug Barton2011-07-0613-64/+96
|\| | | | | |
* | | | | | | Apply bug fixesDoug Barton2011-07-061-10/+9
* | | | | | | - Fix typo in check_for_nested_with_variably_modified presentUlrich Spörlein2011-07-014-1/+15
* | | | | | | Make lukemftpd properly set login class and cpumask.Edward Tomasz Napierala2011-06-301-5/+5
* | | | | | | Make Sendmail properly set login class and cpumask.Edward Tomasz Napierala2011-06-301-0/+6
* | | | | | | In case ntp cannot resolve a hostname on startup it will queue the entryBjoern A. Zeeb2011-06-292-20/+36
* | | | | | | Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-2829-1298/+2189
|\ \ \ \ \ \ \
| * | | | | | | Flatten out the pf userland vendor areaMax Laier2008-12-1051-31319/+0
* | | | | | | | MFV of tzdata2011h, r223627Edwin Groothuis2011-06-285-34/+72
* | | | | | | | Compare port numbers correctly. They are stored by SRCPORT()Bjoern A. Zeeb2011-06-281-3/+3
* | | | | | | | Incorporate vendor commit ecdc5c0a7f7591a7cd4a:Xin LI2011-06-281-0/+11
* | | | | | | | For some reason, contrib/traceroute/traceroute.c ensures MAXHOSTNAMELENDimitry Andric2011-06-261-1/+1
* | | | | | | | Make GNU as recognize the ARM 'rrx' mnemonic, which can be generated byDimitry Andric2011-06-231-0/+10
* | | | | | | | Revert r214857 pursudant to 9.0-RELEASE cycle.Xin LI2011-06-202-11/+3
* | | | | | | | Merge tnftp-20100108 from the vendor branch into head.Gavin Atkinson2011-06-2071-36288/+4900
|\ \ \ \ \ \ \ \
| * | | | | | | | Bootstrap lukemftp vendor areavendor/NetBSD/lukemftpGavin Atkinson2011-06-1935-26026/+0
* | | | | | | | | Copy lukemftp to its new home, tnftp. I'm doing this in stages so as toGavin Atkinson2011-06-1934-0/+24972