summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-03Prevent efifb(4) from attaching if we're the console.Mark Kettenis
2016-02-03hookup dwctwo.4Jasper Lievisse Adriaanse
2016-02-03Use "esc_class" to classify bounce type instead of "errorline" asSunil Nimmagadda
2016-02-03Test cpuid_level or ci->ci_pnfeatset before using a CPUID leaf; some BIOSesPhilip Guenther
2016-02-03Remove needless alias macros for malloc and calloc. No binary change. Immcc
2016-02-02Variables to count seen packets should be unsigned.Stuart Henderson
2016-02-02Nuke local #define ETHER_HEADER_SIZE and use the identical value'dStuart Henderson
2016-02-02Remove unused (a.k.a. always passed NULL) parameter 'data' fromStuart Henderson
2016-02-02give sxidog it's own mapping as well so it wont't require sxitimerJonathan Gray
2016-02-02in RSA privsep engine, do not provide methods for rsa_sign / rsa_verify,Gilles Chehade
2016-02-02enable xen devices here as wellJonathan Gray
2016-02-02- Swap atoi(3) for strtonum(3)mestre
2016-02-02Try to be user-friendly and check early that the datadir is somewhat sane.Jeremie Courreges-Anglas
2016-02-02A few reliability improvements in the power management interfaceMike Belopuhov
2016-02-02Remove setproctitle() for the parent process. Because rc.d(8) uses processStuart Henderson
2016-02-02tweak previous;Jason McIntyre
2016-02-02tweaks;Jason McIntyre