summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-01Fix errno for post-lock unveil callsTheo de Raadt
2018-09-01Remove 'overlap_allowance' parameter from bootstrap().Kenneth R Westerback
2018-09-01Tweak comment.Theo Buehler
2018-09-01sync fatalx() message between smtp_client_{state,response}; ok stsp@ gilles@miko
2018-09-01Make 'ifconfig nwid' override 'ifconfig join'.Stefan Sperling
2018-09-01update currency exchange rates;Jason McIntyre
2018-09-01Recognize more talker IDs when parsing NMEA RMC messagesLandry Breuil
2018-09-01Remove RSA-PSS from todo-listTheo Buehler
2018-09-01Run Wycheproof RSASSA-PSS testvectors against libcrypto.Theo Buehler
2018-08-31jmc points out that the Nd should match the description in pci(4)Jonathan Matthew
2018-08-31Unsetting Initialized during syslogd die() is a relic from the timeAlexander Bluhm
2018-08-31the main process must chdir to /, since it cannot have daemon() do theTheo de Raadt
2018-08-31Remove unused argument to tls1_change_cipher_state_cipher().Joel Sing
2018-08-31Instead of enumerating the files to clean by hand, set PROGS=${TESTS}.Theo Buehler
2018-08-31remove shadow variables for 'error' in usbioctl(); ok mpi@ ratchov@miko
2018-08-31clarify that patterns are extended regular expressions; ok millert@ phessler@Christian Weisgerber
2018-08-31Dont print "default" for "0.0.0.0" if it is a host route.YASUOKA Masahiko
2018-08-31Cadd a TDB `tdb' instead of `sa'.Martin Pieuchot
2018-08-31Pass the correct size to free(9) in the error path of db_ctf_decompress().Alexander Bluhm
2018-08-31switch to improved incoming message parser:Eric Faurot
2018-08-31ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan()miko
2018-08-31fix fd leak in an error pathJonathan Gray
2018-08-31Move kcov device definitions into <sys/conf.h>.Visa Hankala
2018-08-31syncJoshua Stein
2018-08-31Add more uhid devices, 8 totalJoshua Stein
2018-08-31mention bnxt(4)Jonathan Matthew
2018-08-31enable bnxt(4)Jonathan Matthew
2018-08-30Use correct environment variable to access remote machine.Alexander Bluhm
2018-08-30Make sure to clean up the .d files with 'make clean'Theo Buehler
2018-08-30Nuke ssl_pending/ssl_shutdown function pointers.Joel Sing
2018-08-30Move .dynstr before _edata to fix image size calculation. The PEPatrick Wildt
2018-08-30Practice safe free()'ing by setting alloc to NULL toKenneth R Westerback
2018-08-30Never let FS_RAID partition be named, a.k.a. given a mount point.Kenneth R Westerback
2018-08-30fix double free in mib_carpgroupget() error pathJonathan Gray
2018-08-30fix memory leak in an error pathJonathan Gray
2018-08-30fix use-after-freeEric Faurot
2018-08-30Set up an aggregation buffer ring and configure placement mode so dataJonathan Matthew
2018-08-30Move softbutton check before the check that skips attaching certain acpiMark Kettenis
2018-08-30Use past tense for treated as withdrawn since the withdraw happened in the past.Claudio Jeker
2018-08-30Remove dead code related to tty allocation for ptys. Back in revision 1.17 ofanton
2018-08-30Split the system-wide list of all futexes into process-specific listsVisa Hankala
2018-08-30/dev/usbN devices no longer support poll as of 2011 when "USBJoshua Stein
2018-08-30Fix "route add 0.0.0.0/0 <gateway>" to work properly. Shift countYASUOKA Masahiko
2018-08-29Remove unused struct member.Mark Kettenis
2018-08-29Introduce 'bgpctl show rib error' to show all prefixes that got flaggedClaudio Jeker
2018-08-29Make it possible to filter the RIB for invalid path which resulted in withdrawnClaudio Jeker
2018-08-29AES is now done also.Theo Buehler
2018-08-29Pass algorithm as a string to all *TestGroup functions for consistency.Theo Buehler
2018-08-29Run Wycheproof AES-GCM testvectors against libcrypto.Theo Buehler
2018-08-29Calculate and check tag during AES-CCM encryption test.Theo Buehler