summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-10apparently broadcom finally made a series of phys that done need a bunchDavid Gwynne
of workarounds in the 5718 family and up. we dont attach bge to those chips yet, so this cant break anything that isnt already broken. from freebsd.
2013-01-10regenDavid Gwynne
2013-01-10fix model ids for Broadcom BCM5720C and BCM5717C phys.David Gwynne
tested on real 5720 hardware.
2013-01-10when checking if a particular phy has a particular model number,David Gwynne
make sure we check the oui as well. broadcom has 4 or 5 ouis with overlapping model numbers, so they should be scoped when you look them up. tested on at least: bge0 at pci3 dev 4 function 0 "Broadcom BCM5714" rev 0xa3, BCM5715 A3 (0x9003): ivec 0x795, address 00:14:4f:a9:34:90 brgphy0 at bge0 phy 1: BCM5714 10/100/1000baseT/SX PHY, rev. 0 bnx0 at pci7 dev 0 function 0 "Broadcom BCM5709" rev 0x20: apic 0 int 6 bnx0: address 1c:c1:de:e4:5e:b0 brgphy0 at bnx0 phy 1: BCM5709 10/100/1000baseT PHY, rev. 8 bge0 at pci0 dev 5 function 0 "Broadcom BCM5702X" rev 0x02, BCM5702/5703 A2 (0x1002): eb164 irq 2, address 00:10:18:00:98:e9 brgphy0 at bge0 phy 1: BCM5703 10/100/1000baseT PHY, rev. 2 bge0 at pci2 dev 0 function 0 "Broadcom BCM5761" rev 0x10, BCM5761 A1 (0x5761100): apic 2 int 18, address 00:10:18:4b:23:b4 brgphy0 at bge0 phy 1: BCM5761 10/100/1000baseT PHY, rev. 0 some tests by and ok mikeb@ and naddy@
2013-01-09In the WANT_LDAP=yes case, always link libsasl2Matthieu Herrb
(libdap depends on it). ok millert@ ajacoutot@
2013-01-09add support for using c99 bool in the kernel based on our stdbool.hJonathan Gray
ok deraadt@ millert@ espie@
2013-01-09fix typos. From remco@d-compu.dyndns.orgMarc Espie
2013-01-09Sync the userland facing drm headers with FreeBSD minus some cruft mpiJonathan Gray
says has been removed upstream. ok mpi@
2013-01-09Almost exactly 10 years ago, we changed the length of PF table names toPeter Hessler
32 chars. Allow bgpd to use these newfangled longer names. OK sthen@
2013-01-09correctly initialise fingerprint type for fingerprinting PKCS#11 keysDamien Miller
2013-01-09comments are lies. brgphy definitely supports more thant the BCR5400.David Gwynne
ok deraadt@ sthen@
2013-01-09- use # for prompts in examplesRobert Peichaer
- update base and ports source size - change PKG_PATH example to ksh(1) style ok espie@
2013-01-08fix __cerror non-weak symbol nameMiod Vallat
2013-01-08Add performance test for socket splicing. Two tcpbench processesAlexander Bluhm
are used as server and client. Between them is a relay process that can either copy or splice the data. Benchmarking is done for TCP and UDP and for copy and splice. All tests are executed on localhost per default. Alternatively the relay process can be started on a remote machine. Depending on hardware and environment socket splicing has increased my throughput by 30% or up to 150% in this test.
2013-01-08fix a broken display;Jason McIntyre
2013-01-08Autoflush the log file of the child process.Alexander Bluhm
2013-01-08.Pa for path/filenamesRobert Peichaer
ok espie@
2013-01-08support AES-GCM as defined in RFC 5647 (but with simpler KEX handling)Markus Friedl
ok and feedback djm@
2013-01-08Remove unnecessary dependencies (-lkvm)Alexandr Shadchin
ok deraadt@
2013-01-03Reengineer the socket splicing regression tests:Alexander Bluhm
- Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions.
2013-01-08from pjanzen:Jason McIntyre
Reference (as per slashdot): http://www.nature.com/news/the-astronomical-unit-gets-fixed-1.11416 ... The astronomical unit (au) - the rough distance from the Earth to the Sun - has been transformed from a confusing calculation into a single number. The new standard, adopted in August by unanimous vote at the International Astronomical Union's meeting in Beijing, China, is now 149,597,870,700 metres ...
2013-01-08simpler text; from Jan StaryJason McIntyre
ok ratchov
2013-01-08Remove private CVS tag from an obsolete repository and bump copyrightReyk Floeter
to 2013 while I'm here... this is my way of saying "happy new year!".
2013-01-08add other root servers from named.root that were missed in previous updatesStuart Henderson
2013-01-08- add a hint to sh(1) for patterns in SKIPDIRRobert Peichaer
- add example to show the flavors of a ports - change like "packages in PORTSDIR" to ${PORTSDIR}/packages - some other minor cleanups/corrections consistently use ... - .Ar for make targets - .Dv for values of variables (e.g. Yes) - .Ev for environment vars - .Pa for filenames/paths and ports - .Qq instead of literal "" - .Sq for quoting _ (underscore) within text ok espie@
2013-01-08new IPv4 address for D.ROOT-SERVERS.NETJakob Schlyter
2013-01-08new IPv4 address for D.ROOT-SERVERS.NETJakob Schlyter
2012-03-26Import ldns 1.6.12, needed for Unbound, to work on in-tree.Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: contrib doc/images examples packaging/fedora ok deraadt@ jakob@
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
These are the direct sources from NLnet Labs upstream, minus these: compat contrib libunbound/python pythonmod testcode testdata winrc ok deraadt@ jakob@
2013-01-08a single-com in the Exsys EX-4109x family; Gregory Edigarov <edigarov@qarea.com>Theo de Raadt
2013-01-08More int's that should be size_t for strlen() useTheo de Raadt
ok millert
2013-01-07Correctly signal SIGSEGV, instead of SIGBUS, for faults caused by access toMiod Vallat
pages mapped without read (or write) permissions. The existing logic would incorrectly match uvm_fault() returning EACCES with the CMMU fault logic reporting a bus error (which will still cause SIGBUS to be sent).
2013-01-07Teach as(1) how to handle mips symbolic register names.bcallah
Backported from a commit made after binutils 2.17 but before the GPLv3 switch. ok miod@
2013-01-07syncMiod Vallat
2013-01-07Move exec() libsa prototype to hp300 stand, now that it can no longer beMiod Vallat
found in libsa.
2013-01-07Use __attribute__((__gnu_inline__)) with __inline__ if __GNUC_STDC_INLINE__Brad Smith
is defined. Fixes build with LLVM. From and OK millert@
2013-01-07Remove inline from ppp_output() function to fix building with LLVM.Brad Smith
ok yasuoka@ millert@
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod Vallat
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@
2013-01-07Fix typos.Kenji Aoyama
"Please commit." miod@
2013-01-07more hints for efficient bulksMarc Espie
2013-01-07only protest midly if we're in exclude mode, so that you can exclude stuffMarc Espie
that does not exist, and that you will still see typos.
2013-01-07missing argument to printfMiod Vallat
2013-01-07update asm syntax to match toolchain requirementsMiod Vallat
2013-01-07gcc 3 needs the same syntax as gcc 2Miod Vallat
2013-01-07use a size_t instead of an int to avoid signed compareTheo de Raadt
spotted by Ilja Van Sprundel ok millert
2013-01-06Remove empty[]. Unused after rev. 1.26.Martynas Venckus
2013-01-06acknowlege -> acknowledgeMartynas Venckus
compatability -> compatibility OK jmc@.
2013-01-06The sparc optimization bug is believed to be fixed. OK naddy@.Martynas Venckus
2013-01-06Update information about PIE status in gcc-local(1). OK pascal@.Martynas Venckus
2013-01-06don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace,Alexandre Ratchov
otherwise volume may be adjusted twice: once by X apps and once in the kernel. feedback from many, ok shadchin@