summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-19tweak partition sizes for auto-alloction to better suit 8G disksOtto Moerbeek
2017-05-19Make monitor work with athn(4) on my 3T3R AR9380 device.Stefan Sperling
2017-05-19Make rtwn(4) add frames which failed to transmit to AMRR's transmit counter.Stefan Sperling
2017-05-19Make rtwn(4) support fixed transmit rates set with ifconfig(8).Stefan Sperling
2017-05-19Change PF behavior to allow MLD Listener Report packets to be sentRafael Zalamena
2017-05-19Fix R92C_USTIME_TSF register definition.Stefan Sperling
2017-05-19replace tabs with spaces, for consistency, in the BNF display;Jason McIntyre
2017-05-19Add some comments about the assumptions of the scsi mid layerStefan Fritsch
2017-05-19Silence a whole slew of clang warnings by doing a no-op in the crazyTheo Buehler
2017-05-19Respect max VPID/ASID limits. VMX VPIDs are capped at 4095, for now.Mike Larkin
2017-05-19header updates from kevlo;Jason McIntyre
2017-05-19return EIO to vmd if the guest HLTs with interrupts disabledMike Larkin
2017-05-19Add input targeted at the Bentley and McIrlroy quicksort generatedTodd C. Miller
2017-05-19Replace __cpu_cas() with atomic_cas_ulong().Visa Hankala
2017-05-19Implement copyin32(9) for mips64.Visa Hankala
2017-05-19tweak the spllower asm so it is more straightforward.David Gwynne
2017-05-18Add a gap of 1MB between the stack and mmap spaces.Mark Kettenis
2017-05-18Implement copyin32(9).Mark Kettenis
2017-05-18use mergesort instead of heapsort when comparing resultsTodd C. Miller
2017-05-18Grab the netlock in umb_state_task() and umb_decode_ip_configuration()Alexander Bluhm
2017-05-18syncTheo de Raadt
2017-05-18enable acpisbs on i386 for old MacBooksJoshua Stein
2017-05-18document installpath, explain PKG_PATH defaults in terms of it.Marc Espie
2017-05-18introduce new url "installpath" to mean "the contents of installurl"Marc Espie
2017-05-18Don't pass `-m' to ftp(1). Instead let isatty() decide whether we display theAntoine Jacoutot
2017-05-18better describe "!";Jason McIntyre
2017-05-18Merge the content of <netinet/tcpip.h> and <netinet6/tcpipv6.h> inMartin Pieuchot
2017-05-18The function name ip4_input() is confusing as it also handles IPv6Alexander Bluhm
2017-05-18Since copyin(9) already doeas access 32-bit quantities atomically, we canMark Kettenis
2017-05-18Add copyin32(9) prototype.Mark Kettenis
2017-05-18Fix a uvm fault in athn_clock_rate():Stefan Sperling
2017-05-18Do not panic if we find ourself on the sleep queue while being SONPROC.Martin Pieuchot
2017-05-18AAPCS64 requires 16 byte stack alignment. Set the bits in the systemJonathan Gray
2017-05-18When an array of PCIe extended cability strings was added it missedJonathan Gray
2017-05-18Fix kernel build on armv7 and sh.Visa Hankala
2017-05-17Delete the -T xhtml command line option.Ingo Schwarze
2017-05-17Fix documentation bug:Ingo Schwarze
2017-05-17Modernize an example showing antiquated syntax,Ingo Schwarze
2017-05-17*Add* a test checking that no empty databases get created,Ingo Schwarze
2017-05-17Never create empty databases.Ingo Schwarze
2017-05-17Stop testing the creation and the properties of empty databases.Ingo Schwarze
2017-05-17Avoid running the "killer" tests multiple times with the sameTodd C. Miller
2017-05-17Add "median of three" killer, as seen in "Introspective Sorting andTodd C. Miller
2017-05-17Do not warn if a database file does not existIngo Schwarze
2017-05-17Approximate nlgn instead of using libm. The same approximation mayTodd C. Miller
2017-05-17Add "killer" input from "algorithmic complexity attacks and libcTodd C. Miller
2017-05-17Revert MI AES-XTS code back to T-tables amid poor performanceMike Belopuhov
2017-05-17Delete pointless width calculation for SYNOPSIS .Nm block heads.Ingo Schwarze
2017-05-17The BSD qsort() performs tail recursion elimination on the secondTodd C. Miller
2017-05-17The large and nested GIF #ifdef in protosw made it hard to figureAlexander Bluhm