summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-05Bail out if an unknown option is passed.Jeremie Courreges-Anglas
2016-02-05Fix a possible use-after-free in vmd, forward the result to theReyk Floeter
2016-02-05rtadvd used a strncpy with a src interface name from the command lineReyk Floeter
2016-02-05Simple moderation of Tx completion notificationsMike Belopuhov
2016-02-05Silence warnings from static analyzers; found by jsg@Mike Belopuhov
2016-02-05Do not wrap cursor at start or end of history, from Michal Mazurek.Nicholas Marriott
2016-02-05pledge(2) for talk(1):mestre
2016-02-05pledge(2) for talkd(8):mestre
2016-02-05Improve Linux PCI compatibility code.Mark Kettenis
2016-02-05Fix a pci vendor/device conversion missed in rev 1.6.Mark Kettenis
2016-02-05RegenMasao Uebayashi
2016-02-05Add ipmi(4) cdev entry on amd64 and i386Masao Uebayashi
2016-02-05Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)Masao Uebayashi
2016-02-05avoid an uninitialised value when NumberOfPasswordPrompts is 0Jonathan Gray
2016-02-05avoid an uninitialised value in a return path added in rev 1.5Jonathan Gray
2016-02-05mention internal DH-GEX fallback groups; bz#2302Damien Miller
2016-02-05better description for MaxSessions; bz#2531Damien Miller
2016-02-04printf argument casts to avoid warnings on strict compilersDamien Miller
2016-02-04fix memory leakEric Faurot
2016-02-04Convert sigemptyset and sigfillset to inline functions to avoidTodd C. Miller
2016-02-04Make iwn(4) pass 802.11 control frames in monitor mode.Stefan Sperling
2016-02-04In iwn(4), don't forget about restoring the CCMP key to firmware afterStefan Sperling
2016-02-04Make code more readable by putting the message parsing logic in a single place.Eric Faurot
2016-02-04Include stdint.h for the uint{8,16}_t types. OK nicm@Todd C. Miller
2016-02-04Restore the BlockAck session timer. It is still required to work aroundStefan Sperling
2016-02-04Set up -t flag properly when passing new-session -A off toNicholas Marriott
2016-02-04Bail early if there's no token; found by jsg@Mike Belopuhov
2016-02-04Minor ldapd -r tweaksJeremie Courreges-Anglas
2016-02-04When deleting a message, remove associated envelopes from the cache,Eric Faurot
2016-02-04Prevent signed overflow when calculating i_modrev initial valueMike Belopuhov
2016-02-04Fix an infinite loop when printing a country element in a managementStefan Sperling
2016-02-04syncStuart Henderson
2016-02-04Some (buggy) UEFI implementations don't report the correct framebufferMark Kettenis
2016-02-04Fix an unitialized variable; pointed out by jsg@.Masao Uebayashi
2016-02-04If the ROM size is 0, we won't be able to read the video BIOS from it.Mark Kettenis
2016-02-03syncJonathan Gray
2016-02-03Do not access the scsi link of the disk at the beginning of sdopen()Alexander Bluhm
2016-02-03update the font cache by running fc-cache after removing packagesRobert Nagy
2016-02-03Make tcpdump show 802.11 control frames.Stefan Sperling
2016-02-03Rename a local var so that we can call the global message buffer msg.mmcc
2016-02-03When accessing the scsi link of a scsi disk, use a variable "sc_link"Alexander Bluhm
2016-02-03be very careful accepting packets via bpf. First check that theKenneth R Westerback
2016-02-03Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnvReyk Floeter
2016-02-03Add helpers function to talk to the queue. Make the code simpler.Eric Faurot
2016-02-03Enable hostctl (only i386 and amd64 for now).Reyk Floeter
2016-02-03fix off-by-one in argument parsingAlexander Hall
2016-02-03tell filters to rollback the current transaction if MAIL or EOM failsEric Faurot
2015-12-03enter new dirTheo de Raadt
2016-02-03When a filter rejects a message content, report immediatly to theEric Faurot
2016-02-03NULL initialize two file pointers to make it more obvious when reading thatGilles Chehade