summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-25note that posix marks this utility xsi;Jason McIntyre
2014-01-25cal appeared in v1; found by millertJason McIntyre
2014-01-25more ArcCheck nits: don't allow a file to be u-r/g-r without an explicitMarc Espie
2014-01-25Change the default PF policy to "block return", including x11 asDarren Tucker
2014-01-25somehow, bytes got garbled. Be less cute and seek twice, that works.Marc Espie
2014-01-25revert counter size changes. this breaks netstat. digging further, thereTheo de Raadt
2014-01-25Add a special case for the DH group size for 3des-cbc, which has anDarren Tucker
2014-01-25Fix printing of icps_toofreq unlike IPv6 the IPv4 value is just a u_long.Claudio Jeker
2014-01-25some processors were not listed in the PIE blockTheo de Raadt
2014-01-25Correct parsing of dhclient.conf statements 'fixed-address' andKenneth R Westerback
2014-01-25Add a test for DH GEX sizesDarren Tucker
2014-01-25get rid of the kernel high and low water marks for pages and replace withBob Beck
2014-01-25Simplify and shorten the way ICMP checksums are verified inLawrence Teo
2014-01-24OK, loadrandom should not care about EPERM I supposeTheo de Raadt
2014-01-24bump the year for ISO/IEC 8802:3 from 1989 to 1996;Jason McIntyre
2014-01-24Supplement the documentation of the .St macro by minimal commentaryIngo Schwarze
2014-01-24Remove _KERNEL guard around <sys/lock.h>, for userland to be able toMiod Vallat
2014-01-24Don't include <machine/vmparam.h> directly. Instead, get it with its necessaryMiod Vallat
2014-01-24Disable lapic when halting CPUs. Allegedly this is necessary to makeMark Kettenis
2014-01-24clearing the _CSUM_IN_OK flags is now utterly pointless, was only done forHenning Brauer
2014-01-24From Areca, this also fully supports ARC-1264, ARC-1284 and the upcomingChris Cappuccio
2014-01-24Implement -S; from traceroute; reduces diff to traceroute.Florian Obser
2014-01-24Implement -D; from traceroute; reduces diff to traceroute.Florian Obser
2014-01-24Sort getopt cases, reduces diff to traceroute6Florian Obser
2014-01-24Implement -c flag; from traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24It's an error to have more than 2 arguments; reduces diff to traceroute6Florian Obser
2014-01-24Sync "port" type to traceroute6; reduces diff to traceroute6Florian Obser
2014-01-24Sync "port" handling to traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24Sync "nprobes" handling to traceroute; reduces diff to tracerouteFlorian Obser
2014-01-24Sync max_hops and first_hop to same type as the corospondingFlorian Obser
2014-01-24rename s to rcvsockFlorian Obser
2014-01-24Instead of calculating the ICMPv6 checksum here, just set the flag thatChristian Weisgerber
2014-01-24in pf_check_proto_cksum, updtae the swcksum counters if we cksummed inHenning Brauer
2014-01-24Improve formatting of broken blocks in -Tman,Ingo Schwarze
2014-01-24subject -z hints (fuzzy update) to quirks' tweak_search.Marc Espie
2014-01-24When a disklabel is read from a MBR partitioned disk, don'tKenneth R Westerback
2014-01-24If hv_ldc_copy() fails copying data set report status as EIO and acknowledgeMark Kettenis
2014-01-24computing the ip csum just before the bpf mtap and only if there is aHenning Brauer
2014-01-24Update C standard reference to C99 and document HISTORY and AUTHORS;Ingo Schwarze
2014-01-24Add support for BUS_INTR_ESTABLISH_MPSAFE.Mark Kettenis
2014-01-24re-lookup the policy as soon as we have the ID of the peer (destid)Markus Friedl
2014-01-24enable format-string checks for log_*(); ok mikebMarkus Friedl
2014-01-24make sure sa_lookup() can actually find SAs; ok mikebMarkus Friedl
2014-01-24don't leak prv RSA key for each signature; ok mikebMarkus Friedl
2014-01-24treat C_SCSIXFER as a reference count and use it as a guard to pool_put.David Gwynne
2014-01-24make the udpstat counters u_int32_t, for consistency with tcpstatHenning Brauer
2014-01-24drm/i915: Only apply DPMS to the encoder if enabledJonathan Gray
2014-01-24fix the matching for filter rules of 'prefixlen = XX'Peter Hessler
2014-01-24Copy timespecs member by member in fo_stat callback functions, to avoidPhilip Guenther
2014-01-24use a bit saner timer apiMike Belopuhov