summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-21Add %%% to substitute with quotes escaped (convert " to \"). Use thisNicholas Marriott
2016-10-21more tweaks; ok dlgJason McIntyre
2016-10-21Revert previous commit.Paul Irofti
2016-10-21- Use memset(*b, 0, len) instead of bzero(*b, len)Ricardo Mestre
2016-10-21first stab at describing the per cpu counters apiDavid Gwynne
2016-10-21Use the superblock passed to ffs_write_superblock() instead of referringMartin Natano
2016-10-21Remove the superfluous 'sbsize' variable & s/sbsize/SBLOCKSIZE/.Martin Natano
2016-10-21provos didnt write any of thisDavid Gwynne
2016-10-21whitespace; no functional changeMartin Natano
2016-10-21some text cleanup and remove an irrelevant note; ok florianJason McIntyre
2016-10-21tweak previous;Jason McIntyre
2016-10-21first cut at a man page for cpumemDavid Gwynne
2016-10-21Fix build: declare the pcie read/write routines before using them.Paul Irofti
2016-10-21Add missing information about the handling of input, output, andIngo Schwarze
2016-10-21add openbsd id;Jason McIntyre
2016-10-21pledge changes needed to support pledging vmd(8) on i386, forthcoming.Mike Larkin
2016-10-21and recommit with fixed GCOtto Moerbeek
2016-10-21consistently zero the allocated memory in both the MP and UP cases.David Gwynne
2016-10-21man pages for vmm(4) i386Mike Larkin
2016-10-21add generalised access to per cpu data structures and counters.David Gwynne
2016-10-21vmm(4) for i386. Userland changes forthcoming. Note that for the time being,Mike Larkin
2016-10-21mitigate against mpii device attachment racing with mountrootDavid Gwynne
2016-10-20- PF should send a challenge ACK as response to SYN, which matches existingAlexandr Nedvedicky
2016-10-20- Remove useless var assignmentRicardo Mestre
2016-10-20During sniffing filter strictly on icmp6 "packet too big" to avoidAlexander Bluhm
2016-10-20some macro fixes for the options list;Jason McIntyre
2016-10-20try to make DESCRIPTION read like it was written for one program, not two;Jason McIntyre
2016-10-20spread the Xr! as a bonus, typo fix in switchd.conf.5 too;Jason McIntyre
2016-10-20some readability fixes for the SWITCH CONFIGURATION section,Jason McIntyre
2016-10-20By removing all the sleeps I created a race in the pf tests. TheAlexander Bluhm
2016-10-20Only drop to _ping user if invoked as root. If invoked as anFlorian Obser
2016-10-20Replace fork() and sleep() with a Python thread for sniffing packets.Alexander Bluhm
2016-10-20Update to tzdata2016h from from ftp.iana.org.Todd C. Miller
2016-10-20Replace fork() and sleep() with a Python thread for sniffing packets.Alexander Bluhm
2016-10-20Make the test faster. Move all the packet matching code into theAlexander Bluhm
2016-10-200x%llu is a bad idea, make that 0x%llx;Ingo Schwarze
2016-10-20st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze
2016-10-20backout for now; flag combination GC is not okOtto Moerbeek
2016-10-20delete useless call to setlocale(3);Ingo Schwarze
2016-10-19Add a test suite for pf state handling. It needs a remote machineAlexander Bluhm
2016-10-20avoid sentence splicing;Jason McIntyre
2016-10-20optarg is declared in unistd.h and usage is __dead. From Jan Stary.Theo Buehler
2016-10-20canary corruption message changed a bitOtto Moerbeek
2016-10-20Move initialization of the helper process in its own routine to makeAlexandre Ratchov
2016-10-20Also place canaries in > page sized objects (if C is in effect); ok tb@Otto Moerbeek
2016-10-20remove unused variablesAlexandre Ratchov
2016-10-19When tearing down ControlMaster connecctions, don't pollute stderr whenDarren Tucker
2016-10-19Avoid the confusion that -a might require a section argument; it does not.Ingo Schwarze
2016-10-19Make the description of COLUMNS a bit more readable.Ingo Schwarze
2016-10-19Delete useless setlocale(3) in src/bin/.Ingo Schwarze