summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-11Update regress now that ssl_cipher_list_to_bytes() takes a CBB.Joel Sing
2017-10-11Convert ssl3_client_hello() to CBB.Joel Sing
2017-10-11input files should not be .o; from Scott ChelohaTheo de Raadt
2017-10-11Generate a router advertisement with scapy and check that slaacdFlorian Obser
2017-10-11regenPatrick Wildt
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-11don't create pyc filesFlorian Obser
2017-10-11Fully convert ssl3_send_server_hello() to CBB.Joel Sing
2017-10-11Tweak parse_date() again, this time to factorKenneth R Westerback
2017-10-11Try to make CPU cache size values more correct, especially on OCTEON IIVisa Hankala
2017-10-11Remove lie talking about splsoftclock().Martin Pieuchot
2017-10-11Box around label in preview.Nicholas Marriott
2017-10-11Add missing file.Mark Kettenis
2017-10-11Link vmd regress to build on amd64 and i386.Alexander Bluhm
2017-10-11Add regression tests for vmd(8) config parsing.Alexander Bluhm
2017-10-11Clear to end of line properly with UTF-8 present.Nicholas Marriott
2017-10-11Tweak parse_decimal() and its invocations to emit aKenneth R Westerback
2017-10-11If $MODE.site fails, store random.seed and error out. Based on a diffTheo Buehler
2017-10-11Make the tc alpha blinkenlichten start by default.Martin Pieuchot
2017-10-11Fix debug printf, from Dave Voutila.Martin Pieuchot
2017-10-11Add C-n and C-p keys for tree mode, and choose the right initial lineNicholas Marriott
2017-10-11Move `kq_count' increase/decrease close to the corresponding TAILQ_*Martin Pieuchot
2017-10-11Move kq_kev from struct kqueue to the stack.Martin Pieuchot
2017-10-11ifioctl() cleanups.Martin Pieuchot
2017-10-11Ensure that the tag and line number are always separated by at least a singleanton
2017-10-11add em7345; from christoph r. murauerJason McIntyre
2017-10-11Add "machine gop" command to support changing graphic output mode.YASUOKA Masahiko
2017-10-11Repair printing of classless-static-routes to leasesKenneth R Westerback
2017-10-10hidmt: send input mode set report as 2 bytes, matches linuxJoshua Stein
2017-10-10hidmt: add support for hybrid packet mode used by some touchpadsJoshua Stein
2017-10-10hidmt: rename internal hidmt_input struct to hidmt_data, avoid clashJoshua Stein
2017-10-10Move comment line and spacing.Robert Peichaer
2017-10-10Allow to boot into the existing bsd.rd and to download, verifyRobert Peichaer
2017-10-10Revise regress now that ssl_bytes_to_cipher_list() takes a CBS.Joel Sing
2017-10-10Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer andJoel Sing
2017-10-10((remove) (some) (unnecessary) (parentheses))Joel Sing
2017-10-10reorder the description so that important parts come first.Marc Espie
2017-10-10in -u mode, the pkgname is optionalMarc Espie
2017-10-10Merge dtls1_connect() into ssl3_connect(), removing a large amount ofJoel Sing
2017-10-10Tweak parse_boolean() to be more like its friends.Kenneth R Westerback
2017-10-10Tweak parse_cidr() to be more like its friends.Kenneth R Westerback
2017-10-10At reboot all vnodes are flushed, but when it sleeps, the updateAlexander Bluhm
2017-10-10clean-up option handling slightly, some more to be done.Marc Espie
2017-10-10thinkoMarc Espie
2017-10-10remove a unused variableMike Larkin
2017-10-10Use clock_gettime(CLOCK_REALTIME) instead of gettimeofday+TIMEVAL_TO_TIMESPECPhilip Guenther
2017-10-10__plt_{start,end} are no longer generated or necessary, having beenPhilip Guenther
2017-10-09Tweak parse_lease_time() to emit a single message onKenneth R Westerback
2017-10-09clarify the order in which config statements are used.Sebastian Benoit
2017-10-09Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms.Stefan Sperling