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