summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-05the 3rd of january is not a new year's holiday in scotland, as notedJason McIntyre
2016-01-05Make some things static that are only used in loadfile_elf.cMike Larkin
2016-01-05Fail fast if elf64_exec fails. No need to populate the bootargs/stackMike Larkin
2016-01-05more bzero -> memset conversionsMike Larkin
2016-01-05Remove PTE locking from pmap_extract() because it does not add any MPVisa Hankala
2016-01-05Some implementations of HitSyncDCache() call pmap_extract() for va->paVisa Hankala
2016-01-04Add HISTORY and AUTHORS sections.Ingo Schwarze
2016-01-04Follow style(9) and drop lint /* NOTREACHED */ annotations fromtb
2016-01-04no need for af on divert-to rule; from/ok mikebJason McIntyre
2016-01-04More cleanup and sorting on header sectionmestre
2016-01-04Record the modified mbuf chain after transmit checksum setup codeMike Belopuhov
2016-01-04Bugfix: When errno happens to be EILSEQ upon entry to fgetws(3),Ingo Schwarze
2016-01-04Skip "suspend" device node during probingMike Belopuhov
2016-01-04Include the node name into the error messageMike Belopuhov
2016-01-04Preallocate Grant Table frames to simplify the code for nowMike Belopuhov
2016-01-04Fix lots of bugs.Ingo Schwarze
2016-01-04adjust CAVEATS for 802.11n; ok stspJason McIntyre
2016-01-04Improve handling of .Va and .Vt macros.Ingo Schwarze
2016-01-04usage() should exit 2 here, not EXIT_SUCCESSGleydson Soares
2016-01-04Add initial support for 11n mode to the iwn(4) driver.Stefan Sperling
2016-01-04add proc and exec to pledge in lka, required to run external add-ons outside ofJoerg Jung
2016-01-04switch to /usr/local/libexec when looking for -extras and drop loop iteratingJoerg Jung
2016-01-04Replace magic shifts and bitmasks used for ADDBA parametersStefan Sperling
2016-01-04Fix another case where the return value of ieee80211_chan2mode() wasStefan Sperling
2016-01-04ADDBA frames have a parameter set which we check against our own capabilitiesStefan Sperling
2016-01-04Fix manual scan while associated in 11a mode. It would only show APs on 5GHz.Stefan Sperling
2016-01-04Don't return 11n mode from ieee80211_chan2mode() so we can switch intoStefan Sperling
2016-01-04While configuring ERP we need to know if we're in 11a or 11g mode so onlyStefan Sperling
2016-01-04Skip over 11n mode during scanning to avoid scanning channels more than once.Stefan Sperling
2016-01-04More headers removal and sorted the remaining alphabetically.mestre
2016-01-04Use err(3) instead of various handrolled combinations of perror(3) andtb
2016-01-04pledge(2) spamd-setup(8)mestre
2016-01-04Use an bitmap of handler function pointers to track I/O device to handlerMike Larkin
2016-01-04mark the driver MPSAFE. most of this is cleaning up the oactive handling.David Gwynne
2016-01-04Remove parameter name from gpt_chk_mbr() prototype and add prototypeKenneth R Westerback
2016-01-04Use the correct values for TLS certificate / private key flags.Brent Cook
2016-01-04bzero -> memset for consistencyMike Larkin
2016-01-04Calling clone(2) with CLONE_NEWPID yields multiple processes with pid=1.Brent Cook
2016-01-04Do proper termination of VMs by doing proper VCPU run state management.Mike Larkin
2016-01-04wrap a long lineMike Larkin
2016-01-03Clarify vmctl console operation.Mike Larkin
2016-01-03Add a cleanup block, fix a couple of memory leaks, fix a typo and a bitMike Larkin
2016-01-03Fix typo in comment.Mark Kettenis
2016-01-03Allow macro execution to continue without delay in the event of aMark Lumsden
2016-01-03Fix description of fuser -u: what's usually reported in brackets is thetb
2016-01-03forgot to call RB_INIT. but yet things mostly worked...Ted Unangst
2016-01-03fix wording which becomes confusing now that filters is a real thingGilles Chehade
2016-01-03The pkgpath given mentioned -qt4, but the description wrongly told -main.Vadim Zhukov
2016-01-03Don't need two 16K static buffers to checksum the GPT entries and find theKenneth R Westerback
2016-01-03Add missing pledge "getpw". If -s or -o were specified on the commandtb