summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-24Document monitor mode support in iwm(4).Stefan Sperling
2017-04-24Implement monitor mode support for iwm(4).Stefan Sperling
2017-04-24Implement support for multiple packets per receive DMA buffer in iwm(4).Stefan Sperling
2017-04-24Stop dumping registers on "normal" segmentation faults. Do print the contentsMark Kettenis
2017-04-24Don't overflow the allocated DHCP response buffer.Reyk Floeter
2017-04-24Fix configuration of ASN1_DN IDs.Reyk Floeter
2017-04-24Fix typos. From Michael W. Bombardieri <mb at ii.net>. Thanks!Alexandre Ratchov
2017-04-24Print usage on stderr as do other programs. From MichaelAlexandre Ratchov
2017-04-23Handle unequal numbers of Tx and Rx streams in MiRA.Stefan Sperling
2017-04-23Only use ED for clear screen if at the bottom, same as earlier fix toNicholas Marriott
2017-04-23Some of the LOG_NOTICE messages from PF were seen in normal operationsStuart Henderson
2017-04-23oops, this was meant to be committed with the pfctl.8 change:Jason McIntyre
2017-04-23trim the documentation for -k: make it more consistent,Jason McIntyre
2017-04-23Rearrange text a bit to make it clear what "discarded" means; ok jmc@ deraadt@Otto Moerbeek
2017-04-22syncTheo de Raadt
2017-04-22Recognize Loongson 3A2000/3B2000 processors.Visa Hankala
2017-04-22Fix an early boot failure on Loongson 3A2000.Visa Hankala
2017-04-22The gnome module supports cmake now.Antoine Jacoutot
2017-04-22do not leave temp files after the diffing is doneRobert Nagy
2017-04-22Add a small shell script to be used by syspatch to diff the fake rootRobert Nagy
2017-04-22rework the syspatch makefile and do complete builds for each errataRobert Nagy
2017-04-22Memory leak from David CARLIER.Nicholas Marriott
2017-04-22Reindent with tabs and add missing braces.Visa Hankala
2017-04-22Do not need getopt.h.Nicholas Marriott
2017-04-22Xr mutex(9) and rwlock(9)Visa Hankala
2017-04-22Shuffle bits into their proper files.Visa Hankala
2017-04-22Can't collect UTF-8 characters of more than one byte at the moment.Nicholas Marriott
2017-04-22new -A should use the session name.Nicholas Marriott
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store theNicholas Marriott
2017-04-22For small allocations (chunk) freezero only validates the givenOtto Moerbeek
2017-04-22Mouse bindings and hooks set up an initial current state when running aNicholas Marriott
2017-04-22We need to collect UTF-8 characters so that width != 1 characters areNicholas Marriott
2017-04-22Fix if-shell without a client (so in the config file). Reported by TheoNicholas Marriott
2017-04-22Typo in example.Nicholas Marriott
2017-04-22Memory leaks, from David CARLIER.Nicholas Marriott
2017-04-22Manual page for witness(4). Adapted from FreeBSD.Visa Hankala
2017-04-21Add "key" modifier for -k to make pfctl can kill a state by specifyingYASUOKA Masahiko
2017-04-21Speed up DIOCKILLSTATES by using the RB tree index if all fields usedYASUOKA Masahiko
2017-04-21Log error properly when no current state, and some other minor tweaks.Nicholas Marriott
2017-04-21Make sure cmd_find_from_* clear the state if they fail.Nicholas Marriott
2017-04-21Rename a variable.Nicholas Marriott
2017-04-21Clear shared state if not filling it in.Nicholas Marriott
2017-04-21Make the cmd_find_* functions more obvious when looking for a client,Nicholas Marriott
2017-04-21Key needs to be initialized to zero now it has flags in it.Nicholas Marriott
2017-04-21Cast the result of the __swapXX macros to the proper type.Todd C. Miller
2017-04-21Style nits and an unused struct.Nicholas Marriott
2017-04-21Make id parameter of iwm_send_cmd_pdu() a uint32_t so that it matchesStefan Sperling
2017-04-21Add cmd_find_from_winlink_pane and use it in a couple of places, andNicholas Marriott
2017-04-21Fix nic lock usage around iwm_disable_rx_dma().Stefan Sperling
2017-04-21Fix nic lock usages around iwm_{read,write}_prph().Stefan Sperling