summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-30Define SOLIB when assembling for a shared-object libraryPhilip Guenther
2018-12-30Increase the reset timeout. The ROCK64 RK3328-based board seems to need aMark Kettenis
2018-12-30Implement setting CPU-related clocks for RK3328.Mark Kettenis
2018-12-30add support for IPv6 VPN routesdenis
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2018-12-30remove unused F_ANN_DYNAMIC/F_PREFIX_ANNOUNCED handling in network_delete()Sebastian Benoit
2018-12-30Cleanup, no functional change:Ingo Schwarze
2018-12-29Cleanup: Initialize the pointers to position data early, and useUlf Brosziewski
2018-12-29sys_nanosleep: switch to descriptive, idiomatic variable names; ok tedu@cheloha
2018-12-29Add config option fib-priority to set a custom prio for routes ospf6dremi
2018-12-29Remove the hand-rolled maximum segment size handling in sximmc(4)Patrick Wildt
2018-12-29The i.MX SD/MMC host controller does not support zero-length DMAPatrick Wildt
2018-12-29Allow passing the maximum size of a segment that a SD/MMC hostPatrick Wildt
2018-12-29The %b printf extension in the kernel is not fixed to a int type. On sparc64Claudio Jeker
2018-12-28move kroute_find() call laterdenis
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2018-12-28Fix dino at uturn attachment. From miod@Mark Kettenis
2018-12-28Add config option fib-priority to set a custom prio for routes ospfdremi
2018-12-28Join other daemons in assuming that a single read from a routingKenneth R Westerback
2018-12-28introduce table_dump() and tweak formatEric Faurot
2018-12-28Fix mbuf releated crashes in switch(4). They have been found byAlexander Bluhm
2018-12-28set conf.capabilities.mp to 0 by defaultdenis
2018-12-28type static tables on the fly when the first element is addedEric Faurot
2018-12-28simplify codeEric Faurot
2018-12-28report right function name in error messagedenis
2018-12-28zap unused codeEric Faurot
2018-12-28print well-known SAFI name instead of valuedenis
2018-12-28remove the tag workaround for table_create() and table_find(),Eric Faurot
2018-12-28getgruid_r -> getgrgid_rTheo Buehler
2018-12-28rename smtp_session's hostname field to rdns, to make it clear what itGilles Chehade
2018-12-28remove unused members in struct tableEric Faurot
2018-12-28fix logging of list entriesEric Faurot
2018-12-28use private data structure for managing static table contentEric Faurot
2018-12-28move the smtp_mailaddr() calls _before_ filters indirection as filters MUSTGilles Chehade
2018-12-27add some notes about using col and ul to process the ascii markupTed Unangst
2018-12-27Request RSA-SHA2 signatures for rsa-sha2-{256|512}-cert-v01@openssh.comDamien Miller
2018-12-27Check if a control socket or address is already in use befor using it.remi
2018-12-27When netbooting a vm using the `-B net' option, set the hostname DHCPanton
2018-12-27Cope with latest change to KIOENABLE. While here, make it possible to testanton
2018-12-27Make KIOENABLE accept a mode argument, currently limited to KCOV_MODE_TRACE_PC.anton
2018-12-27remove unused fileEric Faurot
2018-12-27fifo isn't really the right data structure for varying expirations.Ted Unangst
2018-12-27must remember to unref device if setting the task isn't done.Ted Unangst
2018-12-27too many words in previous;Jason McIntyre
2018-12-27Rename ufdesc to udpfd to make the code slightly more intuitive.Kenneth R Westerback
2018-12-27convert to unsigned variables to avoid some overflows.Ted Unangst
2018-12-27port ranges can be ambiguous with hypenated port-names.Ted Unangst
2018-12-27Rename routehandler() to routefd_handler() to make the code slightlyKenneth R Westerback
2018-12-27Rename bfdesc to bpffd and packethandler() to bpffd_handler() to makeKenneth R Westerback
2018-12-27Check for main ruleset explicitlykn