Age | Commit message (Expand) | Author |
2014-12-22 | add TIMEOUT_INITIALIZER for initting timeout declaractions. | David Gwynne |
2014-12-22 | convert to using siphash | Ted Unangst |
2014-12-22 | bcopy -> memcpy, as in amd64 | Theo de Raadt |
2014-12-22 | bcopy -> memcpy; ok tedu | Theo de Raadt |
2014-12-22 | remove some unused fields from pool. ok dlg | Ted Unangst |
2014-12-22 | amd64 now also uses the ssyms mechanism. | Theo de Raadt |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-22 | if we're able to use large page allocators, try and place at least | David Gwynne |
2014-12-21 | WSCONS_EVENT_WSMOUSED_SLEEP and WSCONS_EVENT_WSMOUSED_CLOSE not used anymore. | Alexandr Shadchin |
2014-12-21 | WSMOUSE_INPUT_WSMOUSED_CLOSE not used anymore. | Alexandr Shadchin |
2014-12-21 | Prevent writing to the kernel area via the direct map. We do this by padding | Mike Larkin |
2014-12-21 | Always clear a port reset feature after setting it, or at least try to. | Martin Pieuchot |
2014-12-21 | Various transfer improvements/fixes. | Martin Pieuchot |
2014-12-21 | Use a bitmask when dumping TRB flags. No change in !XHCI_DEBUG. | Martin Pieuchot |
2014-12-21 | <sys/endian.h> needs <sys/cdefs.h> | Philip Guenther |
2014-12-20 | Replacing <machine/endian.h> with <sys/endian.h> does not imply removing | Miod Vallat |
2014-12-20 | Replace switch workq with taskq. | Kenneth R Westerback |
2014-12-20 | Zap a sneaky trailing blank that was hiding in plain view. | Kenneth R Westerback |
2014-12-20 | Zap local variable that shadows another local variable. Fixes a panic caused | Mark Kettenis |
2014-12-20 | Zap a bunch of leading/trailing whitespace. | Kenneth R Westerback |
2014-12-20 | Cleanup vmt(4) by changing an ugly if statement for received commands | Reyk Floeter |
2014-12-20 | openbsd rcisd | Ted Unangst |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-12-19 | sync with libc, using brnz,pt instead, should be better | Theo de Raadt |
2014-12-19 | Do not report an EDQUOT "Disk quota exceeded" error from the routing | Alexander Bluhm |
2014-12-19 | multiline string literals aren't really a thing. just smush a few strings | Ted Unangst |
2014-12-19 | remove ipw. it wasn't included in generic, but nobody complained, | Ted Unangst |
2014-12-19 | make the code look more like libc by changing Transform to take the state | Ted Unangst |
2014-12-19 | bcopy to memcpy. ok deraadt millert | Ted Unangst |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-19 | Fix tree breakage due to unused variable after last commit. | Kenneth R Westerback |
2014-12-19 | Change scan and auth+assoc workq entries to taskq entries. | Kenneth R Westerback |
2014-12-19 | shuffle function declarations a bit; stylistic changes only. | Reyk Floeter |
2014-12-19 | No need to include sys/types.h when sys/param.h is already included. | Reyk Floeter |
2014-12-19 | oops, forgot rndvar.h | Theo de Raadt |
2014-12-19 | oops, forgot rndvar.h | Theo de Raadt |
2014-12-19 | Use taskq rather than workq to remove unwanted alias. | Kenneth R Westerback |
2014-12-19 | Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' directory, to gather | Kenji Aoyama |
2014-12-19 | Support source-hash and random with tables and dynifs; not just pools. | Reyk Floeter |
2014-12-19 | Comment is no longer true, remove it. | Ryan Thomas McBride |
2014-12-19 | remove hash.h. no longer needed. ok reyk | Ted Unangst |
2014-12-19 | Remove an unused sys/hash.h include from db_structinfo.c | Reyk Floeter |
2014-12-19 | lonely bcopy called me by name | Theo de Raadt |
2014-12-19 | another handful of bcopy -> memcpy because there is no overlap | Theo de Raadt |
2014-12-19 | start retiring the nointr allocator. specify PR_WAITOK as a flag as a | Ted Unangst |
2014-12-19 | if you really must look inside the pool to decide if you've called | Ted Unangst |
2014-12-19 | add messages to #error so we know what's what (and so unifdef doesn't poop) | Ted Unangst |
2014-12-19 | Make use of m_defrag() in re_encap(). | Brad Smith |
2014-12-19 | rename buffer to digest, more clear. ok deraadt | Ted Unangst |